{
"MsgItem": [
{
"AtWxIDList": [
"string"
],
"ImageContent": "",
"MsgType": 0,
"TextContent": "",
"ToUserName": ""
}
]
}
curl --location --request POST '/message/SendTextMessage' \
--header 'Content-Type: application/json' \
--data-raw '{
"MsgItem": [
{
"AtWxIDList": [
"string"
],
"ImageContent": "",
"MsgType": 0,
"TextContent": "",
"ToUserName": ""
}
]
}'
{}