pub async fn cmd_session_export( base_url: &str, session_id: &str, format: &str, output: Option<&str>, ) -> Result<(), Box<dyn Error>>