curl --location --request GET 'https://api.managem.co.uk/conversations//messages' \
--header 'Authorization: Bearer <token>'[
{
"id": "string",
"conversationId": "string",
"sender": {
"id": "string",
"username": "string",
"avatar": "http://example.com",
"cover": "http://example.com",
"profile": "string",
"reviews": 0,
"rating": 0,
"score": 0,
"sales": 0,
"purchases": 0
},
"body": "string",
"createdAt": "string",
"viewedAt": "string",
"attachments": [
{
"id": "string",
"imageId": "string"
}
]
}
]