Authorization: ********************curl --location 'https://decibel.foo/api/conversations?page=undefined&size=undefined' \
--header 'Authorization: Bearer <token>'{
"content": [
{
"id": "string",
"senderDto": {
"id": 0,
"username": "string",
"displayName": "string",
"avatarUrl": "string",
"isFollowing": true,
"followerCount": 0,
"trackCount": 0
},
"unreadCount": 0,
"lastTimestamp": "2019-08-24T14:15:22.123Z"
}
],
"pageNumber": 0,
"pageSize": 0,
"totalElements": 0,
"totalPages": 0,
"isLast": true
}