[
    {
        "id": 1,
        "name": "Classic 6 Tooth Gold Top Grillz",
        "description": "A timeless 6-tooth top grill made from 18K solid gold.",
        "material": "Gold",
        "karat": 18,
        "price": 399.990000000000009094947017729282379150390625,
        "category": "Top Grillz",
        "stock_status": "in_stock",
        "customizable": true,
        "created_at": "2025-07-01T12:00:00Z"
    },
    {
        "id": 2,
        "name": "Iced Out Diamond Bottom Grillz",
        "description": "Fully encrusted bottom grill with lab diamonds, pure bling.",
        "material": "Silver + Lab Diamonds",
        "karat": null,
        "price": 799,
        "category": "Bottom Grillz",
        "stock_status": "custom_order",
        "customizable": true,
        "created_at": "2025-07-03T09:20:00Z"
    },
    {
        "id": 3,
        "name": "Silver Fang Grillz",
        "description": "Two sharp fangs in polished sterling silver. Bold and clean.",
        "material": "Silver",
        "karat": null,
        "price": 159,
        "category": "Top Grillz",
        "stock_status": "in_stock",
        "customizable": false,
        "created_at": "2025-06-28T17:00:00Z"
    },
    {
        "id": 4,
        "name": "14K Gold Bottom Grillz with Bridge",
        "description": "Bottom grill with bridge design, made in 14K yellow gold.",
        "material": "Gold",
        "karat": 14,
        "price": 499.5,
        "category": "Bottom Grillz",
        "stock_status": "out_of_stock",
        "customizable": true,
        "created_at": "2025-06-30T14:15:00Z"
    },
    {
        "id": 5,
        "name": "Full Set Diamond Grillz",
        "description": "Top and bottom grillz set fully iced with CZ stones.",
        "material": "Silver + Cubic Zirconia",
        "karat": null,
        "price": 999,
        "category": "Sets",
        "stock_status": "custom_order",
        "customizable": true,
        "created_at": "2025-07-04T10:10:00Z"
    },
    {
        "id": 6,
        "name": "Gold Plated Single Tooth Cap",
        "description": "Affordable 1-tooth cap with 18K gold plating.",
        "material": "Gold Plated",
        "karat": 18,
        "price": 59.99000000000000198951966012828052043914794921875,
        "category": "Single Tooth",
        "stock_status": "in_stock",
        "customizable": false,
        "created_at": "2025-07-02T08:30:00Z"
    }
]