curl --location --request POST '/conversations//messages' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"body": "string",
"resourceType": "TRACK",
"resourceId": 0
}'{
"id": 0,
"conversationId": 0,
"senderId": 0,
"content": "string",
"resourceType": "TRACK",
"resourceId": 0,
"createdAt": "2019-08-24T14:15:22.123Z",
"isRead": true
}