{
"group_id": 0
}
curl --location --request POST '/_get_group_notice' \
--header 'Content-Type: application/json' \
--data-raw '{
"group_id": 0
}'
{
"status": "ok",
"retcode": 0,
"data": [
{
"notice_id": "string",
"sender_id": 0,
"publish_time": 0,
"message": {
"text": "string",
"images": [
{
"id": "string",
"height": "string",
"width": "string"
}
]
}
}
]
}