{
"botid": "string",
"chatid": "string",
"content": "string",
"atWxids": [
"string"
],
"supplementAtName": true
}
curl --location --request POST '/sendTextMessage' \
--header 'X-Token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"botid": "string",
"chatid": "string",
"content": "string",
"atWxids": [
"string"
],
"supplementAtName": true
}'
{}