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": [
{
"group_id": 0,
"user_id": 0,
"nickname": "string",
"card": "string",
"sex": "string",
"age": 0,
"join_time": 0,
"last_sent_time": 0,
"level": 0,
"qq_level": 0,
"role": "string",
"title": "string",
"area": "string",
"unfriendly": true,
"title_expire_time": 0,
"card_changeable": true,
"shut_up_timestamp": 0,
"is_robot": true,
"qage": "string"
}
],
"message": "string",
"wording": "string",
"echo": "string"
}