curl --location --request POST 'http://127.0.0.1:3000/get_group_member_list' \
--header 'Content-Type: application/json' \
--data-raw '{
"group_id": 0,
"no_cache": false
}'
{
"status": "string",
"retcode": 0,
"data": [
{
"group_id": 0,
"user_id": 0,
"nickname": "string",
"card": "string",
"card_or_nickname": "string",
"sex": "string",
"age": 0,
"area": "string",
"level": "string",
"qq_level": 0,
"join_time": 0,
"last_sent_time": 0,
"title_expire_time": 0,
"unfriendly": true,
"card_changeable": true,
"is_robot": true,
"shut_up_timestamp": 0,
"role": "string",
"title": "string"
}
],
"message": "string",
"wording": "string"
}