{
"group_id": 0,
"message": [
{
"type": "text",
"data": {
"text": "string"
}
}
]
}
curl --location --request POST '/send_group_msg' \
--header 'Content-Type: application/json' \
--data-raw '{
"group_id": 0,
"message": [
{
"type": "text",
"data": {
"text": "string"
}
}
]
}'
{
"status": "ok",
"retcode": 0,
"data": {
"message_id": 696124706
},
"message": "",
"wording": ""
}