{
  "version": "2026-03",
  "orders": [
    {
      "order_id": "ord_1001",
      "total": 149.24,
      "currency": "USD"
    },
    {
      "order_id": "ord_1002",
      "total_amount": {
        "value": 84.91,
        "currency": "USD"
      },
      "status": "processing"
    },
    {
      "order_id": "ord_1003",
      "total": 220.0,
      "discount_codes": [
        "SPRING"
      ],
      "flags": {
        "priority": true
      }
    }
  ]
}
