curl --location --request GET 'https://api-dev.oliv-e.health/v1/clinical-metrics/clinical-measurement/?cpf' \
--header 'Accept: text/plain' \
--header 'x-partner-code: <api-key>' \
--header 'x-partner-auth: <api-key>' \
--header 'Content-Type: application/json'{
"isSucceed": true,
"data": false,
"messages": [
{
"stackTrace": "string",
"description": "string",
"type": 4,
"data": {
"nullable": true
}
},
{
"stackTrace": "string",
"description": "string",
"type": 1,
"data": {
"nullable": true
}
}
],
"count": 5674,
"statusCode": 5691
}