Proxy.Record.ListAuthorization: Bearer ********************curl --location --request GET 'https://api.locyanfrp.cn/v2/proxy/all?user_id=' \
--header 'Authorization: Bearer <token>'{
    "status": 200,
    "message": "string",
    "data": {
        "list": [
            {
                "id": 0,
                "proxy_name": "string",
                "proxy_type": "string",
                "local_ip": "string",
                "local_port": 0,
                "remote_port": 0,
                "use_compression": true,
                "use_encryption": true,
                "domain": "string",
                "node_id": 0,
                "secret_key": "string",
                "status": "string"
            }
        ]
    }
}