{
"uuid": "",
"contactid": "",
"textcontent": "",
"atusers":[]
}curl --location --request POST '/v1/message/sendtext' \
--header 'token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"uuid": "",
"contactid": "",
"textcontent": "",
"atusers":[]
}'{
"code": 0,
"data": {
"addtime": "string",
"clientmsgid": "string",
"content": "string",
"createtime": "string",
"msgid": "string",
"newmsgid": "string",
"uuid": "string",
"wxid": "string"
},
"text": "string",
"rowcount": 0,
"showmsg": true
}