x-partner-code: ********************x-partner-auth: ********************curl --location --request GET 'https://api-dev.oliv-e.health/v1/questionnaire/risk/user/answers?questionnaireId&Cpf' \
--header 'x-partner-code: <api-key>' \
--header 'x-partner-auth: <api-key>'{
"data": [
{
"question": "string",
"answer": "string",
"createdDate": "2019-08-24T14:15:22Z"
}
]
}