GET /offers/coupon/?format=api&solutions=full-body-laser-hair-removal
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total_count": 1,
    "page_size": 10,
    "next": null,
    "previous": null,
    "results": [
        {
            "slug": "laser-treatment",
            "heading": "Laser Treatment",
            "key": "Free Trial",
            "show_heading": true,
            "discount": 40.0,
            "image": "https://d2i00yqiugujny.cloudfront.net/offers_coupons/laser__treatment.webp",
            "terms_and_conditions": "T&C applied"
        }
    ]
}