curl --location --request POST '/get_group_ignore_add_request' \
--header 'Content-Type: application/json' \
--data-raw '{}'{
"status": "ok",
"retcode": 0,
"data": [
{
"request_id": 12345,
"invitor_uin": 123456789,
"invitor_nick": "邀请者",
"group_id": 123456789,
"message": "加群请求",
"group_name": "群名称",
"checked": false,
"actor": 0,
"requester_nick": "请求者"
}
],
"message": "",
"wording": "",
"stream": "normal-action"
}