{
  "profiles": [
    {
      "id": "70fb4001-8e71-4cb2-bd86-78cc3707745b",
      "stellar_wallet_address": "guest:70fb4001-8e71-4cb2-bd86-78cc3707745b",
      "first_name": null,
      "last_name": null,
      "delivery_address": null,
      "marketplace_balance": 100000,
      "role": "user",
      "profile_complete": true,
      "created_at": "2026-08-20T19:49:40.566Z",
      "updated_at": "2026-08-20T19:49:40.567Z"
    }
  ],
  "products": [
    {
      "id": "11111111-1111-4111-8111-111111111111",
      "name": "Build Your Own Castle",
      "description": "Build your own castle exactly where you want it and with the size and dimensions of your choice. Design every detail according to your vision and create a unique residence that reflects your style, prestige, and personal preferences.",
      "category": "Residences",
      "price": 15000,
      "stock": 3,
      "image_url": "/catalog/castle.png",
      "active": true,
      "created_at": "2026-08-20T19:49:40.559Z",
      "updated_at": "2026-08-20T19:49:40.559Z"
    },
    {
      "id": "22222222-2222-4222-8222-222222222222",
      "name": "100-Carat Diamond",
      "description": "A physical 100-carat diamond delivered directly to your home. One of the world's most valuable and prestigious gemstones, representing luxury, rarity, and timeless value.",
      "category": "Gemstones",
      "price": 10000,
      "stock": 1,
      "image_url": "/catalog/diamond.png",
      "active": true,
      "created_at": "2026-08-20T19:49:40.559Z",
      "updated_at": "2026-08-20T19:49:40.559Z"
    },
    {
      "id": "33333333-3333-4333-8333-333333333333",
      "name": "Private Island",
      "description": "Own your very own private island and enjoy complete privacy, breathtaking views, and an exclusive lifestyle. Choose the location and create your personal paradise surrounded by nature and luxury.",
      "category": "Estates",
      "price": 20000,
      "stock": 1,
      "image_url": "/catalog/island.png",
      "active": true,
      "created_at": "2026-08-20T19:49:40.559Z",
      "updated_at": "2026-08-20T19:49:40.559Z"
    }
  ],
  "orders": [],
  "order_items": [],
  "cart_items": [],
  "transactions": [],
  "auth_challenges": [],
  "nextOrderNumber": 1
}