allowed methods : [GET]
purpose : To get all Testimonials
request : Get
response : JSON data

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

{
    "status": true,
    "message": "Data is retrieved successfully",
    "data": [
        {
            "id": 1,
            "mobile_gif_image": "ecommerce/mobile_gif_image/FireworksDiwaliGIF-ezgif.com-resize_1.webp",
            "web_gif_image": "ecommerce/mobile_gif_image/FireworksDiwaliGIF-ezgif.com-resize_1.webp",
            "gif_text": "100% Safe & Effective Nutrition",
            "mobile_pop_up_image": "ecommerce/mobile_pop_up_image/Website_Banner-02_2_1.jpg",
            "web_pop_up_image": "ecommerce/web_pop_up_image/Website_Banner-01_2_1.jpg",
            "title": "Defy Aging,",
            "thank_you_image": "ecommerce/web_pop_up_image/Website_Banner-01_2_1.jpg",
            "sub_title": " Get Flawless Complexion & Transform Your Skin From Within!    ",
            "offer_text": "Care Combo: Upto  50% Off On All Combos.",
            "color_code": "#e8e8e8",
            "is_approve": true
        }
    ]
}