GET /rest/widgets/product/get_min_max_price/?category=high-tables&format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "max_price": 3062.01,
    "min_price": 152.65
}