Authorization: Bearer ********************curl --location --request POST '/send_group_msg' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"group_id": 0,
"message": {
"type": "at",
"data": {
"qq": "qq",
"name": "string"
}
}
}'{
"status": "ok",
"retcode": 0,
"data": {
"message_id": 696124706
},
"message": "",
"wording": ""
}