curl --location --request GET 'https://api-dev.oliv-e.health/v1/questionnaire/biological-age' \
--header 'x-partner-code: <api-key>' \
--header 'x-partner-auth: <api-key>'{
"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
}
]
}
]
}