Issue a claim to your policy
cURL
curl --request POST \ --url https://staging.yasmina.ai/api/v1/property/policies/{propertyPolicy}/claims \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: multipart/form-data' \ --form requested_amount=1000 \ --form description= \ --form supporting_document=@example-file
{ "description": "<string>", "requested_amount": "<string>", "claim_status": 123, "policy_id": 123, "updated_at": "<string>", "created_at": "<string>", "id": 123, "supporting_document": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Created
The response is of type object.
object