POST
/
request-policies
Request policies
curl --request POST \
  --url https://staging.yasmina.ai/api/v1/medical/request-policies \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "insured": [
    {
      "name": "<string>",
      "nationality_iso": "<string>",
      "category": "basic",
      "nationality_id": "<string>",
      "iqama_id": "<string>",
      "number_of_dependents": 123,
      "date_of_birth": "<string>"
    }
  ],
  "company_id": 123
}'
This response has no body data.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json