curl --location --request GET 'https://open.yunxinapi.com/im/v2/teams//actions/list_members?team_type&member_type&chat_banned_type&descending&page_token&limit' \
--header 'AppKey;' \
--header 'X-custom-traceid: {% mock '\''uuid'\'' %}' \
--header 'Nonce;' \
--header 'CurTime;' \
--header 'CheckSum;'{
    "code": 0,
    "msg": "string",
    "data": {
        "has_more": true,
        "next_token": "string",
        "items": [
            {
                "member_role": 40,
                "account_id": "29",
                "chat_banned": false,
                "team_nick": "侯秀英",
                "join_time": 274093745635,
                "update_time": 1600900574016,
                "team_id": 296,
                "server_extension": "6"
            }
        ]
    }
}