pub async fn start( app_data: Arc<AppData>, config_bind_address: SocketAddr, opt_tsl: Option<Tsl>, ) -> Running
Starts the API server.
Panics if the API server can’t be started.