curl --location --request POST 'https://api.managem.co.uk/conversations//messages' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"body": "string"
}'{
"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"
}
]
}