Node.Read.StatAuthorization: Bearer ********************curl --location --request GET 'https://api.locyanfrp.cn/v3/nodes/stats?user_id&nodes' \
--header 'Authorization: Bearer <token>'{
    "status": 200,
    "message": "string",
    "data": {
        "list": [
            {
                "node_id": 0,
                "inbound": 0,
                "outbound": 0,
                "total_client": 0,
                "update_time": 0
            }
        ]
    }
}