{
  "data": [
    {
      "id": 101,
      "sku": "SEC-FW-001",
      "name": "Enterprise Firewall",
      "category": "security",
      "price": 2499.99,
      "currency": "USD",
      "inStock": true,
      "description": "Next-generation firewall appliance",
      "createdAt": "2025-01-10T08:00:00Z"
    },
    {
      "id": 102,
      "sku": "SEC-IDS-002",
      "name": "Intrusion Detection System",
      "category": "security",
      "price": 1899.99,
      "currency": "USD",
      "inStock": true,
      "description": "Advanced threat detection system",
      "createdAt": "2025-01-12T10:30:00Z"
    },
    {
      "id": 103,
      "sku": "NET-SW-003",
      "name": "Managed Switch 48-Port",
      "category": "networking",
      "price": 899.99,
      "currency": "USD",
      "inStock": false,
      "description": "Enterprise-grade managed switch",
      "createdAt": "2025-01-15T14:20:00Z"
    }
  ],
  "meta": {
    "total": 3,
    "page": 1,
    "perPage": 10
  }
}
