curl --location --request POST 'http://127.0.0.1:3000/_get_group_notice' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"group_id": 0
}'{
"status": "string",
"retcode": 0,
"data": [
{
"notice_id": "string",
"sender_id": 0,
"publish_time": 0,
"message": {
"text": "string",
"images": [
{
"height": "string",
"width": "string",
"id": "string"
}
]
}
}
],
"message": "string",
"wording": "string"
}