curl --location --request POST 'https://api-dev.oliv-e.health/v1/questionnaire/biological-age/calculator?cpf' \
--header 'x-partner-code: <api-key>' \
--header 'x-partner-auth: <api-key>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"age": 0,
"otherUser": true,
"questions": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"question": "string",
"answer": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"answer": "string",
"score": 0
}
}
]
}'