curl --location --request POST 'https://api-dev.oliv-e.health/v1/questionnaire/risk/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",
"name": "string",
"category": "string",
"questions": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"question": "string",
"answers": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"answer": "string",
"score": 0
}
],
"userAnswer": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"answer": "string",
"score": 0
}
}
]
}'