pub async fn get_audit_log_stats(
__arg0: State<ApiState>,
headers: HeaderMap,
) -> ApiResponse<AuditLogStats>Expand description
GET /admin/audit-logs/stats
Returns aggregated audit-log statistics for the last 24 hours. Requires an admin bearer token.