curl --location --request GET '/reports/messages/sent?startDate=2024-01-01&limit=10' \
--header 'x-api-key: <api-key>'{
"hasError": true,
"message": "string",
"totalRecords": 0,
"errors": [
"string"
],
"object": [
{
"id": "string",
"receiver": "string",
"content": "string",
"createdAt": "2019-08-24T14:15:22Z",
"sentAt": "2019-08-24T14:15:22Z",
"requestId": "string",
"schedule": "2019-08-24T14:15:22Z",
"custom": "string",
"tag": "string",
"status": "string",
"statusDetails": "string",
"product": "string",
"route": "string"
}
]
}