curl --location 'https://api-crm.kybris.com/pacientes' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"fullName": "Karyn Noel",
"description": "",
"email": "magnis@protonmail.com",
"phone": "1-818-464-2694",
"nascimento": "1999-05-16",
"cpfcnpj": "",
"sexo": "X",
"endereco": "",
"cep": "",
"bairro": "",
"cidade": "",
"estado": "AC",
"latitude": "",
"longitude": "",
"facebook": "",
"instagram": "",
"linkedin": "",
"twitter": "",
"tiktok": "",
"website": "",
"value": 1681,
"source": "Google",
"status": "ativo",
"estadocivilid": "solteiro",
"qtdfilhos": 0,
"profissaoid": "",
"religiaoid": "",
"leadid": "7214c3c4-3e24-47b1-bd56-42902a766e68",
"avatarUrl": "",
"terapia": "S"
}'