curl --location --request PUT '/user/' \
--header 'auth-bearer: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"active": true,
"scope": "professional",
"name": "string",
"image": "string",
"email": "string",
"isAdmin": true,
"password": "string",
"birthDate": "2019-08-24",
"gender": "male",
"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",
"identityCard": "string",
"council": {
"council": "string",
"number": 0,
"state": "string"
},
"clinics": [
{
"clinic": "string",
"isAdmin": true
}
],
"specialties": [
{
"specialty": "string"
}
],
"schedules": [
{
"allowShare": false,
"dayOfWeek": "string",
"workStartTime": "string",
"workEndTime": "string",
"intervalTime": "string",
"breakStartTime": "string",
"breakEndTime": "string",
"specialty": "string",
"clinic": "string",
"fittingCount": 0
}
],
"note": "string",
"allergies": [
{
"description": "string",
"creatorTenant": "string"
}
],
"vaccinesControl": [
{
"code": "string",
"applicationDate": "string",
"creatorTenant": "string",
"appliedBy": "string",
"clinic": "string",
"products": [
{
"product": {
"name": "string"
},
"qtt": 0,
"batch": "string",
"observation": "string"
}
],
"observation": "string"
}
]
}'