curl --location --request PUT '/patient/patientSelfEdit/' \
--header 'api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"active": true,
"name": "string",
"socialName": "string",
"gender": "male",
"birthDate": "2019-08-24",
"cpf": "string",
"cellPhone": "string",
"email": "user@example.com",
"identification": "string",
"oldIdentification": "string",
"address": {
"tag": "home",
"zipcode": "string",
"street": "string",
"number": "string",
"complement": "string",
"neighborhood": "string",
"city": "string",
"state": "string",
"country": "string"
}
}'