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