[
  {
    "model": "notification.notificationcategory",
    "pk": 1,
    "fields": {
      "tenant": 1,
      "name": "system",
      "label": "سیستم",
      "description": "اعلان‌های سیستمی",
      "icon": "cog",
      "color": "#3B82F6",
      "is_active": true
    }
  },
  {
    "model": "notification.notificationcategory",
    "pk": 2,
    "fields": {
      "tenant": 1,
      "name": "security",
      "label": "امنیت",
      "description": "اعلان‌های امنیتی",
      "icon": "shield",
      "color": "#EF4444",
      "is_active": true
    }
  },
  {
    "model": "notification.notificationcategory",
    "pk": 3,
    "fields": {
      "tenant": 1,
      "name": "transaction",
      "label": "تراکنش",
      "description": "اعلان‌های مالی و تراکنش",
      "icon": "currency",
      "color": "#10B981",
      "is_active": true
    }
  },
  {
    "model": "notification.notificationcategory",
    "pk": 4,
    "fields": {
      "tenant": 1,
      "name": "social",
      "label": "اجتماعی",
      "description": "اعلان‌های اجتماعی",
      "icon": "users",
      "color": "#8B5CF6",
      "is_active": true
    }
  },
  {
    "model": "notification.notificationcategory",
    "pk": 5,
    "fields": {
      "tenant": 1,
      "name": "update",
      "label": "بروزرسانی",
      "description": "اعلان‌های بروزرسانی سیستم",
      "icon": "refresh",
      "color": "#F59E0B",
      "is_active": true
    }
  }
]
