http
HTTP/1.1 200 OK
Vary: Device-Memory
Content-Type: application/json
{
"products": [
{
"id": "12345",
"name": "Laptop Pro",
"price": 1299.99,
"description": "High-performance laptop with...",
"images": ["full_1.jpg", "full_2.jpg"],
"specifications": {...},
"reviews": [...]
}
],
"pagination": {
"page_size": 50,
"total": 100
}
}