{
"group_id": 0,
"content": "string",
"image": "string"
}
curl --location --request POST '/_send_group_notice' \
--header 'Content-Type: application/json' \
--data-raw '{
"group_id": 0,
"content": "string",
"image": "string"
}'
{
"status": "ok",
"retcode": 0,
"data": "string"
}