auth-bearer: ********************curl --location --request POST '/tiss/procedure/status' \
--header 'auth-bearer: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"clinic": "string",
"patient": "string",
"insurance": "string",
"isNewBorn": false,
"authorizationInProvider": "string"
}'