[
  {
    "code": "SUMMER2024",
    "description": "Summer special discount - 15% off all trips",
    "type": "percentage",
    "amount": 15.00,
    "usage_limit": 100,
    "usage_limit_per_customer": 1,
    "status": "publish",
    "applicable_to": "all",
    "first_time_customer_only": 0,
    "is_group_discount": 0,
    "discount_mode": "promo"
  },
  {
    "code": "EARLYBIRD",
    "description": "Early bird discount for bookings 60+ days in advance",
    "type": "percentage",
    "amount": 20.00,
    "usage_limit": 50,
    "status": "publish",
    "applicable_to": "all",
    "first_time_customer_only": 0,
    "is_group_discount": 0,
    "discount_mode": "promo"
  },
  {
    "code": "GROUP10",
    "description": "Group discount for 10 or more travelers",
    "type": "percentage",
    "amount": 10.00,
    "usage_limit": 0,
    "status": "publish",
    "applicable_to": "all",
    "first_time_customer_only": 0,
    "is_group_discount": 1,
    "min_group_size": 10,
    "discount_mode": "group"
  },
  {
    "code": "WELCOME50",
    "description": "Welcome discount for first-time customers",
    "type": "fixed",
    "amount": 50.00,
    "usage_limit": 200,
    "usage_limit_per_customer": 1,
    "status": "publish",
    "applicable_to": "all",
    "first_time_customer_only": 1,
    "is_group_discount": 0,
    "discount_mode": "promo"
  },
  {
    "code": "FAMILY20",
    "description": "Family package discount for 4+ travelers",
    "type": "percentage",
    "amount": 20.00,
    "usage_limit": 0,
    "status": "publish",
    "applicable_to": "all",
    "first_time_customer_only": 0,
    "is_group_discount": 1,
    "min_group_size": 4,
    "max_group_size": 8,
    "discount_mode": "group"
  },
  {
    "code": "LASTMINUTE",
    "description": "Last minute deals - book within 7 days of departure",
    "type": "percentage",
    "amount": 25.00,
    "usage_limit": 30,
    "status": "publish",
    "applicable_to": "all",
    "first_time_customer_only": 0,
    "is_group_discount": 0,
    "discount_mode": "promo"
  },
  {
    "code": "LOYAL100",
    "description": "Loyalty discount for returning customers",
    "type": "fixed",
    "amount": 100.00,
    "usage_limit": 0,
    "usage_limit_per_customer": 1,
    "status": "publish",
    "applicable_to": "all",
    "first_time_customer_only": 0,
    "is_group_discount": 0,
    "discount_mode": "promo"
  },
  {
    "code": "WINTER2024",
    "description": "Winter special - 18% off winter trips",
    "type": "percentage",
    "amount": 18.00,
    "usage_limit": 75,
    "status": "publish",
    "applicable_to": "all",
    "first_time_customer_only": 0,
    "is_group_discount": 0,
    "discount_mode": "promo"
  }
]
