curl --location --request PUT '/patient/' \
--header 'auth-bearer: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "holder",
"patientUser": "string",
"holder": {
"name": "string",
"cpf": "string",
"cellPhone": "string",
"birthDate": "2019-08-24"
},
"active": true,
"name": "string",
"image": "string",
"email": "string",
"birthDate": "2019-08-24T14:15:22.123Z",
"gender": "male",
"motherName": "string",
"identityCard": "string",
"profession": "string",
"cellPhone": "string",
"homePhone": "string",
"workPhone": "string",
"address": {
"tag": "home",
"zipcode": "string",
"street": "string",
"number": "string",
"complement": "string",
"neighborhood": "string",
"city": "string",
"state": "string",
"country": "string"
},
"cpf": "string",
"cns": "string",
"note": "string",
"insurances": [
{
"insurance": "string",
"identification": "string"
}
],
"particularPrices": [
{
"event": "string",
"value": 0
}
],
"sendConfirmSMS": true
}'