curl --location --request POST 'http://127.0.0.1:3000/_delete_group_notice' \
--header 'Content-Type: application/json' \
--data-raw '{
"group_id": 0,
"notice_id": "string"
}'{
"status": "string",
"retcode": 0,
"data": null,
"message": "string",
"wording": "string"
}