{
"method": "/session/setSessionCmd",
"params": {
"guid": "{{guid}}",
"chatId": "27895642800***",
"chatType": 1
}
}curl --location --request POST '/api/qw/doApi' \
--header 'X-QIWEI-TOKEN: {{tokenId}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"method": "/session/setSessionCmd",
"params": {
"guid": "{{guid}}",
"chatId": "27895642800***",
"chatType": 1
}
}'{
"data": {},
"code": 0,
"msg": "string"
}