Authorization: Bearer ********************
{
"group_id": 545402644,
"content": "公告测试",
"image": "http://i0.hdslb.com/bfs/archive/c8fd97a40bf79f03e7b76cbc87236f612caef7b2.png"
}
curl --location --request POST 'http://127.0.0.1:3000/_send_group_notice' \
--header 'Content-Type: application/json' \
--data-raw '{
"group_id": 545402644,
"content": "公告测试",
"image": "http://i0.hdslb.com/bfs/archive/c8fd97a40bf79f03e7b76cbc87236f612caef7b2.png"
}'
{}