curl --location --request GET 'https://test-api.bringthisfood.com/v1/chat//messages?storeId' \
--header 'Authorization: Bearer <token>'{
"success": true,
"statusCode": 200,
"data": [
{
"id": "string",
"text": "string",
"dateCreated": "2025-10-08T15:30:00.451Z",
"chat": {
"id": "string"
},
"sender": {
"objectType": "store",
"id": "string"
},
"delivery": {
"status": "sent"
}
}
]
}