{
"method": "/msg/sendLink",
"params": {
"guid": "{{guid}}",
"title": "我是title",
"iconUrl": "https://wework.qpic.cn/wwp**3az/59411_H0x4p2RNQHmdDjh_1709274772/0",
"linkUrl": "https://www.baidu.com",
"desc": "我是desc",
"toId": "1{{toId}}"
}
}curl --location --request POST '/api/qw/doApi' \
--header 'X-QIWEI-TOKEN: {{tokenId}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"method": "/msg/sendLink",
"params": {
"guid": "{{guid}}",
"title": "我是title",
"iconUrl": "https://wework.qpic.cn/wwp**3az/59411_H0x4p2RNQHmdDjh_1709274772/0",
"linkUrl": "https://www.baidu.com",
"desc": "我是desc",
"toId": "1{{toId}}"
}
}'{
"data": {},
"code": 0,
"msg": "string"
}