curl --location --request PUT '/api/medicos/' \
--header 'X-Clinic-ID;' \
--header 'Content-Type: application/json' \
--data-raw '{
"nome": "Dr. Gregory House",
"cpf": "123.456.789-00",
"telefone": "11999999999",
"crm": "12345/SP",
"duracaoConsulta": 45,
"ativo": true,
"especialidadeIds": [
1
]
}'