[
  {
    "id": "1",
    "productId": 3,
    "quantity": 2,
    "totalPrice": 13000,
    "orderDate": "2024-06-01T10:30:00Z",
    "customerName": "John Doe",
    "customerEmail": "tawaasalage@gmail.com"
  },
  {
    "productId": 3,
    "quantity": 2,
    "totalPrice": 13000,
    "orderDate": "2024-06-01T10:30:00Z",
    "customerName": "John",
    "customerEmail": "tawaasalage@gmail.com",
    "id": "bgffXS7XgbQ"
  },
  {
    "productId": 1,
    "quantity": 1,
    "totalPrice": 12500,
    "orderDate": "2026-06-20T12:11:26.389Z",
    "customerName": "Nimal",
    "customerEmail": "tawaasalage@gmail.com",
    "id": "XStFFIMDIkI"
  },
  {
    "productId": 1,
    "quantity": 1,
    "totalPrice": 12500,
    "orderDate": "2026-06-20T12:16:43.015Z",
    "customerName": "Nimal",
    "customerEmail": "tawaasalage@gmail.com",
    "id": "8nRsJFrsbIg"
  },
  {
    "productId": 4,
    "quantity": 1,
    "totalPrice": 9800,
    "orderDate": "2026-06-20T12:17:20.058Z",
    "customerName": "Nimal",
    "customerEmail": "tawaasalage@gmail.com",
    "id": "Z6GJ0PS5P4I"
  },
  {
    "productId": 3,
    "quantity": 2,
    "totalPrice": 13000,
    "orderDate": "2024-06-01T10:30:00Z",
    "customerName": "John",
    "customerEmail": "tawaasalage@gmail.com",
    "id": "ikictiY-mNk"
  },
  {
    "customerName": "dilanka rathnayaka",
    "customerEmail": "rathnayakadilanka275@gmail.com",
    "items": [
      {
        "id": "1",
        "name": "Wireless Headphones",
        "category": "Electronics",
        "price": 12500,
        "image": "https://images.unsplash.com/photo-1505740420928-5e560c06d30e?auto=format&fit=crop&w=600&q=80",
        "description": "Comfortable wireless headphones with clear sound quality.",
        "rating": 4.5,
        "stock": 15,
        "quantity": 2
      },
      {
        "id": "12",
        "name": "Face Cream",
        "category": "Beauty",
        "price": 3500,
        "image": "https://images.unsplash.com/photo-1556228578-8c89e6adf883?auto=format&fit=crop&w=600&q=80",
        "description": "Moisturizing face cream for smooth and fresh skin.",
        "rating": 4.1,
        "stock": 22,
        "quantity": 1
      }
    ],
    "totalAmount": 28500,
    "id": "BHUDdN0pG7s"
  }
]