[
  {
    "id": 1,
    "name": "Wireless Headphones",
    "description": "High-quality Bluetooth headphones with noise cancellation",
    "price": 199.99,
    "category": "Electronics",
    "in_stock": 1,
    "created_at": "2025-07-18 03:06:28"
  },
  {
    "id": 2,
    "name": "Coffee Mug",
    "description": "Ceramic mug perfect for your morning coffee",
    "price": 12.99,
    "category": "Home & Kitchen",
    "in_stock": 1,
    "created_at": "2025-07-18 03:06:28"
  },
  {
    "id": 3,
    "name": "Running Shoes",
    "description": "Lightweight running shoes with excellent cushioning",
    "price": 89.99,
    "category": "Sports & Outdoors",
    "in_stock": 1,
    "created_at": "2025-07-18 03:06:28"
  },
  {
    "id": 4,
    "name": "Notebook",
    "description": "Spiral-bound notebook with 200 pages",
    "price": 5.99,
    "category": "Office Supplies",
    "in_stock": 1,
    "created_at": "2025-07-18 03:06:28"
  },
  {
    "id": 5,
    "name": "Smartphone Case",
    "description": "Protective case with wireless charging support",
    "price": 29.99,
    "category": "Electronics",
    "in_stock": 1,
    "created_at": "2025-07-18 03:06:28"
  },
  {
    "id": 6,
    "name": "Desk Lamp",
    "description": "LED desk lamp with adjustable brightness",
    "price": 45.99,
    "category": "Home & Kitchen",
    "in_stock": 1,
    "created_at": "2025-07-18 03:06:28"
  },
  {
    "id": 7,
    "name": "Water Bottle",
    "description": "Insulated stainless steel water bottle",
    "price": 24.99,
    "category": "Sports & Outdoors",
    "in_stock": 1,
    "created_at": "2025-07-18 03:06:28"
  },
  {
    "id": 8,
    "name": "Pen Set",
    "description": "Set of 5 premium ballpoint pens",
    "price": 15.99,
    "category": "Office Supplies",
    "in_stock": 1,
    "created_at": "2025-07-18 03:06:28"
  }
]