{
  "vouchers": [
    {
      "codeTitle": "Summer Sale",
      "voucherCode": "SUMMER20",
      "discountPercent": 20,
      "minPurchaseAmount": 100,
      "startDate": "2024-06-01",
      "endDate": "2024-06-30",
      "description": "Get 20% off on purchases over $100 during the summer sale.",
      "isFastSale": true
    },
    {
      "codeTitle": "Winter Wonders",
      "voucherCode": "WINTER25",
      "discountPercent": 25,
      "minPurchaseAmount": 150,
      "startDate": "2024-12-01",
      "endDate": "2024-12-31",
      "description": "Enjoy 25% off when you spend $150 or more this winter!",
      "isFastSale": false
    },
    {
      "codeTitle": "New Year Special",
      "voucherCode": "NY2024",
      "discountPercent": 30,
      "minPurchaseAmount": 200,
      "startDate": "2024-01-01",
      "endDate": "2024-01-07",
      "description": "Ring in the new year with 30% off purchases over $200.",
      "isFastSale": true
    },
    {
      "codeTitle": "Black Friday",
      "voucherCode": "BLACKFRIDAY50",
      "discountPercent": 50,
      "minPurchaseAmount": 300,
      "startDate": "2024-11-25",
      "endDate": "2024-11-28",
      "description": "Massive Black Friday sale! Get 50% off on orders above $300.",
      "isFastSale": true
    },
    {
      "codeTitle": "Back to School",
      "voucherCode": "SCHOOL15",
      "discountPercent": 15,
      "minPurchaseAmount": 75,
      "startDate": "2024-08-01",
      "endDate": "2024-08-15",
      "description": "Get ready for school with 15% off on orders over $75.",
      "isFastSale": false
    }
  ]
}
