API Reference
{
   "_id": "6421a9650ad96e1418e470c2",
   "product_image": "https://uatdrive.s3.us-west-002.backblazeb2.com/DriveGuard.png",
   "company_abrv": "HIJ",
   "company_id": "641e8a666ecf5400268715e7",
   "product_title": "Drive Guard",
   "product_category": "Car Insurance",
   "product_price": 175,
   "payment_frequency": "Month",
   "product_YouTube_link": "https://www.youtube.com/watch?v=kXYiU_JCYtU",
   "product_summary": "Drive with confidence with DriveGuard, our customizable car insurance plan.",
   "product_description": "Drive Guard allows you to customize your coverage to fit your specific needs, including options for roadside assistance and rental car coverage. With affordable rates and flexible payment options, DriveGuard is a great choice for any driver.",
   "createdAt": "2023-03-27T14:34:13.969Z",
   "updatedAt": "2023-03-27T14:34:14.420Z",
   "product_number": 30,
   "__v": 0,
   "product_id": "HIJ-30"
}
Attributes
_id String: A unique identifier for the product.

product_image String: The URL of the product's image.

company_abrv String: The abbreviation of the company associated with the product.

company_id String: The id of the company associated with the product.

product_title String: The title of the product.

product_category String: The category of the product.

product_price Number: The price of the product.

product_frequency String: The frequency of payment for the product, such as "Month", "Quarter" or "Year".

product_YouTube_link String: The URL of a YouTube video showcasing the product.

product_summary String: A brief summary of the product.

product_description String: A detailed description of the product.

createdAt String: The date and time that the product was created.

updatedAt String: The date and time that the product was last updated.

product_number Number: A unique product number associated with the product.

__v Number: A version number associated with the product object.

product_id String: A unique product ID associated with the product.