API Reference
 {
   "_id": "6422c30bef03690026eda812",
   "company_abrv": "HIJ",
   "status": "Active",
   "user_id": "6402e0c2c008c200263e7c8a",
   "company_id": "641e8a666ecf5400268715e7",
   "product_id": "6421a8f00ad96e1418e470bd",
   "next_billing_date": "2023-04-27T10:35:52.455Z",
   "category": "Car Insurance",
   "createdAt": "2023-03-28T10:35:55.539Z",
   "updatedAt": "2023-03-28T10:35:55.539Z",
   "policy_number": 1,
   "__v": 0,
   "company": {...},
   "product": {...},
   "user": {...}
}
Attributes
_id String: A unique identifier for the subscription.

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

status String: Current status of the subscription, either Active, Pending or Inactive.

user_id String: A unique identifier for the user associated with the subscription.

company_id String: A unique identifier for the company associated with the subscription.

product_id String: A unique identifier for the product associated with the subscription.

next_billing_date String: The date when the next payment for the subscription is due.

category String: Category of the product associated with the subscription.

createdAt String: The date and time when the subscription was created.

updatedAt String: The date and time when the subscription was last updated.

policy_number Number: The number assigned to the subscription.

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

company Object: An object containing information about the insurance company associated with the subscription, including its logo, name, email, phone number, address, website, and bio.

product Object: An object containing information about the specific product associated with the subscription, including its _id, image, title, category, price, payment frequency, YouTube link, summary, description, number, and product ID.

user Object: An object (similar to team member object) containing information about the user who owns this policy, including their ID, status, type, role, phone number, email, device, first name, last name, policy number, photo, and user number.