GET /product/price_range/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "min_price": 0.99,
    "max_price": 19.99
}