curl --location --request POST '/get_group_list' \
--header 'Content-Type: application/json' \
--data-raw '{}'{
"status": "ok",
"retcode": 0,
"data": [
{
"group_id": 123456,
"group_name": "测试群",
"member_count": 100,
"max_member_count": 500
}
],
"message": "",
"wording": "",
"stream": "normal-action"
}