API Reference
{
  "_id": "6425a2b182f0302854b39961",
  "status": "Withdrawn",
  "progress": 0,
  "product_id": "6421a8f00ad96e1418e470bd",
  "company_id": "641e8a666ecf5400268715e7",
  "category": "Car Insurance",
  "description": "Safe Rider offers coverage for accidents, theft, natural disasters, and more. With 24/7 customer support and easy online claims processing, you can have peace of mind knowing you're protected when you need it most.",
  "images": [
   	{
      "_id": "6425a2b182f0302854b39962",
      "src": "https://uatdrive.s3.us-west-002.backblazeb2.com/pexels-aleksandr-neplokhov-1230677.jpg",
      "long": "3.3947",
      "lat": "6.4541"
     },
  ],
  "videos": [
    {
      "_id": "6425a2b182f0302854b39964",
      "src": "https://uatdrive.s3.us-west-002.backblazeb2.com/car-9781.mp4",
      "long": "13456",
      "lat": "245343"
     },
  ],
  "document": [
    {
      "_id": "6425a2b182f0302854b39966",
      "src": "https://uatdrive.s3.us-west-002.backblazeb2.com/Quotation%20From%20Manufacturer.pdf",
      "title": "Quotation From Manufacturer.pdf",
      "type": "application/pdf",
      "size": "0.04 MB"
     },
  ],
  "user_id": "6402e0c2c008c200263e7c8a",
  "createdAt": "2023-03-30T14:54:41.969Z",
  "updatedAt": "2023-03-30T16:10:58.382Z",
  "claim_number": 1,
  "__v": 0,
}
Attributes
_id String: A unique identifier for the claim.

status String: The status of the claim, which can be one of Open, Closed, Denied, Pending, In progress, Reopen or Withdrawn.

progress Number: A numeric value indicating the progress of the claim.

product_id String: The id of the insurance product associated with the claim.

company_id String: The id of the insurance company associated with the claim.

category String: The category of the insurance product associated with the claim.

description String: The description of the insurance product associated with the claim.

images Array: An array of objects representing images related to the claim, including their URLs and locations (longitude and latitude).

videos Array: An array of objects representing videos related to the claim, including their URLs and locations (longitude and latitude).

documents Array: An array of objects representing documents related to the claim, including their URLs, titles, types, and sizes.

user_id String: The id of the client associated with the claim.

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

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

claim_number Number: The claim number associated with the claim.

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