{
  "orders": [
    {
      "order_id": "837622",
      "customer_id": "4382",
      "customer_name": "Alice Widell",
      "customer_email": "a_widell@example.com",
      "products": [
        {
          "sku": "XY-Z12345",
          "delivery_date": "2023-05-10"
        }
      ]
    },
    {
      "order_id": "837623",
      "customer_id": "7533",
      "customer_name": "Britney Khan",
      "customer_email": "britney.khan@example.com",
      "products": [
        {
          "sku": "XY-Z12345",
          "delivery_date": "2023-05-15"
        },
        {
          "sku": "TS-BLM-A101",
          "delivery_date": "2023-05-15"
        },
        {
          "sku": "01-200-GR-M",
          "delivery_date": "2023-05-15"
        }
      ]
    },
    {
      "order_id": "837624",
      "customer_id": "5743",
      "customer_name": "Charles Bengtsson",
      "customer_email": "charles@example.com",
      "products": [
        {
          "sku": "HOY-BB-BLU-07",
          "delivery_date": "2023-05-16"
        },
        {
          "sku": "HOY-BB-RED-07",
          "delivery_date": "2023-05-16"
        }
      ]
    }
  ]
}
