curl --location -g --request GET '/api/v2/user/meds?startDate=2025-01-01&endDate=2025-01-01&limit=10&after=&before=&value={{$string.uuid}}&status' \
--header 'x-api-key;'{
"data": [
{
"id": "a0d76f66-7585-46b5-bae3-9fc3267f07b2",
"transactionId": null,
"status": "OPEN",
"endToEndId": "T1",
"reportDetails": "teste",
"createdAt": "2026-01-21T03:57:36.085Z",
"updatedAt": "2026-01-21T03:57:36.085Z",
"files": null
}
],
"pageInfo": {
"hasNextPage": false,
"hasPrevPage": false,
"nextPage": null,
"previousPage": null
}
}