curl --location --request GET '/api/services/app/Chat/GetUserChatFriendsWithSettings'
{
"serverTime": "2019-08-24T14:15:22Z",
"friends": [
{
"friendUserId": 0,
"friendTenantId": 0,
"friendUserName": "string",
"friendTenancyName": "string",
"friendProfilePictureId": "db8c4803-622a-407a-841c-36c11113bd1b",
"unreadMessageCount": 0,
"isOnline": true,
"state": 1
}
]
}