[
  {
    "id": 1,
    "userId": 1,
    "userName": "Mamun sheikh",
    "items": [
      {
        "id": 1,
        "name": "Classic Leather Jacket",
        "price": 4500,
        "category": "men",
        "image": "/uploads/jacket.jpg",
        "description": "Premium black leather jacket for men",
        "featured": true,
        "createdAt": "2026-01-01",
        "qty": 1
      }
    ],
    "subtotal": 4500,
    "delivery": 0,
    "total": 4500,
    "paymentMethod": "bKash",
    "deliveryAddress": "72 rue Jean Jaurès 94800 Villejuif",
    "phone": "015848c48786",
    "status": "processing",
    "createdAt": "2026-07-30T08:32:14.371Z"
  },
  {
    "id": 2,
    "userId": 1,
    "userName": "Admin",
    "items": [
      {
        "id": 7,
        "name": "watch",
        "price": 1200,
        "category": "men",
        "image": "/uploads/1785402373765-leather-belt_74190-2615.avif",
        "description": "watchhaiuhicuohcfiow",
        "featured": true,
        "createdAt": "2026-07-30T09:06:13.778Z",
        "qty": 1
      }
    ],
    "subtotal": 1200,
    "delivery": 140,
    "total": 1340,
    "deliveryArea": "8",
    "paymentMethod": "bKash",
    "deliveryAddress": "Dhaka, Bangladesh",
    "phone": "+880 1700-000000",
    "status": "processing",
    "createdAt": "2026-07-30T09:06:55.369Z"
  }
]