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