[
  {
    "id": "23c8408e-99df-44e5-ba4c-a84dc7011eb7",
    "customer": {
      "name": "aul",
      "phone": "23545345",
      "address": "jakarta"
    },
    "cart": [
      {
        "id": "cake-001",
        "name": "Red Velvet Cake",
        "price": 120000,
        "description": "Lembut, manis, dan penuh rasa coklat merah yang khas.",
        "image": "https://images.unsplash.com/photo-1544025162-d76694265947?auto=format&fit=crop&w=800&q=80",
        "quantity": 1
      },
      {
        "id": "cake-002",
        "name": "Cheese Cake",
        "price": 150000,
        "description": "Krim keju lembut pada dasar biskuit renyah.",
        "image": "https://images.unsplash.com/photo-1551024601-bec78aea704b?auto=format&fit=crop&w=800&q=80",
        "quantity": 1
      }
    ],
    "total": 270000,
    "createdAt": "2026-05-08T13:01:42.025Z"
  },
  {
    "id": "dea24047-f769-4fc0-a9b8-76bfa758a6bb",
    "customer": {
      "name": "tes",
      "phone": "23454534",
      "address": "jakarta"
    },
    "cart": [
      {
        "id": "cake-001",
        "name": "Red Velvet Cake",
        "price": 120000,
        "description": "Lembut, manis, dan penuh rasa coklat merah yang khas.",
        "image": "https://images.unsplash.com/photo-1544025162-d76694265947?auto=format&fit=crop&w=800&q=80",
        "quantity": 1
      }
    ],
    "total": 120000,
    "createdAt": "2026-05-08T13:05:00.173Z"
  },
  {
    "id": "f0f3d3cb-5d7b-4773-8d61-7d8c3e12b799",
    "customer": {
      "name": "aul",
      "phone": "1214730920",
      "address": "karawaci"
    },
    "cart": [
      {
        "id": "cake-001",
        "name": "Red Velvet Cake",
        "category": "Cake",
        "price": 120000,
        "description": "Lembut, manis, dan penuh rasa coklat merah yang khas.",
        "image": "/images/red velvet.jpg",
        "quantity": 1
      },
      {
        "id": "cake-003",
        "name": "Chocolate Truffle",
        "category": "Cake",
        "price": 135000,
        "description": "Cake coklat premium dengan lapisan truffle lembut.",
        "image": "https://images.unsplash.com/photo-1578985545062-69928b1d9587?auto=format&fit=crop&w=800&q=80",
        "quantity": 1
      },
      {
        "id": "cake-002",
        "name": "Cheese Cake",
        "category": "Cake",
        "price": 150000,
        "description": "Krim keju lembut pada dasar biskuit renyah.",
        "image": "/images/cheesecake.jpg",
        "quantity": 1
      }
    ],
    "total": 405000,
    "createdAt": "2026-05-08T13:35:52.594Z"
  }
]