{
"group_id": -9007199254740991,
"message": [
{
"type": "text",
"data": {
"text": "string"
}
}
]
}curl --location --request POST 'https://shbot-api.wzstack.com/api/send_group_message' \
--header 'Content-Type: application/json' \
--data-raw '{
"group_id": -9007199254740991,
"message": [
{
"type": "text",
"data": {
"text": "string"
}
}
]
}'{
"status": "ok",
"retcode": 0,
"data": {
"message_seq": -9007199254740991,
"time": -9007199254740991
},
"message": "string"
}