curl --location --request PUT 'https://api-ai.vitaleprime.com/ai/v1/patients//anamnese' \
--header 'Content-Type: application/json' \
--data-raw '{
"blood_type": "A+",
"height": 1.8,
"weight": 1.8,
"organ_donor": false,
"bone_marrow_donor": false,
"hypertension": false,
"cardiac": false,
"cholesterol": false,
"diabetes": false,
"asthma": false,
"bronchitis": false,
"smoker": false,
"drug_allergy": false,
"drug_allergy_description": "Dipirona",
"food_allergy": false,
"food_allergy_description": "Lactose",
"surgical_procedure": false,
"surgical_procedure_description": "Retirada da vesícula",
"controlled_drug": false,
"controlled_drug_description": "Rivotril",
"motor_disability": [
"string"
],
"tce": false,
"tce_description": "Em 2010",
"other_types_allergy": false,
"other_types_allergy_description": "string",
"infarcted": false,
"avc": false,
"tuberculosis": false,
"cancer": false,
"hospitalized_last_12_months": false,
"cause_hospitalization": "string",
"medicinal_plants": false,
"description_medicinal_plants": "string",
"hanseniasis": false,
"use_alcohol": false,
"use_drugs": false,
"bedridden": false,
"domiciled": false,
"mental_issue": false,
"pregnant": false,
"maternity_reference": "2025-05-25",
"integrative_practices": false
}'