Authorization: Bearer ********************curl --location 'https://numueg.app/api/v1/stores//whatsapp/conversations//messages?skip=&limit=' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"messages": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"message_id": "string",
"direction": "string",
"content": "string",
"template_name": "string",
"status": "string",
"created_at": "2019-08-24T14:15:22.123Z",
"metadata": {
"property1": "string",
"property2": "string"
}
}
],
"total": 0,
"window_open": false,
"window_expires_at": "2019-08-24T14:15:22.123Z"
},
"message": "string"
}