auth-bearer: ********************curl --location --request POST '/tiss/eligibility' \
--header 'auth-bearer: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"clinic": "string",
"patient": "string",
"patientData": {
"identification": "string",
"name": "string",
"cns": "string"
},
"insurance": "string"
}'