pub async fn log_audit_diff( model_type: &str, model_id: i32, event: &str, old_json: &str, new_json: &str, ) -> Result<(), Error>