[
  {
    "order_id": "ORD-1042",
    "customer": {
      "name": "Ana Ruiz",
      "email": "ana@ruiz.co"
    },
    "status": "paid",
    "total": 148.5,
    "shipping": {
      "city": "Austin",
      "country": "US"
    },
    "items": ["Notebook", "Desk mat"]
  },
  {
    "order_id": "ORD-1043",
    "customer": {
      "name": "Ben Okafor",
      "email": "ben@okafor.dev"
    },
    "status": "refunded",
    "total": 92,
    "shipping": {
      "city": "Chicago",
      "country": "US"
    },
    "items": ["Keyboard"]
  },
  {
    "order_id": "ORD-1044",
    "customer": {
      "name": "Chloe Martin",
      "email": "chloe@martin.fr"
    },
    "status": "shipped",
    "total": 215.75,
    "shipping": {
      "city": "Paris",
      "country": "FR"
    },
    "items": ["Monitor stand", "Cable tray"]
  },
  {
    "order_id": "ORD-1045",
    "customer": {
      "name": "Diego Santos",
      "email": "diego@santos.br"
    },
    "status": "processing",
    "total": 64.25,
    "shipping": {
      "city": "São Paulo",
      "country": "BR"
    },
    "items": ["Mouse pad", "Wrist rest"]
  },
  {
    "order_id": "ORD-1046",
    "customer": {
      "name": "Emi Tanaka",
      "email": "emi@tanaka.jp"
    },
    "status": "paid",
    "total": 329,
    "shipping": {
      "city": "Tokyo",
      "country": "JP"
    },
    "items": ["Ergonomic chair"]
  },
  {
    "order_id": "ORD-1047",
    "customer": {
      "name": "Fatima Zahra",
      "email": "fatima@zahra.ma"
    },
    "status": "shipped",
    "total": 119.99,
    "shipping": {
      "city": "Casablanca",
      "country": "MA"
    },
    "items": ["Laptop stand", "USB hub"]
  }
]
