pub async fn start_api_server( storage: Arc<Storage>, audit: Arc<Audit>, ) -> Result<()>
Starts the API servers (gRPC + HTTP) backed by the provided storage handle.