pub async fn run( addr: &str, kg: Arc<GraphHandle>, auth_token: Option<Arc<str>>, ) -> Result<()>
Bind addr and serve the HTTP transport until the process is killed.
addr