http
HTTP/1.1 200 OK
Content-Type: application/json
Vary: Save-Data
Content-Encoding: br
{
"products": [
{"id": 1, "name": "Laptop Pro", "price": 1299},
{"id": 2, "name": "Laptop Air", "price": 999}
],
"images_omitted": true,
"full_version": "/api/products?category=laptops&full=1"
}