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