Authorization: ********************curl --location 'https://decibel.foo/api/conversations//messages' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"recipientId": 2,
"content": "Hello 👋"
}'{
"id": "string",
"senderDto": {
"id": 0,
"username": "string",
"displayName": "string",
"avatarUrl": "string",
"isFollowing": true,
"followerCount": 0,
"trackCount": 0
},
"content": "string",
"isRead": true,
"timestamp": "2019-08-24T14:15:22.123Z"
}