{
"group_id": 0,
"content": "string",
"image": "string",
"pinned": 0,
"type": 0,
"confirm_required": 0,
"is_show_edit_card": 0,
"tip_window_type": 0
}
curl --location --request POST '/_send_group_notice' \
--header 'Content-Type: application/json' \
--data-raw '{
"group_id": 0,
"content": "string",
"image": "string",
"pinned": 0,
"type": 0,
"confirm_required": 0,
"is_show_edit_card": 0,
"tip_window_type": 0
}'
{
"status": "ok",
"retcode": 0,
"data": null,
"message": "string",
"wording": "string",
"echo": "string"
}