{
"receiver": "wb.wangfeng07@mesg.corp.netease.com",
"message": {
"content": "测试消息"
},
"msgType": "text"
}curl --location --request POST 'https://open.popo.netease.com/open-apis/robots/v1/im/send-msg' \
--header 'Open-Access-Token: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiI4MDMwNDE0MjAiLCJjcmVhdGVkIjoxNzQxODUwMTI4MzA4LCJhcHBJZCI6IjgwMzA0MTQyMCIsImJpelR5cGUiOiJyb2JvdCIsImV4cCI6MTc0MTkzNjU4OH0.-83Q5bgrtypj6erSdHFakzAJGE9gr5fKSKC2fWboAIA' \
--header 'Content-Type: application/json' \
--data-raw '{
"receiver": "wb.wangfeng07@mesg.corp.netease.com",
"message": {
"content": "测试消息"
},
"msgType": "text"
}'{
"errcode": 0,
"errmsg": "string",
"traceId": "string"
}