Authorization: Bearer ********************curl --location --request GET '/api/chat/contact/page?pageSize=&cursor=' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"data": {
"cursor": "string",
"isLast": true,
"list": [
{
"roomId": 0,
"type": 0,
"text": "string",
"name": "string",
"avatar": "string",
"activeTime": "2019-08-24T14:15:22.123Z",
"unreadCount": 0
}
]
},
"message": "string"
}