{
"Content": "string",
"ToWxid": [
"string"
],
"Wxid": "string"
}
curl --location --request POST 'http://test-cn.your-api-server.com/Msg/SendGroupMassMsgText' \
--header 'Content-Type: application/json' \
--data-raw '{
"Content": "string",
"ToWxid": [
"string"
],
"Wxid": "string"
}'
{}