curl --location --request POST 'http://127.0.0.1:3000/get_group_file_system_info' \
--header 'Content-Type: application/json' \
--data-raw '{
    "group_id": 0
}'{
    "status": "string",
    "retcode": 0,
    "data": {
        "file_count": 0,
        "limit_count": 0,
        "used_space": 0,
        "total_space": 0
    },
    "message": "string",
    "wording": "string"
}