curl --location --request GET 'https://api.hiveflow.ai/api/whatsapp/sessions//chats'
{
"success": true,
"chats": [
{
"chatId": "1234567890@c.us",
"name": "Juan Pérez",
"type": "individual",
"isGroup": true,
"participants": [
{
"id": "string",
"name": "string",
"isAdmin": true
}
],
"lastMessage": {
"body": "string",
"timestamp": "2019-08-24T14:15:22Z",
"fromMe": true,
"author": "string",
"type": "string"
},
"unreadCount": 0,
"isPinned": true,
"isMuted": true
}
],
"pagination": {
"total": 0,
"limit": 0,
"offset": 0,
"hasMore": true
}
}