Authorization: Bearer ********************
curl --location --request GET '/history/wristwatch/session' \
--header 'Authorization: Bearer <token>'
{
"sessions": [
{
"sid": "G_1844258952930385920",
"name": "主集非毛的家庭群聊",
"isGroup": true,
"unreadCount": 2,
"unreadOldMsgId": 1846119217811089400,
"content": null,
"messageType": 1,
"members": [
{
"refId": "283b1f62-a876-42c6-a560-268efc07439c",
"refType": 2,
"refRole": 3,
"avatar": "http://dummyimage.com/200x200",
"name": "主集非毛"
},
{
"refId": "01926a2d-875a-711e-9566-5f4d9444a850",
"refType": 1,
"refRole": 1,
"avatar": null,
"name": "哥哥"
}
]
},
{
"sid": "283b1f62-a876-42c6-a560-268efc07439c",
"name": "主集非毛",
"isGroup": false,
"unreadCount": 0,
"unreadOldMsgId": 0,
"content": null,
"messageType": 1,
"members": [
{
"refId": "283b1f62-a876-42c6-a560-268efc07439c",
"refType": 2,
"refRole": 3,
"avatar": "http://dummyimage.com/200x200",
"name": "主集非毛"
},
{
"refId": "01926a2d-875a-711e-9566-5f4d9444a850",
"refType": 1,
"refRole": 1,
"avatar": null,
"name": "哥哥"
}
]
}
]
}