curl --location --request GET 'https://api-dev.oliv-e.health/v1/questionnaire/risk?Gender&Age&Cpf' \
--header 'x-partner-code: <api-key>' \
--header 'x-partner-auth: <api-key>'{
"answered": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"category": "string",
"createdDate": "2019-08-24T14:15:22Z"
}
],
"available": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"category": "string",
"createdDate": "2019-08-24T14:15:22Z"
}
]
}