{
"group_id": 0,
"no_cache": false
}
curl --location --request POST '/get_group_member_list' \
--header 'Content-Type: application/json' \
--data-raw '{
"group_id": 0,
"no_cache": false
}'
{
"status": "ok",
"retcode": 0,
"data": [
{}
],
"message": "string",
"wording": "string",
"echo": "string"
}