server.createContext("/api/v1/rpc", this::handleRpcEndpoint);
server.createContext("/api/v1/events", this::handleEventsEndpoint);
server.createContext("/api/v1/check", this::handleCheckEndpoint);
server.start();
server.createContext("/api/v1/rpc", this::handleRpcEndpoint);
server.createContext("/api/v1/events", this::handleEventsEndpoint);
server.createContext("/api/v1/check", this::handleCheckEndpoint);
server.start();