API endpoint that serialize special offers for one provider

GET /api/get_location_coupons/?format=api
HTTP 200 OK
Allow: GET, POST
Content-Type: application/json
Vary: Accept

{
    "count": 0,
    "next": null,
    "previous": null,
    "results": []
}