curl --location --request GET 'https://api.hiveflow.ai/api/whatsapp/sessions//chats//messages'
{
"success": true,
"messages": [
{
"messageId": "string",
"body": "string",
"timestamp": "2019-08-24T14:15:22Z",
"fromMe": true,
"author": "string",
"type": "chat",
"hasMedia": true,
"mediaUrl": "string",
"caption": "string",
"quotedMessage": {},
"reactions": [
{
"emoji": "string",
"author": "string"
}
],
"isForwarded": true,
"forwardingScore": 0
}
],
"pagination": {
"hasMore": true,
"oldestMessageId": "string",
"newestMessageId": "string"
}
}