curl --location --request GET '/reports/messages/received?startDate=2024-06-01&limit=10' \
--header 'x-api-key: <api-key>'{
"hasError": true,
"message": "string",
"totalRecords": 0,
"errors": [
"string"
],
"object": [
{
"sender": "string",
"content": "string",
"receivedAt": "2019-08-24T14:15:22Z",
"messageId": "string"
}
]
}