curl --location --request POST 'https://api-ai.vitaleprime.com/ai/v1/patients/register' \
--header 'Content-Type: application/json' \
--data-raw '{
"cpf": "00000000000",
"name": "Nome completo do paciente",
"birthdate": "2025-05-25",
"gender": "M",
"social_name": null,
"email": "email@paciente.com"
}'
{}