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