Tunnel.Readcurl --location --request GET 'https://api.locyanfrp.cn/v3/tunnel?user_id&tunnel_id'{
    "status": 200,
    "message": "string",
    "data": {
        "name": "string",
        "type": "TCP",
        "local_ip": "string",
        "local_port": 0,
        "remote_port": 0,
        "use_compression": true,
        "use_encryption": true,
        "domain": "string",
        "secret_key": "string",
        "locations": [
            "string"
        ],
        "node": {
            "id": 0,
            "name": "string",
            "host": "string",
            "ip": "string"
        },
        "status": 0
    }
}