{
"method": "/msg/sendText",
"params": {
"guid": "{{guid}}",
"content": "hahah-stone",
"toId": "1688855655434798",
"isNoNeedRead": true
}
}curl --location --request POST '/api/qw/doApi' \
--header 'X-QIWEI-TOKEN: {{tokenId}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"method": "/msg/sendText",
"params": {
"guid": "{{guid}}",
"content": "hahah-stone",
"toId": "1688855655434798",
"isNoNeedRead": true
}
}'{
"data": {},
"code": 0,
"msg": "string"
}