{
"At": "string",
"Content": "string",
"ToWxid": "string",
"Type": 0,
"Wxid": "string"
}
curl --location --request POST '/SendTextMsg' \
--header 'Content-Type: application/json' \
--data-raw '{
"At": "string",
"Content": "string",
"ToWxid": "string",
"Type": 0,
"Wxid": "string"
}'