Authorization: ********************curl --location 'https://decibel.foo/api/conversations//start' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{
"conversationId": "string",
"senderDto": {
"id": 0,
"username": "string",
"displayName": "string",
"avatarUrl": "string",
"isFollowing": true,
"followerCount": 0,
"trackCount": 0
},
"lastMessage": "string",
"lastTimestamp": "string"
}