Node.ListAuthorization: Bearer ********************curl --location --request GET 'https://api.locyanfrp.cn/v2/node/all?user_id' \
--header 'Authorization: Bearer <token>'{
    "status": 200,
    "message": "string",
    "data": {
        "list": [
            {
                "name": "string",
                "id": 0,
                "hostname": "string",
                "ip": "string",
                "description": "string",
                "server_port": 0,
                "status": "string",
                "attribute": {
                    "china": true,
                    "allow_big_traffic": true,
                    "allow_udp": true,
                    "allow_website": true
                },
                "port_range": [
                    "string"
                ]
            }
        ]
    }
}