auth-bearer: ********************curl --location --request POST '/patient/temp' \
--header 'auth-bearer: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"active": true,
"cellPhone": "string",
"cpf": "string",
"insurances": [
{
"insurance": "string",
"identification": "string",
"insurancePlan": "string"
}
]
}'