{"info":{"_postman_id":"a7a8744d-546e-4999-a1a5-ca7666bb1048","name":"the-ENTERTAINER-Public-API","description":"![Logo](https://ringgitplus.com/img/u/Duit-The-Easy-Way/ringgitplus-the-entertainer-app.870587351.jpg)\n\nAll the features and services of the ENTERTAINER White Label App can now be integrated through the application's API. ***the ENTERTAINER Public API*** is not only the primary way to get data in and out of the ENTERTAINER platform but also integrates data from various sources, leveraging the power of the ENTERTAINER app.\nCheck out the API References and Codes, also we recommend that you familiarize yourself with the development fundamentals of the API, as it is an extraordinary compliment to our documentation.\n\n> For any sort of queries please contact the ENTERTAINER Public API team via the email: [customerservice@theentertainerme.com](customerservice@theentertainerme.com) so you may not face any hurdles in your development process.","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json"},"item":[{"name":"Basic Information","item":[],"id":"32c48850-8169-4658-a8f3-6817af302efc","description":"the ENTERTAINER Public API is an <code>HTTP-Based</code> API that can be used programmatically to query data, search offers, avail exciting discounts and perform a wide variety of other tasks regarding precise locations.\n<br/>\n\nTo put it simply, the ENTERTAINER Public API is a vital gateway between the ENTERTAINER app and the server database, so that the user can perform various tasks and avail numerous of app features.\n\n## Current Version\nTook off from a scratch, the ENTERTAINER Public API now has multiple versions which could be seen in the source files of the API, these sources are restricted for specific personnel to prevent any hacking or breach.\nThe latest version on which the ENTERTAINER Public API\nis operating is <code>1.0</code>. The version have many new features and convenience blended within its core. The details of these features could be found in the [Version Release Notes]([https://business.theentertainerme.com/blog/entertainer2019).\n\n<!--## Base URL-->\n<!--All requests of the ENTERTAINER Public API are passed to the [https://0r27b7pvxe.execute-api.eu-west-1.amazonaws.com/dev/]([https://0r27b7pvxe.execute-api.eu-west-1.amazonaws.com/dev/) host URL.<br/>-->\n\n## Requests Overview\nthe ENTERTAINER Public API integrates two types of request methods, that are <code>GET</code> and <code>POST</code>. These requests are authorized by the **JWT Auth** premise.\n\n## Responses Overview\nAll the responses obtained through the ENTERTAINER Public API are in <code>JSON</code> format.\n\n### HTTP\nthe ENTERTAINER Public API is <code>HTTP-based</code>, so it works with any language that has a <code>HTTPS library</code>, for example, <code>cURL</code> and <code>urllib</code>. This implies you can utilize the API directly in your program with out any hassle. Methods to retrieve data from the ENTERTAINER Public API require a GET request. Methods that submit or change data require a POST request. If not invoked using the correct style, API methods that require a particular HTTP method will return an error. HTTP Response Codes are meaningful.\n\n### HTTP Responses\n\n| Code | Text       \t    \t\t\t\t| Methods      | Logic                                       |\n|------|------------------------------------|--------------|---------------------------------------------|\n| 200  | Success         \t\t\t\t\t| GET, PUT and POST |Returned when successful                     |\n| 401  | JWT authorization missing          | GET, PUT and POST |Returned when invalid request authorization  |\n| 403  | Forbidden\t        \t\t\t\t| GET, PUT and POST |Returned when request forbidden              |\n| 422  | Unprocessability\t\t\t\t\t| GET, PUT and POST |Returned when request is Unprocessable       |\n| 400  | Bad Request        \t\t\t\t| GET, PUT and POST |Returned when required parameter is not given|\n| 500  | Internal Server Error\t\t\t\t| GET, PUT and POST |Returned when error occurred                 |\n\n### Error Messages\nthe ENTERTAINER Public API error messages are returned in JSON format. For example, an error might look like this: <br/>\n<code>\n{\"errors\":[{\"message\":\"Sorry, that page does not exist\",\"code\":34}]}\n</code>","event":[{"listen":"prerequest","script":{"id":"d69a3442-5069-4e7b-99ef-6a285d80c18b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"4758ba64-2d48-432b-974f-3097884d9900","type":"text/javascript","exec":[""]}}],"_postman_id":"32c48850-8169-4658-a8f3-6817af302efc"},{"name":"Authorization","item":[],"id":"ebf1549b-9a24-44fc-98ea-faed49dbfd14","description":"For all the requests made by the ENTERTAINER Public API, there is <code>authentication</code> required. the ENTERTAINER Public API works on the premise of ***JWT Based Authentication***, which means for a <code>200 OK Success</code> response there will be need of a valid <code>JWT</code>. Failure to authenticate token will return responses of_ <code>401 JWT authorization missing</code>. A required parameter if missing in the request will return response of_ <code>400 Bad Request</code> <br/>\n\n> **Find out [How to Pass JWT with API Call](https://theentertainerme.postman.co/collections/8347366-f3a4ca8b-5af5-4808-8da4-c60be678e7e9?version=latest&workspace=7c43ebf1-e539-41c1-84c1-3d85b32448ac#a7248812-c4f9-4e16-845e-d5d7e3ab51b5)** <br/> <br/>\n  **If you don't know about JWT please navigate to [Understanding JSON Web Token(JWT)](https://theentertainerme.postman.co/collections/8347366-f3a4ca8b-5af5-4808-8da4-c60be678e7e9?version=latest&workspace=7c43ebf1-e539-41c1-84c1-3d85b32448ac#464d7f76-88a6-40fa-9463-fd845521739e)**\n\nTo make successful API requests, a JWT token will be generated from the user side and sent to the authentication server for validity. Once the JWT is processed by the authentication server, the user will be granted permission to perform API based actions.\n\n<div class=\"docs-desc-body\"><img src= 'https://i.ibb.co/1J9pWtL/JWT-Usecase-1.png'></div> <br/>\n\n## JWT Verification Process\nWe are utilizing a JWT that is signed by the HS256 algorithm where just the authentication server,the application server and the client knows the <code>secret_key</code>(it will be provided to client by the ENTERTAINER). The application server gets the secret key from the authentication server when the application sets up its validation procedure. Since the authentication server knows the secret key, when the client makes a JWT-connected API call to the application, the application can play out the signature algorithm on the JWT. The application would then be able to check that the signature got from it's own hashing activity coordinates the signature on the JWT itself.<br/>\n<br/>\nIf that the signature coordinate, at that point the JWT is valid which shows that the API call is originating from a authentic source. However, if the signature don't coordinate, it implies that the got JWT is invalid, which might be an indication of a potential threat on the application. So by confirming the JWT, the application includes a layer of trust among itself and the client.\n\n## How JWT is Generated\nThe main parts of JWT identity in the ENTERTAINER public API are <code>secret_key</code>, <code>api_token</code>, <code>session_token</code> and <code>wlcompany</code>. These params distinguish the user based authentication in creating a valid JWT.<br/>\n<code>api_token</code>, <code>session_token</code> and <code>wlcompany</code> are embedded inside the payload<br/>\n\n***{<br/>\n  \"session_token\": \" \",<br/>\n  \"api_token\": \" \",<br/>\n  \"wlcompany\": \" \"<br/>\n}***\n\nwhereas the <code>secret_key</code> is provided to user by the ENTERTAINER.<br/> <br/>\nThe JWT generated is an encrypted hash composing of <code>secret_key</code> and <code>encodedSTRING</code>:<br/>\n<code> var encodedString = base64UrlEncode(header) + \".\" + base64UrlEncode(payload);</code><br/><br/>\n\nSo, the JWT generated will be:<br/>\n***encodedString &nbsp; + &nbsp; \".\" &nbsp; + &nbsp;  HMACSHA256(encodedString, 'secret');***","event":[{"listen":"prerequest","script":{"id":"982195a4-2f02-4043-a4c7-8e761c966a9d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f5db695e-26f8-42f6-8714-0083d8c89c6c","type":"text/javascript","exec":[""]}}],"_postman_id":"ebf1549b-9a24-44fc-98ea-faed49dbfd14"},{"name":"Rate Limiting","item":[],"id":"079832b7-5796-40e7-aeba-8c281a033ff6","description":"Limiting of how many times an endpoint of API could be targeted, plays a great role in API development especially when there are thousands and millions of users.\n> the ENTERTAINER Public API rate limiting will be according to the package plan purchased","event":[{"listen":"prerequest","script":{"id":"a874409d-d952-4bd9-a6e9-c3b9f9d47120","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"14cd8384-ebcd-4700-b885-afe715a021e1","type":"text/javascript","exec":[""]}}],"_postman_id":"079832b7-5796-40e7-aeba-8c281a033ff6"},{"name":"Security","item":[],"id":"cebd11b8-0f49-4e36-91de-040183948d69","description":"With the development on the ENTERTAINER platform becoming useful for the developers, we want to remind you of the present danger of hackers, who aim to spread spam and install malware across the web. This section is to inform you of many threats that exists, and good practices you can use to help keep your application as safe as possible.\n\n## Potential Threats\nYou are exposed to following potential threats no matter what platform you are using, so it's better to keep them in mind.\n\n- **Store JWTs Securely** <br/>\nA JWT should be put in a safe spot inside the user's browser. \nIn the event that you store it inside localStorage, it's open by any content inside your page (which is as terrible as it sounds as a XSS assault can give an outside aggressor a chance to gain admittance to the token). \nTry not to store it in places like local storage. If any of the third part contents you incorporate into your page gets traded off, it can get access to all of your tokens.\nThe JWT should be stored inside a <code>HttpOnly</code> cookie, an extraordinary sort of cookie that is just sent in HTTP requests to the server, and it never gets breached from JavaScript running in the program.\n\n- **Validation of Input** <br/>\nNever assume that valid and trustworthy data will be provided to you by the user. Always Sanitize all the data, checking for things like sane string lengths, valid file types, etc. the ENTERTAINER attempts to sanitize data POSTed to our API, but a little help from client-side can be ever lasting.\n\n- **Debugging Exposure** <br/>\nDon't expose any of the sensitve data thorugh debugging screens or logs. If your application is not properly configured, some web frameworks make it really easy to access debugging information. And for developers, it’s quite easy to accidentally ship a build with debugging flags or symbols enabled.\n\n- **The Law** <br/>\nIn the event that your application is (going to be) taking care of cash, you might be required legally to adhere certain security practices and guidelines. Discover [what's applicable](https://www.dfsa.ae/Fintech) to you ensuring that you're up to code.","event":[{"listen":"prerequest","script":{"id":"62c6de25-107b-4f06-b207-bbdf3df87877","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2037de58-e50f-4174-8fff-96f8bd9ed8f1","type":"text/javascript","exec":[""]}}],"_postman_id":"cebd11b8-0f49-4e36-91de-040183948d69"},{"name":"Understanding JSON Web Token (JWT)","item":[],"id":"62caa8cd-f945-4c9f-90fb-4f2c867601cd","description":"<div class=\"docs-desc-body\"><img src='https://blog.abevoelker.com/images/jwt-wide.jpg'></div> <br/>\n\n## What is JWT?\nJWT are a significant piece in guaranteeing trust and security in your application. JWT permit claims, for example, client information, to be spoken to in a protected way. JSON Web Token (JWT) is an open standard (RFC 7519) that characterizes a compact and independent path for safely transmitting data between parties as a JSON object. This data can be checked and trusted on the grounds that it is digitally signed. JWTs can be signed utilizing a secret key pair that uses a particular algorithm.\n\n## JWT Structure\nThere are three parts of JWT that are seperated by <code>.</code>\n- Header\n- Payload\n- Signature\n\n<div class=\"docs-desc-body\"><img src='https://cask.scotch.io/2014/11/json-web-token-overview1.png'></div> <br/>\n\n### Header\nThe header carries 2 parts:\n- Declaring the type, which is JWT\n- The hashing algorithm to use (HMAC SHA256 in this case)\n\n***{<br/>\n  \"typ\": \"JWT\",<br/>\n  \"alg\": \"HS256\"<br/>\n}***\n\n### Payload\nThe payload conveys the bulk of our JWT, additionally called the JWT Claims. This is the place where the data is placed that we need to transmit about our token. \n\nThere are different cases that we can give. This incorporates registered claim names, open/public claim names, and private claim names.\n\n##### Registered Claims \nCases that are not obligatory and whose names are held for us. These include: \n- iss: The issuer of the token \n- sub: The subject of the token \n- aud: The audience of the token \n- exp: This is presumably be the registered claim frequently utilized. This characterizes the expiration in NumericDate value. The expiration MUST be after the present date/time. \n- nbf: Defines the time before which the JWT MUST NOT be accepted for handling \n- iat: The time the JWT was issued. Can be utilized to decide the age of the JWT \n- jti: Unique identifier for the JWT. Can be utilized to keep the JWT from being replayed. This is useful for a one time use token.\n\n##### Public Claims\nThese are the types of claims that are created by us, for example, username, his/her information or other chracterized information\n\n##### Private Claims\nAn agreement by a user or consumer to use claim names that are private, use such private claims with caution\n\n> In case of the ENTERTAINER Public API, <code>session_token</code>, <code>api_token</code> and <code>wlcompany</code> are present in the payload <br/>\n***{<br/>\n  \"session_token\": \" \",<br/>\n  \"api_token\": \" \",<br/>\n  \"wlcompany\": \" \"<br/>\n}***\n\n### Signature\nThe final and most important part of JWT is the signature encryption. Basically, the signature is made up of a hash that encompasses following three main components\n- The Header\n- The Payload\n- A Secret Key\n\nThis is how the signature is obtained: <br/>\n***var encodedString = base64UrlEncode(header) + \".\" + base64UrlEncode(payload); <br/>\n encodedString &nbsp; + &nbsp; \".\" &nbsp; + &nbsp; HMACSHA256(encodedString, 'secret');***","event":[{"listen":"prerequest","script":{"id":"4c4e4346-67c3-4ae0-80f5-290a7c15dcfc","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"93e3fcef-2ed5-407d-8680-6c6d6b3cc96c","type":"text/javascript","exec":[""]}}],"_postman_id":"62caa8cd-f945-4c9f-90fb-4f2c867601cd"},{"name":"How to Pass JWT with API Call?","item":[],"id":"2f9848d7-ab47-4583-a005-5352ae75ee0e","description":"A mechanism of authentication that does not need a database, JWT is a safe authorization process of having permission to access data from the server. We know so far that JWT is a vital part to run all the ENTERTAINER Public API requests, failure to provide a valid JWT will result in an <code>Error HTTP Response</code>. So, how exactly to integrate JWT while running an API call?<br/>\n<br/>\nAssuming that all the API calls are being run thorugh **The Postman Application**, let's have a look on how to integrate your JWT in Postman App. <br/>\nPostman gives a list of authorization types to the users that make it simple for you to deal with authentication protocols in Postman local application. The most popular of these types are Inherit auth from parent, Bearer Token, Basic auth and OAuth 2.0. <br/>\n<br/>\n**Bearer Token** is the one that empowers the use of JWT and we will be using this authorization type for all the API calls of the ENTERTAINER. Now, there are two ways of utilizing the **Bearer Token Authorization** in the Postman App.\n\n## Ways of Using Bearer Token Authorization\n#### Postman Authorization Tab\n\n1. In the request click on the \"Authorization Tab\"\n2. In the Authorization tab, select \"Bearer Token\" from the TYPE drop down menu.\n3. To set the authorization parameters for a request, enter the value of the token.\n4. Click the Send button.\n\n![alt text](https://i.ibb.co/W6Skh5F/Screenshot-24.png)\n\n#### Postman Headers Tab\n\n1. In the request click on the \"Headers Tab\"\n2. In the Headers tab, add a header with key <code>Authorization</code>.\n3. The value of <code>Authorization</code> should be in the format: <code>Bearer(***Your JWT***)</code>\n4. Click the Send button.\n\n![alt text](https://i.ibb.co/DLWpNYp/Screenshot-25.png)","event":[{"listen":"prerequest","script":{"id":"5c347675-aeb7-4350-a053-6402b9ab090e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"1e4619b9-dc83-4b4e-91b6-34a179387982","type":"text/javascript","exec":[""]}}],"_postman_id":"2f9848d7-ab47-4583-a005-5352ae75ee0e"},{"name":"API Reference","item":[{"name":"Validate_Key","item":[{"name":"Validate Key","id":"13340ba6-2a13-4aa0-9264-8eaca667a363","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{jwt-token}}"}},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://userdvsvr.etenvbiz.com/api_ets/v1/user/validates?language=en&is_secondary_key=false&afterlogin=false&using_branch_activation=false&key=(SMG-provided-key)&email=(User-Email-Address)","protocol":"https","host":["userdvsvr","etenvbiz","com"],"path":["api_ets","v1","user","validates"],"query":[{"key":"language","value":"en","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Languages Supported] <br/>\nDefault Value: [en(English)] <br/>\nAllowed Values: [en(English)|cn(Cantonese)|ar(Arabic)|el(Greek)]"},{"key":"is_secondary_key","value":"false","description":"Type: [Boolean] <br/>\nCondition: [Optional] <br/>\nDetails: [To bind user with secondary key] <br/>\nDefault Value: [false] <br/>\nAllowed Values: [false|true]"},{"key":"afterlogin","value":"false","description":"Type: [Boolean] <br/>\nCondition: [Optional] <br/>\nDetails: [A flag to check whether user is logged in] <br/>\nDefault Value: [false] <br/>\nAllowed Values: [false|true]"},{"key":"using_branch_activation","value":"false","description":"Type: [Boolean] <br/>\nCondition: [Optional] <br/>\nDetails: [A flag to bind with a key via branch] <br/>\nDefault Value: [false] <br/>\nAllowed Values: [false|true]"},{"key":"key","value":"(SMG-provided-key)","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [The SMG Key provided to the User] <br/>\nAllowed Values: \"Your-SMG-Key\""},{"key":"email","value":"(User-Email-Address)","description":"Type: [String] <br/>\nCondition: [Required] <br/>\nDetails: [Email to be Registered] <br/>\nAllowed Values: [User-Email-Address]"}]},"description":"This Request is used to successfully activate the User's key. A user can't create profile, sign in or do any other user specific functions without activating his/her key. <code>key</code> parameter is provided to the user by the ENTERTAINER.\n### API REQUEST FLOW CHART\n<div class=\"docs-desc-body\"><img src='https://i.ibb.co/xmVKtWy/Validate-Key.png'></div> <br/>"},"response":[{"id":"025da917-0ebb-498c-b1ae-0a37f55e1f41","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"email\":\"{{email}}\",\n\t\"key\":\"{{wlkey}}\",\n\t\"is_secondary_key\":false,\n\t\"afterlogin\":false,\n\t\"language\":\"en\",\n\t\"using_branch_activation\":false\n}"},"url":"https://userdvsvr.etenvbiz.com/api_ets/v1/user/validates"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 27 May 2019 22:54:59 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"4ddb92dfcd43c9ee-ISB"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"http_response\": 200,\n    \"message\": \"You have successfully activated the key\",\n    \"success\": true,\n    \"cmd\": \"/et_rs_prd/p/wl/v1/validates?email=(email-address)&key=(wl-key)&is_secondary_key=false&afterlogin=false&language=en&using_branch_activation=false\",\n    \"code\": 0,\n    \"data\": {\n        \"validation_status\": true,\n        \"customer_id\": 6747788,\n        \"product_to_purchase\": false,\n        \"is_customer_exists\": true\n    }\n}"}],"_postman_id":"13340ba6-2a13-4aa0-9264-8eaca667a363"}],"id":"3de2d069-ac43-4e4e-a359-0689cd17d0f2","_postman_id":"3de2d069-ac43-4e4e-a359-0689cd17d0f2"},{"name":"Users","item":[{"name":"User Profile","id":"ba4035e0-8cc5-4288-9417-cf69ad7f0f62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{jwt-token}}"}},"method":"GET","header":[],"url":{"raw":"https://userdvsvr.etenvbiz.com/api_ets/v1/user/profile?platform=ios&language=en&currency=AED","protocol":"https","host":["userdvsvr","etenvbiz","com"],"path":["api_ets","v1","user","profile"],"query":[{"key":"platform","value":"ios","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Mobile Operating System] <br/>\nAllowed Values: [andriod|ios]"},{"key":"language","value":"en","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Languages Supported] <br/>\nDefault Value: [en(English)] <br/>\nAllowed Values: [en(English)|cn(Cantonese)|ar(Arabic)|el(Greek)]"},{"key":"currency","value":"AED","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [User's Currency] <br/>\nDefault Value: [USD] <br/>\nAllowed Values: \"Your-Currency\""}]},"description":"This request gets all the profile data of a specific user in response.\n### API REQUEST FLOW CHART\n<div class=\"docs-desc-body\"><img src='https://i.ibb.co/g9Kkm8z/User-Profile.png'></div> <br/>"},"response":[{"id":"ee13ecde-728a-48b6-9d67-c9e6e0c52fbb","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://userdvsvr.etenvbiz.com/api_ets/v1/user/profile?platform=ios&language=en&currency=AED","protocol":"https","host":["userdvsvr","etenvbiz","com"],"path":["api_ets","v1","user","profile"],"query":[{"key":"platform","value":"ios","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Mobile Operating System] <br/>\nAllowed Values: [andriod|ios]"},{"key":"language","value":"en","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Languages Supported] <br/>\nDefault Value: [en(English)] <br/>\nAllowed Values: [en(English)|cn(Cantonese)|ar(Arabic)|el(Greek)]"},{"key":"currency","value":"AED","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [User's Currency] <br/>\nDefault Value: [USD] <br/>\nAllowed Values: \"Your-Currency\""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 27 May 2019 10:45:29 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"344"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"4dd766455967c9d6-ISB"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\",\n    \"http_response\": 200,\n    \"success\": true,\n    \"cmd\": \"/et_rs_prd/p/wl/v1/user/profile?\",\n    \"code\": 0,\n    \"data\": {\n        \"affiliate_code\": \"\",\n        \"userId\": 6747783,\n        \"education_level\": null,\n        \"using_trial\": false,\n        \"income_bracket\": null,\n        \"savings_yearly_avg_int\": 100,\n        \"updated_at\": \"2019-04-29 10:36:24\",\n        \"country_of_residence\": \"QA\",\n        \"home_address\": \"\",\n        \"is_active\": 1,\n        \"currency\": \"QAR\",\n        \"created_at\": \"2019-04-29 10:36:24\",\n        \"mobile_phone\": null,\n        \"savings_monthly_avg_int\": 23,\n        \"gender\": \"\",\n        \"onboarding_startdate\": \"2019-04-29 10:36:24\",\n        \"default_currency\": \"QAR\",\n        \"push_notifications\": 1,\n        \"onboarding_redemptions_count\": 0,\n        \"third_do_not_email\": \"0\",\n        \"nationality\": \"\",\n        \"savings\": \"100\",\n        \"occupation_level\": null,\n        \"email\": \"ali.test_vdfqa@gmail.com\",\n        \"about_me\": \"\",\n        \"group_id\": 1,\n        \"marital_status\": null,\n        \"external_savings\": 0,\n        \"work_address\": \"\",\n        \"membership_code\": \"M<attribute 'year' of 'datetim\",\n        \"is_demographics_updated\": 0,\n        \"firstname\": \"Ali\",\n        \"lifestyle_preference\": null,\n        \"products\": [],\n        \"member_type\": 1,\n        \"member_since\": \"4 Months\",\n        \"profile_image\": \"https://entertainer-profile-images.s3.amazonaws.com/6747783_UgyS8UfTOqWcc3NMfwYgQ3ztCkoXsql9.png\",\n        \"redemptionsCount\": \"2\",\n        \"country\": \"Qatar\",\n        \"date_of_birth\": \"\",\n        \"city_of_residence\": null,\n        \"membership_expiration_date\": null,\n        \"user_creation_date\": \"2019-04-29 10:36:24\",\n        \"verification_state\": 0,\n        \"is_phone_verified\": 0,\n        \"savings_yearly_int\": 100,\n        \"onboarding_status\": 2,\n        \"savings_lifetime_int\": 100,\n        \"used_trial_membership\": 0,\n        \"do_not_email\": \"1\",\n        \"age_bracket\": null,\n        \"lastname\": \"Zuhaib\",\n        \"accepted_terms\": \"None\"\n    }\n}"}],"_postman_id":"ba4035e0-8cc5-4288-9417-cf69ad7f0f62"},{"name":"Create New User","id":"5496a37b-f852-4ec2-a81e-b8eb06742363","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{jwt-token}}"}},"method":"POST","header":[],"url":{"raw":"https://userdvsvr.etenvbiz.com/api_ets/v1/user/signup?platform=ios&email={{email}}&password={{password}}&confirm_password={{password}}&terms_acceptance=0&language=en&device_model=iPhone 6S&using_branch_activation=true&device_key={{device-key}}&key=(SMG-provided-key)&mobile_phone=(Mobile-phone-number)&device_install_token=(Customer-device-install-token)&device_uid=(Device-uid)&is_privacy_policy_accepted=true&is_user_agreement_accepted=true&firstname=User&lastname=User2&country_of_residence=PA&gender=MALE&nationality=Dubai&date_of_birth=6-6-1993&unique_login_token={{unique-login-token}}","protocol":"https","host":["userdvsvr","etenvbiz","com"],"path":["api_ets","v1","user","signup"],"query":[{"key":"platform","value":"ios","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Mobile Operating System] <br/>\nAllowed Values: [andriod|ios]"},{"key":"email","value":"{{email}}","description":"Type: [String] <br/>\nCondition: [Required] <br/>\nDetails: [Email to be Registered] <br/>\nAllowed Values: [User-Email-Address]"},{"key":"password","value":"{{password}}","description":"Type: [String] <br/>\nCondition: [Required] <br/>\nDetails: [Password to be Registered] <br/>\nAllowed Values: [User-Password]"},{"key":"confirm_password","value":"{{password}}","description":"Type: [String] <br/>\nCondition: [Required] <br/>\nDetails: [Password to be Registered] <br/>\nAllowed Values: [User-Password]"},{"key":"terms_acceptance","value":"0","description":"Type: [Boolean] <br/>\nCondition: [Optional] <br/>\nDetails: [User Terms Acceptance] <br/>\nAllowed Values: [0|1]"},{"key":"language","value":"en","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Languages Supported] <br/>\nDefault Value: [en(English)]\nAllowed Values: [en(English)|cn(Cantonese)|ar(Arabic)|el(Greek)]"},{"key":"device_model","value":"iPhone 6S","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Model of the device using the app] <br/>\nAllowed Values: \"Your-Device-Model\""},{"key":"using_branch_activation","value":"true","description":"Type: [Boolean] <br/>\nCondition: [Optional] <br/>\nDetails: [Whether User is using Branch Activation] <br/>\nAllowed Values: [True|False]"},{"key":"device_key","value":"{{device-key}}","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [The key of device using the app] <br/>\nAllowed Values: \"Your-Device-Key\""},{"key":"key","value":"(SMG-provided-key)","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [The SMG Key provided to the User] <br/>\nAllowed Values: \"Your-SMG-Key\""},{"key":"mobile_phone","value":"(Mobile-phone-number)","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [The Mobile Phone Number of the User] <br/>\nAllowed Values: \"Your-Mobile-Number\""},{"key":"device_install_token","value":"(Customer-device-install-token)","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Device Install Token Given to the User] <br/>\nAllowed Values: \"Customer-device-install-token\""},{"key":"device_uid","value":"(Device-uid)","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Device UID] <br/>\nAllowed Values: \"User-Device-UID\""},{"key":"is_privacy_policy_accepted","value":"true","description":"Type: [Boolean] <br/>\nCondition: [Optional] <br/>\nDetails: [Privacy Policy Accepted or Not] <br/>\nAllowed Values: [True|False]"},{"key":"is_user_agreement_accepted","value":"true","description":"Type: [Boolean] <br/>\nCondition: [Optional] <br/>\nDetails: [User Agreement Accepted or Not] <br/>\nAllowed Values: [True|False]"},{"key":"firstname","value":"User","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [First Name of the User] <br/>\nAllowed Values: \"User-First-Name\""},{"key":"lastname","value":"User2","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Lasr Name of the User] <br/>\nAllowed Values: \"User-Last-Name\""},{"key":"country_of_residence","value":"PA","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [User's Country of Residence] <br/>\nAllowed Values: \"User-Country-of-Residence\""},{"key":"gender","value":"MALE","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Gender of the User] <br/>\nAllowed Values: [Male|Female]"},{"key":"nationality","value":"Dubai","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Nationality of the User] <br/>\nAllowed Values: \"Nationality-of-User\""},{"key":"date_of_birth","value":"6-6-1993","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [User Date of Birth] <br/>\nAllowed Values: \"Day-Month-Year\""},{"key":"unique_login_token","value":"{{unique-login-token}}","description":"Type: [String] <br/>\nCondition: [Required]<br/>\nDetails: [Login Token can be used instead of Email and Password for Sign Up if enable] <br/>\nAllowed Values: [User-Login-Token]"}]},"description":"***Prerequisite:*** <code>POST Validate Key</code> <br/>\n\nA new user profile is created via this request. To execute this request successfully, the user have to run <code>POST Validate Key</code> request prior to it. <code>Email</code> and <code>Password</code> to be registered are passed as parameters and details of newly created profile are shown in the response.\n### API Request Flow Chart\n<div class=\"docs-desc-body\"><img src='https://i.ibb.co/GkPxJX3/Create-New-User.png'></div> <br/>"},"response":[{"id":"20e18ecc-795d-48c4-a519-284bef45b3be","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"platform\": \"ios\",\n\t\"email\": \"{{email}}\",\n\t\"password\": \"{{password}}\",\n\t\"confirm_password\": \"{{password}}\",\n\t\"terms_acceptance\": 1,\n\t\"language\": \"en\"\n}"},"url":{"raw":"https://userdvsvr.etenvbiz.com/api_ets/v1/user/signup?","protocol":"https","host":["userdvsvr","etenvbiz","com"],"path":["api_ets","v1","user","signup"],"query":[{"key":"platform","value":"ios","disabled":true},{"key":"email","value":"{{test-email}}","disabled":true},{"key":"password","value":"{{old-password}}","disabled":true},{"key":"confirm_password","value":"{{old-password}}","disabled":true},{"key":"terms_acceptance","value":"1","disabled":true},{"key":"language","value":"en","disabled":true},{"key":"device_model","value":"iPhone 6S","disabled":true},{"key":"using_branch_activation","value":"true","disabled":true},{"key":"device_key","value":"{{device-key}}","disabled":true},{"key":"key","value":"SMG provided key\n\n","disabled":true},{"key":"mobile_phone","value":"Mobile phone number\n\n","disabled":true},{"key":"device_install_token","value":"Customer device install token\n\n","disabled":true},{"key":"device_uid","value":"Device uid\n\n","disabled":true},{"key":"is_privacy_policy_accepted","value":"true","disabled":true},{"key":"is_user_agreement_accepted","value":"true","disabled":true},{"key":"firstname","value":"User","disabled":true},{"key":"lastname","value":"User2","disabled":true},{"key":"country_of_residence","value":"PA","disabled":true},{"key":"gender","value":"MALE","disabled":true},{"key":"nationality","value":"Dubai","disabled":true},{"key":"date_of_birth","value":"6-6-1993","disabled":true},{"key":"parent_id","value":"Parent id\n\n","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 07 May 2019 10:56:21 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"434"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"4d32aa9fb9c9ca7c-LHE"}],"cookie":[],"responseTime":null,"body":"{\n    \"http_response\": 200,\n    \"message\": \"success\",\n    \"success\": true,\n    \"data\": {\n        \"user_group_code\": \"\",\n        \"message\": \"\",\n        \"user_group_logo\": \"\",\n        \"session_token\": \"11cdd792-3e2f-449f-a5f8-f0dbafc5d00b\",\n        \"device_model\": null,\n        \"pop_up_screen_upon_successful_activation\": \"\",\n        \"currency\": \"QAR\",\n        \"user_already_exist\": false,\n        \"user_id\": 6747788,\n        \"number_of_offers\": 0,\n        \"user_already_exist_message\": \"\",\n        \"device_uid\": null,\n        \"validation_params\": {\n            \"session_token\": \"11cdd792-3e2f-449f-a5f8-f0dbafc5d00b\",\n            \"__sid\": 20172100,\n            \"__i\": 6747788\n        },\n        \"user_group\": 1,\n        \"device_os\": null,\n        \"is_demographics_updated\": 0\n    },\n    \"code\": 0,\n    \"cmd\": \"/et_rs_prd/p/wl/v1/users?app_version=1.0&__platform=ios&email=(validated-email)&password=(password)&confirm_password=(password)&terms_acceptance=1&language=en\"\n}"}],"_postman_id":"5496a37b-f852-4ec2-a81e-b8eb06742363"},{"name":"Sign-in User","id":"50a55f89-46ba-40d3-94e6-a945efdcaa4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{jwt-token}}"}},"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://userdvsvr.etenvbiz.com/api_ets/v1/user/login?platform=ios&email={{email}}&password={{password}}&device_model=iPhone 6S&using_branch_activation=true&device_key={{device-key}}&key=(SMG-provided-key)&mobile_phone=(Mobile-phone-number)&device_install_token=(Customer-device-install-token)&device_uid=(Device-uid)&is_privacy_policy_accepted=true&is_user_agreement_accepted=true&language=en&unique_login_token={{unique login token}}","protocol":"https","host":["userdvsvr","etenvbiz","com"],"path":["api_ets","v1","user","login"],"query":[{"key":"platform","value":"ios","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Mobile Operating System] <br/>\nAllowed Values: [andriod|ios]"},{"key":"email","value":"{{email}}","description":"Type: [String] <br/>\nCondition: [Required] <br/>\nDetails: [Email to be Registered] <br/>\nAllowed Values: [User-Email-Address]"},{"key":"password","value":"{{password}}","description":"Type: [String] <br/>\nCondition: [Required] <br/>\nDetails: [Password to be Registered] <br/>\nAllowed Values: [User-Password]"},{"key":"device_model","value":"iPhone 6S","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Model of the device using the app] <br/>\nAllowed Values: \"Your-Device-Model\""},{"key":"using_branch_activation","value":"true","description":"Type: [Boolean] <br/>\nCondition: [Optional] <br/>\nDetails: [Whether User is using Branch Activation] <br/>\nAllowed Values: [True|False]"},{"key":"device_key","value":"{{device-key}}","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [The key of device using the app] <br/>\nAllowed Values: \"Your-Device-Key\""},{"key":"key","value":"(SMG-provided-key)","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [The SMG Key provided to the User] <br/>\nAllowed Values: \"Your-SMG-Key\""},{"key":"mobile_phone","value":"(Mobile-phone-number)","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [The Mobile Phone Number of the User] <br/>\nAllowed Values: \"Your-Mobile-Number\""},{"key":"device_install_token","value":"(Customer-device-install-token)","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Device Install Token Given to the User] <br/>\nAllowed Values: \"Customer-device-install-token\""},{"key":"device_uid","value":"(Device-uid)","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Device UID] <br/>\nAllowed Values: \"User-Device-UID\""},{"key":"is_privacy_policy_accepted","value":"true","description":"Type: [Boolean] <br/>\nCondition: [Optional] <br/>\nDetails: [Privacy Policy Accepted or Not] <br/>\nAllowed Values: [True|False]"},{"key":"is_user_agreement_accepted","value":"true","description":"Type: [Boolean] <br/>\nCondition: [Optional] <br/>\nDetails: [User Agreement Accepted or Not] <br/>\nAllowed Values: [True|False]"},{"key":"language","value":"en","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Languages Supported] <br/>\nDefault Value: [en(English)]\nAllowed Values: [en(English)|cn(Cantonese)|ar(Arabic)|el(Greek)]"},{"key":"unique_login_token","value":"{{unique login token}}","description":"Type: [String] <br/>\nCondition: [Required]<br/>\nDetails: [Login Token can be used instead of Email and Password for logging in if enable] <br/>\nAllowed Values: [User-Login-Token]"}]},"description":"***Prerequisite:*** <code>Create New User</code> <br/>\n\nAn already registered user gets signed in the app via this request. To execute this request successfully, the user have to run <code>GET Create New User</code> request prior to it. Email and Password are passed as parameters and sign in details are shown in the response.\n### API REQUEST FLOW CHART\n<div class=\"docs-desc-body\"><img src='https://i.ibb.co/KNNMBpJ/Sign-in-User.png'></div> <br/>"},"response":[{"id":"3accf71d-d20d-4936-bd62-7a1e72a0b582","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"platform\": \"ios\",\n\t\"email\": \"{{email}}\",\n\t\"password\": \"{{password}}\",\n\t\"device_model\": \"iPhone 6S\"\n}"},"url":{"raw":"https://userdvsvr.etenvbiz.com/api_ets/v1/user/login?","protocol":"https","host":["userdvsvr","etenvbiz","com"],"path":["api_ets","v1","user","login"],"query":[{"key":"platform","value":"ios","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Mobile Operating System] <br/>\nAllowed Values: [andriod|ios]","disabled":true},{"key":"email","value":"{{test-email}}","description":"Type: [String] <br/>\nCondition: [Required] <br/>\nDetails: [Email to be Registered] <br/>\nAllowed Values: [User-Email-Address]","disabled":true},{"key":"password","value":"{{old-password}}","description":"Type: [String] <br/>\nCondition: [Required] <br/>\nDetails: [Password to be Registered] <br/>\nAllowed Values: [User-Password]","disabled":true},{"key":"device_model","value":"iPhone 6S","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Model of thr device using the app] <br/>\nAllowed Values: \"Your-Device-Model\"","disabled":true},{"key":"using_branch_activation","value":"true","description":"Type: [Boolean] <br/>\nCondition: [Optional] <br/>\nDetails: [Whether User is using Branch Activation] <br/>\nAllowed Values: [True|False]","disabled":true},{"key":"device_key","value":"{{device-key}}","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [The key of device using the app] <br/>\nAllowed Values: \"Your-Device-Key\"","disabled":true},{"key":"key","value":"(SMG-provided-key)","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [The SMG Key provided to the User] <br/>\nAllowed Values: \"Your-SMG-Key\"","disabled":true},{"key":"mobile_phone","value":"(Mobile-phone-number)","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [The Mobile Phone Number of the User] <br/>\nAllowed Values: \"Your-Mobile-Number\"","disabled":true},{"key":"device_install_token","value":"(Customer-device-install-token)","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Device Install Token Given to the User] <br/>\nAllowed Values: \"Customer-device-install-token\"","disabled":true},{"key":"device_uid","value":"(Device-uid)","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Device UID] <br/>\nAllowed Values: \"User-Device-UID\"","disabled":true},{"key":"is_privacy_policy_accepted","value":"true","description":"Type: [Boolean] <br/>\nCondition: [Optional] <br/>\nDetails: [Privacy Policy Accepted or Not] <br/>\nAllowed Values: [True|False]","disabled":true},{"key":"is_user_agreement_accepted","value":"true","description":"Type: [Boolean] <br/>\nCondition: [Optional] <br/>\nDetails: [User Agreement Accepted or Not] <br/>\nAllowed Values: [True|False]","disabled":true},{"key":"language","value":"en","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Languages Supported] <br/>\nDefault Value: [en(English)]\nAllowed Values: [en(English)|cn(Cantonese)|ar(Arabic)|el(Greek)]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 27 May 2019 16:11:34 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"388"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"4dd943e8bd8dca80-LHE"}],"cookie":[],"responseTime":null,"body":"{\n    \"http_response\": 200,\n    \"message\": \"success\",\n    \"success\": true,\n    \"cmd\": \"/et_rs_prd/p/wl/v1/sessions?app_version=1.0&__platform=ios&email=(User-Email)&password=(User-Password)&device_model=iPhone%206S\",\n    \"code\": 0,\n    \"data\": {\n        \"pop_up_screen_upon_successful_activation\": \"\",\n        \"device_uid\": null,\n        \"user_group_logo\": \"\",\n        \"user_id\": \"User-ID\",\n        \"is_demographics_updated\": 0,\n        \"session_token\": \"Session-Token\",\n        \"device_os\": \"ios\",\n        \"user_group_code\": \"\",\n        \"device_model\": \"iPhone 6S\",\n        \"currency\": \"QAR\",\n        \"message\": \"\",\n        \"device_install_token\": null,\n        \"new_user\": false,\n        \"user_group\": 0,\n        \"number_of_offers\": 0,\n        \"member_type\": 3\n    }\n}"}],"_postman_id":"50a55f89-46ba-40d3-94e6-a945efdcaa4b"},{"name":"Forgot Password","id":"362835ea-efb4-4e77-ab21-2d55b01b74b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{jwt-token}}"}},"method":"POST","header":[],"url":{"raw":"https://userdvsvr.etenvbiz.com/api_ets/v1/user/password/reset?email={{email}}&language=en","protocol":"https","host":["userdvsvr","etenvbiz","com"],"path":["api_ets","v1","user","password","reset"],"query":[{"key":"email","value":"{{email}}","description":"Type: [String] <br/>\nCondition: [Required] <br/>\nDetails: [Email to be Registered] <br/>\nAllowed Values: [User-Email-Address]"},{"key":"language","value":"en","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Languages Supported] <br/>\nDefault Value: [en(English)]\nAllowed Values: [en(English)|cn(Cantonese)|ar(Arabic)|el(Greek)]"}]},"description":"By running this request, a <code>Password Reset Token</code> is sent to the user's email address and a notification is given in the response.\n### API REQUEST FLOW CHART\n<div class=\"docs-desc-body\"><img src='https://i.ibb.co/KzpYWQM/Forgot-Password.png'></div> <br/>"},"response":[{"id":"0d86dd20-2b4d-40f5-affb-47c50409fcb0","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"email\": \"{{email}}\",\n\t\"language\": \"en\"\n}"},"url":{"raw":"https://userdvsvr.etenvbiz.com/api_ets/v1/user/password/reset?","protocol":"https","host":["userdvsvr","etenvbiz","com"],"path":["api_ets","v1","user","password","reset"],"query":[{"key":"email","value":"{{test-email}}","description":"Type: [String] <br/>\nCondition: [Required] <br/>\nDetails: [Email to be Registered] <br/>\nAllowed Values: [User-Email-Address]","disabled":true},{"key":"language","value":"en","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Languages Supported] <br/>\nDefault Value: [en(English)]\nAllowed Values: [en(English)|cn(Cantonese)|ar(Arabic)|el(Greek)]","disabled":true}]}},"status":"CREATED","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 28 May 2019 12:53:23 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"243"},{"key":"Connection","value":"keep-alive"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"4de05f00adf1ca80-LHE"}],"cookie":[],"responseTime":null,"body":"{\n    \"http_response\": 201,\n    \"cmd\": \"/et_rs_prd/p/wl/v1/passwords?email=(User-Email)&language=en\",\n    \"success\": true,\n    \"data\": {\n        \"message\": \"Password reset link sent to your email address.\",\n        \"is_sent\": true\n    },\n    \"message\": \"success\",\n    \"code\": 0\n}"}],"_postman_id":"362835ea-efb4-4e77-ab21-2d55b01b74b8"},{"name":"Authenticate User's Password Token","id":"a75b5904-63f3-4d7a-a5fa-f4387c859ee6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{jwt-token}}"}},"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://userdvsvr.etenvbiz.com/api_ets/v1/user/password/token?password_token={{password-reset-token}}&password={{new-password}}","protocol":"https","host":["userdvsvr","etenvbiz","com"],"path":["api_ets","v1","user","password","token"],"query":[{"key":"password_token","value":"{{password-reset-token}}","description":"Type: [String] <br/>\nCondition: [Required] <br/>\nDetails: [Password Reset Token Obtained By Forgot Password] <br/>\nAllowed Values: \"Your-Password-Reset-Token\""},{"key":"password","value":"{{new-password}}","description":"Type: [String] <br/>\nCondition: [Required] <br/>\nDetails: [New Password to be Set] <br/>\nAllowed Values: \"Your-New-Password\""}]},"description":"***Prerequisite:*** <code>POST Forgot Password</code> <br/>\n\nThis request authenticates the <code>Password Reset Token</code> and assigns a new password to the user. Password Reset Token is passed through the parameter <code>password_token</code> and new password through the parameter <code>password</code>.\n### API REQUEST FLOW CHART\n<div class=\"docs-desc-body\"><img src='https://i.ibb.co/QmdtHJc/Authenticate-Password-Reset-Token.png'></div> <br/>"},"response":[{"id":"1cd841e1-c6c6-422d-a8b3-24022e51d253","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"password_token\": \"{{password-reset-token}}\",\n\t\"password\": \"{{password}}\"\n}"},"url":{"raw":"https://userdvsvr.etenvbiz.com/api_ets/v1/user/password/token?","protocol":"https","host":["userdvsvr","etenvbiz","com"],"path":["api_ets","v1","user","password","token"],"query":[{"key":"password_token","value":"{{password-reset-token}}","disabled":true},{"key":"password","value":"{{new-password}}","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 08 May 2019 07:06:25 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"4d3997390942c9de-ISB"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 0,\n    \"data\": {\n        \"is_valid_member\": true\n    },\n    \"success\": true,\n    \"http_response\": 200,\n    \"message\": \"success\",\n    \"cmd\": \"/et_rs_prd/p/wl/v1/user/password/token?password_token=(Password-Reset-Token)&password=(Password)\"\n}"}],"_postman_id":"a75b5904-63f3-4d7a-a5fa-f4387c859ee6"},{"name":"Logout","id":"a3ea111d-0f23-4904-8aff-f975c879fad1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{jwt-token}}"}},"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://userdvsvr.etenvbiz.com/api_ets/v1/user/logout?language=en","protocol":"https","host":["userdvsvr","etenvbiz","com"],"path":["api_ets","v1","user","logout"],"query":[{"key":"language","value":"en","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Languages Supported] <br/>\nDefault Value: [en(English)]\nAllowed Values: [en(English)|cn(Cantonese)|ar(Arabic)|el(Greek)]"}]},"description":"A user is logged out of the system by calling this request.\n### API REQUEST FLOW CHART\n<div class=\"docs-desc-body\"><img src='https://i.ibb.co/GQ8NPw2/Logout.png'></div> <br/>"},"response":[{"id":"80744ac5-f183-49e6-a7ed-64d67bcd834e","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"language\": \"en\"\n}"},"url":{"raw":"https://userdvsvr.etenvbiz.com/api_ets/v1/user/logout?","protocol":"https","host":["userdvsvr","etenvbiz","com"],"path":["api_ets","v1","user","logout"],"query":[{"key":"language","value":"en","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Languages Supported] <br/>\nDefault Value: [en(English)]\nAllowed Values: [en(English)|cn(Cantonese)|ar(Arabic)|el(Greek)]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 27 May 2019 16:22:58 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"4dd954a0598dca80-LHE"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"http_response\": 200,\n    \"message\": \"success\",\n    \"success\": true,\n    \"cmd\": \"/et_rs_prd/p/wl/v1/session/logout?app_version=1.0&language=en\",\n    \"code\": 0,\n    \"data\": []\n}"}],"_postman_id":"a3ea111d-0f23-4904-8aff-f975c879fad1"},{"name":"Update User Profile","id":"db6a2164-1d9b-44f8-a904-4c93a025a30f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{jwt-token}}"}},"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://userdvsvr.etenvbiz.com/api_ets/v1/user/profile?platform=ios&language=en&mobile_phone=(Mobile-phone-number)&country_of_residence=PA&nationality=Dubai&date_of_birth=6-6-1993&push_notifications=0&do_not_email=0&profile_image_url=(Profile-Image-URL)&currency=USD","protocol":"https","host":["userdvsvr","etenvbiz","com"],"path":["api_ets","v1","user","profile"],"query":[{"key":"platform","value":"ios","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Mobile Operating System] <br/>\nAllowed Values: [andriod|ios]"},{"key":"language","value":"en","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Languages Supported] <br/>\nDefault Value: [en(English)]\nAllowed Values: [en(English)|cn(Cantonese)|ar(Arabic)|el(Greek)]"},{"key":"mobile_phone","value":"(Mobile-phone-number)","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [The Mobile Phone Number of the User] <br/>\nAllowed Values: \"Your-Mobile-Number\""},{"key":"country_of_residence","value":"PA","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [User's Country of Residence] <br/>\nAllowed Values: \"User-Country-of-Residence\""},{"key":"nationality","value":"Dubai","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Nationality of the User] <br/>\nAllowed Values: \"Nationality-of-User\""},{"key":"date_of_birth","value":"6-6-1993","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [User Date of Birth] <br/>\nAllowed Values: \"Day-Month-Year\""},{"key":"push_notifications","value":"0","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [User Notification Preference] <br/>\nAllowed Values: [\"0\"|\"1\"]"},{"key":"do_not_email","value":"0","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [User Email Preference] <br/>\nAllowed Values: [\"0\"|\"1\"]"},{"key":"profile_image_url","value":"(Profile-Image-URL)","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [User Profile Image URL] <br/>\nAllowed Values: \"User Profile Image URL\""},{"key":"currency","value":"USD","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [User Currency] <br/>\nAllowed Values: \"ISO Currency Code\""}]},"description":"This request updates user profile data of a specific user.\n### API REQUEST FLOW CHART\n<div class=\"docs-desc-body\"><img src='https://i.ibb.co/g9Kkm8z/User-Profile.png'></div> <br/>"},"response":[{"id":"aa3ef3a0-0d30-40ae-b291-8aa8c81f3cc4","name":"Success","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"date_of_birth\":\"6-6-1993\",\n\t\"do_not_email\":\"0\"\n}"},"url":{"raw":"https://userdvsvr.etenvbiz.com/api_ets/v1/user/profile?","protocol":"https","host":["userdvsvr","etenvbiz","com"],"path":["api_ets","v1","user","profile"],"query":[{"key":"platform","value":"ios","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Mobile Operating System] <br/>\nAllowed Values: [andriod|ios]","disabled":true},{"key":"language","value":"en","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Languages Supported] <br/>\nDefault Value: [en(English)]\nAllowed Values: [en(English)|cn(Cantonese)|ar(Arabic)|el(Greek)]","disabled":true},{"key":"mobile_phone","value":"(Mobile-phone-number)","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [The Mobile Phone Number of the User] <br/>\nAllowed Values: \"Your-Mobile-Number\"","disabled":true},{"key":"country_of_residence","value":"PA","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [User's Country of Residence] <br/>\nAllowed Values: \"User-Country-of-Residence\"","disabled":true},{"key":"nationality","value":"Dubai","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Nationality of the User] <br/>\nAllowed Values: \"Nationality-of-User\"","disabled":true},{"key":"date_of_birth","value":"6-6-1993","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [User Date of Birth] <br/>\nAllowed Values: \"Day-Month-Year\"","disabled":true},{"key":"push_notifications","value":"0","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [User Notification Preference] <br/>\nAllowed Values: [\"0\"|\"1\"]","disabled":true},{"key":"do_not_email","value":"0","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [User Email Preference] <br/>\nAllowed Values: [\"0\"|\"1\"]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 03 Sep 2019 08:55:29 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"510681445fe1c9de-ISB"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"http_response\": 200,\n    \"message\": \"success\",\n    \"success\": true,\n    \"code\": 0,\n    \"data\": [],\n    \"cmd\": \"/et_rs_prd/p/wl/v1/user/profile?date_of_birth=6-6-1993&do_not_email=0\"\n}"}],"_postman_id":"db6a2164-1d9b-44f8-a904-4c93a025a30f"}],"id":"f6a15b02-49a5-44dc-aa13-dde443223900","_postman_id":"f6a15b02-49a5-44dc-aa13-dde443223900"},{"name":"Configurations","item":[{"name":"Country","id":"61d3ffb3-8fef-47bf-a9f0-04f5d467f4a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{jwt-token}}"}},"method":"GET","header":[],"url":{"raw":"https://configdvsvr.etenvbiz.com/api_ets/v1/country?language=en","protocol":"https","host":["configdvsvr","etenvbiz","com"],"path":["api_ets","v1","country"],"query":[{"key":"language","value":"en","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Languages Supported] <br/>\nDefault Value: [en(English)]\nAllowed Values: [en(English)|cn(Cantonese)|ar(Arabic)|el(Greek)]"}]},"description":"This request represents details of all the countries that are integrated within the ENTERTAINER Public API.\n### API REQUEST FLOW CHART\n<div class=\"docs-desc-body\"><img src='https://i.ibb.co/tQYmmrb/Country.png'></div> <br/>"},"response":[{"id":"c2ebc3ae-a246-4b53-b273-bcfad602c470","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://configdvsvr.etenvbiz.com/api_ets/v1/country?","protocol":"https","host":["configdvsvr","etenvbiz","com"],"path":["api_ets","v1","country"],"query":[{"key":"language","value":"en","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Languages Supported] <br/>\nDefault Value: [en(English)]\nAllowed Values: [en(English)|cn(Cantonese)|ar(Arabic)|el(Greek)]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 25 Sep 2019 14:46:08 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"17928"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"47ea8a03-bce9-4b8b-ab63-2e316faf2b0c"},{"key":"x-amz-apigw-id","value":"AlCTBECrjoEFjNw="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5d8b7dac-7a5df1edc62b399568cd8c30;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"success\",\n    \"code\": 0,\n    \"data\": {\n        \"countries\": [\n            {\n                \"id\": 18,\n                \"shortname\": \"BH\",\n                \"name\": \"Bahrain\",\n                \"position\": 1\n            },\n            {\n                \"id\": 66,\n                \"shortname\": \"EG\",\n                \"name\": \"Egypt\",\n                \"position\": 2\n            },\n            {\n                \"id\": 86,\n                \"shortname\": \"GR\",\n                \"name\": \"Greece\",\n                \"position\": 3\n            },\n            {\n                \"id\": 100,\n                \"shortname\": \"HK\",\n                \"name\": \"Hong Kong\",\n                \"position\": 4\n            },\n            {\n                \"id\": 114,\n                \"shortname\": \"JO\",\n                \"name\": \"Jordan\",\n                \"position\": 5\n            },\n            {\n                \"id\": 124,\n                \"shortname\": \"LB\",\n                \"name\": \"Lebanon\",\n                \"position\": 6\n            },\n            {\n                \"id\": 138,\n                \"shortname\": \"MT\",\n                \"name\": \"Malta\",\n                \"position\": 7\n            },\n            {\n                \"id\": 168,\n                \"shortname\": \"OM\",\n                \"name\": \"Oman\",\n                \"position\": 8\n            },\n            {\n                \"id\": 181,\n                \"shortname\": \"QA\",\n                \"name\": \"Qatar\",\n                \"position\": 9\n            },\n            {\n                \"id\": 196,\n                \"shortname\": \"SA\",\n                \"name\": \"Saudi Arabia\",\n                \"position\": 10\n            },\n            {\n                \"id\": 207,\n                \"shortname\": \"ZA\",\n                \"name\": \"South Africa\",\n                \"position\": 11\n            },\n            {\n                \"id\": 235,\n                \"shortname\": \"AE\",\n                \"name\": \"United Arab Emirates\",\n                \"position\": 12\n            },\n            {\n                \"id\": 236,\n                \"shortname\": \"GB\",\n                \"name\": \"United Kingdom\",\n                \"position\": 13\n            },\n            {\n                \"id\": 1,\n                \"shortname\": \"AF\",\n                \"name\": \"Afghanistan\",\n                \"position\": 100\n            },\n            {\n                \"id\": 16,\n                \"shortname\": \"AX\",\n                \"name\": \"Åland Islands\",\n                \"position\": 100\n            },\n            {\n                \"id\": 2,\n                \"shortname\": \"AL\",\n                \"name\": \"Albania\",\n                \"position\": 100\n            },\n            {\n                \"id\": 3,\n                \"shortname\": \"DZ\",\n                \"name\": \"Algeria\",\n                \"position\": 100\n            },\n            {\n                \"id\": 4,\n                \"shortname\": \"AS\",\n                \"name\": \"American Samoa\",\n                \"position\": 100\n            },\n            {\n                \"id\": 5,\n                \"shortname\": \"AD\",\n                \"name\": \"Andorra\",\n                \"position\": 100\n            },\n            {\n                \"id\": 6,\n                \"shortname\": \"AO\",\n                \"name\": \"Angola\",\n                \"position\": 100\n            },\n            {\n                \"id\": 7,\n                \"shortname\": \"AI\",\n                \"name\": \"Anguilla\",\n                \"position\": 100\n            },\n            {\n                \"id\": 8,\n                \"shortname\": \"AQ\",\n                \"name\": \"Antarctica\",\n                \"position\": 100\n            },\n            {\n                \"id\": 9,\n                \"shortname\": \"AG\",\n                \"name\": \"Antigua and Barbuda\",\n                \"position\": 100\n            },\n            {\n                \"id\": 10,\n                \"shortname\": \"AR\",\n                \"name\": \"Argentina\",\n                \"position\": 100\n            },\n            {\n                \"id\": 11,\n                \"shortname\": \"AM\",\n                \"name\": \"Armenia\",\n                \"position\": 100\n            },\n            {\n                \"id\": 12,\n                \"shortname\": \"AW\",\n                \"name\": \"Aruba\",\n                \"position\": 100\n            },\n            {\n                \"id\": 13,\n                \"shortname\": \"AU\",\n                \"name\": \"Australia\",\n                \"position\": 100\n            },\n            {\n                \"id\": 14,\n                \"shortname\": \"AT\",\n                \"name\": \"Austria\",\n                \"position\": 100\n            },\n            {\n                \"id\": 15,\n                \"shortname\": \"AZ\",\n                \"name\": \"Azerbaijan\",\n                \"position\": 100\n            },\n            {\n                \"id\": 17,\n                \"shortname\": \"BS\",\n                \"name\": \"Bahamas\",\n                \"position\": 100\n            },\n            {\n                \"id\": 19,\n                \"shortname\": \"BD\",\n                \"name\": \"Bangladesh\",\n                \"position\": 100\n            },\n            {\n                \"id\": 20,\n                \"shortname\": \"BB\",\n                \"name\": \"Barbados\",\n                \"position\": 100\n            },\n            {\n                \"id\": 21,\n                \"shortname\": \"BY\",\n                \"name\": \"Belarus\",\n                \"position\": 100\n            },\n            {\n                \"id\": 22,\n                \"shortname\": \"BE\",\n                \"name\": \"Belgium\",\n                \"position\": 100\n            },\n            {\n                \"id\": 23,\n                \"shortname\": \"BZ\",\n                \"name\": \"Belize\",\n                \"position\": 100\n            },\n            {\n                \"id\": 24,\n                \"shortname\": \"BJ\",\n                \"name\": \"Benin\",\n                \"position\": 100\n            },\n            {\n                \"id\": 25,\n                \"shortname\": \"BM\",\n                \"name\": \"Bermuda\",\n                \"position\": 100\n            },\n            {\n                \"id\": 26,\n                \"shortname\": \"BT\",\n                \"name\": \"Bhutan\",\n                \"position\": 100\n            },\n            {\n                \"id\": 27,\n                \"shortname\": \"BO\",\n                \"name\": \"Bolivia\",\n                \"position\": 100\n            },\n            {\n                \"id\": 28,\n                \"shortname\": \"BQ\",\n                \"name\": \"Bonaire\",\n                \"position\": 100\n            },\n            {\n                \"id\": 29,\n                \"shortname\": \"BA\",\n                \"name\": \"Bosnia and Herzegovina\",\n                \"position\": 100\n            },\n            {\n                \"id\": 30,\n                \"shortname\": \"BW\",\n                \"name\": \"Botswana\",\n                \"position\": 100\n            },\n            {\n                \"id\": 31,\n                \"shortname\": \"BV\",\n                \"name\": \"Bouvet Island\",\n                \"position\": 100\n            },\n            {\n                \"id\": 32,\n                \"shortname\": \"BR\",\n                \"name\": \"Brazil\",\n                \"position\": 100\n            },\n            {\n                \"id\": 33,\n                \"shortname\": \"IO\",\n                \"name\": \"British Indian Ocean Territory\",\n                \"position\": 100\n            },\n            {\n                \"id\": 34,\n                \"shortname\": \"BN\",\n                \"name\": \"Brunei Darussalam\",\n                \"position\": 100\n            },\n            {\n                \"id\": 35,\n                \"shortname\": \"BG\",\n                \"name\": \"Bulgaria\",\n                \"position\": 100\n            },\n            {\n                \"id\": 36,\n                \"shortname\": \"BF\",\n                \"name\": \"Burkina Faso\",\n                \"position\": 100\n            },\n            {\n                \"id\": 37,\n                \"shortname\": \"BI\",\n                \"name\": \"Burundi\",\n                \"position\": 100\n            },\n            {\n                \"id\": 38,\n                \"shortname\": \"KH\",\n                \"name\": \"Cambodia\",\n                \"position\": 100\n            },\n            {\n                \"id\": 39,\n                \"shortname\": \"CM\",\n                \"name\": \"Cameroon\",\n                \"position\": 100\n            },\n            {\n                \"id\": 40,\n                \"shortname\": \"CA\",\n                \"name\": \"Canada\",\n                \"position\": 100\n            },\n            {\n                \"id\": 41,\n                \"shortname\": \"CV\",\n                \"name\": \"Cape Verde\",\n                \"position\": 100\n            },\n            {\n                \"id\": 42,\n                \"shortname\": \"KY\",\n                \"name\": \"Cayman Islands\",\n                \"position\": 100\n            },\n            {\n                \"id\": 44,\n                \"shortname\": \"CF\",\n                \"name\": \"Central African Republic\",\n                \"position\": 100\n            },\n            {\n                \"id\": 45,\n                \"shortname\": \"TD\",\n                \"name\": \"Chad\",\n                \"position\": 100\n            },\n            {\n                \"id\": 46,\n                \"shortname\": \"CL\",\n                \"name\": \"Chile\",\n                \"position\": 100\n            },\n            {\n                \"id\": 47,\n                \"shortname\": \"CN\",\n                \"name\": \"China\",\n                \"position\": 100\n            },\n            {\n                \"id\": 48,\n                \"shortname\": \"CX\",\n                \"name\": \"Christmas Island\",\n                \"position\": 100\n            },\n            {\n                \"id\": 49,\n                \"shortname\": \"CC\",\n                \"name\": \"Cocos (keeling) Islands\",\n                \"position\": 100\n            },\n            {\n                \"id\": 50,\n                \"shortname\": \"CO\",\n                \"name\": \"Colombia\",\n                \"position\": 100\n            },\n            {\n                \"id\": 51,\n                \"shortname\": \"KM\",\n                \"name\": \"Comoros\",\n                \"position\": 100\n            },\n            {\n                \"id\": 52,\n                \"shortname\": \"CG\",\n                \"name\": \"Congo\",\n                \"position\": 100\n            },\n            {\n                \"id\": 53,\n                \"shortname\": \"CD\",\n                \"name\": \"Congo, The Democratic Republic of The\",\n                \"position\": 100\n            },\n            {\n                \"id\": 54,\n                \"shortname\": \"CK\",\n                \"name\": \"Cook Islands\",\n                \"position\": 100\n            },\n            {\n                \"id\": 55,\n                \"shortname\": \"CR\",\n                \"name\": \"Costa Rica\",\n                \"position\": 100\n            },\n            {\n                \"id\": 43,\n                \"shortname\": \"CI\",\n                \"name\": \"Côte d’Ivoire\",\n                \"position\": 100\n            },\n            {\n                \"id\": 56,\n                \"shortname\": \"HR\",\n                \"name\": \"Croatia\",\n                \"position\": 100\n            },\n            {\n                \"id\": 57,\n                \"shortname\": \"CU\",\n                \"name\": \"Cuba\",\n                \"position\": 100\n            },\n            {\n                \"id\": 58,\n                \"shortname\": \"CW\",\n                \"name\": \"CuraÃ§ao\",\n                \"position\": 100\n            },\n            {\n                \"id\": 59,\n                \"shortname\": \"CY\",\n                \"name\": \"Cyprus\",\n                \"position\": 100\n            },\n            {\n                \"id\": 60,\n                \"shortname\": \"CZ\",\n                \"name\": \"Czech Republic\",\n                \"position\": 100\n            },\n            {\n                \"id\": 61,\n                \"shortname\": \"DK\",\n                \"name\": \"Denmark\",\n                \"position\": 100\n            },\n            {\n                \"id\": 62,\n                \"shortname\": \"DJ\",\n                \"name\": \"Djibouti\",\n                \"position\": 100\n            },\n            {\n                \"id\": 63,\n                \"shortname\": \"DM\",\n                \"name\": \"Dominica\",\n                \"position\": 100\n            },\n            {\n                \"id\": 64,\n                \"shortname\": \"DO\",\n                \"name\": \"Dominican Republic\",\n                \"position\": 100\n            },\n            {\n                \"id\": 65,\n                \"shortname\": \"EC\",\n                \"name\": \"Ecuador\",\n                \"position\": 100\n            },\n            {\n                \"id\": 67,\n                \"shortname\": \"SV\",\n                \"name\": \"El Salvador\",\n                \"position\": 100\n            },\n            {\n                \"id\": 68,\n                \"shortname\": \"GQ\",\n                \"name\": \"Equatorial Guinea\",\n                \"position\": 100\n            },\n            {\n                \"id\": 69,\n                \"shortname\": \"ER\",\n                \"name\": \"Eritrea\",\n                \"position\": 100\n            },\n            {\n                \"id\": 70,\n                \"shortname\": \"EE\",\n                \"name\": \"Estonia\",\n                \"position\": 100\n            },\n            {\n                \"id\": 71,\n                \"shortname\": \"ET\",\n                \"name\": \"Ethiopia\",\n                \"position\": 100\n            },\n            {\n                \"id\": 72,\n                \"shortname\": \"FK\",\n                \"name\": \"Falkland Islands (malvinas)\",\n                \"position\": 100\n            },\n            {\n                \"id\": 73,\n                \"shortname\": \"FO\",\n                \"name\": \"Faroe Islands\",\n                \"position\": 100\n            },\n            {\n                \"id\": 74,\n                \"shortname\": \"FJ\",\n                \"name\": \"Fiji\",\n                \"position\": 100\n            },\n            {\n                \"id\": 75,\n                \"shortname\": \"FI\",\n                \"name\": \"Finland\",\n                \"position\": 100\n            },\n            {\n                \"id\": 76,\n                \"shortname\": \"FR\",\n                \"name\": \"France\",\n                \"position\": 100\n            },\n            {\n                \"id\": 77,\n                \"shortname\": \"GF\",\n                \"name\": \"French Guiana\",\n                \"position\": 100\n            },\n            {\n                \"id\": 78,\n                \"shortname\": \"PF\",\n                \"name\": \"French Polynesia\",\n                \"position\": 100\n            },\n            {\n                \"id\": 79,\n                \"shortname\": \"TF\",\n                \"name\": \"French Southern Territories\",\n                \"position\": 100\n            },\n            {\n                \"id\": 80,\n                \"shortname\": \"GA\",\n                \"name\": \"Gabon\",\n                \"position\": 100\n            },\n            {\n                \"id\": 81,\n                \"shortname\": \"GM\",\n                \"name\": \"Gambia\",\n                \"position\": 100\n            },\n            {\n                \"id\": 82,\n                \"shortname\": \"GE\",\n                \"name\": \"Georgia\",\n                \"position\": 100\n            },\n            {\n                \"id\": 83,\n                \"shortname\": \"DE\",\n                \"name\": \"Germany\",\n                \"position\": 100\n            },\n            {\n                \"id\": 84,\n                \"shortname\": \"GH\",\n                \"name\": \"Ghana\",\n                \"position\": 100\n            },\n            {\n                \"id\": 85,\n                \"shortname\": \"GI\",\n                \"name\": \"Gibraltar\",\n                \"position\": 100\n            },\n            {\n                \"id\": 87,\n                \"shortname\": \"GL\",\n                \"name\": \"Greenland\",\n                \"position\": 100\n            },\n            {\n                \"id\": 88,\n                \"shortname\": \"GD\",\n                \"name\": \"Grenada\",\n                \"position\": 100\n            },\n            {\n                \"id\": 89,\n                \"shortname\": \"GP\",\n                \"name\": \"Guadeloupe\",\n                \"position\": 100\n            },\n            {\n                \"id\": 90,\n                \"shortname\": \"GU\",\n                \"name\": \"Guam\",\n                \"position\": 100\n            },\n            {\n                \"id\": 91,\n                \"shortname\": \"GT\",\n                \"name\": \"Guatemala\",\n                \"position\": 100\n            },\n            {\n                \"id\": 92,\n                \"shortname\": \"GG\",\n                \"name\": \"Guernsey\",\n                \"position\": 100\n            },\n            {\n                \"id\": 93,\n                \"shortname\": \"GN\",\n                \"name\": \"Guinea\",\n                \"position\": 100\n            },\n            {\n                \"id\": 94,\n                \"shortname\": \"GW\",\n                \"name\": \"Guinea-bissau\",\n                \"position\": 100\n            },\n            {\n                \"id\": 95,\n                \"shortname\": \"GY\",\n                \"name\": \"Guyana\",\n                \"position\": 100\n            },\n            {\n                \"id\": 96,\n                \"shortname\": \"HT\",\n                \"name\": \"Haiti\",\n                \"position\": 100\n            },\n            {\n                \"id\": 97,\n                \"shortname\": \"HM\",\n                \"name\": \"Heard Island and Mcdonald Islands\",\n                \"position\": 100\n            },\n            {\n                \"id\": 98,\n                \"shortname\": \"VA\",\n                \"name\": \"Holy See (vatican City State)\",\n                \"position\": 100\n            },\n            {\n                \"id\": 99,\n                \"shortname\": \"HN\",\n                \"name\": \"Honduras\",\n                \"position\": 100\n            },\n            {\n                \"id\": 101,\n                \"shortname\": \"HU\",\n                \"name\": \"Hungary\",\n                \"position\": 100\n            },\n            {\n                \"id\": 102,\n                \"shortname\": \"IS\",\n                \"name\": \"Iceland\",\n                \"position\": 100\n            },\n            {\n                \"id\": 103,\n                \"shortname\": \"IN\",\n                \"name\": \"India\",\n                \"position\": 100\n            },\n            {\n                \"id\": 104,\n                \"shortname\": \"ID\",\n                \"name\": \"Indonesia\",\n                \"position\": 100\n            },\n            {\n                \"id\": 105,\n                \"shortname\": \"IR\",\n                \"name\": \"Iran, Islamic Republic of\",\n                \"position\": 100\n            },\n            {\n                \"id\": 106,\n                \"shortname\": \"IQ\",\n                \"name\": \"Iraq\",\n                \"position\": 100\n            },\n            {\n                \"id\": 107,\n                \"shortname\": \"IE\",\n                \"name\": \"Ireland\",\n                \"position\": 100\n            },\n            {\n                \"id\": 108,\n                \"shortname\": \"IM\",\n                \"name\": \"Isle of Man\",\n                \"position\": 100\n            },\n            {\n                \"id\": 109,\n                \"shortname\": \"IL\",\n                \"name\": \"Israel\",\n                \"position\": 100\n            },\n            {\n                \"id\": 110,\n                \"shortname\": \"IT\",\n                \"name\": \"Italy\",\n                \"position\": 100\n            },\n            {\n                \"id\": 111,\n                \"shortname\": \"JM\",\n                \"name\": \"Jamaica\",\n                \"position\": 100\n            },\n            {\n                \"id\": 112,\n                \"shortname\": \"JP\",\n                \"name\": \"Japan\",\n                \"position\": 100\n            },\n            {\n                \"id\": 113,\n                \"shortname\": \"JE\",\n                \"name\": \"Jersey\",\n                \"position\": 100\n            },\n            {\n                \"id\": 115,\n                \"shortname\": \"KZ\",\n                \"name\": \"Kazakhstan\",\n                \"position\": 100\n            },\n            {\n                \"id\": 116,\n                \"shortname\": \"KE\",\n                \"name\": \"Kenya\",\n                \"position\": 100\n            },\n            {\n                \"id\": 117,\n                \"shortname\": \"KI\",\n                \"name\": \"Kiribati\",\n                \"position\": 100\n            },\n            {\n                \"id\": 118,\n                \"shortname\": \"KP\",\n                \"name\": \"Korea, Democratic People's Republic of\",\n                \"position\": 100\n            },\n            {\n                \"id\": 119,\n                \"shortname\": \"KR\",\n                \"name\": \"Korea, Republic of\",\n                \"position\": 100\n            },\n            {\n                \"id\": 120,\n                \"shortname\": \"KW\",\n                \"name\": \"Kuwait\",\n                \"position\": 100\n            },\n            {\n                \"id\": 121,\n                \"shortname\": \"KG\",\n                \"name\": \"Kyrgyzstan\",\n                \"position\": 100\n            },\n            {\n                \"id\": 122,\n                \"shortname\": \"LA\",\n                \"name\": \"Laos\",\n                \"position\": 100\n            },\n            {\n                \"id\": 123,\n                \"shortname\": \"LV\",\n                \"name\": \"Latvia\",\n                \"position\": 100\n            },\n            {\n                \"id\": 125,\n                \"shortname\": \"LS\",\n                \"name\": \"Lesotho\",\n                \"position\": 100\n            },\n            {\n                \"id\": 126,\n                \"shortname\": \"LR\",\n                \"name\": \"Liberia\",\n                \"position\": 100\n            },\n            {\n                \"id\": 127,\n                \"shortname\": \"LY\",\n                \"name\": \"Libya\",\n                \"position\": 100\n            },\n            {\n                \"id\": 128,\n                \"shortname\": \"LI\",\n                \"name\": \"Liechtenstein\",\n                \"position\": 100\n            },\n            {\n                \"id\": 129,\n                \"shortname\": \"LT\",\n                \"name\": \"Lithuania\",\n                \"position\": 100\n            },\n            {\n                \"id\": 130,\n                \"shortname\": \"LU\",\n                \"name\": \"Luxembourg\",\n                \"position\": 100\n            },\n            {\n                \"id\": 131,\n                \"shortname\": \"MO\",\n                \"name\": \"Macao\",\n                \"position\": 100\n            },\n            {\n                \"id\": 132,\n                \"shortname\": \"MK\",\n                \"name\": \"Macedonia, The Former Yugoslav Republic of\",\n                \"position\": 100\n            },\n            {\n                \"id\": 133,\n                \"shortname\": \"MG\",\n                \"name\": \"Madagascar\",\n                \"position\": 100\n            },\n            {\n                \"id\": 134,\n                \"shortname\": \"MW\",\n                \"name\": \"Malawi\",\n                \"position\": 100\n            },\n            {\n                \"id\": 135,\n                \"shortname\": \"MY\",\n                \"name\": \"Malaysia\",\n                \"position\": 100\n            },\n            {\n                \"id\": 136,\n                \"shortname\": \"MV\",\n                \"name\": \"Maldives\",\n                \"position\": 100\n            },\n            {\n                \"id\": 137,\n                \"shortname\": \"ML\",\n                \"name\": \"Mali\",\n                \"position\": 100\n            },\n            {\n                \"id\": 139,\n                \"shortname\": \"MH\",\n                \"name\": \"Marshall Islands\",\n                \"position\": 100\n            },\n            {\n                \"id\": 140,\n                \"shortname\": \"MQ\",\n                \"name\": \"Martinique\",\n                \"position\": 100\n            },\n            {\n                \"id\": 141,\n                \"shortname\": \"MR\",\n                \"name\": \"Mauritania\",\n                \"position\": 100\n            },\n            {\n                \"id\": 142,\n                \"shortname\": \"MU\",\n                \"name\": \"Mauritius\",\n                \"position\": 100\n            },\n            {\n                \"id\": 143,\n                \"shortname\": \"YT\",\n                \"name\": \"Mayotte\",\n                \"position\": 100\n            },\n            {\n                \"id\": 144,\n                \"shortname\": \"MX\",\n                \"name\": \"Mexico\",\n                \"position\": 100\n            },\n            {\n                \"id\": 145,\n                \"shortname\": \"FM\",\n                \"name\": \"Micronesia, Federated States of\",\n                \"position\": 100\n            },\n            {\n                \"id\": 146,\n                \"shortname\": \"MD\",\n                \"name\": \"Moldova, Republic of\",\n                \"position\": 100\n            },\n            {\n                \"id\": 147,\n                \"shortname\": \"MC\",\n                \"name\": \"Monaco\",\n                \"position\": 100\n            },\n            {\n                \"id\": 148,\n                \"shortname\": \"MN\",\n                \"name\": \"Mongolia\",\n                \"position\": 100\n            },\n            {\n                \"id\": 149,\n                \"shortname\": \"ME\",\n                \"name\": \"Montenegro\",\n                \"position\": 100\n            },\n            {\n                \"id\": 150,\n                \"shortname\": \"MS\",\n                \"name\": \"Montserrat\",\n                \"position\": 100\n            },\n            {\n                \"id\": 151,\n                \"shortname\": \"MA\",\n                \"name\": \"Morocco\",\n                \"position\": 100\n            },\n            {\n                \"id\": 152,\n                \"shortname\": \"MZ\",\n                \"name\": \"Mozambique\",\n                \"position\": 100\n            },\n            {\n                \"id\": 153,\n                \"shortname\": \"MM\",\n                \"name\": \"Myanmar\",\n                \"position\": 100\n            },\n            {\n                \"id\": 154,\n                \"shortname\": \"NA\",\n                \"name\": \"Namibia\",\n                \"position\": 100\n            },\n            {\n                \"id\": 155,\n                \"shortname\": \"NR\",\n                \"name\": \"Nauru\",\n                \"position\": 100\n            },\n            {\n                \"id\": 156,\n                \"shortname\": \"NP\",\n                \"name\": \"Nepal\",\n                \"position\": 100\n            },\n            {\n                \"id\": 157,\n                \"shortname\": \"NL\",\n                \"name\": \"Netherlands\",\n                \"position\": 100\n            },\n            {\n                \"id\": 158,\n                \"shortname\": \"AN\",\n                \"name\": \"Netherlands Antilles\",\n                \"position\": 100\n            },\n            {\n                \"id\": 159,\n                \"shortname\": \"NC\",\n                \"name\": \"New Caledonia\",\n                \"position\": 100\n            },\n            {\n                \"id\": 160,\n                \"shortname\": \"NZ\",\n                \"name\": \"New Zealand\",\n                \"position\": 100\n            },\n            {\n                \"id\": 161,\n                \"shortname\": \"NI\",\n                \"name\": \"Nicaragua\",\n                \"position\": 100\n            },\n            {\n                \"id\": 162,\n                \"shortname\": \"NE\",\n                \"name\": \"Niger\",\n                \"position\": 100\n            },\n            {\n                \"id\": 163,\n                \"shortname\": \"NG\",\n                \"name\": \"Nigeria\",\n                \"position\": 100\n            },\n            {\n                \"id\": 164,\n                \"shortname\": \"NU\",\n                \"name\": \"Niue\",\n                \"position\": 100\n            },\n            {\n                \"id\": 165,\n                \"shortname\": \"NF\",\n                \"name\": \"Norfolk Island\",\n                \"position\": 100\n            },\n            {\n                \"id\": 166,\n                \"shortname\": \"MP\",\n                \"name\": \"Northern Mariana Islands\",\n                \"position\": 100\n            },\n            {\n                \"id\": 167,\n                \"shortname\": \"NO\",\n                \"name\": \"Norway\",\n                \"position\": 100\n            },\n            {\n                \"id\": 169,\n                \"shortname\": \"PK\",\n                \"name\": \"Pakistan\",\n                \"position\": 100\n            },\n            {\n                \"id\": 170,\n                \"shortname\": \"PW\",\n                \"name\": \"Palau\",\n                \"position\": 100\n            },\n            {\n                \"id\": 171,\n                \"shortname\": \"PS\",\n                \"name\": \"Palestine\",\n                \"position\": 100\n            },\n            {\n                \"id\": 172,\n                \"shortname\": \"PA\",\n                \"name\": \"Panama\",\n                \"position\": 100\n            },\n            {\n                \"id\": 173,\n                \"shortname\": \"PG\",\n                \"name\": \"Papua New Guinea\",\n                \"position\": 100\n            },\n            {\n                \"id\": 174,\n                \"shortname\": \"PY\",\n                \"name\": \"Paraguay\",\n                \"position\": 100\n            },\n            {\n                \"id\": 175,\n                \"shortname\": \"PE\",\n                \"name\": \"Peru\",\n                \"position\": 100\n            },\n            {\n                \"id\": 176,\n                \"shortname\": \"PH\",\n                \"name\": \"Philippines\",\n                \"position\": 100\n            },\n            {\n                \"id\": 177,\n                \"shortname\": \"PN\",\n                \"name\": \"Pitcairn\",\n                \"position\": 100\n            },\n            {\n                \"id\": 178,\n                \"shortname\": \"PL\",\n                \"name\": \"Poland\",\n                \"position\": 100\n            },\n            {\n                \"id\": 179,\n                \"shortname\": \"PT\",\n                \"name\": \"Portugal\",\n                \"position\": 100\n            },\n            {\n                \"id\": 180,\n                \"shortname\": \"PR\",\n                \"name\": \"Puerto Rico\",\n                \"position\": 100\n            },\n            {\n                \"id\": 182,\n                \"shortname\": \"RE\",\n                \"name\": \"Reunion\",\n                \"position\": 100\n            },\n            {\n                \"id\": 183,\n                \"shortname\": \"RO\",\n                \"name\": \"Romania\",\n                \"position\": 100\n            },\n            {\n                \"id\": 184,\n                \"shortname\": \"RU\",\n                \"name\": \"Russian Federation\",\n                \"position\": 100\n            },\n            {\n                \"id\": 185,\n                \"shortname\": \"RW\",\n                \"name\": \"Rwanda\",\n                \"position\": 100\n            },\n            {\n                \"id\": 186,\n                \"shortname\": \"BL\",\n                \"name\": \"Saint Barthelemy\",\n                \"position\": 100\n            },\n            {\n                \"id\": 187,\n                \"shortname\": \"SH\",\n                \"name\": \"Saint Helena\",\n                \"position\": 100\n            },\n            {\n                \"id\": 188,\n                \"shortname\": \"KN\",\n                \"name\": \"Saint Kitts and Nevis\",\n                \"position\": 100\n            },\n            {\n                \"id\": 189,\n                \"shortname\": \"LC\",\n                \"name\": \"Saint Lucia\",\n                \"position\": 100\n            },\n            {\n                \"id\": 190,\n                \"shortname\": \"MF\",\n                \"name\": \"Saint Martin (French Part)\",\n                \"position\": 100\n            },\n            {\n                \"id\": 191,\n                \"shortname\": \"PM\",\n                \"name\": \"Saint Pierre and Miquelon\",\n                \"position\": 100\n            },\n            {\n                \"id\": 192,\n                \"shortname\": \"VC\",\n                \"name\": \"Saint Vincent and The Grenadines\",\n                \"position\": 100\n            },\n            {\n                \"id\": 193,\n                \"shortname\": \"WS\",\n                \"name\": \"Samoa\",\n                \"position\": 100\n            },\n            {\n                \"id\": 194,\n                \"shortname\": \"SM\",\n                \"name\": \"San Marino\",\n                \"position\": 100\n            },\n            {\n                \"id\": 195,\n                \"shortname\": \"ST\",\n                \"name\": \"Sao Tome and Principe\",\n                \"position\": 100\n            },\n            {\n                \"id\": 197,\n                \"shortname\": \"SN\",\n                \"name\": \"Senegal\",\n                \"position\": 100\n            },\n            {\n                \"id\": 198,\n                \"shortname\": \"RS\",\n                \"name\": \"Serbia\",\n                \"position\": 100\n            },\n            {\n                \"id\": 199,\n                \"shortname\": \"SC\",\n                \"name\": \"Seychelles\",\n                \"position\": 100\n            },\n            {\n                \"id\": 200,\n                \"shortname\": \"SL\",\n                \"name\": \"Sierra Leone\",\n                \"position\": 100\n            },\n            {\n                \"id\": 201,\n                \"shortname\": \"SG\",\n                \"name\": \"Singapore\",\n                \"position\": 100\n            },\n            {\n                \"id\": 202,\n                \"shortname\": \"SX\",\n                \"name\": \"Sint Maartin (Dutch Part)\",\n                \"position\": 100\n            },\n            {\n                \"id\": 203,\n                \"shortname\": \"SK\",\n                \"name\": \"Slovakia\",\n                \"position\": 100\n            },\n            {\n                \"id\": 204,\n                \"shortname\": \"SI\",\n                \"name\": \"Slovenia\",\n                \"position\": 100\n            },\n            {\n                \"id\": 205,\n                \"shortname\": \"SB\",\n                \"name\": \"Solomon Islands\",\n                \"position\": 100\n            },\n            {\n                \"id\": 206,\n                \"shortname\": \"SO\",\n                \"name\": \"Somalia\",\n                \"position\": 100\n            },\n            {\n                \"id\": 208,\n                \"shortname\": \"GS\",\n                \"name\": \"South Georgia and The South Sandwich Islands\",\n                \"position\": 100\n            },\n            {\n                \"id\": 209,\n                \"shortname\": \"SS\",\n                \"name\": \"South Sudan\",\n                \"position\": 100\n            },\n            {\n                \"id\": 210,\n                \"shortname\": \"ES\",\n                \"name\": \"Spain\",\n                \"position\": 100\n            },\n            {\n                \"id\": 211,\n                \"shortname\": \"LK\",\n                \"name\": \"Sri Lanka\",\n                \"position\": 100\n            },\n            {\n                \"id\": 212,\n                \"shortname\": \"SD\",\n                \"name\": \"Sudan\",\n                \"position\": 100\n            },\n            {\n                \"id\": 213,\n                \"shortname\": \"SR\",\n                \"name\": \"Suriname\",\n                \"position\": 100\n            },\n            {\n                \"id\": 214,\n                \"shortname\": \"SJ\",\n                \"name\": \"Svalbard and Jan Mayen\",\n                \"position\": 100\n            },\n            {\n                \"id\": 215,\n                \"shortname\": \"SZ\",\n                \"name\": \"Swaziland\",\n                \"position\": 100\n            },\n            {\n                \"id\": 216,\n                \"shortname\": \"SE\",\n                \"name\": \"Sweden\",\n                \"position\": 100\n            },\n            {\n                \"id\": 217,\n                \"shortname\": \"CH\",\n                \"name\": \"Switzerland\",\n                \"position\": 100\n            },\n            {\n                \"id\": 218,\n                \"shortname\": \"SY\",\n                \"name\": \"Syrian Arab Republic\",\n                \"position\": 100\n            },\n            {\n                \"id\": 219,\n                \"shortname\": \"TW\",\n                \"name\": \"Taiwan, Province of China\",\n                \"position\": 100\n            },\n            {\n                \"id\": 220,\n                \"shortname\": \"TJ\",\n                \"name\": \"Tajikistan\",\n                \"position\": 100\n            },\n            {\n                \"id\": 221,\n                \"shortname\": \"TZ\",\n                \"name\": \"Tanzania\",\n                \"position\": 100\n            },\n            {\n                \"id\": 222,\n                \"shortname\": \"TH\",\n                \"name\": \"Thailand\",\n                \"position\": 100\n            },\n            {\n                \"id\": 223,\n                \"shortname\": \"TL\",\n                \"name\": \"Timor-Leste\",\n                \"position\": 100\n            },\n            {\n                \"id\": 224,\n                \"shortname\": \"TG\",\n                \"name\": \"Togo\",\n                \"position\": 100\n            },\n            {\n                \"id\": 225,\n                \"shortname\": \"TK\",\n                \"name\": \"Tokelau\",\n                \"position\": 100\n            },\n            {\n                \"id\": 226,\n                \"shortname\": \"TO\",\n                \"name\": \"Tonga\",\n                \"position\": 100\n            },\n            {\n                \"id\": 227,\n                \"shortname\": \"TT\",\n                \"name\": \"Trinidad and Tobago\",\n                \"position\": 100\n            },\n            {\n                \"id\": 228,\n                \"shortname\": \"TN\",\n                \"name\": \"Tunisia\",\n                \"position\": 100\n            },\n            {\n                \"id\": 229,\n                \"shortname\": \"TR\",\n                \"name\": \"Turkey\",\n                \"position\": 100\n            },\n            {\n                \"id\": 230,\n                \"shortname\": \"TM\",\n                \"name\": \"Turkmenistan\",\n                \"position\": 100\n            },\n            {\n                \"id\": 231,\n                \"shortname\": \"TC\",\n                \"name\": \"Turks and Caicos Islands\",\n                \"position\": 100\n            },\n            {\n                \"id\": 232,\n                \"shortname\": \"TV\",\n                \"name\": \"Tuvalu\",\n                \"position\": 100\n            },\n            {\n                \"id\": 233,\n                \"shortname\": \"UG\",\n                \"name\": \"Uganda\",\n                \"position\": 100\n            },\n            {\n                \"id\": 234,\n                \"shortname\": \"UA\",\n                \"name\": \"Ukraine\",\n                \"position\": 100\n            },\n            {\n                \"id\": 237,\n                \"shortname\": \"US\",\n                \"name\": \"United States\",\n                \"position\": 100\n            },\n            {\n                \"id\": 238,\n                \"shortname\": \"UM\",\n                \"name\": \"United States Minor Outlying Islands\",\n                \"position\": 100\n            },\n            {\n                \"id\": 239,\n                \"shortname\": \"UY\",\n                \"name\": \"Uruguay\",\n                \"position\": 100\n            },\n            {\n                \"id\": 240,\n                \"shortname\": \"UZ\",\n                \"name\": \"Uzbekistan\",\n                \"position\": 100\n            },\n            {\n                \"id\": 241,\n                \"shortname\": \"VU\",\n                \"name\": \"Vanuatu\",\n                \"position\": 100\n            },\n            {\n                \"id\": 242,\n                \"shortname\": \"VE\",\n                \"name\": \"Venezuela, Bolivarian Republic of\",\n                \"position\": 100\n            },\n            {\n                \"id\": 243,\n                \"shortname\": \"VN\",\n                \"name\": \"Vietnam\",\n                \"position\": 100\n            },\n            {\n                \"id\": 244,\n                \"shortname\": \"VG\",\n                \"name\": \"Virgin Islands, British\",\n                \"position\": 100\n            },\n            {\n                \"id\": 245,\n                \"shortname\": \"VI\",\n                \"name\": \"Virgin Islands, U.S.\",\n                \"position\": 100\n            },\n            {\n                \"id\": 246,\n                \"shortname\": \"WF\",\n                \"name\": \"Wallis and Futuna\",\n                \"position\": 100\n            },\n            {\n                \"id\": 247,\n                \"shortname\": \"EH\",\n                \"name\": \"Western Sahara\",\n                \"position\": 100\n            },\n            {\n                \"id\": 248,\n                \"shortname\": \"YE\",\n                \"name\": \"Yemen\",\n                \"position\": 100\n            },\n            {\n                \"id\": 249,\n                \"shortname\": \"ZM\",\n                \"name\": \"Zambia\",\n                \"position\": 100\n            },\n            {\n                \"id\": 250,\n                \"shortname\": \"ZW\",\n                \"name\": \"Zimbabwe\",\n                \"position\": 100\n            }\n        ]\n    }\n}"}],"_postman_id":"61d3ffb3-8fef-47bf-a9f0-04f5d467f4a7"},{"name":"Travel Country","id":"a34c20d8-5bf7-408e-bcac-e669a4c0c64a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{jwt-token}}"}},"method":"GET","header":[],"url":{"raw":"https://configdvsvr.etenvbiz.com/api_ets/v1/travel/country?language=en","protocol":"https","host":["configdvsvr","etenvbiz","com"],"path":["api_ets","v1","travel","country"],"query":[{"key":"language","value":"en","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Languages Supported] <br/>\nDefault Value: [en(English)]\nAllowed Values: [en(English)|cn(Cantonese)|ar(Arabic)|el(Greek)]"}]},"description":"This request represents details of all the countries that are integrated within the ENTERTAINER Public API.\n### API REQUEST FLOW CHART\n<div class=\"docs-desc-body\"><img src='https://i.ibb.co/tQYmmrb/Country.png'></div> <br/>"},"response":[{"id":"565b312a-3b43-4631-b656-b01ff55a8ae1","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://configdvsvr.etenvbiz.com/api_ets/v1/travel/country?","protocol":"https","host":["configdvsvr","etenvbiz","com"],"path":["api_ets","v1","travel","country"],"query":[{"key":"language","value":"en","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Languages Supported] <br/>\nDefault Value: [en(English)]\nAllowed Values: [en(English)|cn(Cantonese)|ar(Arabic)|el(Greek)]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 27 Sep 2019 11:59:13 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2194"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"1081839f-99df-42aa-808a-042ad6133399"},{"key":"x-amz-apigw-id","value":"ArPuNGpIjoEFkaQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5d8df98e-9856b2a18b1075d4359bf8dc;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"success\",\n    \"code\": 0,\n    \"data\": {\n        \"countries\": [\n            {\n                \"id\": 18,\n                \"shortname\": \"BH\",\n                \"name\": \"Bahrain\",\n                \"region\": \"Middle East\"\n            },\n            {\n                \"id\": 66,\n                \"shortname\": \"EG\",\n                \"name\": \"Egypt\",\n                \"region\": \"Middle East\"\n            },\n            {\n                \"id\": 114,\n                \"shortname\": \"JO\",\n                \"name\": \"Jordan\",\n                \"region\": \"Middle East\"\n            },\n            {\n                \"id\": 120,\n                \"shortname\": \"KW\",\n                \"name\": \"Kuwait\",\n                \"region\": \"Middle East\"\n            },\n            {\n                \"id\": 124,\n                \"shortname\": \"LB\",\n                \"name\": \"Lebanon\",\n                \"region\": \"Middle East\"\n            },\n            {\n                \"id\": 168,\n                \"shortname\": \"OM\",\n                \"name\": \"Oman\",\n                \"region\": \"Middle East\"\n            },\n            {\n                \"id\": 181,\n                \"shortname\": \"QA\",\n                \"name\": \"Qatar\",\n                \"region\": \"Middle East\"\n            },\n            {\n                \"id\": 196,\n                \"shortname\": \"SA\",\n                \"name\": \"Saudi Arabia\",\n                \"region\": \"Middle East\"\n            },\n            {\n                \"id\": 235,\n                \"shortname\": \"AE\",\n                \"name\": \"United Arab Emirates\",\n                \"region\": \"Middle East\"\n            },\n            {\n                \"id\": 229,\n                \"shortname\": \"TR\",\n                \"name\": \"Turkey\",\n                \"region\": \"Europe\"\n            },\n            {\n                \"id\": 38,\n                \"shortname\": \"KH\",\n                \"name\": \"Cambodia\",\n                \"region\": \"Asia\"\n            },\n            {\n                \"id\": 47,\n                \"shortname\": \"CN\",\n                \"name\": \"China\",\n                \"region\": \"Asia\"\n            },\n            {\n                \"id\": 100,\n                \"shortname\": \"HK\",\n                \"name\": \"Hong Kong\",\n                \"region\": \"Asia\"\n            },\n            {\n                \"id\": 103,\n                \"shortname\": \"IN\",\n                \"name\": \"India\",\n                \"region\": \"Asia\"\n            },\n            {\n                \"id\": 104,\n                \"shortname\": \"ID\",\n                \"name\": \"Indonesia\",\n                \"region\": \"Asia\"\n            },\n            {\n                \"id\": 135,\n                \"shortname\": \"MY\",\n                \"name\": \"Malaysia\",\n                \"region\": \"Asia\"\n            },\n            {\n                \"id\": 153,\n                \"shortname\": \"MM\",\n                \"name\": \"Myanmar\",\n                \"region\": \"Asia\"\n            },\n            {\n                \"id\": 201,\n                \"shortname\": \"SG\",\n                \"name\": \"Singapore\",\n                \"region\": \"Asia\"\n            },\n            {\n                \"id\": 211,\n                \"shortname\": \"LK\",\n                \"name\": \"Sri Lanka\",\n                \"region\": \"Asia\"\n            },\n            {\n                \"id\": 222,\n                \"shortname\": \"TH\",\n                \"name\": \"Thailand\",\n                \"region\": \"Asia\"\n            },\n            {\n                \"id\": 243,\n                \"shortname\": \"VN\",\n                \"name\": \"Vietnam\",\n                \"region\": \"Asia\"\n            },\n            {\n                \"id\": 136,\n                \"shortname\": \"MV\",\n                \"name\": \"Maldives\",\n                \"region\": \"Indian Ocean\"\n            },\n            {\n                \"id\": 142,\n                \"shortname\": \"MU\",\n                \"name\": \"Mauritius\",\n                \"region\": \"Indian Ocean\"\n            },\n            {\n                \"id\": 30,\n                \"shortname\": \"BW\",\n                \"name\": \"Botswana\",\n                \"region\": \"Africa\"\n            },\n            {\n                \"id\": 152,\n                \"shortname\": \"MZ\",\n                \"name\": \"Mozambique\",\n                \"region\": \"Africa\"\n            },\n            {\n                \"id\": 154,\n                \"shortname\": \"NA\",\n                \"name\": \"Namibia\",\n                \"region\": \"Africa\"\n            },\n            {\n                \"id\": 207,\n                \"shortname\": \"ZA\",\n                \"name\": \"South Africa\",\n                \"region\": \"Africa\"\n            },\n            {\n                \"id\": 215,\n                \"shortname\": \"SZ\",\n                \"name\": \"Swaziland\",\n                \"region\": \"Africa\"\n            },\n            {\n                \"id\": 221,\n                \"shortname\": \"TZ\",\n                \"name\": \"Tanzania\",\n                \"region\": \"Africa\"\n            }\n        ]\n    }\n}"}],"_postman_id":"a34c20d8-5bf7-408e-bcac-e669a4c0c64a"},{"name":"Configured Locations","id":"e784ea97-1b2d-45f9-ab15-94cc81de59e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{jwt-token}}"}},"method":"GET","header":[],"url":{"raw":"https://configdvsvr.etenvbiz.com/api_ets/v1/locations?language=en","protocol":"https","host":["configdvsvr","etenvbiz","com"],"path":["api_ets","v1","locations"],"query":[{"key":"language","value":"en","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Languages Supported] <br/>\nDefault Value: [en(English)]\nAllowed Values: [en(English)|cn(Cantonese)|ar(Arabic)|el(Greek)]"}]},"description":"This request fetches location information against the company API key passed in through JWT.\n### API REQUEST FLOW CHART\n<div class=\"docs-desc-body\"><img src='https://i.ibb.co/c1gc5PS/Configured-Locations.png'></div> <br/>"},"response":[{"id":"584b02da-7cbd-4e43-803e-e81a227226c4","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://configdvsvr.etenvbiz.com/api_ets/v1/locations?language=en","protocol":"https","host":["configdvsvr","etenvbiz","com"],"path":["api_ets","v1","locations"],"query":[{"key":"language","value":"en","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Languages Supported] <br/>\nDefault Value: [en(English)]\nAllowed Values: [en(English)|cn(Cantonese)|ar(Arabic)|el(Greek)]"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 27 May 2019 16:29:24 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"339"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"4dd95e0fea96ca80-LHE"}],"cookie":[],"responseTime":null,"body":"{\n    \"version\": 1,\n    \"http_response\": 200,\n    \"message\": \"success\",\n    \"success\": true,\n    \"cmd\": \"/et_rs_prd/p/wl/v1/locations?__platform=ios&app_version=1.0&build_no=17&location_id=9&language=en\",\n    \"code\": 0,\n    \"data\": {\n        \"locations\": [\n            {\n                \"is_careem_enabled\": 0,\n                \"flag\": \"QA\",\n                \"lng\": 51.521652,\n                \"lat\": 25.296234,\n                \"name\": \"Qatar\",\n                \"language\": \"ar\",\n                \"active\": true,\n                \"currency\": \"QAR\",\n                \"id\": 9,\n                \"background\": \"https://s3-us-west-2.amazonaws.com/product-locations/backgrounds/9.png\",\n                \"reload_background\": false,\n                \"is_show_category\": false\n            }\n        ]\n    }\n}"}],"_postman_id":"e784ea97-1b2d-45f9-ab15-94cc81de59e5"},{"name":"Currencies","id":"60d647cc-f32d-4319-b56b-a0bebe613be4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{jwt-token}}"}},"method":"GET","header":[],"url":{"raw":"https://configdvsvr.etenvbiz.com/api_ets/v1/currencies?platform=ios&language=en","protocol":"https","host":["configdvsvr","etenvbiz","com"],"path":["api_ets","v1","currencies"],"query":[{"key":"platform","value":"ios","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Mobile Operating System] <br/>\nAllowed Values: [andriod|ios]"},{"key":"language","value":"en","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Languages Supported] <br/>\nDefault Value: [en(English)]\nAllowed Values: [en(English)|cn(Cantonese)|ar(Arabic)|el(Greek)]"}]},"description":"Represents all the currencies that are affiliated within the ENTERTAINER Public API.\n### API REQUEST FLOW CHART\n<div class=\"docs-desc-body\"><img src='https://i.ibb.co/fppRysR/Currencies.png'></div> <br/>"},"response":[{"id":"ea729f1e-da64-4360-be8c-573f5d82ba91","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://configdvsvr.etenvbiz.com/api_ets/v1/currencies?platform=ios&language=en","protocol":"https","host":["configdvsvr","etenvbiz","com"],"path":["api_ets","v1","currencies"],"query":[{"key":"platform","value":"ios","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Mobile Operating System] <br/>\nAllowed Values: [andriod|ios]"},{"key":"language","value":"en","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Languages Supported] <br/>\nDefault Value: [en(English)]\nAllowed Values: [en(English)|cn(Cantonese)|ar(Arabic)|el(Greek)]"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 27 May 2019 16:33:32 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"447"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"4dd9641c1f65ca80-LHE"}],"cookie":[],"responseTime":null,"body":"{\n    \"http_response\": 200,\n    \"message\": \"success\",\n    \"success\": true,\n    \"cmd\": \"/et_rs_prd/p/wl/v1/currencies?app_version=1.0&__platform=ios&language=en\",\n    \"code\": 0,\n    \"data\": {\n        \"currencies\": [\n            {\n                \"name\": \"UAE Dirham\",\n                \"id\": \"AED\",\n                \"translated_currency\": \"AED\"\n            },\n            {\n                \"name\": \"Bahraini Dinar\",\n                \"id\": \"BHD\",\n                \"translated_currency\": \"BHD\"\n            },\n            {\n                \"name\": \"Egyptian Pound\",\n                \"id\": \"EGP\",\n                \"translated_currency\": \"EGP\"\n            },\n            {\n                \"name\": \"Euro\",\n                \"id\": \"EUR\",\n                \"translated_currency\": \"EUR\"\n            },\n            {\n                \"name\": \"British Pound\",\n                \"id\": \"GBP\",\n                \"translated_currency\": \"GBP\"\n            },\n            {\n                \"name\": \"Hong Kong Dollar\",\n                \"id\": \"HKD\",\n                \"translated_currency\": \"HKD\"\n            },\n            {\n                \"name\": \"Jordanian Dinar\",\n                \"id\": \"JOD\",\n                \"translated_currency\": \"JOD\"\n            },\n            {\n                \"name\": \"Kuwaiti Dinar\",\n                \"id\": \"KWD\",\n                \"translated_currency\": \"KWD\"\n            },\n            {\n                \"name\": \"Lebanese Pound\",\n                \"id\": \"LBP\",\n                \"translated_currency\": \"LBP\"\n            },\n            {\n                \"name\": \"Malaysian Ringgit\",\n                \"id\": \"MYR\",\n                \"translated_currency\": \"MYR\"\n            },\n            {\n                \"name\": \"Omani Rial\",\n                \"id\": \"OMR\",\n                \"translated_currency\": \"OMR\"\n            },\n            {\n                \"name\": \"Qatar Rial\",\n                \"id\": \"QAR\",\n                \"translated_currency\": \"QAR\"\n            },\n            {\n                \"name\": \"Saudi Arabian Riyal\",\n                \"id\": \"SAR\",\n                \"translated_currency\": \"SAR\"\n            },\n            {\n                \"name\": \"Singapore Dollar\",\n                \"id\": \"SGD\",\n                \"translated_currency\": \"SGD\"\n            },\n            {\n                \"name\": \"U.S Dollar\",\n                \"id\": \"USD\",\n                \"translated_currency\": \"USD\"\n            },\n            {\n                \"name\": \"South African Rand\",\n                \"id\": \"ZAR\",\n                \"translated_currency\": \"ZAR\"\n            }\n        ]\n    }\n}"}],"_postman_id":"60d647cc-f32d-4319-b56b-a0bebe613be4"},{"name":"Filters","id":"682d4259-9e6e-4de8-9b05-b84fd103b95b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{jwt-token}}"}},"method":"GET","header":[],"url":{"raw":"https://configdvsvr.etenvbiz.com/api_ets/v1/filters?platform=ios&language=en","protocol":"https","host":["configdvsvr","etenvbiz","com"],"path":["api_ets","v1","filters"],"query":[{"key":"platform","value":"ios","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Mobile Operating System] <br/>\nAllowed Values: [andriod|ios]"},{"key":"language","value":"en","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Languages Supported] <br/>\nDefault Value: [en(English)]\nAllowed Values: [en(English)|cn(Cantonese)|ar(Arabic)|el(Greek)]"}]},"description":"The information of all the category filters applied in the ENTERTAINER Public API is fetched through this request.\n### API REQUEST FLOW CHART\n<div class=\"docs-desc-body\"><img src='https://i.ibb.co/rczzn1Y/Filters.png'></div> <br/>"},"response":[{"id":"b122a1d6-cca2-4d97-8193-5fde6e75fadf","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://configdvsvr.etenvbiz.com/api_ets/v1/filters?platform=ios&language=en","protocol":"https","host":["configdvsvr","etenvbiz","com"],"path":["api_ets","v1","filters"],"query":[{"key":"platform","value":"ios","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Mobile Operating System] <br/>\nAllowed Values: [andriod|ios]"},{"key":"language","value":"en","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Languages Supported] <br/>\nDefault Value: [en(English)]\nAllowed Values: [en(English)|cn(Cantonese)|ar(Arabic)|el(Greek)]"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 27 May 2019 18:46:00 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"3339"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"4dda26079f69ca80-LHE"}],"cookie":[],"responseTime":null,"body":"{\n    \"http_response\": 200,\n    \"message\": \"success\",\n    \"success\": true,\n    \"cmd\": \"/et_rs_prd/p/wl/v1/filters?app_version=1.0&__platform=ios&language=en\",\n    \"code\": 0,\n    \"data\": [\n        {\n            \"filter_sections\": [\n                {\n                    \"section_order_id\": 1,\n                    \"section_name\": \"Type\",\n                    \"collapsible\": false,\n                    \"options\": [\n                        {\n                            \"name\": \"All\",\n                            \"key\": \"All\",\n                            \"uid\": \"0_Body_All\"\n                        },\n                        {\n                            \"name\": \"Beauty, Hair & Nails\",\n                            \"key\": \"Beauty, Hair & Nails\",\n                            \"uid\": \"Body_Beauty, Hair & Nails\"\n                        },\n                        {\n                            \"name\": \"Health & Fitness\",\n                            \"key\": \"Health & Fitness\",\n                            \"uid\": \"Body_Health & Fitness\"\n                        },\n                        {\n                            \"name\": \"Medical & Dental \",\n                            \"key\": \"Medical & Dental\",\n                            \"uid\": \"Body_Medical & Dental\"\n                        },\n                        {\n                            \"name\": \"Men's Grooming\",\n                            \"key\": \"Men's Grooming\",\n                            \"uid\": \"Body_Men's Grooming\"\n                        },\n                        {\n                            \"name\": \"Spas\",\n                            \"key\": \"Spas\",\n                            \"uid\": \"Body_Spas\"\n                        }\n                    ],\n                    \"has_icons\": false,\n                    \"category_id\": 1,\n                    \"selection_type\": 1\n                },\n                {\n                    \"section_order_id\": 2,\n                    \"section_name\": \"Amenities Offered\",\n                    \"collapsible\": false,\n                    \"options\": [\n                        {\n                            \"name\": \"By Appointment Only\",\n                            \"key\": \"by_appointment_only\",\n                            \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/by_appointment_only.png\",\n                            \"uid\": \"Body_by_appointment_only\"\n                        },\n                        {\n                            \"name\": \"Couple Friendly\",\n                            \"key\": \"couples_friendly\",\n                            \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/couples_friendly.png\",\n                            \"uid\": \"Body_couples_friendly\"\n                        },\n                        {\n                            \"name\": \"Indoor Facilities\",\n                            \"key\": \"indoor_facilities\",\n                            \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/indoor_facilities.png\",\n                            \"uid\": \"Body_indoor_facilities\"\n                        },\n                        {\n                            \"name\": \"Outdoor Facilities\",\n                            \"key\": \"outdoor_facilities\",\n                            \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/outdoor_facilities.png\",\n                            \"uid\": \"Body_outdoor_facilities\"\n                        },\n                        {\n                            \"name\": \"Refreshments\",\n                            \"key\": \"refreshments\",\n                            \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/refreshments.png\",\n                            \"uid\": \"Body_refreshments\"\n                        },\n                        {\n                            \"name\": \"Certified\",\n                            \"key\": \"certified\",\n                            \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/certified.png\",\n                            \"uid\": \"Body_certified\"\n                        },\n                        {\n                            \"name\": \"Female only\",\n                            \"key\": \"female_only\",\n                            \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/female_only.png\",\n                            \"uid\": \"Body_female_only\"\n                        },\n                        {\n                            \"name\": \"Parking\",\n                            \"key\": \"parking\",\n                            \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/parking.png\",\n                            \"uid\": \"Body_parking\"\n                        },\n                        {\n                            \"name\": \"Valet Parking\",\n                            \"key\": \"valet_parking\",\n                            \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/valet_parking.png\",\n                            \"uid\": \"Body_valet_parking\"\n                        }\n                    ],\n                    \"has_icons\": false,\n                    \"category_id\": 1,\n                    \"selection_type\": 3\n                }\n            ],\n            \"category_id\": 1,\n            \"category_name\": \"Body\"\n        },\n        {\n            \"filter_sections\": [\n                {\n                    \"section_order_id\": 1,\n                    \"section_name\": \"Type\",\n                    \"collapsible\": false,\n                    \"options\": [\n                        {\n                            \"name\": \"All\",\n                            \"key\": \"All\",\n                            \"uid\": \"0_Kids_All\"\n                        }\n                    ],\n                    \"has_icons\": false,\n                    \"category_id\": 2,\n                    \"selection_type\": 1\n                },\n                {\n                    \"section_order_id\": 2,\n                    \"section_name\": \"Amenities Offered\",\n                    \"collapsible\": false,\n                    \"options\": [\n                        {\n                            \"name\": \"Changing Facilities\",\n                            \"key\": \"changing_facilities\",\n                            \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/changing_facilities.png\",\n                            \"uid\": \"Kids_changing_facilities\"\n                        },\n                        {\n                            \"name\": \"Supervised Play Area\",\n                            \"key\": \"supervised_play_area\",\n                            \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/supervised_play_area.png\",\n                            \"uid\": \"Kids_supervised_play_area\"\n                        }\n                    ],\n                    \"has_icons\": false,\n                    \"category_id\": 2,\n                    \"selection_type\": 3\n                }\n            ],\n            \"category_id\": 2,\n            \"category_name\": \"Kids\"\n        },\n        {\n            \"filter_sections\": [\n                {\n                    \"section_order_id\": 1,\n                    \"section_name\": \"Type\",\n                    \"collapsible\": false,\n                    \"options\": [\n                        {\n                            \"name\": \"All\",\n                            \"key\": \"All\",\n                            \"uid\": \"0_Leisure_All\"\n                        },\n                        {\n                            \"name\": \"Attractions\",\n                            \"key\": \"Attractions\",\n                            \"uid\": \"Leisure_Attractions\"\n                        },\n                        {\n                            \"name\": \"Cinema & Theatre\",\n                            \"key\": \"Cinema & Theatre\",\n                            \"uid\": \"Leisure_Cinema & Theatre\"\n                        },\n                        {\n                            \"name\": \"Creative Arts & Education\",\n                            \"key\": \"Creative Arts & Education\",\n                            \"uid\": \"Leisure_Creative Arts & Education\"\n                        },\n                        {\n                            \"name\": \"Culture & Heritage\",\n                            \"key\": \"Culture & Heritage\",\n                            \"uid\": \"Leisure_Culture & Heritage\"\n                        },\n                        {\n                            \"name\": \"Live Events\",\n                            \"key\": \"Live Events\",\n                            \"uid\": \"Leisure_Live Events\"\n                        },\n                        {\n                            \"name\": \"Sports & Leisure\",\n                            \"key\": \"Sports & Leisure\",\n                            \"uid\": \"Leisure_Sports & Leisure\"\n                        }\n                    ],\n                    \"has_icons\": false,\n                    \"category_id\": 3,\n                    \"selection_type\": 1\n                },\n                {\n                    \"section_order_id\": 2,\n                    \"section_name\": \"Amenities Offered\",\n                    \"collapsible\": false,\n                    \"options\": [\n                        {\n                            \"name\": \"Age Restrictions\",\n                            \"key\": \"age_restrictions\",\n                            \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/age_restrictions.png\",\n                            \"uid\": \"Leisure_age_restrictions\"\n                        },\n                        {\n                            \"name\": \"Height Restrictions\",\n                            \"key\": \"height_restrictions\",\n                            \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/height_restrictions.png\",\n                            \"uid\": \"Leisure_height_restrictions\"\n                        },\n                        {\n                            \"name\": \"Indoor Activities\",\n                            \"key\": \"indoor_activities\",\n                            \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/indoor_activities.png\",\n                            \"uid\": \"Leisure_indoor_activities\"\n                        },\n                        {\n                            \"name\": \"Kids Welcome\",\n                            \"key\": \"kids_welcome\",\n                            \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/kids_welcome.png\",\n                            \"uid\": \"Leisure_kids_welcome\"\n                        },\n                        {\n                            \"name\": \"Outdoor Activities\",\n                            \"key\": \"outdoor_activities\",\n                            \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/outdoor_activities.png\",\n                            \"uid\": \"Leisure_outdoor_activities\"\n                        },\n                        {\n                            \"name\": \"Parking\",\n                            \"key\": \"parking\",\n                            \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/parking.png\",\n                            \"uid\": \"Leisure_parking\"\n                        },\n                        {\n                            \"name\": \"Valet Parking\",\n                            \"key\": \"valet_parking\",\n                            \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/valet_parking.png\",\n                            \"uid\": \"Leisure_valet_parking\"\n                        },\n                        {\n                            \"name\": \"Alcohol\",\n                            \"key\": \"alcohol\",\n                            \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/alcohol.png\",\n                            \"uid\": \"Leisure_alcohol\"\n                        },\n                        {\n                            \"name\": \"Indoor Play Area\",\n                            \"key\": \"indoor_play_area\",\n                            \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/indoor_play_area.png\",\n                            \"uid\": \"Leisure_indoor_play_area\"\n                        },\n                        {\n                            \"name\": \"Live Entertainment\",\n                            \"key\": \"live_entertainment\",\n                            \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/live_entertainment.png\",\n                            \"uid\": \"Leisure_live_entertainment\"\n                        },\n                        {\n                            \"name\": \"Outdoor Cooling\",\n                            \"key\": \"outdoor_cooling\",\n                            \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/outdoor_cooling.png\",\n                            \"uid\": \"Leisure_outdoor_cooling\"\n                        },\n                        {\n                            \"name\": \"Outdoor Play Area\",\n                            \"key\": \"outdoor_play_area\",\n                            \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/outdoor_play_area.png\",\n                            \"uid\": \"Leisure_outdoor_play_area\"\n                        },\n                        {\n                            \"name\": \"Wineries\",\n                            \"key\": \"wineries\",\n                            \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/wineries.png\",\n                            \"uid\": \"Leisure_wineries\"\n                        }\n                    ],\n                    \"has_icons\": false,\n                    \"category_id\": 3,\n                    \"selection_type\": 3\n                }\n            ],\n            \"category_id\": 3,\n            \"category_name\": \"Leisure\"\n        },\n        {\n            \"filter_sections\": [\n                {\n                    \"section_order_id\": 1,\n                    \"section_name\": \"Type\",\n                    \"collapsible\": false,\n                    \"options\": [\n                        {\n                            \"name\": \"All\",\n                            \"key\": \"All\",\n                            \"uid\": \"0_Restaurants and Bars_All\"\n                        },\n                        {\n                            \"name\": \"Cafés\",\n                            \"key\": \"Cafés\",\n                            \"uid\": \"Restaurants and Bars_Cafés\"\n                        },\n                        {\n                            \"name\": \"Casual Dining\",\n                            \"key\": \"Casual Dining\",\n                            \"uid\": \"Restaurants and Bars_Casual Dining\"\n                        },\n                        {\n                            \"name\": \"Fine Dining\",\n                            \"key\": \"Fine Dining\",\n                            \"uid\": \"Restaurants and Bars_Fine Dining\"\n                        },\n                        {\n                            \"name\": \"Informal Dining & Takeaway\",\n                            \"key\": \"Informal Dining & Takeaway\",\n                            \"uid\": \"Restaurants and Bars_Informal Dining & Takeaway\"\n                        },\n                        {\n                            \"name\": \"Pubs, Bars & Clubs\",\n                            \"key\": \"Pubs, Bars & Clubs\",\n                            \"uid\": \"Restaurants and Bars_Pubs, Bars & Clubs\"\n                        }\n                    ],\n                    \"has_icons\": false,\n                    \"category_id\": 4,\n                    \"selection_type\": 1\n                },\n                {\n                    \"section_order_id\": 2,\n                    \"section_name\": \"Cuisine\",\n                    \"collapsible\": false,\n                    \"options\": [\n                        {\n                            \"name\": \"American\",\n                            \"key\": \"American\",\n                            \"uid\": \"Restaurants and Bars_0_American\"\n                        },\n                        {\n                            \"name\": \"Arabic\",\n                            \"key\": \"Arabic\",\n                            \"uid\": \"Restaurants and Bars_1_Arabic\"\n                        },\n                        {\n                            \"name\": \"Chinese\",\n                            \"key\": \"Chinese\",\n                            \"uid\": \"Restaurants and Bars_2_Chinese\"\n                        },\n                        {\n                            \"name\": \"Indian\",\n                            \"key\": \"Indian\",\n                            \"uid\": \"Restaurants and Bars_3_Indian\"\n                        },\n                        {\n                            \"name\": \"Italian\",\n                            \"key\": \"Italian\",\n                            \"uid\": \"Restaurants and Bars_4_Italian\"\n                        },\n                        {\n                            \"name\": \"American\",\n                            \"key\": \"American\",\n                            \"uid\": \"Restaurants and Bars_5_American\"\n                        },\n                        {\n                            \"name\": \"Arabic\",\n                            \"key\": \"Arabic\",\n                            \"uid\": \"Restaurants and Bars_6_Arabic\"\n                        },\n                        {\n                            \"name\": \"Chinese\",\n                            \"key\": \"Chinese\",\n                            \"uid\": \"Restaurants and Bars_7_Chinese\"\n                        },\n                        {\n                            \"name\": \"Indian\",\n                            \"key\": \"Indian\",\n                            \"uid\": \"Restaurants and Bars_8_Indian\"\n                        },\n                        {\n                            \"name\": \"Italian\",\n                            \"key\": \"Italian\",\n                            \"uid\": \"Restaurants and Bars_9_Italian\"\n                        }\n                    ],\n                    \"has_icons\": false,\n                    \"category_id\": 4,\n                    \"selection_type\": 2\n                },\n                {\n                    \"section_order_id\": 3,\n                    \"section_name\": \"Amenities Offered\",\n                    \"collapsible\": false,\n                    \"options\": [\n                        {\n                            \"name\": \"Alcohol\",\n                            \"key\": \"alcohol\",\n                            \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/alcohol.png\",\n                            \"uid\": \"Restaurants and Bars_alcohol\"\n                        },\n                        {\n                            \"name\": \"Buffet\",\n                            \"key\": \"buffet\",\n                            \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/buffet.png\",\n                            \"uid\": \"Restaurants and Bars_buffet\"\n                        },\n                        {\n                            \"name\": \"Halal\",\n                            \"key\": \"halal\",\n                            \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/halal.png\",\n                            \"uid\": \"Restaurants and Bars_halal\"\n                        },\n                        {\n                            \"name\": \"Kids Welcome\",\n                            \"key\": \"kids_welcome\",\n                            \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/kids_welcome.png\",\n                            \"uid\": \"Restaurants and Bars_kids_welcome\"\n                        },\n                        {\n                            \"name\": \"Live Entertainment\",\n                            \"key\": \"live_entertainment\",\n                            \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/live_entertainment.png\",\n                            \"uid\": \"Restaurants and Bars_live_entertainment\"\n                        },\n                        {\n                            \"name\": \"Outdoor Cooling\",\n                            \"key\": \"outdoor_cooling\",\n                            \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/outdoor_cooling.png\",\n                            \"uid\": \"Restaurants and Bars_outdoor_cooling\"\n                        },\n                        {\n                            \"name\": \"Outdoor Heating\",\n                            \"key\": \"outdoor_heating\",\n                            \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/outdoor_heating.png\",\n                            \"uid\": \"Restaurants and Bars_outdoor_heating\"\n                        },\n                        {\n                            \"name\": \"Outdoor Seating\",\n                            \"key\": \"outdoor_seating\",\n                            \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/outdoor_seating.png\",\n                            \"uid\": \"Restaurants and Bars_outdoor_seating\"\n                        },\n                        {\n                            \"name\": \"Parking\",\n                            \"key\": \"parking\",\n                            \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/parking.png\",\n                            \"uid\": \"Restaurants and Bars_parking\"\n                        },\n                        {\n                            \"name\": \"Pets Allowed\",\n                            \"key\": \"pets_allowed\",\n                            \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/pets_allowed.png\",\n                            \"uid\": \"Restaurants and Bars_pets_allowed\"\n                        },\n                        {\n                            \"name\": \"Pork Products\",\n                            \"key\": \"pork_products\",\n                            \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/pork_products.png\",\n                            \"uid\": \"Restaurants and Bars_pork_products\"\n                        },\n                        {\n                            \"name\": \"Smoking - Indoor\",\n                            \"key\": \"smoking_indoor\",\n                            \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/smoking_indoor.png\",\n                            \"uid\": \"Restaurants and Bars_smoking_indoor\"\n                        },\n                        {\n                            \"name\": \"Smoking - Shisha\",\n                            \"key\": \"smoking_shisha\",\n                            \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/smoking_shisha.png\",\n                            \"uid\": \"Restaurants and Bars_smoking_shisha\"\n                        },\n                        {\n                            \"name\": \"Sports Screens\",\n                            \"key\": \"sports_screens\",\n                            \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/sports_screens.png\",\n                            \"uid\": \"Restaurants and Bars_sports_screens\"\n                        },\n                        {\n                            \"name\": \"Supervised Play Area\",\n                            \"key\": \"supervised_play_area\",\n                            \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/supervised_play_area.png\",\n                            \"uid\": \"Restaurants and Bars_supervised_play_area\"\n                        },\n                        {\n                            \"name\": \"Takeaway\",\n                            \"key\": \"takeaway\",\n                            \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/takeaway.png\",\n                            \"uid\": \"Restaurants and Bars_takeaway\"\n                        },\n                        {\n                            \"name\": \"Valet Parking\",\n                            \"key\": \"valet_parking\",\n                            \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/valet_parking.png\",\n                            \"uid\": \"Restaurants and Bars_valet_parking\"\n                        },\n                        {\n                            \"name\": \"Wheelchair Accessible\",\n                            \"key\": \"wheelchair_accessible\",\n                            \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/wheelchair_accessible.png\",\n                            \"uid\": \"Restaurants and Bars_wheelchair_accessible\"\n                        },\n                        {\n                            \"name\": \"Wi-Fi\",\n                            \"key\": \"wi_fi\",\n                            \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/wi_fi.png\",\n                            \"uid\": \"Restaurants and Bars_wi_fi\"\n                        },\n                        {\n                            \"name\": \"Wineries\",\n                            \"key\": \"wineries\",\n                            \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/wineries.png\",\n                            \"uid\": \"Restaurants and Bars_wineries\"\n                        },\n                        {\n                            \"name\": \"Rooftop Bars\",\n                            \"key\": \"rooftop_bars\",\n                            \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/rooftop_bars.png\",\n                            \"uid\": \"Restaurants and Bars_rooftop_bars\"\n                        }\n                    ],\n                    \"has_icons\": false,\n                    \"category_id\": 4,\n                    \"selection_type\": 3\n                }\n            ],\n            \"category_id\": 4,\n            \"category_name\": \"Restaurants and Bars\"\n        },\n        {\n            \"filter_sections\": [\n                {\n                    \"section_order_id\": 1,\n                    \"section_name\": \"Type\",\n                    \"collapsible\": false,\n                    \"options\": [\n                        {\n                            \"name\": \"All\",\n                            \"key\": \"All\",\n                            \"uid\": \"0_Services_All\"\n                        },\n                        {\n                            \"name\": \"Auto\",\n                            \"key\": \"Auto\",\n                            \"uid\": \"Services_Auto\"\n                        },\n                        {\n                            \"name\": \"Baby\",\n                            \"key\": \"Baby\",\n                            \"uid\": \"Services_Baby\"\n                        },\n                        {\n                            \"name\": \"Cleaning\",\n                            \"key\": \"Cleaning\",\n                            \"uid\": \"Services_Cleaning\"\n                        },\n                        {\n                            \"name\": \"Courses\",\n                            \"key\": \"Courses\",\n                            \"uid\": \"Services_Courses\"\n                        },\n                        {\n                            \"name\": \"Events\",\n                            \"key\": \"Events\",\n                            \"uid\": \"Services_Events\"\n                        },\n                        {\n                            \"name\": \"Maintenance\",\n                            \"key\": \"Maintenance\",\n                            \"uid\": \"Services_Maintenance\"\n                        },\n                        {\n                            \"name\": \"Office\",\n                            \"key\": \"Office\",\n                            \"uid\": \"Services_Office\"\n                        },\n                        {\n                            \"name\": \"Pets\",\n                            \"key\": \"Pets\",\n                            \"uid\": \"Services_Pets\"\n                        },\n                        {\n                            \"name\": \"Photography\",\n                            \"key\": \"Photography\",\n                            \"uid\": \"Services_Photography\"\n                        },\n                        {\n                            \"name\": \"Tailoring\",\n                            \"key\": \"Tailoring\",\n                            \"uid\": \"Services_Tailoring\"\n                        }\n                    ],\n                    \"has_icons\": false,\n                    \"category_id\": 5,\n                    \"selection_type\": 1\n                },\n                {\n                    \"section_order_id\": 2,\n                    \"section_name\": \"Amenities Offered\",\n                    \"collapsible\": false,\n                    \"options\": [\n                        {\n                            \"name\": \"By Appointment Only\",\n                            \"key\": \"by_appointment_only\",\n                            \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/by_appointment_only.png\",\n                            \"uid\": \"Services_by_appointment_only\"\n                        },\n                        {\n                            \"name\": \"Pick up/Drop off\",\n                            \"key\": \"pick_up_drop_off\",\n                            \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/pick_up_drop_off.png\",\n                            \"uid\": \"Services_pick_up_drop_off\"\n                        }\n                    ],\n                    \"has_icons\": false,\n                    \"category_id\": 5,\n                    \"selection_type\": 3\n                }\n            ],\n            \"category_id\": 5,\n            \"category_name\": \"Services\"\n        },\n        {\n            \"filter_sections\": [\n                {\n                    \"section_order_id\": 1,\n                    \"section_name\": \"Star Rating\",\n                    \"collapsible\": false,\n                    \"options\": [\n                        {\n                            \"name\": \"All\",\n                            \"key\": \"All\",\n                            \"uid\": \"0_Travel_All\"\n                        },\n                        {\n                            \"name\": \"3 Star\",\n                            \"key\": \"3 Star\",\n                            \"uid\": \"Travel_3 Star\"\n                        },\n                        {\n                            \"name\": \"4 Star\",\n                            \"key\": \"4 Star\",\n                            \"uid\": \"Travel_4 Star\"\n                        },\n                        {\n                            \"name\": \"5 Star\",\n                            \"key\": \"5 Star\",\n                            \"uid\": \"Travel_5 Star\"\n                        },\n                        {\n                            \"name\": \"B&B / Lodge\",\n                            \"key\": \"B&B / Lodge\",\n                            \"uid\": \"Travel_B&B / Lodge\"\n                        },\n                        {\n                            \"name\": \"Hotel Apartments\",\n                            \"key\": \"Hotel Apartments\",\n                            \"uid\": \"Travel_Hotel Apartments\"\n                        }\n                    ],\n                    \"has_icons\": false,\n                    \"category_id\": 6,\n                    \"selection_type\": 1\n                },\n                {\n                    \"section_order_id\": 2,\n                    \"section_name\": \"Hotel Type\",\n                    \"collapsible\": false,\n                    \"options\": [\n                        {\n                            \"name\": \"Bed & Breakfast\",\n                            \"key\": \"bed_breakfast\",\n                            \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/bed_breakfast.png\",\n                            \"uid\": \"Travel_bed_breakfast\"\n                        },\n                        {\n                            \"name\": \"Boutique\",\n                            \"key\": \"boutique\",\n                            \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/boutique.png\",\n                            \"uid\": \"Travel_boutique\"\n                        },\n                        {\n                            \"name\": \"City Hotel\",\n                            \"key\": \"city\",\n                            \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/city.png\",\n                            \"uid\": \"Travel_city\"\n                        },\n                        {\n                            \"name\": \"Couples Only\",\n                            \"key\": \"couples_only\",\n                            \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/couples_only.png\",\n                            \"uid\": \"Travel_couples_only\"\n                        },\n                        {\n                            \"name\": \"Family\",\n                            \"key\": \"family\",\n                            \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/family.png\",\n                            \"uid\": \"Travel_family\"\n                        },\n                        {\n                            \"name\": \"Health Spa Resort\",\n                            \"key\": \"health_spa_resort\",\n                            \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/health_spa_resort.png\",\n                            \"uid\": \"Travel_health_spa_resort\"\n                        },\n                        {\n                            \"name\": \"Hotel Apartment\",\n                            \"key\": \"hotel_apartment\",\n                            \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/hotel_apartment.png\",\n                            \"uid\": \"Travel_hotel_apartment\"\n                        },\n                        {\n                            \"name\": \"Lodge - Safari\",\n                            \"key\": \"lodge_safari\",\n                            \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/lodge_safari.png\",\n                            \"uid\": \"Travel_lodge_safari\"\n                        },\n                        {\n                            \"name\": \"Lodge - Ski\",\n                            \"key\": \"lodge_ski\",\n                            \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/lodge_ski.png\",\n                            \"uid\": \"Travel_lodge_ski\"\n                        },\n                        {\n                            \"name\": \"Resort\",\n                            \"key\": \"resort\",\n                            \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/resort.png\",\n                            \"uid\": \"Travel_resort\"\n                        }\n                    ],\n                    \"has_icons\": false,\n                    \"category_id\": 6,\n                    \"selection_type\": 3\n                },\n                {\n                    \"section_order_id\": 3,\n                    \"section_name\": \"Area / Location\",\n                    \"collapsible\": false,\n                    \"options\": [\n                        {\n                            \"name\": \"Beach\",\n                            \"key\": \"beach\",\n                            \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/beach.png\",\n                            \"uid\": \"Travel_beach\"\n                        },\n                        {\n                            \"name\": \"Mountain/Country\",\n                            \"key\": \"mountain_country\",\n                            \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/mountain_country.png\",\n                            \"uid\": \"Travel_mountain_country\"\n                        },\n                        {\n                            \"name\": \"Seaside\",\n                            \"key\": \"seaside\",\n                            \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/seaside.png\",\n                            \"uid\": \"Travel_seaside\"\n                        },\n                        {\n                            \"name\": \"Shopping Mall\",\n                            \"key\": \"shopping_mall\",\n                            \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/shopping_mall.png\",\n                            \"uid\": \"Travel_shopping_mall\"\n                        }\n                    ],\n                    \"has_icons\": false,\n                    \"category_id\": 6,\n                    \"selection_type\": 3\n                },\n                {\n                    \"section_order_id\": 4,\n                    \"section_name\": \"Hotel Facilities\",\n                    \"collapsible\": false,\n                    \"options\": [\n                        {\n                            \"name\": \"24 Hour Reception\",\n                            \"key\": \"x24_hour_reception\",\n                            \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/x24_hour_reception.png\",\n                            \"uid\": \"Travel_x24_hour_reception\"\n                        },\n                        {\n                            \"name\": \"Alcohol\",\n                            \"key\": \"alcohol\",\n                            \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/alcohol.png\",\n                            \"uid\": \"Travel_alcohol\"\n                        },\n                        {\n                            \"name\": \"Beach Club\",\n                            \"key\": \"beach_club\",\n                            \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/beach_club.png\",\n                            \"uid\": \"Travel_beach_club\"\n                        },\n                        {\n                            \"name\": \"Beauty Centre\",\n                            \"key\": \"beauty_centre\",\n                            \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/beauty_centre.png\",\n                            \"uid\": \"Travel_beauty_centre\"\n                        },\n                        {\n                            \"name\": \"Car Park\",\n                            \"key\": \"car_park\",\n                            \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/car_park.png\",\n                            \"uid\": \"Travel_car_park\"\n                        },\n                        {\n                            \"name\": \"Club Lounge\",\n                            \"key\": \"club_lounge\",\n                            \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/club_lounge.png\",\n                            \"uid\": \"Travel_club_lounge\"\n                        },\n                        {\n                            \"name\": \"Concierge\",\n                            \"key\": \"concierge\",\n                            \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/concierge.png\",\n                            \"uid\": \"Travel_concierge\"\n                        },\n                        {\n                            \"name\": \"Day Spa\",\n                            \"key\": \"day_spa\",\n                            \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/day_spa.png\",\n                            \"uid\": \"Travel_day_spa\"\n                        },\n                        {\n                            \"name\": \"Golf\",\n                            \"key\": \"golf\",\n                            \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/golf.png\",\n                            \"uid\": \"Travel_golf\"\n                        },\n                        {\n                            \"name\": \"Gym/Fitness\",\n                            \"key\": \"gym_fitness\",\n                            \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/gym_fitness.png\",\n                            \"uid\": \"Travel_gym_fitness\"\n                        },\n                        {\n                            \"name\": \"Hair Salon\",\n                            \"key\": \"hair_salon\",\n                            \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/hair_salon.png\",\n                            \"uid\": \"Travel_hair_salon\"\n                        },\n                        {\n                            \"name\": \"Health Programmes\",\n                            \"key\": \"health_programmes\",\n                            \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/health_programmes.png\",\n                            \"uid\": \"Travel_health_programmes\"\n                        },\n                        {\n                            \"name\": \"Kids Club\",\n                            \"key\": \"kids_club\",\n                            \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/kids_club.png\",\n                            \"uid\": \"Travel_kids_club\"\n                        },\n                        {\n                            \"name\": \"Night Club\",\n                            \"key\": \"night_club\",\n                            \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/night_club.png\",\n                            \"uid\": \"Travel_night_club\"\n                        },\n                        {\n                            \"name\": \"Prayer Room\",\n                            \"key\": \"prayer_room\",\n                            \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/prayer_room.png\",\n                            \"uid\": \"Travel_prayer_room\"\n                        },\n                        {\n                            \"name\": \"Sports Club\",\n                            \"key\": \"sports_club\",\n                            \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/sports_club.png\",\n                            \"uid\": \"Travel_sports_club\"\n                        },\n                        {\n                            \"name\": \"Swimming Pool\",\n                            \"key\": \"swimming_pool\",\n                            \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/swimming_pool.png\",\n                            \"uid\": \"Travel_swimming_pool\"\n                        },\n                        {\n                            \"name\": \"Valet Parking\",\n                            \"key\": \"valet_parking\",\n                            \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/valet_parking.png\",\n                            \"uid\": \"Travel_valet_parking\"\n                        },\n                        {\n                            \"name\": \"Water Sports\",\n                            \"key\": \"water_sports\",\n                            \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/water_sports.png\",\n                            \"uid\": \"Travel_water_sports\"\n                        },\n                        {\n                            \"name\": \"Wheelchair Accessible\",\n                            \"key\": \"wheelchair_accessible\",\n                            \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/wheelchair_accessible.png\",\n                            \"uid\": \"Travel_wheelchair_accessible\"\n                        },\n                        {\n                            \"name\": \"Wi-Fi\",\n                            \"key\": \"wi_fi\",\n                            \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/wi_fi.png\",\n                            \"uid\": \"Travel_wi_fi\"\n                        }\n                    ],\n                    \"has_icons\": false,\n                    \"category_id\": 6,\n                    \"selection_type\": 3\n                },\n                {\n                    \"section_order_id\": 5,\n                    \"section_name\": \"Hotel Rooms\",\n                    \"collapsible\": false,\n                    \"options\": [\n                        {\n                            \"name\": \"24 Hour Room Service\",\n                            \"key\": \"x24_hour_room_service\",\n                            \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/x24_hour_room_service.png\",\n                            \"uid\": \"Travel_x24_hour_room_service\"\n                        },\n                        {\n                            \"name\": \"Air Conditioning\",\n                            \"key\": \"air_conditioning\",\n                            \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/air_conditioning.png\",\n                            \"uid\": \"Travel_air_conditioning\"\n                        },\n                        {\n                            \"name\": \"Balcony\",\n                            \"key\": \"balcony\",\n                            \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/balcony.png\",\n                            \"uid\": \"Travel_balcony\"\n                        },\n                        {\n                            \"name\": \"Heating\",\n                            \"key\": \"heating\",\n                            \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/heating.png\",\n                            \"uid\": \"Travel_heating\"\n                        },\n                        {\n                            \"name\": \"Inhouse Movies\",\n                            \"key\": \"inhouse_movies\",\n                            \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/inhouse_movies.png\",\n                            \"uid\": \"Travel_inhouse_movies\"\n                        },\n                        {\n                            \"name\": \"In-Room Spa bath\",\n                            \"key\": \"in_room_spa_bath\",\n                            \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/in_room_spa_bath.png\",\n                            \"uid\": \"Travel_in_room_spa_bath\"\n                        },\n                        {\n                            \"name\": \"Kitchen Facilities\",\n                            \"key\": \"kitchen_facilities\",\n                            \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/kitchen_facilities.png\",\n                            \"uid\": \"Travel_kitchen_facilities\"\n                        },\n                        {\n                            \"name\": \"Laundry Service\",\n                            \"key\": \"laundry_service\",\n                            \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/laundry_service.png\",\n                            \"uid\": \"Travel_laundry_service\"\n                        },\n                        {\n                            \"name\": \"Mini Bar\",\n                            \"key\": \"mini_bar\",\n                            \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/mini_bar.png\",\n                            \"uid\": \"Travel_mini_bar\"\n                        },\n                        {\n                            \"name\": \"Plunge Pool\",\n                            \"key\": \"plunge_pool\",\n                            \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/plunge_pool.png\",\n                            \"uid\": \"Travel_plunge_pool\"\n                        },\n                        {\n                            \"name\": \"Safe Deposit Box\",\n                            \"key\": \"safe_deposit_box\",\n                            \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/safe_deposit_box.png\",\n                            \"uid\": \"Travel_safe_deposit_box\"\n                        },\n                        {\n                            \"name\": \"Smoking Rooms\",\n                            \"key\": \"smoking_rooms\",\n                            \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/smoking_rooms.png\",\n                            \"uid\": \"Travel_smoking_rooms\"\n                        },\n                        {\n                            \"name\": \"Sound System\",\n                            \"key\": \"sound_system\",\n                            \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/sound_system.png\",\n                            \"uid\": \"Travel_sound_system\"\n                        },\n                        {\n                            \"name\": \"TV in room\",\n                            \"key\": \"tv_in_room\",\n                            \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/tv_in_room.png\",\n                            \"uid\": \"Travel_tv_in_room\"\n                        },\n                        {\n                            \"name\": \"Villas\",\n                            \"key\": \"villas\",\n                            \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/villas.png\",\n                            \"uid\": \"Travel_villas\"\n                        }\n                    ],\n                    \"has_icons\": false,\n                    \"category_id\": 6,\n                    \"selection_type\": 3\n                }\n            ],\n            \"category_id\": 6,\n            \"category_name\": \"Travel\"\n        },\n        {\n            \"filter_sections\": [\n                {\n                    \"section_order_id\": 1,\n                    \"section_name\": \"Type\",\n                    \"collapsible\": false,\n                    \"options\": [\n                        {\n                            \"name\": \"All\",\n                            \"key\": \"All\",\n                            \"uid\": \"0_Retail_All\"\n                        },\n                        {\n                            \"name\": \"Baby & Child\",\n                            \"key\": \"Baby & Child\",\n                            \"uid\": \"Retail_Baby & Child\"\n                        },\n                        {\n                            \"name\": \"Confectionery\",\n                            \"key\": \"Confectionary\",\n                            \"uid\": \"Retail_Confectionary\"\n                        },\n                        {\n                            \"name\": \"Electronics\",\n                            \"key\": \"Electronics\",\n                            \"uid\": \"Retail_Electronics\"\n                        },\n                        {\n                            \"name\": \"Fashion\",\n                            \"key\": \"Fashion\",\n                            \"uid\": \"Retail_Fashion\"\n                        },\n                        {\n                            \"name\": \"Grocery & Off-Licence\",\n                            \"key\": \"Grocery & Off-Licence\",\n                            \"uid\": \"Retail_Grocery & Off-Licence\"\n                        },\n                        {\n                            \"name\": \"Health & Beauty\",\n                            \"key\": \"Health & Beauty\",\n                            \"uid\": \"Retail_Health & Beauty\"\n                        },\n                        {\n                            \"name\": \"Home & Garden\",\n                            \"key\": \"Home & Garden\",\n                            \"uid\": \"Retail_Home & Garden\"\n                        },\n                        {\n                            \"name\": \"Jewellery\",\n                            \"key\": \"Jewellery\",\n                            \"uid\": \"Retail_Jewellery\"\n                        },\n                        {\n                            \"name\": \"Opticians\",\n                            \"key\": \"Opticians\",\n                            \"uid\": \"Retail_Opticians\"\n                        },\n                        {\n                            \"name\": \"Pets\",\n                            \"key\": \"Pets\",\n                            \"uid\": \"Retail_Pets\"\n                        },\n                        {\n                            \"name\": \"Sporting Goods\",\n                            \"key\": \"Sporting Goods\",\n                            \"uid\": \"Retail_Sporting Goods\"\n                        }\n                    ],\n                    \"has_icons\": false,\n                    \"category_id\": 7,\n                    \"selection_type\": 1\n                }\n            ],\n            \"category_id\": 7,\n            \"category_name\": \"Retail\"\n        }\n    ]\n}"}],"_postman_id":"682d4259-9e6e-4de8-9b05-b84fd103b95b"},{"name":"Malls","id":"81abc844-4a38-4841-8ca4-3559ad4e9c46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{jwt-token}}"}},"method":"GET","header":[],"url":{"raw":"https://outletdvsvr.etenvbiz.com/api_ets/v1/malls/?build_number= 1.0&platform=ios&location_id=0&language=en&category=","protocol":"https","host":["outletdvsvr","etenvbiz","com"],"path":["api_ets","v1","malls",""],"query":[{"key":"build_number","value":" 1.0","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Version of the ENTERTAINER Public API] <br/>\nAllowed Values: \"Build-Number-of-App\""},{"key":"platform","value":"ios","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Mobile Operating System] <br/>\nAllowed Values: [andriod|ios]"},{"key":"location_id","value":"0","description":"Type: [Integer] <br/>\nCondition: [Optional] <br/>\nDetails: [ID of Location to Filter Malls] <br/>\nAllowed Values: \"User's-location-ID\""},{"key":"language","value":"en","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Languages Supported] <br/>\nDefault Value: [en(English)]\nAllowed Values: [en(English)|cn(Cantonese)|ar(Arabic)|el(Greek)]"},{"key":"category","value":"","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Category Type] <br/>\nDefault Value: ['']"}]},"description":"Represents all the malls that are affiliated with the JWT given.\n### API REQUEST FLOW CHART\n<div class=\"docs-desc-body\"><img src='https://i.ibb.co/nrMD2rW/Malls.png'></div> <br/>"},"response":[{"id":"df2ee6cd-a2d5-408d-92a7-5acb384e19c7","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://outletdvsvr.etenvbiz.com/api_ets/v1/malls/?build_number=1.0&platform=ios&location_id=9&language=en","protocol":"https","host":["outletdvsvr","etenvbiz","com"],"path":["api_ets","v1","malls",""],"query":[{"key":"build_number","value":"1.0"},{"key":"platform","value":"ios"},{"key":"location_id","value":"9"},{"key":"language","value":"en"},{"key":"category","value":"","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 27 May 2019 18:48:48 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"380"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"4dda2a44ee1eca80-LHE"}],"cookie":[],"responseTime":null,"body":"{\n    \"http_response\": 200,\n    \"message\": \"success\",\n    \"success\": true,\n    \"cmd\": \"/et_rs_prd/p/wl/v1/malls/?app_version=1.0&build_no=%2017&__platform=ios&location_id=9&language=en\",\n    \"code\": 0,\n    \"data\": {\n        \"malls\": [\n            \"01 Mall\",\n            \"02 Mall\",\n            \"03 Mall\",\n            \"Al Asmakh Mall\",\n            \"Al Khor Mall\",\n            \"Al Meera Jeryan\",\n            \"Al Meera Muraikh\",\n            \"Al Muthanna Complex\",\n            \"Alhazm Mall\",\n            \"B Square Mall\",\n            \"Barwa Village\",\n            \"City Center Doha\",\n            \"Dar Al Salam Mall\",\n            \"Doha Festival City\",\n            \"Ezdan Mall\",\n            \"Gulf Mall\",\n            \"Hyatt Plaza Mall\",\n            \"Lagoona Mall\",\n            \"Landmark Mall\",\n            \"Mall of Qatar\",\n            \"Mirqab Mall\",\n            \"Quality Mall\",\n            \"Tawar Mall\",\n            \"The Gate Mall\",\n            \"The Mall\",\n            \"Villaggio Mall\",\n            \"Wathnan Mall\"\n        ]\n    }\n}"}],"_postman_id":"81abc844-4a38-4841-8ca4-3559ad4e9c46"},{"name":"Neighborhood","id":"f64687c6-1268-4bda-a147-aaa7ec87905b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{jwt-token}}"}},"method":"GET","header":[],"url":{"raw":"https://outletdvsvr.etenvbiz.com/api_ets/v1/neighborhood?build_number= 1.0&platform=ios&location_id=9&language=en","protocol":"https","host":["outletdvsvr","etenvbiz","com"],"path":["api_ets","v1","neighborhood"],"query":[{"key":"build_number","value":" 1.0","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Version of the ENTERTAINER Public API] <br/>\nAllowed Values: \"Build-Number-of-App\""},{"key":"platform","value":"ios","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Mobile Operating System] <br/>\nAllowed Values: [andriod|ios]"},{"key":"location_id","value":"9","description":"Type: [Integer] <br/>\nCondition: [Optional] <br/>\nDetails: [ID of Location to Filter Neighborhood] <br/>\nAllowed Values: \"User's-location-ID\""},{"key":"language","value":"en","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Languages Supported] <br/>\nDefault Value: [en(English)]\nAllowed Values: [en(English)|cn(Cantonese)|ar(Arabic)|el(Greek)]"}]},"description":"Represents all the neighborhoods that are affiliated with the JWT given.\n### API REQUEST FLOW CHART\n<div class=\"docs-desc-body\"><img src='https://i.ibb.co/5xz9Y09/Neighborhood.png'></div> <br/>"},"response":[{"id":"83d7a928-277a-4133-a24b-f8f2fcef5cae","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://outletdvsvr.etenvbiz.com/api_ets/v1/neighborhood?build_number= 1.0&platform=ios&location_id=9&language=en","protocol":"https","host":["outletdvsvr","etenvbiz","com"],"path":["api_ets","v1","neighborhood"],"query":[{"key":"build_number","value":" 1.0"},{"key":"platform","value":"ios"},{"key":"location_id","value":"9"},{"key":"language","value":"en"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 27 May 2019 18:53:34 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"470"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"4dda313b48dcca80-LHE"}],"cookie":[],"responseTime":null,"body":"{\n    \"http_response\": 200,\n    \"message\": \"success\",\n    \"success\": true,\n    \"cmd\": \"/et_rs_prd/p/wl/v1/neighborhood?app_version=1.0&build_no=%2017&__platform=ios&location_id=9&language=en\",\n    \"code\": 0,\n    \"data\": {\n        \"neighborhood\": [\n            \"Abu Hamour\",\n            \"Ain Khalid\",\n            \"Airport Road\",\n            \"Al Aziziyah\",\n            \"Al Gharafa\",\n            \"Al Hilal\",\n            \"Al Jasrah\",\n            \"Al Kheesa\",\n            \"Al Khor\",\n            \"Al Markhiya\",\n            \"Al Nasr\",\n            \"Al Rayyan\",\n            \"Al Sadd\",\n            \"Al Salatah\",\n            \"Al Souq\",\n            \"Al Thumama\",\n            \"Al Waab\",\n            \"Al Wakrah\",\n            \"Bin Omran\",\n            \"C Ring Road\",\n            \"Dafna\",\n            \"Doha\",\n            \"Duhail\",\n            \"Fereej Bin Mahmoud\",\n            \"Jeryan Nejaima\",\n            \"Muaither\",\n            \"Muraikh\",\n            \"Musheireb\",\n            \"Najma\",\n            \"New Salata\",\n            \"Old Airport\",\n            \"Old Airport Road\",\n            \"Old Salata\",\n            \"Ras Abu Aboud\",\n            \"Salwa\",\n            \"Sheung Wan\",\n            \"Souq Waqif\",\n            \"The Pearl Qatar\",\n            \"Umm Ghuwailina\",\n            \"Umm Salal Mohammed\",\n            \"Wadi Al Sail\",\n            \"West Bay\",\n            \"West Bay Lagoon\"\n        ]\n    }\n}"}],"_postman_id":"f64687c6-1268-4bda-a147-aaa7ec87905b"},{"name":"Hotels","id":"911ea174-3041-4e24-8553-0601d5ddedf5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{jwt-token}}"}},"method":"GET","header":[],"url":{"raw":"https://outletdvsvr.etenvbiz.com/api_ets/v1/hotels?build_number= 1.0&platform=ios&location_id=0&language=en&category=","protocol":"https","host":["outletdvsvr","etenvbiz","com"],"path":["api_ets","v1","hotels"],"query":[{"key":"build_number","value":" 1.0","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Version of the ENTERTAINER Public API] <br/>\nAllowed Values: \"Build-Number-of-App\""},{"key":"platform","value":"ios","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Mobile Operating System] <br/>\nAllowed Values: [andriod|ios]"},{"key":"location_id","value":"0","description":"Type: [Integer] <br/>\nCondition: [Optional] <br/>\nDetails: [ID of Location to Filter Hotels] <br/>\nAllowed Values: \"User's-location-ID\""},{"key":"language","value":"en","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Languages Supported] <br/>\nDefault Value: [en(English)]\nAllowed Values: [en(English)|cn(Cantonese)|ar(Arabic)|el(Greek)]"},{"key":"category","value":"","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Category Type] <br/>\nDefault Value: ['']"}]},"description":"Represents all the hotels that are affiliated with the JWT given.\n### API REQUEST FLOW CHART\n<div class=\"docs-desc-body\"><img src='https://i.ibb.co/7bWm2x3/Hotels.png'></div> <br/>"},"response":[{"id":"c3dc3ad2-a88c-473c-9c57-729be82b8552","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://outletdvsvr.etenvbiz.com/api_ets/v1/hotels?build_number= 1.0&platform=ios&location_id=9&language=en","protocol":"https","host":["outletdvsvr","etenvbiz","com"],"path":["api_ets","v1","hotels"],"query":[{"key":"build_number","value":" 1.0","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Version of the ENTERTAINER app] <br/>\nAllowed Values: \"Build-Number-of-App\""},{"key":"platform","value":"ios","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Mobile Operating System] <br/>\nAllowed Values: [andriod|ios]"},{"key":"location_id","value":"9","description":"Type: [Integer] <br/>\nCondition: [Optional] <br/>\nDetails: [ID of Location to Filter Outlets] <br/>\nAllowed Values: \"User's-location-ID\""},{"key":"language","value":"en","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Languages Supported] <br/>\nDefault Value: [en(English)]\nAllowed Values: [en(English)|cn(Cantonese)|ar(Arabic)|el(Greek)]"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 27 May 2019 19:01:31 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"645"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"4dda3ce2aaafca80-LHE"}],"cookie":[],"responseTime":null,"body":"{\n    \"http_response\": 200,\n    \"message\": \"success\",\n    \"success\": true,\n    \"cmd\": \"/et_rs_prd/p/wl/v1/hotels?app_version=1.0&build_no=%2017&__platform=ios&location_id=9&language=en\",\n    \"code\": 0,\n    \"data\": {\n        \"hotels\": [\n            \"Al Jasra Boutique Hotel\",\n            \"Al Jomrok Boutique Hotel\",\n            \"Al Mirqab Boutique Hotel\",\n            \"AlRayyan Hotel Doha\",\n            \"Arumalia Boutique Hotel\",\n            \"Banana Island Resort Doha by Anantara\",\n            \"Best Western Plus Doha\",\n            \"Centro Capital Doha\",\n            \"City Centre Rotana Doha\",\n            \"Concorde Hotel Doha\",\n            \"Crowne Plaza Doha West Bay\",\n            \"Crowne Plaza Doha, The Business Park\",\n            \"Doha Downtown Hotel Apartments\",\n            \"Doha Marriott Hotel\",\n            \"DoubleTree by Hilton Hotel Doha Old Town\",\n            \"Ezdan Hotel\",\n            \"Four Seasons Hotel Doha\",\n            \"Grand Hyatt Doha\",\n            \"Grand Qatar Palace Hotel\",\n            \"Hilton Doha\",\n            \"Hotel Park\",\n            \"InterContinental Doha\",\n            \"InterContinental Doha The City\",\n            \"Marriott Marquis City Center Doha Hotel\",\n            \"Mercure Grand Hotel Doha\",\n            \"Millennium Plaza Doha\",\n            \"Mondrian Doha\",\n            \"Mövenpick Hotel Doha\",\n            \"Mövenpick Hotel West Bay Doha\",\n            \"Oryx Rotana Doha\",\n            \"Radisson Blu Hotel Doha\",\n            \"Saraya Corniche Hotel\",\n            \"Shangri-La Hotel, Doha\",\n            \"Sharq Village & Spa, A Ritz-Carlton Hotel\",\n            \"Sheraton Doha Resort & Convention Hotel\",\n            \"The Curve Hotel by Ezdan\",\n            \"The Ritz-Carlton, Doha\",\n            \"The St. Regis Doha\",\n            \"The Westin Doha Hotel & Spa\",\n            \"W Doha Hotel & Residences\",\n            \"Warwick Doha Hotel\"\n        ]\n    }\n}"}],"_postman_id":"911ea174-3041-4e24-8553-0601d5ddedf5"},{"name":"Location Categories","id":"767af8bc-a9bc-49b9-9836-0375c2921613","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{jwt-token}}"}},"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://configdvsvr.etenvbiz.com/api_ets/v1/location/categories?build_number=1.0&platform=ios&location_id=0&language=en","protocol":"https","host":["configdvsvr","etenvbiz","com"],"path":["api_ets","v1","location","categories"],"query":[{"key":"build_number","value":"1.0","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Version of the ENTERTAINER Public API] <br/>\nAllowed Values: \"Build-Number-of-App\""},{"key":"platform","value":"ios","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Mobile Operating System] <br/>\nAllowed Values: [andriod|ios]"},{"key":"location_id","value":"0","description":"Type: [Integer] <br/>\nCondition: [Optional] <br/>\nDetails: [ID of Location to Filter Location Categories] <br/>\nAllowed Values: \"User's-location-ID\""},{"key":"language","value":"en","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Languages Supported] <br/>\nDefault Value: [en(English)]\nAllowed Values: [en(English)|cn(Cantonese)|ar(Arabic)|el(Greek)]"}]},"description":"Represents all the location categories against the JWT given.\n### API REQUEST FLOW CHART\n<div class=\"docs-desc-body\"><img src='https://i.ibb.co/w7PF0xp/Location-Categories.png'></div> <br/>"},"response":[{"id":"546024f2-5170-4a27-a0dc-aebaa9af7585","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://configdvsvr.etenvbiz.com/api_ets/v1/location/categories?","protocol":"https","host":["configdvsvr","etenvbiz","com"],"path":["api_ets","v1","location","categories"],"query":[{"key":"build_number","value":" 17","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Version of the ENTERTAINER app] <br/>\nAllowed Values: \"Build-Number-of-App\"","disabled":true},{"key":"platform","value":"ios","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Mobile Operating System] <br/>\nAllowed Values: [andriod|ios]","disabled":true},{"key":"location_id","value":"9","description":"Type: [Integer] <br/>\nCondition: [Optional] <br/>\nDetails: [ID of Location to Filter Outlets] <br/>\nAllowed Values: \"User's-location-ID\"","disabled":true},{"key":"language","value":"en","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Languages Supported] <br/>\nDefault Value: [en(English)]\nAllowed Values: [en(English)|cn(Cantonese)|ar(Arabic)|el(Greek)]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 28 May 2019 13:23:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"769"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"4de08a824ec6c9de-ISB"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"location_categories\": [\n            {\n                \"display_name\": \"FOOD & BEVERAGES\",\n                \"analytics_category_name\": \"FD\",\n                \"api_name\": \"Restaurants and Bars\",\n                \"featured_merchant_icon_url\": \"https://s3.amazonaws.com/entertainer-app-assets/categories/ribbons/cat_ribbon_food.png\",\n                \"tile_id\": 1,\n                \"is_free\": false,\n                \"map_pin_url\": \"https://s3.amazonaws.com/entertainer-app-assets/categories/pins/cat_pin_food@2x.png\",\n                \"map_pin_invalid_url\": \"https://s3.amazonaws.com/entertainer-app-assets/categories/pins/cat_pin_invalid_food@2x.png\",\n                \"title_color\": \"f99f1c\",\n                \"category_id\": 4,\n                \"category_color\": \"4f98d1\",\n                \"banner_image\": \"\",\n                \"image\": \"https://s3.amazonaws.com/app-home-tiles/category-icons/vdf_icons/vdf_foodNBeverages.png\"\n            },\n            {\n                \"display_name\": \"BEAUTY & FITNESS\",\n                \"analytics_category_name\": \"BF\",\n                \"api_name\": \"Body\",\n                \"featured_merchant_icon_url\": \"https://s3.amazonaws.com/entertainer-app-assets/categories/ribbons/cat_ribbon_body.png\",\n                \"tile_id\": 1,\n                \"is_free\": false,\n                \"map_pin_url\": \"https://s3.amazonaws.com/entertainer-app-assets/categories/pins/cat_pin_body@2x.png\",\n                \"map_pin_invalid_url\": \"https://s3.amazonaws.com/entertainer-app-assets/categories/pins/cat_pin_invalid_body@2x.png\",\n                \"title_color\": \"f99f1c\",\n                \"category_id\": 1,\n                \"category_color\": \"c6328a\",\n                \"banner_image\": \"\",\n                \"image\": \"https://s3.amazonaws.com/app-home-tiles/category-icons/vdf_icons/vdf_beautyNFitness.png\"\n            },\n            {\n                \"display_name\": \"ATTRACTIONS & LEISURE\",\n                \"analytics_category_name\": \"AL\",\n                \"api_name\": \"Leisure\",\n                \"featured_merchant_icon_url\": \"https://s3.amazonaws.com/entertainer-app-assets/categories/ribbons/cat_ribbon_leisure.png\",\n                \"tile_id\": 1,\n                \"is_free\": false,\n                \"map_pin_url\": \"https://s3.amazonaws.com/entertainer-app-assets/categories/pins/cat_pin_leisure@2x.png\",\n                \"map_pin_invalid_url\": \"https://s3.amazonaws.com/entertainer-app-assets/categories/pins/cat_pin_invalid_leisure@2x.png\",\n                \"title_color\": \"f99f1c\",\n                \"category_id\": 3,\n                \"category_color\": \"89c767\",\n                \"banner_image\": \"\",\n                \"image\": \"https://s3.amazonaws.com/app-home-tiles/category-icons/vdf_icons/vdf_attractions.png\"\n            },\n            {\n                \"display_name\": \"FASHION & RETAIL\",\n                \"analytics_category_name\": \"FR\",\n                \"api_name\": \"Retail\",\n                \"featured_merchant_icon_url\": \"https://s3.amazonaws.com/entertainer-app-assets/categories/ribbons/cat_ribbon_retail.png\",\n                \"tile_id\": 1,\n                \"is_free\": false,\n                \"map_pin_url\": \"https://s3.amazonaws.com/entertainer-app-assets/categories/pins/cat_pin_retail@2x.png\",\n                \"map_pin_invalid_url\": \"https://s3.amazonaws.com/entertainer-app-assets/categories/pins/cat_pin_invalid_retail@2x.png\",\n                \"title_color\": \"f99f1c\",\n                \"category_id\": 7,\n                \"category_color\": \"A662CC\",\n                \"banner_image\": \"\",\n                \"image\": \"https://s3.amazonaws.com/app-home-tiles/category-icons/vdf_icons/vdf_fashion.png\"\n            },\n            {\n                \"display_name\": \"EVERYDAY SERVICES\",\n                \"analytics_category_name\": \"ES\",\n                \"api_name\": \"Services\",\n                \"featured_merchant_icon_url\": \"https://s3.amazonaws.com/entertainer-app-assets/categories/ribbons/cat_ribbon_services.png\",\n                \"tile_id\": 1,\n                \"is_free\": false,\n                \"map_pin_url\": \"https://s3.amazonaws.com/entertainer-app-assets/categories/pins/cat_pin_services@2x.png\",\n                \"map_pin_invalid_url\": \"https://s3.amazonaws.com/entertainer-app-assets/categories/pins/cat_pin_invalid_services@2x.png\",\n                \"title_color\": \"f99f1c\",\n                \"category_id\": 5,\n                \"category_color\": \"20909a\",\n                \"banner_image\": \"\",\n                \"image\": \"https://s3.amazonaws.com/app-home-tiles/category-icons/vdf_icons/vdf_everyday.png\"\n            },\n            {\n                \"display_name\": \"TRAVEL\",\n                \"analytics_category_name\": \"HW\",\n                \"api_name\": \"Travel\",\n                \"featured_merchant_icon_url\": \"https://s3.amazonaws.com/entertainer-app-assets/categories/ribbons/cat_ribbon_travel.png\",\n                \"tile_id\": 1,\n                \"is_free\": false,\n                \"map_pin_url\": \"https://s3.amazonaws.com/entertainer-app-assets/categories/pins/cat_pin_travel@2x.png\",\n                \"map_pin_invalid_url\": \"https://s3.amazonaws.com/entertainer-app-assets/categories/pins/cat_pin_invalid_travel@2x.png\",\n                \"title_color\": \"f99f1c\",\n                \"category_id\": 6,\n                \"category_color\": \"b1975c\",\n                \"banner_image\": \"\",\n                \"image\": \"https://s3.amazonaws.com/app-home-tiles/category-icons/vdf_icons/vdf_travel.png\"\n            }\n        ]\n    },\n    \"http_response\": 200,\n    \"success\": true,\n    \"cmd\": \"/et_rs_prd/p/wl/v1/location/categories?app_version=1.0&build_no=%2017&__platform=ios&location_id=9&language=en\",\n    \"message\": \"success\",\n    \"code\": 0\n}"}],"_postman_id":"767af8bc-a9bc-49b9-9836-0375c2921613"},{"name":"App Tabs","id":"929e6005-47a4-4e7c-9983-a38b0d1db27f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{jwt-token}}"}},"method":"GET","header":[],"url":{"raw":"https://configdvsvr.etenvbiz.com/api_ets/v1/app/tabs?category=Restaurants and Bars&location_id=9&language=en","protocol":"https","host":["configdvsvr","etenvbiz","com"],"path":["api_ets","v1","app","tabs"],"query":[{"key":"category","value":"Restaurants and Bars","description":"Type: [String]\nCondition: [Optional]\nDetails: [Different Categories of App Tabs]\nAllowed Values: [Body|Leisure|Restaurants and Bars|Retail|Services|Travel]"},{"key":"location_id","value":"9","description":"Type: [Integer]\nCondition: [Optional]\nDetails: [ID of Location to Filter Outlets]\nAllowed Values: \"User's-location-ID\""},{"key":"language","value":"en","description":"Type: [String]\nCondition: [Optional]\nDetails: [Languages Supported]\nDefault Value: [en(English)]\nAllowed Values: [en(English)|cn(Cantonese)|ar(Arabic)|el(Greek)]"}]},"description":"Represents the application tabs, their sorting order and offers specific to those tabs.\n### API REQUEST FLOW CHART\n<div class=\"docs-desc-body\"><img src='https://i.ibb.co/GdbyxgL/App-Tabs.png'></div> <br/>"},"response":[{"id":"106020d4-0eb4-4825-b885-4a3750d4533d","name":"App Tabs","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://configdvsvr.etenvbiz.com/api_ets/v1/app/tabs?category=Restaurants and Bars&location_id=9&language=en","protocol":"https","host":["configdvsvr","etenvbiz","com"],"path":["api_ets","v1","app","tabs"],"query":[{"key":"category","value":"Restaurants and Bars","description":"Type: [String]\nCondition: [Optional]\nDetails: [Different Categories of App Tabs]\nAllowed Values: [Body|Leisure|Restaurants and Bars|Retail|Services|Travel]"},{"key":"location_id","value":"9","description":"Type: [Integer]\nCondition: [Optional]\nDetails: [ID of Location to Filter Outlets]\nAllowed Values: \"User's-location-ID\""},{"key":"language","value":"en","description":"Type: [String]\nCondition: [Optional]\nDetails: [Languages Supported]\nDefault Value: [en(English)]\nAllowed Values: [en(English)|cn(Cantonese)|ar(Arabic)|el(Greek)]"}]}},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"929e6005-47a4-4e7c-9983-a38b0d1db27f"}],"id":"68bed95c-91ae-4e15-8c2f-55f34c50c2fb","_postman_id":"68bed95c-91ae-4e15-8c2f-55f34c50c2fb"},{"name":"Outlets","item":[{"name":"Outlets","id":"2044df99-620e-4e2e-9313-edf764167bbc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{jwt-token}}"}},"method":"GET","header":[],"url":{"raw":"https://outletdvsvr.etenvbiz.com/api_ets/v1/outlets?platform=ios&build_number=1.0&location_id=0&device_key={{device-key}}&device_model=iPhone%206S&category=Restaurants%20and%20Bars&currency=AED&language=en&filters_selected_for_yes=buffet&cuisine_filter=chinese&redeemability=redeemable_reusable&sub_category_filter=Fine Dining&show_new_offers=true&offset=0&sort=default&first_sort_by_redeemability=0&lat=74.3587&lng=31.5204&radius=0&query=default&query_type=name|area|address&filter_by_type=1&neighborhood=default&mall=default&hotel=default&limit=60&billing_country=dubai&outlet_id=23&is_more_sa=false&os_version=12.0&is_cheers=false&user_include_cheers=false&is_delivery=false&fuzzy=false&is_company_specific=false&show_monthly_offers=false&show_only_core_product_offers=false&filter_selected_for_no=[All]","protocol":"https","host":["outletdvsvr","etenvbiz","com"],"path":["api_ets","v1","outlets"],"query":[{"key":"platform","value":"ios","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Mobile Operating System] <br/>\nAllowed Values: [andriod|ios]"},{"key":"build_number","value":"1.0","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Version of the ENTERTAINER Public API] <br/>\nAllowed Values: \"Build-Number-of-App\""},{"key":"location_id","value":"0","description":"Type: [Integer] <br/>\nCondition: [Optional] <br/>\nDetails: [ID of Location to Filter Outlets] <br/>\nAllowed Values: \"Outlet's-Location-ID\""},{"key":"device_key","value":"{{device-key}}","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [The key of device using the app] <br/>\nAllowed Values: \"Your-Device-Key\""},{"key":"device_model","value":"iPhone%206S","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Model of the device using the app] <br/>\nAllowed Values: \"Your-Device-Model\""},{"key":"category","value":"Restaurants%20and%20Bars","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Name category to filter outlets by] <br/>\nDefault Value: [All] <br/>\nAllowed Values: [Body|Leisure|Restaurants and Bars|Retail|Services|Travel]"},{"key":"currency","value":"AED","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [User's Currency] <br/>\nDefault Value: [USD] <br/>\nAllowed Values: \"Your-Currency\""},{"key":"language","value":"en","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Languages Supported] <br/>\nDefault Value: [en(English)]\nAllowed Values: [en(English)|cn(Cantonese)|ar(Arabic)|el(Greek)]"},{"key":"filters_selected_for_yes","value":"buffet","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Amenities to filter Outlets by] <br/>\nDefault Value: [All] <br/>\nAllowed Values: \"Your-Searched-Amenities\""},{"key":"cuisine_filter","value":"chinese","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Cuisine to filter Outlets by] <br/>\nDefault Value: [All] <br/>\nAllowed Values: \"Your-Searched-Cuisine\""},{"key":"redeemability","value":"redeemable_reusable","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Filter by Offer redeemability] <br/>\nDefault Value: [redeemable_reusable] <br/>\nAllowed Values: [all|not_redeemable|redeemed|redeemable|reusable|redeemable_reusable]"},{"key":"sub_category_filter","value":"Fine Dining","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Sub category to filter outlets by]"},{"key":"show_new_offers","value":"true","description":"Type: [Boolean] <br/>\nCondition: [Optional] <br/>\nDetails: [Show new offers] <br/>\nDefault Value: [false] <br/>\nInputs: [true|false]"},{"key":"offset","value":"0","description":"Type: [Integer] <br/>\nCondition: [Optional] <br/>\nDetails: [Default Starting value to limit response] <br/>\nDefault Value: [0]\nAllowed Values: \"0-To-9-And-Above\""},{"key":"sort","value":"default","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Sort outlets either alphabetically 'alpha' or by 'default']<br/>\nDefault Value: [default] <br/>\nAllowed Values: \"Your-Alphabetical-Sort-Search\""},{"key":"first_sort_by_redeemability","value":"0","description":"Type: [Boolean] <br/>\nCondition: [Optional] <br/>\nDetails: [Always sort Outlets by Offer redeemability before applying other sorting] <br/>\nDefault Value: [0] <br/>\nAllowed Values: [0|1]"},{"key":"lat","value":"74.3587","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Latitude to filter offers around]<br/>\nAllowed Values: \"Your-Location's-Latitude\""},{"key":"lng","value":"31.5204","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Longitude to filter offers around]<br/>\nAllowed Values: \"Your-Location's-Longitude\""},{"key":"radius","value":"0","description":"Type: [Integer] <br/>\nCondition: [Optional] <br/>\nDetails: [Search radius in meters] <br/>\nDefault Value: [0] <br/>\nAllowed Values: \"Your-Desired-Radius\""},{"key":"query","value":"default","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Returns only outlets whose merchants match the query] <br/>\nAllowed Values: \"Your-Query\""},{"key":"query_type","value":"name|area|address","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: ['name' of merchant or 'area' or 'address'] <br/>\nAllowed Values: =[name|area|adderess]"},{"key":"filter_by_type","value":"1","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Show Offers of the selected type only] <br/>\nAllowed Values: [0|1|2|3|4|5]"},{"key":"neighborhood","value":"default","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Filter Outlets by this neighborhood] <br/>\nAllowed Values: \"Your-Neighborhood-Search\""},{"key":"mall","value":"default","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Filter Outlets by this mall] <br/>\nAllowed Values: \"Your-Mall-Search\""},{"key":"hotel","value":"default","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Filter Outlets by this hotel] <br/>\nAllowed Values: \"Your-Hotel-Search\""},{"key":"limit","value":"60","description":"Type: [Integer] <br/>\nCondition: [Optional] <br/>\nDetails: [Limit Value] <br/>\nDefault Value: [60]\nAllowed Values: \"0-To-9-And-Above\""},{"key":"billing_country","value":"dubai","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Filter by country] <br/>\nAllowed Values: \"Given-Country\""},{"key":"outlet_id","value":"23","description":"Type: [Integer] <br/>\nCondition: [Optional] <br/>\nDetails: [Filter by ID of specific Outlet] <br/>\nDefault Value: [0]\nAllowed Values: \"Given-Outlet-ID\""},{"key":"is_more_sa","value":"false","description":"Type: [Boolean] <br/>\nCondition: [Optional] <br/>\nDetails: [Filter Outlets by is more sa] <br/>\nDefault Value: [false]\nInputs: [true|false]"},{"key":"os_version","value":"12.0","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Operating system version of your device] <br/>\nAllowed Values: \"Your-OS-Version\""},{"key":"is_cheers","value":"false","description":"Type: [Boolean] <br/>\nCondition: [Optional] <br/>\nDetails: [Filter Outlets by cheers] <br/>\nDefault Value: [false] <br/>\nInputs: [true|false]"},{"key":"user_include_cheers","value":"false","description":"Type: [Boolean] <br/>\nCondition: [Optional] <br/>\nDetails: [Include Cheers offers in the search] <br/>\nInputs: [true|false]"},{"key":"is_delivery","value":"false","description":"Type: [Boolean] <br/>\nCondition: [Optional] <br/>\nDetails: [Filter Outlet by whether the product is deliverable] <br/>\nDefault Value: [false] <br/>\nInputs: [true|false]\n"},{"key":"fuzzy","value":"false","description":"Type: [Boolean] <br/>\nCondition: [Optional] <br/>\nDetails: [It is purely for testing for dev purpose - apps will not pass any value for this param] <br/>\nDefault Value: [false] <br/>\nInputs: [true|false]"},{"key":"is_company_specific","value":"false","description":"Type: [Boolean] <br/>\nCondition: [Optional] <br/>\nDetails: [Filter outlets using the company specific parameter] <br/>\nDefault Value: [false] <br/>\nInputs: [true|false]"},{"key":"show_monthly_offers","value":"false","description":"Type: [Boolean] <br/>\nCondition: [Optional] <br/>\nDetails: [Show monthly offers] <br/>\nDefault Value: [false] <br/>\nInputs: [true|false]"},{"key":"show_only_core_product_offers","value":"false","description":"Type: [Boolean] <br/>\nCondition: [Optional] <br/>\nDetails: [Show only the core product offers] <br/>\nDefault Value: [false] <br/>\nInputs: [true|false]"},{"key":"filter_selected_for_no","value":"[All]","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Amenities to filter Outlets by] <br/>\nDefault Value: [All] <br/>\nAllowed Values: \"Your-Searched-Amenities\""}]},"description":"Represents the application tabs of all outlets, their orders and offers specific to those tabs.\n### API REQUEST FLOW CHART\n<div class=\"docs-desc-body\"><img src='https://i.ibb.co/5xS94vX/Outlets.png'></div> <br/>"},"response":[{"id":"877cde26-8707-472c-bb8a-af76890e350c","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://outletdvsvr.etenvbiz.com/api_ets/v1/outlets?platform=ios&build_number=1.0&location_id=9&device_key={{device-key}}&device_model=iPhone%206S&category=Restaurants%20and%20Bars&currency=AED&language=en&filters_selected_for_yes=buffet","protocol":"https","host":["outletdvsvr","etenvbiz","com"],"path":["api_ets","v1","outlets"],"query":[{"key":"platform","value":"ios","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Mobile Operating System] <br/>\nAllowed Values: [andriod|ios]"},{"key":"build_number","value":"1.0","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Version of the ENTERTAINER app] <br/>\nAllowed Values: \"Build-Number-of-App\""},{"key":"location_id","value":"9","description":"Type: [Integer] <br/>\nCondition: [Optional] <br/>\nDetails: [ID of Location to Filter Outlets] <br/>\nAllowed Values: \"Outlet's-Location-ID\""},{"key":"device_key","value":"{{device-key}}","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [The key of device using the app] <br/>\nAllowed Values: \"Your-Device-Key\""},{"key":"device_model","value":"iPhone%206S","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Model of the device using the app] <br/>\nAllowed Values: \"Your-Device-Model\""},{"key":"category","value":"Restaurants%20and%20Bars","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Name category to filter outlets by] <br/>\nDefault Value: [All] <br/>\nAllowed Values: [Body|Leisure|Restaurants and Bars|Retail|Services|Travel]"},{"key":"currency","value":"AED","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [User's Currency] <br/>\nDefault Value: [USD] <br/>\nAllowed Values: \"Your-Currency\""},{"key":"language","value":"en","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Languages Supported] <br/>\nDefault Value: [en(English)]\nAllowed Values: [en(English)|cn(Cantonese)|ar(Arabic)|el(Greek)]"},{"key":"filters_selected_for_yes","value":"buffet","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Amenities to filter Outlets by] <br/>\nDefault Value: [All] <br/>\nAllowed Values: \"Your-Searched-Amenities\""},{"key":"cuisine_filter","value":"chinese","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Cuisine to filter Outlets by] <br/>\nDefault Value: [All] <br/>\nAllowed Values: \"Your-Searched-Cuisine\"","disabled":true},{"key":"redeemability","value":"redeemable_reusable","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Filter by Offer redeemability] <br/>\nDefault Value: [redeemable_reusable] <br/>\nAllowed Values: [all|not_redeemable|redeemed|redeemable|reusable|redeemable_reusable]","disabled":true},{"key":"sub_category_filter","value":"Fine Dining","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Sub category to filter outlets by]","disabled":true},{"key":"show_new_offers","value":"true","description":"Type: [Boolean] <br/>\nCondition: [Optional] <br/>\nDetails: [Show new offers] <br/>\nDefault Value: [false] <br/>\nInputs: [true|false]","disabled":true},{"key":"offset","value":"0","description":"Type: [Integer] <br/>\nCondition: [Optional] <br/>\nDetails: [Default Starting value to limit response] <br/>\nDefault Value: [0]\nAllowed Values: \"0-To-9-And-Above\"","disabled":true},{"key":"outlet_limit","value":"60","description":"Type: [Integer] <br/>\nCondition: [Optional] <br/>\nDetails: [Limit Value of Outlet] <br/>\nDefault Value: [60]\nAllowed Values: \"0-To-9-And-Above\"","disabled":true},{"key":"sort","value":"default","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Sort outlets either alphabetically 'alpha' or by 'default']<br/>\nDefault Value: [default] <br/>\nAllowed Values: \"Your-Alphabetical-Sort-Search\"","disabled":true},{"key":"first_sort_by_redeemability","value":"0","description":"Type: [Boolean] <br/>\nCondition: [Optional] <br/>\nDetails: [Always sort Outlets by Offer redeemability before applying other sorting] <br/>\nDefault Value: [0] <br/>\nAllowed Values: [0|1]","disabled":true},{"key":"lat","value":"74.3587","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Latitude to filter offers around]<br/>\nAllowed Values: \"Your-Location's-Latitude\"","disabled":true},{"key":"lng","value":"31.5204","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Longitude to filter offers around]<br/>\nAllowed Values: \"Your-Location's-Longitude\"","disabled":true},{"key":"radius","value":"0","description":"Type: [Integer] <br/>\nCondition: [Optional] <br/>\nDetails: [Search radius in meters] <br/>\nDefault Value: [0] <br/>\nAllowed Values: \"Your-Desired-Radius\"","disabled":true},{"key":"query","value":"default","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Returns only outlets whose merchants match the query] <br/>\nAllowed Values: \"Your-Query\"","disabled":true},{"key":"query_type","value":"name|area|address","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: ['name' of merchant or 'area' or 'address'] <br/>\nAllowed Values: =[name|area|adderess]","disabled":true},{"key":"filter_by_type","value":"1","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Show Offers of the selected type only] <br/>\nAllowed Values: [0|1|2|3|4|5]","disabled":true},{"key":"neighborhood","value":"default","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Filter Outlets by this neighborhood] <br/>\nAllowed Values: \"Your-Neighborhood-Search\"","disabled":true},{"key":"mall","value":"default","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Filter Outlets by this mall] <br/>\nAllowed Values: \"Your-Mall-Search\"","disabled":true},{"key":"hotel","value":"default","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Filter Outlets by this hotel] <br/>\nAllowed Values: \"Your-Hotel-Search\"","disabled":true},{"key":"limit","value":"60","description":"Type: [Integer] <br/>\nCondition: [Optional] <br/>\nDetails: [Limit Value] <br/>\nDefault Value: [60]\nAllowed Values: \"0-To-9-And-Above\"","disabled":true},{"key":"billing_country","value":"dubai","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Filter by country] <br/>\nAllowed Values: \"Given-Country\"","disabled":true},{"key":"outlet_id","value":"23","description":"Type: [Integer] <br/>\nCondition: [Optional] <br/>\nDetails: [Filter by ID of specific Outlet] <br/>\nDefault Value: [0]\nAllowed Values: \"Given-Outlet-ID\"","disabled":true},{"key":"is_more_sa","value":"false","description":"Type: [Boolean] <br/>\nCondition: [Optional] <br/>\nDetails: [Filter Outlets by is more sa] <br/>\nDefault Value: [false]\nInputs: [true|false]","disabled":true},{"key":"os_version","value":"12.0","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Operating system version of your device] <br/>\nAllowed Values: \"Your-OS-Version\"","disabled":true},{"key":"is_cheers","value":"false","description":"Type: [Boolean] <br/>\nCondition: [Optional] <br/>\nDetails: [Filter Outlets by cheers] <br/>\nDefault Value: [false] <br/>\nInputs: [true|false]","disabled":true},{"key":"user_include_cheers","value":"false","description":"Type: [Boolean] <br/>\nCondition: [Optional] <br/>\nDetails: [Include Cheers offers in the search] <br/>\nInputs: [true|false]","disabled":true},{"key":"is_delivery","value":"false","description":"Type: [Boolean] <br/>\nCondition: [Optional] <br/>\nDetails: [Filter Outlet by whether the product is deliverable] <br/>\nDefault Value: [false] <br/>\nInputs: [true|false]\n","disabled":true},{"key":"fuzzy","value":"false","description":"Type: [Boolean] <br/>\nCondition: [Optional] <br/>\nDetails: [It is purely for testing for dev purpose - apps will not pass any value for this param] <br/>\nDefault Value: [false] <br/>\nInputs: [true|false]","disabled":true},{"key":"is_company_specific","value":"false","description":"Type: [Boolean] <br/>\nCondition: [Optional] <br/>\nDetails: [Filter outlets using the company specific parameter] <br/>\nDefault Value: [false] <br/>\nInputs: [true|false]","disabled":true},{"key":"show_monthly_offers","value":"false","description":"Type: [Boolean] <br/>\nCondition: [Optional] <br/>\nDetails: [Show monthly offers] <br/>\nDefault Value: [false] <br/>\nInputs: [true|false]","disabled":true},{"key":"show_only_core_product_offers","value":"false","description":"Type: [Boolean] <br/>\nCondition: [Optional] <br/>\nDetails: [Show only the core product offers] <br/>\nDefault Value: [false] <br/>\nInputs: [true|false]","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 26 Jun 2019 11:29:22 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"8070"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"4eced7a42b4fca80-LHE"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\",\n    \"data\": {\n        \"tabs\": [\n            {\n                \"uid\": \"all_offers\",\n                \"name\": \"Vodafone ENTERTAINER Offers\",\n                \"section_type\": 1,\n                \"params\": {\n                    \"redeemability\": \"redeemable_reusable\"\n                },\n                \"order\": 1\n            },\n            {\n                \"uid\": \"monthly\",\n                \"name\": \"MONTHLY\",\n                \"section_type\": 4,\n                \"params\": {\n                    \"redeemability\": \"reusable\",\n                    \"filter_by_type\": \"2\"\n                },\n                \"order\": 2\n            }\n        ],\n        \"is_fuzzy_server_down\": false,\n        \"search_results\": [],\n        \"limit\": \"60\",\n        \"featured_merchants\": [],\n        \"is_fuzzy_search_results\": false,\n        \"outlets\": [\n            {\n                \"hotel\": \"Saraya Corniche Hotel\",\n                \"lat\": 25.290104,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Al Souq\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"International\"\n                    },\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Café\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Saraya Corniche Hotel\",\n                \"tripadvisor_id\": \"0\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"180 degree\",\n                \"locked_image_url\": \"\",\n                \"id\": 59882,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": null,\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/180-degree-x23869679/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"180 Degree\",\n                    \"name\": \"180 Degree\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Cafés\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/180-degree-x23869679/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/180-degree-x23869679/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 35203,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/180-degree-x23869679/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"International\",\n                        \"Café\"\n                    ]\n                },\n                \"lng\": 51.542633,\n                \"human_location\": \"Lobby Level\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O23874519\",\n                \"sub_categories\": [\n                    \"Cafés\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 5077 7355\"\n            },\n            {\n                \"hotel\": null,\n                \"lat\": 25.336735,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Duhail\",\n                \"mall\": \"Tawar Mall\",\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Ice Cream\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Tawar Mall\",\n                \"tripadvisor_id\": \"0\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"300 ice cream\",\n                \"locked_image_url\": \"\",\n                \"id\": 55122,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"ibary@modern.qa\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/300-ice-cream-x23860922/merchant_primary_logo_%28retina%29_-_merchant.jpg\",\n                    \"name_for_outlet\": \"300 Ice Cream\",\n                    \"name\": \"300 Ice Cream\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Informal Dining & Takeaway\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/300-ice-cream-x23860922/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/300-ice-cream-x23860922/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 32003,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/300-ice-cream-x23860922/merchant_primary_logo_%28non-retina%29_-_merchant.jpg\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Ice Cream\"\n                    ]\n                },\n                \"lng\": 51.480995,\n                \"human_location\": \"2nd Level\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O23868107\",\n                \"sub_categories\": [\n                    \"Informal Dining & Takeaway\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 7006 0509\"\n            },\n            {\n                \"hotel\": null,\n                \"lat\": 25.280373,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Al Sadd\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"American\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Al Sadd\",\n                \"tripadvisor_id\": \"0\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"41dws qatar\",\n                \"locked_image_url\": \"\",\n                \"id\": 35419,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"info@41dws.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/41dws-qatar-x23126860/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"41DWS Qatar\",\n                    \"name\": \"41DWS Qatar\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Informal Dining & Takeaway\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/41dws-qatar-x23126860/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/41dws-qatar-x23126860/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 21223,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/41dws-qatar-x23126860/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"American\"\n                    ]\n                },\n                \"lng\": 51.50753,\n                \"human_location\": \"Al Shoumoukh Tower, Ground Level Lobby, Bin Mahmoud, C- Ring Road\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O23204029\",\n                \"sub_categories\": [\n                    \"Informal Dining & Takeaway\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4444 7464\"\n            },\n            {\n                \"hotel\": null,\n                \"lat\": 25.224663,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Industrial Area\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Indian\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Industrial Area\",\n                \"tripadvisor_id\": \"12183064\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"7st by mumbai spices\",\n                \"locked_image_url\": \"\",\n                \"id\": 61261,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"7stmumbaispices@gmail.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/7st-by-mumbai-spices-x23870449/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"7st By Mumbai Spices\",\n                    \"name\": \"7st By Mumbai Spices\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Casual Dining\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/7st-by-mumbai-spices-x23870449/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/7st-by-mumbai-spices-x23870449/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 35980,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/7st-by-mumbai-spices-x23870449/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Indian\"\n                    ]\n                },\n                \"lng\": 51.507137,\n                \"human_location\": \"Barwa Commercial Avenue, Near F Ring Road, Main Industrial Area Road\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O23875963\",\n                \"sub_categories\": [\n                    \"Casual Dining\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4487 7795\"\n            },\n            {\n                \"hotel\": \"\",\n                \"lat\": 22.284794,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Sheung Wan\",\n                \"mall\": \"\",\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"International\"\n                    },\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Fusion\"\n                    },\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Western\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Sheung Wan\",\n                \"tripadvisor_id\": \"10719370\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"a side / b side\",\n                \"locked_image_url\": \"\",\n                \"id\": 62531,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/a-side-/-b-side-x23868062/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"A Side / B Side\",\n                    \"name\": \"A Side / B Side\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Cafés\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/a-side-/-b-side-x23868062/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/a-side-/-b-side-x23868062/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 36563,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/a-side-/-b-side-x23868062/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"International\",\n                        \"Fusion\",\n                        \"Western\"\n                    ]\n                },\n                \"lng\": 114.148445,\n                \"human_location\": \"53 Sai Street\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O23873385\",\n                \"sub_categories\": [\n                    \"Cafés\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+852 2857 5055\"\n            },\n            {\n                \"hotel\": null,\n                \"lat\": 25.272997,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Al Nasr\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Arabic\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Al Nasr\",\n                \"tripadvisor_id\": \"0\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"al bait al kuwaiti\",\n                \"locked_image_url\": \"\",\n                \"id\": 63230,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": null,\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/al-bait-al-kuwaiti-x23871353/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Al Bait Al Kuwaiti\",\n                    \"name\": \"Al Bait Al Kuwaiti\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Casual Dining\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/al-bait-al-kuwaiti-x23871353/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/al-bait-al-kuwaiti-x23871353/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 37055,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/al-bait-al-kuwaiti-x23871353/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Arabic\"\n                    ]\n                },\n                \"lng\": 51.493912,\n                \"human_location\": \"Al Mirqab Al Jadeed Street, Next To Family Food Centre\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O23877784\",\n                \"sub_categories\": [\n                    \"Casual Dining\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 5013 5858\"\n            },\n            {\n                \"hotel\": null,\n                \"lat\": 25.16361,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Al Wakrah\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Arabic\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Al Wakrah\",\n                \"tripadvisor_id\": \"0\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"al bait al kuwaiti\",\n                \"locked_image_url\": \"\",\n                \"id\": 63231,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": null,\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/al-bait-al-kuwaiti-x23871353/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Al Bait Al Kuwaiti\",\n                    \"name\": \"Al Bait Al Kuwaiti\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Casual Dining\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/al-bait-al-kuwaiti-x23871353/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/al-bait-al-kuwaiti-x23871353/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 37055,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/al-bait-al-kuwaiti-x23871353/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Arabic\"\n                    ]\n                },\n                \"lng\": 51.597446,\n                \"human_location\": \"Abdul Rahman Bin Jasim Street\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O23877788\",\n                \"sub_categories\": [\n                    \"Casual Dining\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 5022 5959\"\n            },\n            {\n                \"hotel\": null,\n                \"lat\": 25.295223,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Al Rayyan\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Arabic\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Al Rayyan\",\n                \"tripadvisor_id\": \"0\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"al bait al kuwaiti\",\n                \"locked_image_url\": \"\",\n                \"id\": 63234,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": null,\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/al-bait-al-kuwaiti-x23871353/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Al Bait Al Kuwaiti\",\n                    \"name\": \"Al Bait Al Kuwaiti\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Casual Dining\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/al-bait-al-kuwaiti-x23871353/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/al-bait-al-kuwaiti-x23871353/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 37055,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/al-bait-al-kuwaiti-x23871353/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Arabic\"\n                    ]\n                },\n                \"lng\": 51.42075,\n                \"human_location\": \"Al Salam Street\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O23877790\",\n                \"sub_categories\": [\n                    \"Casual Dining\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 5022 5858\"\n            },\n            {\n                \"hotel\": null,\n                \"lat\": 25.288572,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Souq Waqif\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"International\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Souq Waqif\",\n                \"tripadvisor_id\": \"0\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"al enna restaurant\",\n                \"locked_image_url\": \"\",\n                \"id\": 58312,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": null,\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/al-enna-restaurant-x23867932/merchant_primary_logo_%28retina%29_-_merchant.jpg\",\n                    \"name_for_outlet\": \"Al Enna Restaurant\",\n                    \"name\": \"Al Enna Restaurant\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Casual Dining\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/al-enna-restaurant-x23867932/merchant_profile_%22hero%22_image_%28non-retina%29.jpg\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/al-enna-restaurant-x23867932/merchant_profile_%22hero%22_image_%28retina%29.jpg\",\n                    \"id\": 34166,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/al-enna-restaurant-x23867932/merchant_primary_logo_%28non-retina%29_-_merchant.jpg\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"International\"\n                    ]\n                },\n                \"lng\": 51.53056,\n                \"human_location\": \"Falcon Souq\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O23872649\",\n                \"sub_categories\": [\n                    \"Casual Dining\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4417 2218\"\n            },\n            {\n                \"hotel\": null,\n                \"lat\": 25.255106,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Salwa\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Middle Eastern\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Salwa\",\n                \"tripadvisor_id\": \"2176901\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"al huda bakery\",\n                \"locked_image_url\": \"\",\n                \"id\": 8900,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": null,\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/al-huda-bakery--snack-house-x21273471/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Al Huda Bakery\",\n                    \"name\": \"Al Huda Bakery\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Informal Dining & Takeaway\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/al-huda-bakery--snack-house-x21273471/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/al-huda-bakery--snack-house-x21273471/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 4890,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/al-huda-bakery--snack-house-x21273471/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Middle Eastern\"\n                    ]\n                },\n                \"lng\": 51.48259,\n                \"human_location\": \"Al Emadi Building, Salwa Road\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O21378194\",\n                \"sub_categories\": [\n                    \"Informal Dining & Takeaway\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4469 3214\"\n            },\n            {\n                \"hotel\": \"Sharq Village & Spa, A Ritz-Carlton Hotel\",\n                \"lat\": 25.2855,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Ras Abu Aboud\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Arabic\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Al Jalsa - Sharq Village & Spa, A Ritz-Carlton Hotel\",\n                \"tripadvisor_id\": \"0\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"al jalsa\",\n                \"locked_image_url\": \"\",\n                \"id\": 42368,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"dining.sharq@ritzcarlton.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/al-jalsa-x23332629/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Al Jalsa\",\n                    \"name\": \"Al Jalsa\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Cafés\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/al-jalsa-x23332629/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/al-jalsa-x23332629/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 25214,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/al-jalsa-x23332629/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Arabic\"\n                    ]\n                },\n                \"lng\": 51.554642,\n                \"human_location\": \"Ras Abu Aboud Street\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O23438950\",\n                \"sub_categories\": [\n                    \"Cafés\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4425 6666\"\n            },\n            {\n                \"hotel\": \"Amari Doha Hotel\",\n                \"lat\": 25.282831,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Musheireb\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Café\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Amari Doha Hotel\",\n                \"tripadvisor_id\": \"0\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"al jalsa lounge\",\n                \"locked_image_url\": \"\",\n                \"id\": 8901,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": null,\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/al-jasla-lounge-x21395960/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Al Jalsa Lounge\",\n                    \"name\": \"Al Jalsa Lounge\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Cafés\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/al-jasla-lounge-x21395960/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/al-jasla-lounge-x21395960/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 4891,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/al-jasla-lounge-x21395960/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Café\"\n                    ]\n                },\n                \"lng\": 51.523598,\n                \"human_location\": \"Ground Level\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O21410746\",\n                \"sub_categories\": [\n                    \"Cafés\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4433 8825\"\n            },\n            {\n                \"hotel\": \"Wyndham Grand Regency Doha\",\n                \"lat\": 25.291389,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Al Sadd\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Café\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Wyndham Grand Regency Doha\",\n                \"tripadvisor_id\": \"0\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"al kut cafe\",\n                \"locked_image_url\": \"\",\n                \"id\": 54383,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"chcostales@wyndham.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/al-kut-cafe-x23862643/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Al Kut Cafe\",\n                    \"name\": \"Al Kut Cafe\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Cafés\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/al-kut-cafe-x23862643/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/al-kut-cafe-x23862643/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 31565,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/al-kut-cafe-x23862643/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Café\"\n                    ]\n                },\n                \"lng\": 51.497131,\n                \"human_location\": \"Ground level, Jawaan Street, Sports Roundabout\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O23867182\",\n                \"sub_categories\": [\n                    \"Cafés\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4434 3122\"\n            },\n            {\n                \"hotel\": \"Sharq Village & Spa, A Ritz-Carlton Hotel\",\n                \"lat\": 25.2855,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Ras Abu Aboud\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"International\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Al Liwan - Sharq Village & Spa, A Ritz-Carlton Hotel\",\n                \"tripadvisor_id\": \"8814441\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"al liwan\",\n                \"locked_image_url\": \"\",\n                \"id\": 22471,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"dining.sharq@ritzcarlton.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/al-liwan-x22091504/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Al Liwan\",\n                    \"name\": \"Al Liwan\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Fine Dining\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/al-liwan-x22091504/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/al-liwan-x22091504/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 13440,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/al-liwan-x22091504/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"International\"\n                    ]\n                },\n                \"lng\": 51.554642,\n                \"human_location\": \"Ground Level\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O22226853\",\n                \"sub_categories\": [\n                    \"Fine Dining\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4425 6666\"\n            },\n            {\n                \"hotel\": \"Arumalia Boutique Hotel\",\n                \"lat\": 25.285889,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Souq Waqif\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Indian\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Arumalia Boutique Hotel\",\n                \"tripadvisor_id\": \"5522564\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"al matbakh\",\n                \"locked_image_url\": \"\",\n                \"id\": 5414,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"souqwaqif@minor.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/al-matbakh-x037512/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Al Matbakh\",\n                    \"name\": \"Al Matbakh\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Casual Dining\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/al-matbakh-x037512/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/al-matbakh-x037512/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 3040,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/al-matbakh-x037512/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Indian\"\n                    ]\n                },\n                \"lng\": 51.531338,\n                \"human_location\": \"Rooftop\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O046717\",\n                \"sub_categories\": [\n                    \"Casual Dining\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4433 6666\"\n            },\n            {\n                \"hotel\": \"Al Mirqab Boutique Hotel\",\n                \"lat\": 25.285889,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Souq Waqif\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Lebanese\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Al Mirqab Boutique Hotel\",\n                \"tripadvisor_id\": \"7711898\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"al terrace\",\n                \"locked_image_url\": \"\",\n                \"id\": 5415,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"souqwaqif@minor.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/al-terrace-x037519/merchant_primary_logo_%28retina%29_-_merchant.jpg\",\n                    \"name_for_outlet\": \"Al Terrace\",\n                    \"name\": \"Al Terrace\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Casual Dining\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/al-terrace-x037519/merchant_profile_%22hero%22_image_%28non-retina%29.jpg\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/al-terrace-x037519/merchant_profile_%22hero%22_image_%28retina%29.jpg\",\n                    \"id\": 3041,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/al-terrace-x037519/merchant_primary_logo_%28non-retina%29_-_merchant.jpg\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Lebanese\"\n                    ]\n                },\n                \"lng\": 51.531338,\n                \"human_location\": \"Lobby Level\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O046724\",\n                \"sub_categories\": [\n                    \"Casual Dining\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4433 6666\"\n            },\n            {\n                \"hotel\": \"Ezdan Hotel\",\n                \"lat\": 25.318241,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"West Bay\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"International\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Ezdan Hotel\",\n                \"tripadvisor_id\": \"11700389\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"al thouraya restaurant\",\n                \"locked_image_url\": \"\",\n                \"id\": 14406,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"restaurant.reservations@ezdanhotels.qa\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/al-thouraya-restaurant-x21639482/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Al Thouraya Restaurant\",\n                    \"name\": \"Al Thouraya Restaurant\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Casual Dining\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/al-thouraya-restaurant-x21639482/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/al-thouraya-restaurant-x21639482/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 8259,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/al-thouraya-restaurant-x21639482/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"International\"\n                    ]\n                },\n                \"lng\": 51.52037,\n                \"human_location\": \"The Atrium Zone, 4th Level\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O21705403\",\n                \"sub_categories\": [\n                    \"Casual Dining\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4496 9459\"\n            },\n            {\n                \"hotel\": null,\n                \"lat\": 25.365664,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"The Pearl Qatar\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"International\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"The Pearl Qatar\",\n                \"tripadvisor_id\": \"7591153\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"alison nelson chocolate bar\",\n                \"locked_image_url\": \"\",\n                \"id\": 8902,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"chocolatebar@hdc-global.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/alison-nelson-chocolate-bar-x21134517/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Alison Nelson Chocolate Bar\",\n                    \"name\": \"Alison Nelson Chocolate Bar\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Cafés\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/alison-nelson-chocolate-bar-x21134517/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/alison-nelson-chocolate-bar-x21134517/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 4892,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/alison-nelson-chocolate-bar-x21134517/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"International\"\n                    ]\n                },\n                \"lng\": 51.541,\n                \"human_location\": \"1 La Croisette, Porto Arabia\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O21270738\",\n                \"sub_categories\": [\n                    \"Cafés\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4409 5236\"\n            },\n            {\n                \"hotel\": null,\n                \"lat\": 25.327164,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Al Rayyan\",\n                \"mall\": \"Mall of Qatar\",\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"International\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Mall of Qatar\",\n                \"tripadvisor_id\": \"0\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"alison nelson chocolate bar\",\n                \"locked_image_url\": \"\",\n                \"id\": 33018,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"chocolatebar@hdc-global.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/alison-nelson-chocolate-bar-x21134517/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Alison Nelson Chocolate Bar\",\n                    \"name\": \"Alison Nelson Chocolate Bar\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Cafés\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/alison-nelson-chocolate-bar-x21134517/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/alison-nelson-chocolate-bar-x21134517/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 4892,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/alison-nelson-chocolate-bar-x21134517/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"International\"\n                    ]\n                },\n                \"lng\": 51.349789,\n                \"human_location\": \"Ground Level\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O23098070\",\n                \"sub_categories\": [\n                    \"Cafés\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4409 5236\"\n            },\n            {\n                \"hotel\": null,\n                \"lat\": 25.386349,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Umm Salal Mohammed\",\n                \"mall\": \"Doha Festival City\",\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"International\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Doha Festival City\",\n                \"tripadvisor_id\": \"0\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"alison nelson chocolate bar\",\n                \"locked_image_url\": \"\",\n                \"id\": 57331,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"chocolatebar@hdc-global.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/alison-nelson-chocolate-bar-x21134517/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Alison Nelson Chocolate Bar\",\n                    \"name\": \"Alison Nelson Chocolate Bar\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Cafés\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/alison-nelson-chocolate-bar-x21134517/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/alison-nelson-chocolate-bar-x21134517/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 4892,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/alison-nelson-chocolate-bar-x21134517/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"International\"\n                    ]\n                },\n                \"lng\": 51.441082,\n                \"human_location\": \"Near Food Court\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O23871033\",\n                \"sub_categories\": [\n                    \"Cafés\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4462 2503\"\n            },\n            {\n                \"hotel\": null,\n                \"lat\": 25.250864,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Abu Hamour\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Middle Eastern\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Abu Hamour\",\n                \"tripadvisor_id\": \"0\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"aljory roses kitchen\",\n                \"locked_image_url\": \"\",\n                \"id\": 57947,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": null,\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/aljory-roses-kitchen-x23866335/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Aljory Roses Kitchen\",\n                    \"name\": \"Aljory Roses Kitchen\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Informal Dining & Takeaway\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/aljory-roses-kitchen-x23866335/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/aljory-roses-kitchen-x23866335/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 33934,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/aljory-roses-kitchen-x23866335/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Middle Eastern\"\n                    ]\n                },\n                \"lng\": 51.489449,\n                \"human_location\": \"Bu Hamour Street, Mesaimeer Road, Opposite of Dar Al Salam Mall, Towards Halul Roundabout\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O23871146\",\n                \"sub_categories\": [\n                    \"Informal Dining & Takeaway\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 6641 6890\"\n            },\n            {\n                \"hotel\": null,\n                \"lat\": 25.322433,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"West Bay\",\n                \"mall\": \"The Gate Mall\",\n                \"attributes\": [\n                    {\n                        \"type\": \"image\",\n                        \"value\": \"https://s3.amazonaws.com/entertainer-app-assets/icons/badge_monthly.png\"\n                    },\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"French\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"The Gate Mall\",\n                \"tripadvisor_id\": \"7395279\",\n                \"top_offer_type\": 2,\n                \"merchant_name\": \"angelina paris\",\n                \"locked_image_url\": \"\",\n                \"id\": 15427,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 3,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": true,\n                \"product_id\": [\n                    \"6670\",\n                    \"5982\"\n                ],\n                \"email\": \"marketing@tbmhospitality.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/angelina-paris-x21672240/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Angelina Paris\",\n                    \"name\": \"Angelina Paris\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Fine Dining\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/angelina-paris-x21672240/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/angelina-paris-x21672240/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 8866,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/angelina-paris-x21672240/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"French\"\n                    ]\n                },\n                \"lng\": 51.526791,\n                \"human_location\": \"VIP Entrance, Omar Al Mukhtar Street\",\n                \"product_sku\": [\n                    \"D19QTQTMO\",\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O21698479\",\n                \"sub_categories\": [\n                    \"Fine Dining\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4411 8988\"\n            },\n            {\n                \"hotel\": null,\n                \"lat\": 25.37285,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"The Pearl Qatar\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"International\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"The Pearl Qatar\",\n                \"tripadvisor_id\": \"6487776\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"anima lounge\",\n                \"locked_image_url\": \"\",\n                \"id\": 26804,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": null,\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/anima-lounge-x21998767/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Anima Lounge\",\n                    \"name\": \"Anima Lounge\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"International\",\n                    \"digital_section\": \"Casual Dining\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/anima-lounge-x21998767/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/anima-lounge-x21998767/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 16504,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/anima-lounge-x21998767/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"International\"\n                    ]\n                },\n                \"lng\": 51.541283,\n                \"human_location\": \"Parcel 17, 30 La Croisette\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O22415283\",\n                \"sub_categories\": [\n                    \"Casual Dining\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4 029 6726\"\n            },\n            {\n                \"hotel\": null,\n                \"lat\": 25.314692,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": null,\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"image\",\n                        \"value\": \"https://s3.amazonaws.com/entertainer-app-assets/icons/badge_monthly.png\"\n                    },\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Brazilian\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Practise Using Our App\",\n                \"tripadvisor_id\": \"0\",\n                \"top_offer_type\": 2,\n                \"merchant_name\": \"app tutorial\",\n                \"locked_image_url\": \"\",\n                \"id\": 4820,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 3,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": true,\n                \"product_id\": [\n                    \"6670\"\n                ],\n                \"email\": null,\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/app-tutorial-x302366/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"App Tutorial\",\n                    \"name\": \"App Tutorial\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Casual Dining\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/app-tutorial-x302366/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/app-tutorial-x302366/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 2731,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/app-tutorial-x302366/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Brazilian\"\n                    ]\n                },\n                \"lng\": 51.215885,\n                \"human_location\": \"Learn How To Redeem An Offer\",\n                \"product_sku\": [\n                    \"D19QTQTMO\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O306852\",\n                \"sub_categories\": [\n                    \"Casual Dining\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+97144279575\"\n            },\n            {\n                \"hotel\": \"Four Seasons Hotel Doha\",\n                \"lat\": 25.32436,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"West Bay\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"image\",\n                        \"value\": \"https://s3.amazonaws.com/entertainer-app-assets/icons/badge_monthly.png\"\n                    },\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Café\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Four Seasons Hotel Doha\",\n                \"tripadvisor_id\": \"0\",\n                \"top_offer_type\": 2,\n                \"merchant_name\": \"apres spa cafe\",\n                \"locked_image_url\": \"\",\n                \"id\": 34228,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 3,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": true,\n                \"product_id\": [\n                    \"5982\",\n                    \"6670\"\n                ],\n                \"email\": \"dining.doh@fourseasons.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/apres-spa-cafe-x23144925/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Apres Spa Cafe\",\n                    \"name\": \"Apres Spa Cafe\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Cafés\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/apres-spa-cafe-x23144925/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/apres-spa-cafe-x23144925/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 20498,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/apres-spa-cafe-x23144925/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Café\"\n                    ]\n                },\n                \"lng\": 51.539326,\n                \"human_location\": \"1st Level\",\n                \"product_sku\": [\n                    \"D19QTQTCP\",\n                    \"D19QTQTMO\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O23152432\",\n                \"sub_categories\": [\n                    \"Cafés\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4494 8600\"\n            },\n            {\n                \"hotel\": \"Marriott Marquis City Center Doha Hotel\",\n                \"lat\": 25.325266,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"West Bay\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Bar Food\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Marriott Marquis City Center Doha Hotel\",\n                \"tripadvisor_id\": \"2538609\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"aqua lounge\",\n                \"locked_image_url\": \"\",\n                \"id\": 38039,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"mhrs.dohmq.restaurant.reservation@marriotthotels.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/aqua-lounge-x23316652/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Aqua Lounge\",\n                    \"name\": \"Aqua Lounge\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Pubs, Bars & Clubs\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/aqua-lounge-x23316652/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/aqua-lounge-x23316652/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 22615,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/aqua-lounge-x23316652/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Bar Food\"\n                    ]\n                },\n                \"lng\": 51.528099,\n                \"human_location\": \"7th Level, Omar Al Mukhtar Street, Area 61, Al Dafna\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O23329837\",\n                \"sub_categories\": [\n                    \"Pubs, Bars & Clubs\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4419 5000\"\n            },\n            {\n                \"hotel\": null,\n                \"lat\": 25.372992,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"The Pearl Qatar\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Arabic\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"The Pearl Qatar\",\n                \"tripadvisor_id\": \"3936519\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"arabesque\",\n                \"locked_image_url\": \"\",\n                \"id\": 8005,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"marketing@hdc-global.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/arabesque-x21134518/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Arabesque\",\n                    \"name\": \"Arabesque\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Casual Dining\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/arabesque-x21134518/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/arabesque-x21134518/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 4386,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/arabesque-x21134518/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Arabic\"\n                    ]\n                },\n                \"lng\": 51.54269,\n                \"human_location\": \"18 La Croisette, Porto Arabia\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O21270737\",\n                \"sub_categories\": [\n                    \"Casual Dining\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4409 5271\"\n            },\n            {\n                \"hotel\": \"Crowne Plaza Doha, The Business Park\",\n                \"lat\": 25.273054,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Najma\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"International\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Crowne Plaza Doha, The Business Park\",\n                \"tripadvisor_id\": \"3530632\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"aramede\",\n                \"locked_image_url\": \"\",\n                \"id\": 3847,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"aramede.cpdoha@ihg.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/aramede-x122472/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Aramede\",\n                    \"name\": \"Aramede\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/aramede-x122472/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/aramede-x122472/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 2302,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/aramede-x122472/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"International\"\n                    ]\n                },\n                \"lng\": 51.540897,\n                \"human_location\": \"Ground Level, Airport Road\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O141695\",\n                \"sub_categories\": [],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4408 7777\"\n            },\n            {\n                \"hotel\": \"Al Jasra Boutique Hotel\",\n                \"lat\": 25.289057,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Al Jasrah\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Moroccan\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Al Jasra Boutique Hotel\",\n                \"tripadvisor_id\": \"7896464\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"argan\",\n                \"locked_image_url\": \"\",\n                \"id\": 5330,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"souqwaqif@minor.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/argan-x037514/merchant_primary_logo_%28retina%29_-_merchant.jpg\",\n                    \"name_for_outlet\": \"Argan\",\n                    \"name\": \"Argan\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Casual Dining\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/argan-x037514/merchant_profile_%22hero%22_image_%28non-retina%29.jpg\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/argan-x037514/merchant_profile_%22hero%22_image_%28retina%29.jpg\",\n                    \"id\": 2980,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/argan-x037514/merchant_primary_logo_%28non-retina%29_-_merchant.jpg\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Moroccan\"\n                    ]\n                },\n                \"lng\": 51.531147,\n                \"human_location\": \"Ground Level\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O046719\",\n                \"sub_categories\": [\n                    \"Casual Dining\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4433 6666\"\n            },\n            {\n                \"hotel\": \"Crowne Plaza Doha, The Business Park\",\n                \"lat\": 25.273552,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Najma\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Lebanese\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Crowne Plaza Doha, The Business Park\",\n                \"tripadvisor_id\": \"0\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"arguelina\",\n                \"locked_image_url\": \"\",\n                \"id\": 42385,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": null,\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/arguelina-x23426496/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Arguelina\",\n                    \"name\": \"Arguelina\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/arguelina-x23426496/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/arguelina-x23426496/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 25282,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/arguelina-x23426496/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Lebanese\"\n                    ]\n                },\n                \"lng\": 51.541344,\n                \"human_location\": \"Ground Level,  Airport Road\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O23438752\",\n                \"sub_categories\": [],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4408 7777\"\n            },\n            {\n                \"hotel\": null,\n                \"lat\": 25.319326,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"West Bay\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Café\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"West Bay\",\n                \"tripadvisor_id\": \"0\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"attibassi cafe\",\n                \"locked_image_url\": \"\",\n                \"id\": 34310,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"info@attibassi.qa\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/attibassi-cafe-x23134269/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Attibassi Cafe\",\n                    \"name\": \"Attibassi Cafe\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Informal Dining & Takeaway\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/attibassi-cafe-x23134269/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/attibassi-cafe-x23134269/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 20544,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/attibassi-cafe-x23134269/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Café\"\n                    ]\n                },\n                \"lng\": 51.527981,\n                \"human_location\": \"Tornado Tower, Ground Level\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O23158136\",\n                \"sub_categories\": [\n                    \"Informal Dining & Takeaway\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 7077 0458\"\n            },\n            {\n                \"hotel\": null,\n                \"lat\": 25.368282,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"The Pearl Qatar\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Café\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"The Pearl Qatar\",\n                \"tripadvisor_id\": \"0\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"attibassi cafe\",\n                \"locked_image_url\": \"\",\n                \"id\": 34313,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"info@attibassi.qa\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/attibassi-cafe-x23134269/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Attibassi Cafe\",\n                    \"name\": \"Attibassi Cafe\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Informal Dining & Takeaway\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/attibassi-cafe-x23134269/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/attibassi-cafe-x23134269/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 20544,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/attibassi-cafe-x23134269/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Café\"\n                    ]\n                },\n                \"lng\": 51.551178,\n                \"human_location\": \"Qanat Quartier\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O23158138\",\n                \"sub_categories\": [\n                    \"Informal Dining & Takeaway\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 5003 4531\"\n            },\n            {\n                \"hotel\": \"Simaisma, A Murwab Resort\",\n                \"lat\": 25.585285,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Simaisma\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"International\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Simaisma, A Murwab Resort\",\n                \"tripadvisor_id\": \"9563775\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"awtar restaurant\",\n                \"locked_image_url\": \"\",\n                \"id\": 54734,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"inof@simaisma.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/awtar-restaurant-x23862941/merchant_primary_logo_%28retina%29_-_merchant.jpg\",\n                    \"name_for_outlet\": \"Awtar Restaurant\",\n                    \"name\": \"Awtar Restaurant\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Casual Dining\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/awtar-restaurant-x23862941/merchant_profile_%22hero%22_image_%28non-retina%29.jpg\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/awtar-restaurant-x23862941/merchant_profile_%22hero%22_image_%28retina%29.jpg\",\n                    \"id\": 31754,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/awtar-restaurant-x23862941/merchant_primary_logo_%28non-retina%29_-_merchant.jpg\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"International\"\n                    ]\n                },\n                \"lng\": 51.48885,\n                \"human_location\": \"Club House, 2nd Level\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O23867633\",\n                \"sub_categories\": [\n                    \"Casual Dining\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4479 9576\"\n            },\n            {\n                \"hotel\": null,\n                \"lat\": 25.26214,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Muaither\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Thai\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Muaither\",\n                \"tripadvisor_id\": \"6600082\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"baan thai restaurant\",\n                \"locked_image_url\": \"\",\n                \"id\": 50775,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"info@baanthaidoha.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/baan-thai-restaurant-x23857641/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Baan Thai Restaurant\",\n                    \"name\": \"Baan Thai Restaurant\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/baan-thai-restaurant-x23857641/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/baan-thai-restaurant-x23857641/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 29345,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/baan-thai-restaurant-x23857641/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Thai\"\n                    ]\n                },\n                \"lng\": 51.430225,\n                \"human_location\": \"Al Furousiya Street, Opposite of Aspire Park, Near Zoo Signal\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O23862175\",\n                \"sub_categories\": [],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 6659 7666\"\n            },\n            {\n                \"hotel\": \"The Avenue, A Murwab Hotel\",\n                \"lat\": 25.289558,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Al Sadd\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"International\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"The Avenue, A Murwab Hotel\",\n                \"tripadvisor_id\": \"10476956\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"baaya\",\n                \"locked_image_url\": \"\",\n                \"id\": 22481,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"sales@avenuedoha.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/baaya-x22000874/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Baaya\",\n                    \"name\": \"Baaya\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Casual Dining\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/baaya-x22000874/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/baaya-x22000874/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 13446,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/baaya-x22000874/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"International\"\n                    ]\n                },\n                \"lng\": 51.484421,\n                \"human_location\": \"Mezzanine Level\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O22226699\",\n                \"sub_categories\": [\n                    \"Casual Dining\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4042 8222\"\n            },\n            {\n                \"hotel\": \"Saraya Corniche Hotel\",\n                \"lat\": 25.290104,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Al Souq\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Chinese\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Saraya Corniche Hotel\",\n                \"tripadvisor_id\": \"0\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"bamboo asian restaurant\",\n                \"locked_image_url\": \"\",\n                \"id\": 60393,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": null,\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/bamboo-asian-restaurant-x23869772/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Bamboo Asian Restaurant\",\n                    \"name\": \"Bamboo Asian Restaurant\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Casual Dining\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/bamboo-asian-restaurant-x23869772/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/bamboo-asian-restaurant-x23869772/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 35505,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/bamboo-asian-restaurant-x23869772/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Chinese\"\n                    ]\n                },\n                \"lng\": 51.542633,\n                \"human_location\": \"Al Safilya Street, Zone 18, Al Corniche\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O23874930\",\n                \"sub_categories\": [\n                    \"Casual Dining\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4497 3788\"\n            },\n            {\n                \"hotel\": null,\n                \"lat\": 25.270205,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Al Hilal\",\n                \"mall\": \"Al Muthanna Complex\",\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Filipino\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Al Muthanna Complex\",\n                \"tripadvisor_id\": \"14087162\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"barrio fiesta\",\n                \"locked_image_url\": \"\",\n                \"id\": 38137,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": null,\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/barrio-fiesta-x23301263/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Barrio Fiesta\",\n                    \"name\": \"Barrio Fiesta\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Casual Dining\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/barrio-fiesta-x23301263/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/barrio-fiesta-x23301263/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 22666,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/barrio-fiesta-x23301263/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Filipino\"\n                    ]\n                },\n                \"lng\": 51.508602,\n                \"human_location\": \"Salwa Road, Ramada Signal\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O23317086\",\n                \"sub_categories\": [\n                    \"Casual Dining\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4490 4886\"\n            },\n            {\n                \"hotel\": null,\n                \"lat\": 25.260193,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Al Waab\",\n                \"mall\": \"Villaggio Mall\",\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Ice Cream\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Villaggio Mall\",\n                \"tripadvisor_id\": \"10488036\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"baskin robbins - qatar\",\n                \"locked_image_url\": \"\",\n                \"id\": 5530,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"feedback@galadariicecream.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Baskin Robbins - Qatar\",\n                    \"name\": \"Baskin Robbins - Qatar\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 3092,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Ice Cream\"\n                    ]\n                },\n                \"lng\": 51.443073,\n                \"human_location\": \"Ground Level, Near Khalifa Stadium\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O044482\",\n                \"sub_categories\": [],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4450 7970\"\n            },\n            {\n                \"hotel\": null,\n                \"lat\": 25.681953,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Al Khor\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Ice Cream\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Al Khor\",\n                \"tripadvisor_id\": \"7733622\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"baskin robbins - qatar\",\n                \"locked_image_url\": \"\",\n                \"id\": 5531,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"feedback@galadariicecream.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Baskin Robbins - Qatar\",\n                    \"name\": \"Baskin Robbins - Qatar\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 3092,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Ice Cream\"\n                    ]\n                },\n                \"lng\": 51.495808,\n                \"human_location\": \"Near Doha Bank, Zakeera Street\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O044483\",\n                \"sub_categories\": [],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4472 2954\"\n            },\n            {\n                \"hotel\": null,\n                \"lat\": 25.289259,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Al Rayyan\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Ice Cream\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Al Shafi\",\n                \"tripadvisor_id\": \"10488036\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"baskin robbins - qatar\",\n                \"locked_image_url\": \"\",\n                \"id\": 5532,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"feedback@galadariicecream.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Baskin Robbins - Qatar\",\n                    \"name\": \"Baskin Robbins - Qatar\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 3092,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Ice Cream\"\n                    ]\n                },\n                \"lng\": 51.420284,\n                \"human_location\": \"Near Saudi Supermarket, Al Shafi Street\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O044484\",\n                \"sub_categories\": [],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4480 3806\"\n            },\n            {\n                \"hotel\": null,\n                \"lat\": 25.241898,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Al Hilal\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Ice Cream\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Al Hilal\",\n                \"tripadvisor_id\": \"7733622\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"baskin robbins - qatar\",\n                \"locked_image_url\": \"\",\n                \"id\": 5533,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"feedback@galadariicecream.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Baskin Robbins - Qatar\",\n                    \"name\": \"Baskin Robbins - Qatar\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 3092,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Ice Cream\"\n                    ]\n                },\n                \"lng\": 51.544518,\n                \"human_location\": \"Tyseer Petrol Station\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O044485\",\n                \"sub_categories\": [],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4443 5375\"\n            },\n            {\n                \"hotel\": null,\n                \"lat\": 25.282362,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Al Sadd\",\n                \"mall\": \"Al Asmakh Mall\",\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Ice Cream\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Al Asmakh Mall\",\n                \"tripadvisor_id\": \"7733622\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"baskin robbins - qatar\",\n                \"locked_image_url\": \"\",\n                \"id\": 5534,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"feedback@galadariicecream.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Baskin Robbins - Qatar\",\n                    \"name\": \"Baskin Robbins - Qatar\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 3092,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Ice Cream\"\n                    ]\n                },\n                \"lng\": 51.495426,\n                \"human_location\": \"Ground Level, Centrepoint, Jawaan Street\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O044486\",\n                \"sub_categories\": [],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4432 7018\"\n            },\n            {\n                \"hotel\": null,\n                \"lat\": 25.171808,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Al Wakrah\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Ice Cream\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Al Wakrah Jadeed\",\n                \"tripadvisor_id\": \"7733622\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"baskin robbins - qatar\",\n                \"locked_image_url\": \"\",\n                \"id\": 5535,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"feedback@galadariicecream.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Baskin Robbins - Qatar\",\n                    \"name\": \"Baskin Robbins - Qatar\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 3092,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Ice Cream\"\n                    ]\n                },\n                \"lng\": 51.597904,\n                \"human_location\": \"Near McDonald's, Al Wakrah Jadeed\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O044487\",\n                \"sub_categories\": [],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4464 5647\"\n            },\n            {\n                \"hotel\": null,\n                \"lat\": 25.266106,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Muaither\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Ice Cream\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Muaither\",\n                \"tripadvisor_id\": \"7733622\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"baskin robbins - qatar\",\n                \"locked_image_url\": \"\",\n                \"id\": 5536,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"feedback@galadariicecream.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Baskin Robbins - Qatar\",\n                    \"name\": \"Baskin Robbins - Qatar\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 3092,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Ice Cream\"\n                    ]\n                },\n                \"lng\": 51.430317,\n                \"human_location\": \"Near Family Shopping Centre, Furusiya Street\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O044488\",\n                \"sub_categories\": [],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4481 2987\"\n            },\n            {\n                \"hotel\": null,\n                \"lat\": 25.3556,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Al Gharafa\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Ice Cream\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Izghawa\",\n                \"tripadvisor_id\": \"10488036\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"baskin robbins - qatar\",\n                \"locked_image_url\": \"\",\n                \"id\": 5537,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"feedback@galadariicecream.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Baskin Robbins - Qatar\",\n                    \"name\": \"Baskin Robbins - Qatar\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 3092,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Ice Cream\"\n                    ]\n                },\n                \"lng\": 51.438896,\n                \"human_location\": \"Izghawa, Opposite Al Meera Cooperative, Zekreet Street\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O044489\",\n                \"sub_categories\": [],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4479 3776\"\n            },\n            {\n                \"hotel\": null,\n                \"lat\": 25.394339,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Khartiyat\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Ice Cream\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Khartiyat\",\n                \"tripadvisor_id\": \"7733622\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"baskin robbins - qatar\",\n                \"locked_image_url\": \"\",\n                \"id\": 5538,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"feedback@galadariicecream.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Baskin Robbins - Qatar\",\n                    \"name\": \"Baskin Robbins - Qatar\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 3092,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Ice Cream\"\n                    ]\n                },\n                \"lng\": 51.428204,\n                \"human_location\": \"Ground Level, Grand Hypermarket\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O044490\",\n                \"sub_categories\": [],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4478 2324\"\n            },\n            {\n                \"hotel\": null,\n                \"lat\": 25.257175,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Al Maamoura\",\n                \"mall\": \"Parco Mall\",\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Ice Cream\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Parco Mall\",\n                \"tripadvisor_id\": \"12326521\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"baskin robbins - qatar\",\n                \"locked_image_url\": \"\",\n                \"id\": 5539,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"feedback@galadariicecream.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Baskin Robbins - Qatar\",\n                    \"name\": \"Baskin Robbins - Qatar\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 3092,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Ice Cream\"\n                    ]\n                },\n                \"lng\": 51.49704,\n                \"human_location\": \"Formerly Mamoura Mall, Haloul Street\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O044491\",\n                \"sub_categories\": [],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4469 7189\"\n            },\n            {\n                \"hotel\": null,\n                \"lat\": 25.27396,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Muaither\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Ice Cream\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Muaither II\",\n                \"tripadvisor_id\": \"7733622\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"baskin robbins - qatar\",\n                \"locked_image_url\": \"\",\n                \"id\": 5540,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"feedback@galadariicecream.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Baskin Robbins - Qatar\",\n                    \"name\": \"Baskin Robbins - Qatar\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 3092,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Ice Cream\"\n                    ]\n                },\n                \"lng\": 51.407684,\n                \"human_location\": \"Opposite Qatar Big Mart, Muaither North\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O044492\",\n                \"sub_categories\": [],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4481 7893\"\n            },\n            {\n                \"hotel\": null,\n                \"lat\": 25.252613,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Al Aziziyah\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Ice Cream\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Al Aziziyah\",\n                \"tripadvisor_id\": \"7733622\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"baskin robbins - qatar\",\n                \"locked_image_url\": \"\",\n                \"id\": 5541,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"feedback@galadariicecream.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Baskin Robbins - Qatar\",\n                    \"name\": \"Baskin Robbins - Qatar\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 3092,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Ice Cream\"\n                    ]\n                },\n                \"lng\": 51.450954,\n                \"human_location\": \"Al Aziziyah Street\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O044493\",\n                \"sub_categories\": [],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4451 7843\"\n            },\n            {\n                \"hotel\": null,\n                \"lat\": 25.268597,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Muaither\",\n                \"mall\": \"Wathnan Mall\",\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Ice Cream\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Wathnan Mall\",\n                \"tripadvisor_id\": \"7733622\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"baskin robbins - qatar\",\n                \"locked_image_url\": \"\",\n                \"id\": 5542,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"feedback@galadariicecream.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Baskin Robbins - Qatar\",\n                    \"name\": \"Baskin Robbins - Qatar\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 3092,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Ice Cream\"\n                    ]\n                },\n                \"lng\": 51.423462,\n                \"human_location\": \"Opposite Al Arab Supermarket, Muaither North Street\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O044494\",\n                \"sub_categories\": [],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4415 1299\"\n            },\n            {\n                \"hotel\": null,\n                \"lat\": 25.238693,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Salwa\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Ice Cream\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Salwa\",\n                \"tripadvisor_id\": \"10488036\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"baskin robbins - qatar\",\n                \"locked_image_url\": \"\",\n                \"id\": 5543,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"feedback@galadariicecream.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Baskin Robbins - Qatar\",\n                    \"name\": \"Baskin Robbins - Qatar\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 3092,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Ice Cream\"\n                    ]\n                },\n                \"lng\": 51.49921,\n                \"human_location\": \"Al Mana Petrol Station\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O044495\",\n                \"sub_categories\": [],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4460 4727\"\n            },\n            {\n                \"hotel\": null,\n                \"lat\": 25.238693,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Abu Hamour\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Ice Cream\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Abu Hamour\",\n                \"tripadvisor_id\": \"7733622\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"baskin robbins - qatar\",\n                \"locked_image_url\": \"\",\n                \"id\": 5544,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"feedback@galadariicecream.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Baskin Robbins - Qatar\",\n                    \"name\": \"Baskin Robbins - Qatar\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 3092,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Ice Cream\"\n                    ]\n                },\n                \"lng\": 51.49921,\n                \"human_location\": \"Al Mana Petrol Station\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O044496\",\n                \"sub_categories\": [],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4460 5329\"\n            },\n            {\n                \"hotel\": null,\n                \"lat\": 25.328106,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Al Gharafa\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Ice Cream\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Al Gharafa\",\n                \"tripadvisor_id\": \"10488036\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"baskin robbins - qatar\",\n                \"locked_image_url\": \"\",\n                \"id\": 5545,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"feedback@galadariicecream.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Baskin Robbins - Qatar\",\n                    \"name\": \"Baskin Robbins - Qatar\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 3092,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Ice Cream\"\n                    ]\n                },\n                \"lng\": 51.451508,\n                \"human_location\": \"Al Ittihad Street\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O044497\",\n                \"sub_categories\": [],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4486 5700\"\n            },\n            {\n                \"hotel\": null,\n                \"lat\": 25.255213,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Airport Road\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Ice Cream\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"FFC Airport\",\n                \"tripadvisor_id\": \"10488036\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"baskin robbins - qatar\",\n                \"locked_image_url\": \"\",\n                \"id\": 5546,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"feedback@galadariicecream.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Baskin Robbins - Qatar\",\n                    \"name\": \"Baskin Robbins - Qatar\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 3092,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Ice Cream\"\n                    ]\n                },\n                \"lng\": 51.510349,\n                \"human_location\": \"Family Food Centre, Near Airport Traffic Signal\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O044498\",\n                \"sub_categories\": [],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4462 1843\"\n            },\n            {\n                \"hotel\": null,\n                \"lat\": 25.254564,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Al Muntazah\",\n                \"mall\": \"The Center Mall\",\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Ice Cream\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"The Center Mall\",\n                \"tripadvisor_id\": \"7733622\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"baskin robbins - qatar\",\n                \"locked_image_url\": \"\",\n                \"id\": 5547,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"feedback@galadariicecream.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Baskin Robbins - Qatar\",\n                    \"name\": \"Baskin Robbins - Qatar\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 3092,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Ice Cream\"\n                    ]\n                },\n                \"lng\": 51.479336,\n                \"human_location\": \"Food Court, Salwa Road\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O044499\",\n                \"sub_categories\": [],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 441 32704\"\n            },\n            {\n                \"hotel\": null,\n                \"lat\": 25.256441,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Al Aziziyah\",\n                \"mall\": \"Hyatt Plaza Mall\",\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Ice Cream\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Hyath Plaza Mall\",\n                \"tripadvisor_id\": \"7733622\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"baskin robbins - qatar\",\n                \"locked_image_url\": \"\",\n                \"id\": 5548,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"feedback@galadariicecream.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Baskin Robbins - Qatar\",\n                    \"name\": \"Baskin Robbins - Qatar\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 3092,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Ice Cream\"\n                    ]\n                },\n                \"lng\": 51.439026,\n                \"human_location\": \"Ground Level\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O044500\",\n                \"sub_categories\": [],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4469 7684\"\n            },\n            {\n                \"hotel\": null,\n                \"lat\": 25.281401,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Al Sadd\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Ice Cream\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Royal Plaza\",\n                \"tripadvisor_id\": \"10488036\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"baskin robbins - qatar\",\n                \"locked_image_url\": \"\",\n                \"id\": 5549,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"feedback@galadariicecream.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Baskin Robbins - Qatar\",\n                    \"name\": \"Baskin Robbins - Qatar\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 3092,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Ice Cream\"\n                    ]\n                },\n                \"lng\": 51.500935,\n                \"human_location\": \"Royal Plaza, Al Sadd Street\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O044501\",\n                \"sub_categories\": [],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4432 0174\"\n            },\n            {\n                \"hotel\": null,\n                \"lat\": 25.298006,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Doha\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Ice Cream\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"FNSR\",\n                \"tripadvisor_id\": \"7733622\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"baskin robbins - qatar\",\n                \"locked_image_url\": \"\",\n                \"id\": 5550,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"feedback@galadariicecream.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Baskin Robbins - Qatar\",\n                    \"name\": \"Baskin Robbins - Qatar\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 3092,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Ice Cream\"\n                    ]\n                },\n                \"lng\": 51.443665,\n                \"human_location\": \"Family Food Centre, Fareeq Al Nasar Street\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O044502\",\n                \"sub_categories\": [],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4444 3766\"\n            },\n            {\n                \"hotel\": null,\n                \"lat\": 25.272951,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Al Wakrah\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Ice Cream\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Wakrah Road\",\n                \"tripadvisor_id\": \"7733622\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"baskin robbins - qatar\",\n                \"locked_image_url\": \"\",\n                \"id\": 5551,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"feedback@galadariicecream.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Baskin Robbins - Qatar\",\n                    \"name\": \"Baskin Robbins - Qatar\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 3092,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Ice Cream\"\n                    ]\n                },\n                \"lng\": 51.494225,\n                \"human_location\": \"Family Food Centre, Wakrah Road\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O044503\",\n                \"sub_categories\": [],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4464 2150\"\n            },\n            {\n                \"hotel\": null,\n                \"lat\": 25.282467,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Ras Abu Aboud\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Ice Cream\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Ras Abu Aboud\",\n                \"tripadvisor_id\": \"7733622\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"baskin robbins - qatar\",\n                \"locked_image_url\": \"\",\n                \"id\": 5552,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"feedback@galadariicecream.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Baskin Robbins - Qatar\",\n                    \"name\": \"Baskin Robbins - Qatar\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 3092,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Ice Cream\"\n                    ]\n                },\n                \"lng\": 51.545784,\n                \"human_location\": \"Toy Town Complex, Ras Abu Aboud Street\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O044504\",\n                \"sub_categories\": [],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4443 9867\"\n            }\n        ]\n    },\n    \"cmd\": \"/et_rs_prd/p/wl/v1/outlets?__platform=ios&app_version=1.0&build_no=17&location_id=9&device_key=(device-key)&device_model=iPhone%206S&category=Restaurants%20and%20Bars&currency=AED&language=en\",\n    \"success\": true,\n    \"http_response\": 200,\n    \"code\": 0\n}"}],"_postman_id":"2044df99-620e-4e2e-9313-edf764167bbc"},{"name":"Filter Outlets By Cuisines","id":"f5a0a823-3c5b-4eb1-b78f-b626a3f00687","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{jwt-token}}"}},"method":"GET","header":[],"url":{"raw":"https://outletdvsvr.etenvbiz.com/api_ets/v1/outlets?cuisine_filter=chinese","protocol":"https","host":["outletdvsvr","etenvbiz","com"],"path":["api_ets","v1","outlets"],"query":[{"key":"cuisine_filter","value":"chinese","description":"Type: [String]\nCondition: [Optional]\nDetails: [Cuisine to filter Outlets by]\nDefault Value: [All]\nAllowed Values: \"Your-Searched-Cuisine\""},{"key":"platform","value":"ios","disabled":true},{"key":"build_number","value":"17","disabled":true},{"key":"category","value":"Restaurants%20and%20Bars","disabled":true},{"key":"location_id","value":"9","disabled":true},{"key":"device_key","value":"{{device-key}}","disabled":true},{"key":"device_model","value":"iPhone%208","disabled":true},{"key":"currency","value":"GBP","disabled":true},{"key":"language","value":"en","disabled":true},{"key":"lat","value":"25.087971","disabled":true},{"key":"lng","value":"55.150917","disabled":true},{"key":"include_featured","value":"1","disabled":true},{"key":"offset","value":"0","disabled":true},{"key":"os_version","value":"12.2","disabled":true},{"key":"outlet_limit","value":"60","disabled":true},{"key":"redeemability","value":"redeemable_reusable","disabled":true},{"key":"sort","value":"default","disabled":true},{"key":"sub_category_filter","value":"All","disabled":true},{"key":"user_include_cheers","value":"0","disabled":true}]},"description":"Filters outlets by cuisines. The value of different cuisines are passed by <code>cuisine_filter</code>. The value of <code>cuisine_filter</code> could be retrieved from the request [**/v1/filters**](https://theentertainerme.postman.co/collections/8347366-f3a4ca8b-5af5-4808-8da4-c60be678e7e9?version=latest&workspace=7c43ebf1-e539-41c1-84c1-3d85b32448ac#86f1ac10-d15f-4d9d-a12f-0a87ac794404) like 'Chinese' or 'Arabic' as shown below:\n<div class=\"docs-desc-body\"><img src='https://i.ibb.co/8zYbrpN/outlets-by-cuisines.png'></div>"},"response":[{"id":"a0991669-49c8-4cc6-8195-50dec273799a","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://outletdvsvr.etenvbiz.com/api_ets/v1/outlets?cuisine_filter=chinese&platform=ios&build_number=17&category=Restaurants%20and%20Bars&location_id=9&device_key={{device-key}}&device_model=iPhone%208","protocol":"https","host":["outletdvsvr","etenvbiz","com"],"path":["api_ets","v1","outlets"],"query":[{"key":"cuisine_filter","value":"chinese","description":"Type: [String]\nCondition: [Optional]\nDetails: [Cuisine to filter Outlets by]\nDefault Value: [All]\nAllowed Values: \"Your-Searched-Cuisine\""},{"key":"platform","value":"ios"},{"key":"build_number","value":"17"},{"key":"category","value":"Restaurants%20and%20Bars"},{"key":"location_id","value":"9"},{"key":"device_key","value":"{{device-key}}"},{"key":"device_model","value":"iPhone%208"},{"key":"currency","value":"GBP","disabled":true},{"key":"language","value":"en","disabled":true},{"key":"lat","value":"25.087971","disabled":true},{"key":"lng","value":"55.150917","disabled":true},{"key":"include_featured","value":"1","disabled":true},{"key":"offset","value":"0","disabled":true},{"key":"os_version","value":"12.2","disabled":true},{"key":"outlet_limit","value":"60","disabled":true},{"key":"redeemability","value":"redeemable_reusable","disabled":true},{"key":"sort","value":"default","disabled":true},{"key":"sub_category_filter","value":"All","disabled":true},{"key":"user_include_cheers","value":"0","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 26 Jun 2019 11:36:59 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1654"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"4ecee2dd1fa9ca80-LHE"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\",\n    \"data\": {\n        \"tabs\": [\n            {\n                \"uid\": \"all_offers\",\n                \"name\": \"Vodafone ENTERTAINER Offers\",\n                \"section_type\": 1,\n                \"params\": {\n                    \"redeemability\": \"redeemable_reusable\"\n                },\n                \"order\": 1\n            },\n            {\n                \"uid\": \"monthly\",\n                \"name\": \"MONTHLY\",\n                \"section_type\": 4,\n                \"params\": {\n                    \"redeemability\": \"reusable\",\n                    \"filter_by_type\": \"2\"\n                },\n                \"order\": 2\n            }\n        ],\n        \"is_fuzzy_server_down\": false,\n        \"search_results\": [],\n        \"limit\": \"60\",\n        \"featured_merchants\": [],\n        \"is_fuzzy_search_results\": false,\n        \"outlets\": [\n            {\n                \"hotel\": \"Saraya Corniche Hotel\",\n                \"lat\": 25.290104,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Al Souq\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Chinese\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Saraya Corniche Hotel\",\n                \"tripadvisor_id\": \"0\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"bamboo asian restaurant\",\n                \"locked_image_url\": \"\",\n                \"id\": 60393,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": null,\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/bamboo-asian-restaurant-x23869772/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Bamboo Asian Restaurant\",\n                    \"name\": \"Bamboo Asian Restaurant\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Casual Dining\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/bamboo-asian-restaurant-x23869772/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/bamboo-asian-restaurant-x23869772/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 35505,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/bamboo-asian-restaurant-x23869772/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Chinese\"\n                    ]\n                },\n                \"lng\": 51.542633,\n                \"human_location\": \"Al Safilya Street, Zone 18, Al Corniche\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O23874930\",\n                \"sub_categories\": [\n                    \"Casual Dining\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4497 3788\"\n            },\n            {\n                \"hotel\": \"Radisson Blu Hotel Doha\",\n                \"lat\": 25.272697,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"C Ring Road\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Chinese\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Radisson Blu Hotel Doha\",\n                \"tripadvisor_id\": \"1792469\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"ruby wu's\",\n                \"locked_image_url\": \"\",\n                \"id\": 31063,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"fbreservations.doha@radissonblu.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/ruby-wus-x22992667/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Ruby Wu's\",\n                    \"name\": \"Ruby Wu's\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/ruby-wus-x22992667/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/ruby-wus-x22992667/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 19118,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/ruby-wus-x22992667/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Chinese\"\n                    ]\n                },\n                \"lng\": 51.513378,\n                \"human_location\": \"East Wing, Lower Lobby Level\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O22997402\",\n                \"sub_categories\": [],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4428 1555\"\n            },\n            {\n                \"hotel\": \"Shangri-La Hotel, Doha\",\n                \"lat\": 25.325045,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"West Bay\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Chinese\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Shangri La Hotel, Doha\",\n                \"tripadvisor_id\": \"0\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"shanghai club\",\n                \"locked_image_url\": \"\",\n                \"id\": 48146,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"shanghai.club@shangri-la.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/shanghai-club-x23810642/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Shanghai Club\",\n                    \"name\": \"Shanghai Club\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Pubs, Bars & Clubs\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/shanghai-club-x23810642/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/shanghai-club-x23810642/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 27922,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/shanghai-club-x23810642/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Chinese\"\n                    ]\n                },\n                \"lng\": 51.532646,\n                \"human_location\": \"Level 43rd & 44th Conference Centre Street\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O23840710\",\n                \"sub_categories\": [\n                    \"Pubs, Bars & Clubs\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4429 5295\"\n            },\n            {\n                \"hotel\": null,\n                \"lat\": 25.255569,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Old Airport\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Chinese\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Old Airport\",\n                \"tripadvisor_id\": \"5982039\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"three peppers restaurant\",\n                \"locked_image_url\": \"\",\n                \"id\": 59403,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": null,\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/three-peppers-restaurant-x23867108/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Three Peppers Restaurant\",\n                    \"name\": \"Three Peppers Restaurant\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Casual Dining\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/three-peppers-restaurant-x23867108/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/three-peppers-restaurant-x23867108/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 34796,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/three-peppers-restaurant-x23867108/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Chinese\"\n                    ]\n                },\n                \"lng\": 51.562569,\n                \"human_location\": \"Near Car Max, Old Airport Road\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O23874087\",\n                \"sub_categories\": [\n                    \"Casual Dining\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 6649 2626\"\n            }\n        ]\n    },\n    \"cmd\": \"/et_rs_prd/p/wl/v1/outlets?cuisine_filter[]=Chinese&__platform=ios&app_version=1.1&build_no=17&category=Restaurants%20and%20Bars&location_id=9&device_key=(device-key)&device_model=iPhone%208\",\n    \"success\": true,\n    \"http_response\": 200,\n    \"code\": 0\n}"}],"_postman_id":"f5a0a823-3c5b-4eb1-b78f-b626a3f00687"},{"name":"Filter Outlets By Amenities","id":"0efc1dd2-8661-4d79-b914-72f52517a734","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{jwt-token}}"}},"method":"GET","header":[],"url":{"raw":"https://outletdvsvr.etenvbiz.com/api_ets/v1/outlets?filters_selected_for_yes=smoking_indoor","protocol":"https","host":["outletdvsvr","etenvbiz","com"],"path":["api_ets","v1","outlets"],"query":[{"key":"filters_selected_for_yes","value":"smoking_indoor","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Amenities to filter Outlets by] <br/>\nDefault Value: [All] <br/>\nAllowed Values: \"Your-Searched-Amenities\""},{"key":"platform","value":"ios","disabled":true},{"key":"build_number","value":"17","disabled":true},{"key":"category","value":"Restaurants%20and%20Bars","disabled":true},{"key":"location_id","value":"9","disabled":true},{"key":"device_key","value":"{{device-key}}","disabled":true},{"key":"device_model","value":"iPhone%208","disabled":true},{"key":"currency","value":"GBP","disabled":true},{"key":"include_featured","value":"1","disabled":true},{"key":"language","value":"en","disabled":true},{"key":"lat","value":"25.087991","disabled":true},{"key":"lng","value":"55.150889","disabled":true},{"key":"offset","value":"0","disabled":true},{"key":"os_version","value":"12.2","disabled":true},{"key":"outlet_limit","value":"60","disabled":true},{"key":"redeemability","value":"redeemable_reusable","disabled":true},{"key":"sort","value":"default","disabled":true},{"key":"sub_category_filter","value":"All","disabled":true},{"key":"user_include_cheers","value":"0","disabled":true}]},"description":"Filters the reponse of outlets by amenities provided. The value of amenities are given in <code>filters_selected_for_yes</code> parameter. The value of <code>filters_selected_for_yes</code> could be retrieved from the request [**/v1/filters**](https://theentertainerme.postman.co/collections/7129753-228693b3-9351-49f3-a9f0-2bef5885fa16?version=latest&workspace=7a449705-00e4-414a-803a-b38f2c556bde#75e89930-2d49-4eb6-89ac-4fe5d2560acb) like 'halal' or 'buffet' as shown below:\n<div class=\"docs-desc-body\"><img src='https://i.ibb.co/gVfxJRy/outlets-by-amenities-examplev1.png'></div>"},"response":[{"id":"ba89a25a-bce4-48ca-81f6-949971e84ed4","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://outletdvsvr.etenvbiz.com/api_ets/v1/outlets?filters_selected_for_yes=smoking_indoor&filters_selected_for_yes=halal&filters_selected_for_yes=buffet&platform=ios&build_number=17&category=Restaurants%20and%20Bars&location_id=9&device_key={{device-key}}&device_model=iPhone%208","protocol":"https","host":["outletdvsvr","etenvbiz","com"],"path":["api_ets","v1","outlets"],"query":[{"key":"filters_selected_for_yes","value":"smoking_indoor","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Amenities to filter Outlets by] <br/>\nDefault Value: [All] <br/>\nAllowed Values: \"Your-Searched-Amenities\""},{"key":"filters_selected_for_yes","value":"halal"},{"key":"filters_selected_for_yes","value":"buffet"},{"key":"platform","value":"ios"},{"key":"build_number","value":"17"},{"key":"category","value":"Restaurants%20and%20Bars"},{"key":"location_id","value":"9"},{"key":"device_key","value":"{{device-key}}"},{"key":"device_model","value":"iPhone%208"},{"key":"currency","value":"GBP","disabled":true},{"key":"include_featured","value":"1","disabled":true},{"key":"language","value":"en","disabled":true},{"key":"lat","value":"25.087991","disabled":true},{"key":"lng","value":"55.150889","disabled":true},{"key":"offset","value":"0","disabled":true},{"key":"os_version","value":"12.2","disabled":true},{"key":"outlet_limit","value":"60","disabled":true},{"key":"redeemability","value":"redeemable_reusable","disabled":true},{"key":"sort","value":"default","disabled":true},{"key":"sub_category_filter","value":"All","disabled":true},{"key":"user_include_cheers","value":"0","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 26 Jun 2019 11:41:16 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1147"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"4ecee93d9e92ca80-LHE"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\",\n    \"data\": {\n        \"tabs\": [\n            {\n                \"uid\": \"all_offers\",\n                \"name\": \"Vodafone ENTERTAINER Offers\",\n                \"section_type\": 1,\n                \"params\": {\n                    \"redeemability\": \"redeemable_reusable\"\n                },\n                \"order\": 1\n            },\n            {\n                \"uid\": \"monthly\",\n                \"name\": \"MONTHLY\",\n                \"section_type\": 4,\n                \"params\": {\n                    \"redeemability\": \"reusable\",\n                    \"filter_by_type\": \"2\"\n                },\n                \"order\": 2\n            }\n        ],\n        \"is_fuzzy_server_down\": false,\n        \"search_results\": [],\n        \"limit\": \"60\",\n        \"featured_merchants\": [],\n        \"is_fuzzy_search_results\": false,\n        \"outlets\": [\n            {\n                \"hotel\": null,\n                \"lat\": 25.314692,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": null,\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"image\",\n                        \"value\": \"https://s3.amazonaws.com/entertainer-app-assets/icons/badge_monthly.png\"\n                    },\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Brazilian\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Practise Using Our App\",\n                \"tripadvisor_id\": \"0\",\n                \"top_offer_type\": 2,\n                \"merchant_name\": \"app tutorial\",\n                \"locked_image_url\": \"\",\n                \"id\": 4820,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 3,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": true,\n                \"product_id\": [\n                    \"6670\"\n                ],\n                \"email\": null,\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/app-tutorial-x302366/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"App Tutorial\",\n                    \"name\": \"App Tutorial\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Casual Dining\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/app-tutorial-x302366/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/app-tutorial-x302366/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 2731,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/app-tutorial-x302366/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Brazilian\"\n                    ]\n                },\n                \"lng\": 51.215885,\n                \"human_location\": \"Learn How To Redeem An Offer\",\n                \"product_sku\": [\n                    \"D19QTQTMO\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O306852\",\n                \"sub_categories\": [\n                    \"Casual Dining\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+97144279575\"\n            }\n        ]\n    },\n    \"cmd\": \"/et_rs_prd/p/wl/v1/outlets?filters_selected_for_yes[]=smoking_indoor&filters_selected_for_yes[]=halal&filters_selected_for_yes[]=buffet&__platform=ios&app_version=1.1&build_no=17&category=Restaurants%20and%20Bars&location_id=9&device_key=(device-key)&device_model=iPhone%208\",\n    \"success\": true,\n    \"http_response\": 200,\n    \"code\": 0\n}"}],"_postman_id":"0efc1dd2-8661-4d79-b914-72f52517a734"},{"name":"Filter Outlets By Sub Category","id":"e6a8095e-985a-4652-97ea-5f5700576d74","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{jwt-token}}"}},"method":"GET","header":[],"url":{"raw":"https://outletdvsvr.etenvbiz.com/api_ets/v1/outlets?sub_category_filter=Fine%20Dining","protocol":"https","host":["outletdvsvr","etenvbiz","com"],"path":["api_ets","v1","outlets"],"query":[{"key":"sub_category_filter","value":"Fine%20Dining"},{"key":"platform","value":"ios","disabled":true},{"key":"build_number","value":"17","disabled":true},{"key":"category","value":"Restaurants%20and%20Bars","disabled":true},{"key":"location_id","value":"9","disabled":true},{"key":"currency","value":"GBP","disabled":true},{"key":"device_key","value":"{{device-key}}","disabled":true},{"key":"device_model","value":"iPhone%208","disabled":true},{"key":"include_featured","value":"1","disabled":true},{"key":"language","value":"en","disabled":true},{"key":"lat","value":"25.087992","disabled":true},{"key":"lng","value":"55.150887","disabled":true},{"key":"offset","value":"0","disabled":true},{"key":"os_version","value":"12.2","disabled":true},{"key":"outlet_limit","value":"60","disabled":true},{"key":"redeemability","value":"redeemable_reusable","disabled":true},{"key":"sort","value":"default","disabled":true},{"key":"user_include_cheers","value":"0","disabled":true}]},"description":"Filters outlets by the sub categories defined. The value of sub category is passed thorugh the parameter <code>sub_category_filter</code>. The value of <code>sub_category_filter</code> could be retrieved from the request [**/v1/filters**](https://theentertainerme.postman.co/collections/8347366-f3a4ca8b-5af5-4808-8da4-c60be678e7e9?version=latest&workspace=7c43ebf1-e539-41c1-84c1-3d85b32448ac#86f1ac10-d15f-4d9d-a12f-0a87ac794404) like 'Fine Dining'."},"response":[{"id":"bf9b60aa-9e66-4381-9ae8-aa9aee3f9c17","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://outletdvsvr.etenvbiz.com/api_ets/v1/outlets?sub_category_filter=Fine%20Dining&platform=ios&build_number=17&category=Restaurants%20and%20Bars&location_id=9&currency=GBP&device_key={{device-key}}&device_model=iPhone%208","protocol":"https","host":["outletdvsvr","etenvbiz","com"],"path":["api_ets","v1","outlets"],"query":[{"key":"sub_category_filter","value":"Fine%20Dining"},{"key":"platform","value":"ios"},{"key":"build_number","value":"17"},{"key":"category","value":"Restaurants%20and%20Bars"},{"key":"location_id","value":"9"},{"key":"currency","value":"GBP"},{"key":"device_key","value":"{{device-key}}"},{"key":"device_model","value":"iPhone%208"},{"key":"include_featured","value":"1","disabled":true},{"key":"language","value":"en","disabled":true},{"key":"lat","value":"25.087992","disabled":true},{"key":"lng","value":"55.150887","disabled":true},{"key":"offset","value":"0","disabled":true},{"key":"os_version","value":"12.2","disabled":true},{"key":"outlet_limit","value":"60","disabled":true},{"key":"redeemability","value":"redeemable_reusable","disabled":true},{"key":"sort","value":"default","disabled":true},{"key":"user_include_cheers","value":"0","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 26 Jun 2019 11:45:32 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"7259"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"4eceef720f8bca80-LHE"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\",\n    \"data\": {\n        \"tabs\": [\n            {\n                \"uid\": \"all_offers\",\n                \"name\": \"Vodafone ENTERTAINER Offers\",\n                \"section_type\": 1,\n                \"params\": {\n                    \"redeemability\": \"redeemable_reusable\"\n                },\n                \"order\": 1\n            },\n            {\n                \"uid\": \"monthly\",\n                \"name\": \"MONTHLY\",\n                \"section_type\": 4,\n                \"params\": {\n                    \"redeemability\": \"reusable\",\n                    \"filter_by_type\": \"2\"\n                },\n                \"order\": 2\n            }\n        ],\n        \"is_fuzzy_server_down\": false,\n        \"search_results\": [],\n        \"limit\": \"60\",\n        \"featured_merchants\": [],\n        \"is_fuzzy_search_results\": false,\n        \"outlets\": [\n            {\n                \"hotel\": \"Sharq Village & Spa, A Ritz-Carlton Hotel\",\n                \"lat\": 25.2855,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Ras Abu Aboud\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"International\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Al Liwan - Sharq Village & Spa, A Ritz-Carlton Hotel\",\n                \"tripadvisor_id\": \"8814441\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"al liwan\",\n                \"locked_image_url\": \"\",\n                \"id\": 22471,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"dining.sharq@ritzcarlton.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/al-liwan-x22091504/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Al Liwan\",\n                    \"name\": \"Al Liwan\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Fine Dining\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/al-liwan-x22091504/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/al-liwan-x22091504/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 13440,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/al-liwan-x22091504/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"International\"\n                    ]\n                },\n                \"lng\": 51.554642,\n                \"human_location\": \"Ground Level\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O22226853\",\n                \"sub_categories\": [\n                    \"Fine Dining\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4425 6666\"\n            },\n            {\n                \"hotel\": null,\n                \"lat\": 25.322433,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"West Bay\",\n                \"mall\": \"The Gate Mall\",\n                \"attributes\": [\n                    {\n                        \"type\": \"image\",\n                        \"value\": \"https://s3.amazonaws.com/entertainer-app-assets/icons/badge_monthly.png\"\n                    },\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"French\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"The Gate Mall\",\n                \"tripadvisor_id\": \"7395279\",\n                \"top_offer_type\": 2,\n                \"merchant_name\": \"angelina paris\",\n                \"locked_image_url\": \"\",\n                \"id\": 15427,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 3,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": true,\n                \"product_id\": [\n                    \"6670\",\n                    \"5982\"\n                ],\n                \"email\": \"marketing@tbmhospitality.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/angelina-paris-x21672240/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Angelina Paris\",\n                    \"name\": \"Angelina Paris\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Fine Dining\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/angelina-paris-x21672240/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/angelina-paris-x21672240/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 8866,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/angelina-paris-x21672240/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"French\"\n                    ]\n                },\n                \"lng\": 51.526791,\n                \"human_location\": \"VIP Entrance, Omar Al Mukhtar Street\",\n                \"product_sku\": [\n                    \"D19QTQTMO\",\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O21698479\",\n                \"sub_categories\": [\n                    \"Fine Dining\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4411 8988\"\n            },\n            {\n                \"hotel\": null,\n                \"lat\": 25.331579,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Al Markhiya\",\n                \"mall\": \"Alhazm Mall\",\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Turkish\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Alhazm Mall\",\n                \"tripadvisor_id\": \"0\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"bolulu hasan usta\",\n                \"locked_image_url\": \"\",\n                \"id\": 55422,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": null,\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/bolulu-hasan-usta-x23863799/merchant_primary_logo_%28retina%29_-_merchant.jpg\",\n                    \"name_for_outlet\": \"Bolulu Hasan Usta\",\n                    \"name\": \"Bolulu Hasan Usta\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Fine Dining\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/bolulu-hasan-usta-x23863799/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/bolulu-hasan-usta-x23863799/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 32220,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/bolulu-hasan-usta-x23863799/merchant_primary_logo_%28non-retina%29_-_merchant.jpg\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Turkish\"\n                    ]\n                },\n                \"lng\": 51.498672,\n                \"human_location\": \"Zone 33, Al Markhiya Street\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O23868373\",\n                \"sub_categories\": [\n                    \"Fine Dining\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4411 1513\"\n            },\n            {\n                \"hotel\": null,\n                \"lat\": 25.366156,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"The Pearl Qatar\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Middle Eastern\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"The Pearl Qatar\",\n                \"tripadvisor_id\": \"3562997\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"burj al hamam\",\n                \"locked_image_url\": \"\",\n                \"id\": 8003,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"burjalhamam@hdc-global.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/burj-al-hamam-x21134520/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Burj Al Hamam\",\n                    \"name\": \"Burj Al Hamam\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Fine Dining\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/burj-al-hamam-x21134520/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/burj-al-hamam-x21134520/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 4384,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/burj-al-hamam-x21134520/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Middle Eastern\"\n                    ]\n                },\n                \"lng\": 51.54108,\n                \"human_location\": \"1 La Croisette, Porto Arabia\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O21270709\",\n                \"sub_categories\": [\n                    \"Fine Dining\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4409 5238\"\n            },\n            {\n                \"hotel\": \"\",\n                \"lat\": 25.331829,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Al Markhiya\",\n                \"mall\": \"Alhazm Mall\",\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Steakhouse\"\n                    },\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Turkish\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Alhazm Mall\",\n                \"tripadvisor_id\": \"0\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"butcha steakhouse\",\n                \"locked_image_url\": \"\",\n                \"id\": 62412,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/butcha-steakhouse-x23872272/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Butcha Steakhouse\",\n                    \"name\": \"Butcha Steakhouse\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Fine Dining\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/butcha-steakhouse-x23872272/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/butcha-steakhouse-x23872272/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 36494,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/butcha-steakhouse-x23872272/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Steakhouse\",\n                        \"Turkish\"\n                    ]\n                },\n                \"lng\": 51.498837,\n                \"human_location\": \"Thassos, Zone 33, Al Markhiya Street\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O23877577\",\n                \"sub_categories\": [\n                    \"Fine Dining\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 3006 0001\"\n            },\n            {\n                \"hotel\": \"Warwick Doha Hotel\",\n                \"lat\": 25.291451,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Al Sadd\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Italian\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Warwick Doha Hotel\",\n                \"tripadvisor_id\": \"12058436\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"carisma\",\n                \"locked_image_url\": \"\",\n                \"id\": 10643,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"fb.doha@warwickhotels.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/carisma-x21406670/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Carisma\",\n                    \"name\": \"Carisma\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Fine Dining\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/carisma-x21406670/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/carisma-x21406670/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 6152,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/carisma-x21406670/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Italian\"\n                    ]\n                },\n                \"lng\": 51.498306,\n                \"human_location\": \"Ground Level, Al Rayyan Road\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O21512183\",\n                \"sub_categories\": [\n                    \"Fine Dining\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 6642 6906\"\n            },\n            {\n                \"hotel\": \"Oryx Rotana Doha\",\n                \"lat\": 25.268806,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Airport Road\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"International\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Oryx Rotana Doha\",\n                \"tripadvisor_id\": \"1992956\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"choices\",\n                \"locked_image_url\": \"\",\n                \"id\": 3845,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"choices.oryx@rotana.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/choices-x119968/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Choices\",\n                    \"name\": \"Choices\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Fine Dining\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/choices-x119968/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/choices-x119968/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 2300,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/choices-x119968/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"International\"\n                    ]\n                },\n                \"lng\": 51.554058,\n                \"human_location\": \"Al Nahda School Street\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O126096\",\n                \"sub_categories\": [\n                    \"Fine Dining\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4402 3450\"\n            },\n            {\n                \"hotel\": \"DoubleTree by Hilton Hotel Doha Old Town\",\n                \"lat\": 25.288742,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Al Salatah\",\n                \"mall\": \"\",\n                \"attributes\": [\n                    {\n                        \"type\": \"image\",\n                        \"value\": \"https://s3.amazonaws.com/entertainer-app-assets/icons/badge_monthly.png\"\n                    },\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Seafood\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"DoubleTree by Hilton Hotel Doha Old Town\",\n                \"tripadvisor_id\": \"15049779\",\n                \"top_offer_type\": 2,\n                \"merchant_name\": \"claw\",\n                \"locked_image_url\": \"\",\n                \"id\": 58869,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 3,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": true,\n                \"product_id\": [\n                    \"5982\",\n                    \"6670\"\n                ],\n                \"email\": \"\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/claw-x23860552/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Claw\",\n                    \"name\": \"Claw\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Fine Dining\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/claw-x23860552/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/claw-x23860552/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 34462,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/claw-x23860552/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Seafood\"\n                    ]\n                },\n                \"lng\": 51.544392,\n                \"human_location\": \"Al Meena Street\",\n                \"product_sku\": [\n                    \"D19QTQTCP\",\n                    \"D19QTQTMO\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O23873361\",\n                \"sub_categories\": [\n                    \"Fine Dining\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4034 3111\"\n            },\n            {\n                \"hotel\": \"\",\n                \"lat\": 2.196181,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Melaka\",\n                \"mall\": \"\",\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Beverages\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Melaka\",\n                \"tripadvisor_id\": \"6503470\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"daily fix cafe, the\",\n                \"locked_image_url\": \"\",\n                \"id\": 62979,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"thedailyfixmalacca@gmail.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/daily-fix-cafe%2C-the-x23872085/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Daily Fix Cafe, The\",\n                    \"name\": \"Daily Fix Cafe, The\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Fine Dining\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/daily-fix-cafe%2C-the-x23872085/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/daily-fix-cafe%2C-the-x23872085/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 36874,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/daily-fix-cafe%2C-the-x23872085/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Beverages\"\n                    ]\n                },\n                \"lng\": 102.246727,\n                \"human_location\": \"55, Jalan Hang Jebat (Jonker Street)\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O23876852\",\n                \"sub_categories\": [\n                    \"Fine Dining\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+6013 981 0313\"\n            },\n            {\n                \"hotel\": \"La Cigale Hotel Doha\",\n                \"lat\": 25.2801,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Fereej Bin Mahmoud\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Italian\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"La Cigale Hotel Doha\",\n                \"tripadvisor_id\": \"7166202\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"di capri\",\n                \"locked_image_url\": \"\",\n                \"id\": 62917,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"dining@lacigalehotel.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/di-capri-x22348025/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Di Capri\",\n                    \"name\": \"Di Capri\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Fine Dining\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/di-capri-x22348025/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/di-capri-x22348025/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 36818,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/di-capri-x22348025/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Italian\"\n                    ]\n                },\n                \"lng\": 51.507801,\n                \"human_location\": \"60 Suhaim Bin Hamad Street\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O23877130\",\n                \"sub_categories\": [\n                    \"Fine Dining\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4428 8840\"\n            },\n            {\n                \"hotel\": null,\n                \"lat\": 35.914284,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Mosta\",\n                \"mall\": null,\n                \"attributes\": [],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Mosta\",\n                \"tripadvisor_id\": \"0\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"dress code\",\n                \"locked_image_url\": \"\",\n                \"id\": 62475,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"cha262@hotmail.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/dresscode-x23870309/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Dress Code\",\n                    \"name\": \"Dress Code\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Fine Dining\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/dresscode-x23870309/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/dresscode-x23870309/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 36528,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/dresscode-x23870309/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": []\n                },\n                \"lng\": 14.420534,\n                \"human_location\": \"201 Constitution Street\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O23874943\",\n                \"sub_categories\": [\n                    \"Fine Dining\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+356 27362226\"\n            },\n            {\n                \"hotel\": \"Four Seasons Hotel Doha\",\n                \"lat\": 25.324369,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"West Bay\",\n                \"mall\": \"\",\n                \"attributes\": [\n                    {\n                        \"type\": \"image\",\n                        \"value\": \"https://s3.amazonaws.com/entertainer-app-assets/icons/badge_monthly.png\"\n                    },\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"International\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Four Seasons Hotel Doha\",\n                \"tripadvisor_id\": \"9777038\",\n                \"top_offer_type\": 2,\n                \"merchant_name\": \"elements - four seasons hotel doha\",\n                \"locked_image_url\": \"\",\n                \"id\": 34206,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 3,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": true,\n                \"product_id\": [\n                    \"5982\",\n                    \"6670\"\n                ],\n                \"email\": \"dining.doh@fourseasons.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/elements-x22239087/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Elements - Four Seasons Hotel Doha\",\n                    \"name\": \"Elements - Four Seasons Hotel Doha\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Fine Dining\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/elements-x22239087/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/elements-x22239087/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 20481,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/elements-x22239087/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"International\"\n                    ]\n                },\n                \"lng\": 51.539326,\n                \"human_location\": \"Lower Lobby\",\n                \"product_sku\": [\n                    \"D19QTQTCP\",\n                    \"D19QTQTMO\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O23152431\",\n                \"sub_categories\": [\n                    \"Fine Dining\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4494 8600\"\n            },\n            {\n                \"hotel\": \"Souq Al Wakra Hotel Qatar by Tivoli\",\n                \"lat\": 25.173611,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Al Wakrah\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Asian\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Souq Al Wakra Hotel Qatar by Tivoli\",\n                \"tripadvisor_id\": \"14983811\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"emshoot\",\n                \"locked_image_url\": \"\",\n                \"id\": 61125,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": null,\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/emshoot-x23871214/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Emshoot\",\n                    \"name\": \"Emshoot\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Fine Dining\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/emshoot-x23871214/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/emshoot-x23871214/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 35954,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/emshoot-x23871214/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Asian\"\n                    ]\n                },\n                \"lng\": 51.610275,\n                \"human_location\": \"Street 891 Al Loulou\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O23875823\",\n                \"sub_categories\": [\n                    \"Fine Dining\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4428 7888\"\n            },\n            {\n                \"hotel\": \"InterContinental Doha\",\n                \"lat\": 25.3487,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"West Bay\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Arabic\"\n                    },\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Lebanese\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"InterContinental Doha\",\n                \"tripadvisor_id\": \"14078677\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"gemmayze\",\n                \"locked_image_url\": \"\",\n                \"id\": 47421,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"fb.icdoha@ihg.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/gemmayze-x23777486/merchant_primary_logo_%28retina%29_-_merchant.jpg\",\n                    \"name_for_outlet\": \"Gemmayze\",\n                    \"name\": \"Gemmayze\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Fine Dining\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/gemmayze-x23777486/merchant_profile_%22hero%22_image_%28non-retina%29.jpg\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/gemmayze-x23777486/merchant_profile_%22hero%22_image_%28retina%29.jpg\",\n                    \"id\": 27635,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/gemmayze-x23777486/merchant_primary_logo_%28non-retina%29_-_merchant.jpg\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Arabic\",\n                        \"Lebanese\"\n                    ]\n                },\n                \"lng\": 51.529999,\n                \"human_location\": \"Mezzanine Level\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O23785984\",\n                \"sub_categories\": [\n                    \"Fine Dining\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 448 44919\"\n            },\n            {\n                \"hotel\": \"The Westin Doha Hotel & Spa\",\n                \"lat\": 25.276173,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Fereej Bin Mahmoud\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Steakhouse\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"The Westin Doha Hotel & Spa\",\n                \"tripadvisor_id\": \"10454985\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"hunter's room & grill\",\n                \"locked_image_url\": \"\",\n                \"id\": 21520,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"dining.doha@westin.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/hunters-room--grill-x22148864/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Hunter's Room & Grill\",\n                    \"name\": \"Hunter's Room & Grill\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Fine Dining\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/hunters-room--grill-x22148864/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/hunters-room--grill-x22148864/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 12881,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/hunters-room--grill-x22148864/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Steakhouse\"\n                    ]\n                },\n                \"lng\": 51.512886,\n                \"human_location\": \"Salwa Road, Zone 23\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O22165889\",\n                \"sub_categories\": [\n                    \"Fine Dining\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4492 1555\"\n            },\n            {\n                \"hotel\": \"Grand Hyatt Doha\",\n                \"lat\": 25.377144,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"West Bay Lagoon\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Thai\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Grand Hyatt Doha\",\n                \"tripadvisor_id\": \"1819103\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"isaan\",\n                \"locked_image_url\": \"\",\n                \"id\": 8918,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"doha.grand@hyatt.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/isaan-x036232/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Isaan\",\n                    \"name\": \"Isaan\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Fine Dining\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/isaan-x036232/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/isaan-x036232/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 4905,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/isaan-x036232/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Thai\"\n                    ]\n                },\n                \"lng\": 51.528011,\n                \"human_location\": \"2nd Level\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O044761\",\n                \"sub_categories\": [\n                    \"Fine Dining\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4448 1250\"\n            },\n            {\n                \"hotel\": \"Souq Al Wakra Hotel Qatar by Tivoli\",\n                \"lat\": 25.173611,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Al Wakrah\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Mediterranean\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Souq Al Wakra Hotel Qatar by Tivoli\",\n                \"tripadvisor_id\": \"0\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"jarnen\",\n                \"locked_image_url\": \"\",\n                \"id\": 61123,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": null,\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/jarnen-x23871212/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Jarnen\",\n                    \"name\": \"Jarnen\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Fine Dining\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/jarnen-x23871212/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/jarnen-x23871212/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 35951,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/jarnen-x23871212/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Mediterranean\"\n                    ]\n                },\n                \"lng\": 51.610275,\n                \"human_location\": \"Street 891 Al Loulou\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O23875870\",\n                \"sub_categories\": [\n                    \"Fine Dining\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4428 7888\"\n            },\n            {\n                \"hotel\": \"Oryx Rotana Doha\",\n                \"lat\": 25.268387,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Airport Road\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Bar Food\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Oryx Rotana Doha\",\n                \"tripadvisor_id\": \"2063087\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"jazz club\",\n                \"locked_image_url\": \"\",\n                \"id\": 5365,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"jazzclub.oryx@rotana.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/jazz-club-x037086/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Jazz Club\",\n                    \"name\": \"Jazz Club\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Fine Dining\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/jazz-club-x037086/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/jazz-club-x037086/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 3004,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/jazz-club-x037086/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Bar Food\"\n                    ]\n                },\n                \"lng\": 51.553883,\n                \"human_location\": \"Al Nahda School Street\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O046156\",\n                \"sub_categories\": [\n                    \"Fine Dining\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4402 3444\"\n            },\n            {\n                \"hotel\": null,\n                \"lat\": 25.2523,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Al Hilal\",\n                \"mall\": \"Quality Mall\",\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Indian\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Quality Mall\",\n                \"tripadvisor_id\": \"12670566\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"kakori house\",\n                \"locked_image_url\": \"\",\n                \"id\": 37243,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"info@kakorihouseqatar.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/kakori-house-x23142800/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Kakori House\",\n                    \"name\": \"Kakori House\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Fine Dining\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/kakori-house-x23142800/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/kakori-house-x23142800/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 22273,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/kakori-house-x23142800/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Indian\"\n                    ]\n                },\n                \"lng\": 51.516777,\n                \"human_location\": \"Nuaija\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O23274217\",\n                \"sub_categories\": [\n                    \"Fine Dining\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4472 3939\"\n            },\n            {\n                \"hotel\": \"Warwick Doha Hotel\",\n                \"lat\": 25.291451,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Al Sadd\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Arabic\"\n                    },\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"International\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Warwick Doha Hotel\",\n                \"tripadvisor_id\": \"0\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"l'auberge\",\n                \"locked_image_url\": \"\",\n                \"id\": 10644,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"fb.doha@warwickhotels.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/lauberge-x21507603/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"L'auberge\",\n                    \"name\": \"L'auberge\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Fine Dining\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/lauberge-x21507603/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/lauberge-x21507603/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 6153,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/lauberge-x21507603/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Arabic\",\n                        \"International\"\n                    ]\n                },\n                \"lng\": 51.498306,\n                \"human_location\": \"1st Level, Al Rayyan Road\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O21512184\",\n                \"sub_categories\": [\n                    \"Fine Dining\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 6642 6906\"\n            },\n            {\n                \"hotel\": \"The Ritz-Carlton, Doha\",\n                \"lat\": 25.37937,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"West Bay\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Mediterranean\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"La Dolce Vita by Porcini - The Ritz-Carlton, Doha\",\n                \"tripadvisor_id\": \"11816097\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"la dolce vita by porcini\",\n                \"locked_image_url\": \"\",\n                \"id\": 23188,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"dining.doha@ritzcarlton.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/la-dolce-vita-by-porcini-x21672202/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"La Dolce Vita by Porcini\",\n                    \"name\": \"La Dolce Vita by Porcini\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"Italian\",\n                    \"digital_section\": \"Fine Dining\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/la-dolce-vita-by-porcini-x21672202/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/la-dolce-vita-by-porcini-x21672202/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 13903,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/la-dolce-vita-by-porcini-x21672202/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Mediterranean\"\n                    ]\n                },\n                \"lng\": 51.528503,\n                \"human_location\": \"Lobby Level\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O22255902\",\n                \"sub_categories\": [\n                    \"Fine Dining\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4484 8000\"\n            },\n            {\n                \"hotel\": \"W Doha Hotel & Residences\",\n                \"lat\": 25.328835,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"West Bay\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Italian\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"W Doha Hotel & Residences\",\n                \"tripadvisor_id\": \"0\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"la spiga\",\n                \"locked_image_url\": \"\",\n                \"id\": 15256,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"bnfreservations.wdoha@whotels.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/la-spiga-x21706513/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"La Spiga\",\n                    \"name\": \"La Spiga\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Fine Dining\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/la-spiga-x21706513/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/la-spiga-x21706513/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 8793,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/la-spiga-x21706513/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Italian\"\n                    ]\n                },\n                \"lng\": 51.53006,\n                \"human_location\": \"Zone 61, Street 831, Building 262\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O21722953\",\n                \"sub_categories\": [\n                    \"Fine Dining\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4453 5135\"\n            },\n            {\n                \"hotel\": null,\n                \"lat\": 25.2801,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Fereej Bin Mahmoud\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"International\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"La Cigale Hotel Doha\",\n                \"tripadvisor_id\": \"0\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"le central\",\n                \"locked_image_url\": \"\",\n                \"id\": 62916,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": null,\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/le-central-x22545093/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Le Central\",\n                    \"name\": \"Le Central\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Fine Dining\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/le-central-x22545093/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/le-central-x22545093/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 36816,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/le-central-x22545093/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"International\"\n                    ]\n                },\n                \"lng\": 51.507801,\n                \"human_location\": \"2nd Level, 60 Suhaim Bin Hamad Street\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O23877131\",\n                \"sub_categories\": [\n                    \"Fine Dining\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4428 8772\"\n            },\n            {\n                \"hotel\": \"La Cigale Hotel Doha\",\n                \"lat\": 25.2801,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Fereej Bin Mahmoud\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"International\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"La Cigale Hotel Doha\",\n                \"tripadvisor_id\": \"8019060\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"le cigalon\",\n                \"locked_image_url\": \"\",\n                \"id\": 48446,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"dining@lacigalehotel.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/le-cigalon-x22348072/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Le Cigalon\",\n                    \"name\": \"Le Cigalon\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Fine Dining\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/le-cigalon-x22348072/merchant_profile_%22hero%22_image_%28non-retina%29.jpg\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/le-cigalon-x22348072/merchant_profile_%22hero%22_image_%28retina%29.jpg\",\n                    \"id\": 28075,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/le-cigalon-x22348072/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"International\"\n                    ]\n                },\n                \"lng\": 51.507801,\n                \"human_location\": \"Ground Level\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O23815004\",\n                \"sub_categories\": [\n                    \"Fine Dining\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4428 8698\"\n            },\n            {\n                \"hotel\": null,\n                \"lat\": 25.325283,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Al Rayyan\",\n                \"mall\": \"Mall of Qatar\",\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Mediterranean\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Mall of Qatar\",\n                \"tripadvisor_id\": \"15067684\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"le paradis delord\",\n                \"locked_image_url\": \"\",\n                \"id\": 59045,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"info@delord.qa\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/le-paradis-delord-x23868697/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Le Paradis DeLord\",\n                    \"name\": \"Le Paradis DeLord\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Fine Dining\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/le-paradis-delord-x23868697/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/le-paradis-delord-x23868697/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 34613,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/le-paradis-delord-x23868697/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Mediterranean\"\n                    ]\n                },\n                \"lng\": 51.34943,\n                \"human_location\": \"Luxury Court, 1st Level\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O23873549\",\n                \"sub_categories\": [\n                    \"Fine Dining\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4468 9342\"\n            },\n            {\n                \"hotel\": \"Warwick Doha Hotel\",\n                \"lat\": 25.291451,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Al Sadd\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Bar Food\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Warwick Doha Hotel\",\n                \"tripadvisor_id\": \"0\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"moon deck\",\n                \"locked_image_url\": \"\",\n                \"id\": 15265,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"fb.doha@warwickhotels.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/moon-deck-x21406682/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Moon Deck\",\n                    \"name\": \"Moon Deck\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"Bar Food\",\n                    \"digital_section\": \"Fine Dining\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/moon-deck-x21406682/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/moon-deck-x21406682/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 8799,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/moon-deck-x21406682/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Bar Food\"\n                    ]\n                },\n                \"lng\": 51.498306,\n                \"human_location\": \"Sports Roundabout, Al Rayyan Road\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O21723194\",\n                \"sub_categories\": [\n                    \"Fine Dining\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 6642 6906\"\n            },\n            {\n                \"hotel\": \"\",\n                \"lat\": 34.921097,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Larnaca\",\n                \"mall\": \"\",\n                \"attributes\": [],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Larnaca\",\n                \"tripadvisor_id\": \"0\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"my special event in cyprus\",\n                \"locked_image_url\": \"\",\n                \"id\": 62982,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"specialgiftcy@gmail.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/my-special-event-x23872789/merchant_primary_logo_%28retina%29_-_merchant.jpg\",\n                    \"name_for_outlet\": \"My Special Event in Cyprus\",\n                    \"name\": \"My Special Event in Cyprus\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Fine Dining\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/my-special-event-x23872789/merchant_profile_%22hero%22_image_%28non-retina%29.jpg\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/my-special-event-x23872789/merchant_profile_%22hero%22_image_%28retina%29.jpg\",\n                    \"id\": 36880,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/my-special-event-x23872789/merchant_primary_logo_%28non-retina%29_-_merchant.jpg\",\n                    \"description\": \"\",\n                    \"cuisines\": []\n                },\n                \"lng\": 33.624298,\n                \"human_location\": \"Nikodimou Mylona 15\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O23877321\",\n                \"sub_categories\": [\n                    \"Fine Dining\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+357 24 104 515\"\n            },\n            {\n                \"hotel\": \"Four Seasons Hotel Doha\",\n                \"lat\": 25.323252,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"West Bay\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"image\",\n                        \"value\": \"https://s3.amazonaws.com/entertainer-app-assets/icons/badge_monthly.png\"\n                    },\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Japanese\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Four Seasons Hotel Doha\",\n                \"tripadvisor_id\": \"0\",\n                \"top_offer_type\": 2,\n                \"merchant_name\": \"nobu - doha\",\n                \"locked_image_url\": \"\",\n                \"id\": 51694,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 3,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": true,\n                \"product_id\": [\n                    \"5982\",\n                    \"6670\"\n                ],\n                \"email\": \"dining.doh@fourseasons.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/nobu---doha-x22239103/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Nobu - Doha\",\n                    \"name\": \"Nobu - Doha\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Fine Dining\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/nobu---doha-x22239103/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/nobu---doha-x22239103/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 29829,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/nobu---doha-x22239103/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Japanese\"\n                    ]\n                },\n                \"lng\": 51.541077,\n                \"human_location\": \"At The Edge of The Private Four Seasons Marina\",\n                \"product_sku\": [\n                    \"D19QTQTCP\",\n                    \"D19QTQTMO\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O23863581\",\n                \"sub_categories\": [\n                    \"Fine Dining\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4494 8600\"\n            },\n            {\n                \"hotel\": \"The St. Regis Doha\",\n                \"lat\": 25.350513,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"West Bay\",\n                \"mall\": \"\",\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"European\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"The St. Regis Doha\",\n                \"tripadvisor_id\": \"3194376\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"opal by gordon ramsay\",\n                \"locked_image_url\": \"\",\n                \"id\": 5486,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"diningreservations@stregis.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/opal-by-gordon-ramsey-x120678/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Opal by Gordon Ramsay\",\n                    \"name\": \"Opal by Gordon Ramsay\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Fine Dining\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/opal-by-gordon-ramsay-x120678/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/opal-by-gordon-ramsay-x120678/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 3072,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/opal-by-gordon-ramsey-x120678/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"European\"\n                    ]\n                },\n                \"lng\": 51.53075,\n                \"human_location\": \"1st Level\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O327289\",\n                \"sub_categories\": [\n                    \"Fine Dining\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4446 0105\"\n            },\n            {\n                \"hotel\": null,\n                \"lat\": 25.272779,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Umm Ghuwailina\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Italian\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Umm Ghuwailina\",\n                \"tripadvisor_id\": \"0\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"paper moon\",\n                \"locked_image_url\": \"\",\n                \"id\": 15543,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"reservation.doha@papermoonmilano.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/paper-moon-x21714778/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Paper Moon\",\n                    \"name\": \"Paper Moon\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Fine Dining\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/paper-moon-x21714778/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/paper-moon-x21714778/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 8949,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/paper-moon-x21714778/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Italian\"\n                    ]\n                },\n                \"lng\": 51.544544,\n                \"human_location\": \"Jaidah Square, Al Matar Street\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O21722924\",\n                \"sub_categories\": [\n                    \"Fine Dining\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4016 6000\"\n            },\n            {\n                \"hotel\": \"Sharq Village & Spa, A Ritz-Carlton Hotel\",\n                \"lat\": 25.2855,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Ras Abu Aboud\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Persian\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"PARISA - Sharq Village & Spa, A Ritz-Carlton Hotel\",\n                \"tripadvisor_id\": \"2459792\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"parisa\",\n                \"locked_image_url\": \"\",\n                \"id\": 22506,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"dining.sharq@ritzcarlton.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/parisa-x21672259/merchant_primary_logo_%28retina%29_-_merchant.jpg\",\n                    \"name_for_outlet\": \"PARISA\",\n                    \"name\": \"PARISA\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Fine Dining\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/parisa-x21672259/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/parisa-x21672259/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 13471,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/parisa-x21672259/merchant_primary_logo_%28non-retina%29_-_merchant.jpg\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Persian\"\n                    ]\n                },\n                \"lng\": 51.554642,\n                \"human_location\": \"Ras Abu Aboud Street\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O22226878\",\n                \"sub_categories\": [\n                    \"Fine Dining\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4425 6666\"\n            },\n            {\n                \"hotel\": \"InterContinental Doha The City\",\n                \"lat\": 25.326344,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"West Bay\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Steakhouse\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"InterContinental Doha The City\",\n                \"tripadvisor_id\": \"8532905\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"prime\",\n                \"locked_image_url\": \"\",\n                \"id\": 5406,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"icdohathecity.dining@ihg.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/prime-x036467/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Prime\",\n                    \"name\": \"Prime\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Fine Dining\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/prime-x036467/merchant_profile_%22hero%22_image_%28non-retina%29.jpg\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/prime-x036467/merchant_profile_%22hero%22_image_%28retina%29.jpg\",\n                    \"id\": 3032,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/prime-x036467/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Steakhouse\"\n                    ]\n                },\n                \"lng\": 51.524029,\n                \"human_location\": \"1st Level\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O045067\",\n                \"sub_categories\": [\n                    \"Fine Dining\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4015 8888\"\n            },\n            {\n                \"hotel\": \"The Westin Doha Hotel & Spa\",\n                \"lat\": 25.276173,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Fereej Bin Mahmoud\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Thai\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"The Westin Doha Hotel & Spa\",\n                \"tripadvisor_id\": \"10022024\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"sabai thai\",\n                \"locked_image_url\": \"\",\n                \"id\": 23414,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"dining.doha@westin.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/sabai-thai-x22270021/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Sabai Thai\",\n                    \"name\": \"Sabai Thai\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Fine Dining\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/sabai-thai-x22270021/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/sabai-thai-x22270021/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 14092,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/sabai-thai-x22270021/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Thai\"\n                    ]\n                },\n                \"lng\": 51.512886,\n                \"human_location\": \"Salwa Road, Zone 23\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O22274717\",\n                \"sub_categories\": [\n                    \"Fine Dining\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4492 1555\"\n            },\n            {\n                \"hotel\": \"Crowne Plaza Doha West Bay\",\n                \"lat\": 25.328045,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"West Bay\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"image\",\n                        \"value\": \"https://s3.amazonaws.com/entertainer-app-assets/icons/badge_monthly.png\"\n                    },\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Indian\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Crowne Plaza Doha West Bay\",\n                \"tripadvisor_id\": \"7744403\",\n                \"top_offer_type\": 2,\n                \"merchant_name\": \"signature by sanjeev kapoor\",\n                \"locked_image_url\": \"\",\n                \"id\": 23462,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 3,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": true,\n                \"product_id\": [\n                    \"5982\",\n                    \"6670\"\n                ],\n                \"email\": \"cpdohawb@ihg.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/signature-by-sanjeev-kapoor-x21602579/merchant_primary_logo_%28retina%29_-_merchant.jpg\",\n                    \"name_for_outlet\": \"Signature By Sanjeev Kapoor\",\n                    \"name\": \"Signature By Sanjeev Kapoor\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Fine Dining\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/signature-by-sanjeev-kapoor-x21602579/merchant_profile_%22hero%22_image_%28non-retina%29.jpg\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/signature-by-sanjeev-kapoor-x21602579/merchant_profile_%22hero%22_image_%28retina%29.jpg\",\n                    \"id\": 14134,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/signature-by-sanjeev-kapoor-x21602579/merchant_primary_logo_%28non-retina%29_-_merchant.jpg\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Indian\"\n                    ]\n                },\n                \"lng\": 51.532867,\n                \"human_location\": \"5th Level, 61, West Bay Lagoon Street, Diplomatic Area\",\n                \"product_sku\": [\n                    \"D19QTQTCP\",\n                    \"D19QTQTMO\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O22286766\",\n                \"sub_categories\": [\n                    \"Fine Dining\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4019 8877\"\n            },\n            {\n                \"hotel\": \"W Doha Hotel & Residences\",\n                \"lat\": 25.328835,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"West Bay\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Asian\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"W Doha Hotel & Residences\",\n                \"tripadvisor_id\": \"0\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"spice market\",\n                \"locked_image_url\": \"\",\n                \"id\": 15293,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"bnfreservations.wdoha@whotels.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/spice-market-x21706514/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Spice Market\",\n                    \"name\": \"Spice Market\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Fine Dining\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/spice-market-x21706514/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/spice-market-x21706514/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 8822,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/spice-market-x21706514/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Asian\"\n                    ]\n                },\n                \"lng\": 51.53006,\n                \"human_location\": \"Zone 61, Street 831, Building 262\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O21722992\",\n                \"sub_categories\": [\n                    \"Fine Dining\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4453 5135\"\n            },\n            {\n                \"hotel\": \"Oryx Rotana Doha\",\n                \"lat\": 25.268263,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Airport Road\",\n                \"mall\": \"\",\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Mediterranean\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Oryx Rotana Doha\",\n                \"tripadvisor_id\": \"1960246\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"the cellar\",\n                \"locked_image_url\": \"\",\n                \"id\": 5364,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"cellar.oryx@rotana.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/cellar-x037085/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"The Cellar\",\n                    \"name\": \"The Cellar\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"International\",\n                    \"digital_section\": \"Fine Dining\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/the-cellar-x037085/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/the-cellar-x037085/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 3003,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/cellar-x037085/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Mediterranean\"\n                    ]\n                },\n                \"lng\": 51.554321,\n                \"human_location\": \"Al Nahda School Street\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O046155\",\n                \"sub_categories\": [\n                    \"Fine Dining\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+97444023454\"\n            },\n            {\n                \"hotel\": null,\n                \"lat\": 25.285866,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Al Sadd\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"French\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Al Sadd\",\n                \"tripadvisor_id\": \"7345654\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"the french olive\",\n                \"locked_image_url\": \"\",\n                \"id\": 42851,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"shadi@ifsqatar.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/the-french-olive-x21693264/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"The French Olive\",\n                    \"name\": \"The French Olive\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Fine Dining\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/the-french-olive-x21693264/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/the-french-olive-x21693264/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 25528,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/the-french-olive-x21693264/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"French\"\n                    ]\n                },\n                \"lng\": 51.505184,\n                \"human_location\": \"Barwa Towers, C Ring Road\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O23468396\",\n                \"sub_categories\": [\n                    \"Fine Dining\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4444 4777\"\n            },\n            {\n                \"hotel\": null,\n                \"lat\": 25.364944,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"The Pearl Qatar\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"French\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"The Pearl Qatar\",\n                \"tripadvisor_id\": \"0\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"the french olive\",\n                \"locked_image_url\": \"\",\n                \"id\": 42854,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"shadi@ifsqatar.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/the-french-olive-x21693264/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"The French Olive\",\n                    \"name\": \"The French Olive\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Fine Dining\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/the-french-olive-x21693264/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/the-french-olive-x21693264/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 25528,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/the-french-olive-x21693264/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"French\"\n                    ]\n                },\n                \"lng\": 51.539833,\n                \"human_location\": \"1 La Croisette, Porto Arabia Drive\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O23487425\",\n                \"sub_categories\": [\n                    \"Fine Dining\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4488 8328\"\n            },\n            {\n                \"hotel\": null,\n                \"lat\": 25.370274,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"The Pearl Qatar\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"American\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"The Pearl Qatar\",\n                \"tripadvisor_id\": \"0\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"urban jazz kitchen\",\n                \"locked_image_url\": \"\",\n                \"id\": 20618,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"ujk@hdc-global.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/urban-jazz-kitchen-x22073659/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Urban Jazz Kitchen\",\n                    \"name\": \"Urban Jazz Kitchen\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Fine Dining\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/urban-jazz-kitchen-x22073659/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/urban-jazz-kitchen-x22073659/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 12445,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/urban-jazz-kitchen-x22073659/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"American\"\n                    ]\n                },\n                \"lng\": 51.540604,\n                \"human_location\": \"Unit 161A, Parcel 6 Porto Arabia\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O22080897\",\n                \"sub_categories\": [\n                    \"Fine Dining\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4409 5269\"\n            },\n            {\n                \"hotel\": \"Mondrian Doha\",\n                \"lat\": 25.376835,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"West Bay\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Middle Eastern\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Mondrian Doha\",\n                \"tripadvisor_id\": \"14043307\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"walima\",\n                \"locked_image_url\": \"\",\n                \"id\": 58098,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"wineanddine-mondriandoha@sbe.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/walima-x23867326/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Walima\",\n                    \"name\": \"Walima\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Fine Dining\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/walima-x23867326/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/walima-x23867326/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 34020,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/walima-x23867326/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Middle Eastern\"\n                    ]\n                },\n                \"lng\": 51.523426,\n                \"human_location\": \"Podium 2 Level, West Bay Lagoon Street, Next To Lagoona Mall\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O23872124\",\n                \"sub_categories\": [\n                    \"Fine Dining\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4045 5999\"\n            },\n            {\n                \"hotel\": null,\n                \"lat\": 25.280891,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Fereej Bin Mahmoud\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Lebanese\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Fereej Bin Mahmoud\",\n                \"tripadvisor_id\": \"10621576\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"zahr el laymoun - qatar\",\n                \"locked_image_url\": \"\",\n                \"id\": 33437,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"zlaymounqatar@gmail.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/zahr-el-laymoun---qatar-x23019354/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Zahr El Laymoun - Qatar\",\n                    \"name\": \"Zahr El Laymoun - Qatar\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Fine Dining\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/zahr-el-laymoun---qatar-x23019354/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/zahr-el-laymoun---qatar-x23019354/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 19868,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/zahr-el-laymoun---qatar-x23019354/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Lebanese\"\n                    ]\n                },\n                \"lng\": 51.50737,\n                \"human_location\": \"Shoumoukh Towers, Suhaim Bin Hamad Street\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O23127473\",\n                \"sub_categories\": [\n                    \"Fine Dining\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4444 9197\"\n            }\n        ]\n    },\n    \"cmd\": \"/et_rs_prd/p/wl/v1/outlets?sub_category_filter=Fine%20Dining&__platform=ios&app_version=1.1&build_no=17&category=Restaurants%20and%20Bars&location_id=9&currency=GBP&device_key=(device-key)&device_model=iPhone%208\",\n    \"success\": true,\n    \"http_response\": 200,\n    \"code\": 0\n}"}],"_postman_id":"e6a8095e-985a-4652-97ea-5f5700576d74"},{"name":"Filter Outlets By New Offers","id":"66515aee-9299-48f9-9ece-21d335762399","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{jwt-token}}"}},"method":"GET","header":[],"url":{"raw":"https://outletdvsvr.etenvbiz.com/api_ets/v1/outlets?show_new_offers=true","protocol":"https","host":["outletdvsvr","etenvbiz","com"],"path":["api_ets","v1","outlets"],"query":[{"key":"show_new_offers","value":"true"},{"key":"platform","value":"ios","disabled":true},{"key":"build_number","value":"17","disabled":true},{"key":"category","value":"Restaurants%20and%20Bars","disabled":true},{"key":"location_id","value":"9","disabled":true},{"key":"device_key","value":"{{device-key}}","disabled":true},{"key":"device_model","value":"iPhone%208","disabled":true},{"key":"include_featured","value":"1","disabled":true},{"key":"language","value":"en","disabled":true},{"key":"currency","value":"GBP","disabled":true},{"key":"lat","value":"25.087989","disabled":true},{"key":"lng","value":"55.150901","disabled":true},{"key":"offset","value":"0","disabled":true},{"key":"os_version","value":"12.2","disabled":true},{"key":"outlet_limit","value":"60","disabled":true},{"key":"redeemability","value":"redeemable_reusable","disabled":true},{"key":"sort","value":"default","disabled":true},{"key":"sub_category_filter","value":"All","disabled":true},{"key":"user_include_cheers","value":"0","disabled":true}]},"description":"Filters Outlets according to the Newest Offers, this filter is applied by changing <code>show_new_offers</code> parameter as true"},"response":[{"id":"6eba7dda-3194-4b8f-94bb-72d8629525e3","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://outletdvsvr.etenvbiz.com/api_ets/v1/outlets?show_new_offers=true&platform=ios&build_number=17&category=Restaurants%20and%20Bars&location_id=9&device_key={{device-key}}&device_model=iPhone%208&include_featured=1&language=en","protocol":"https","host":["outletdvsvr","etenvbiz","com"],"path":["api_ets","v1","outlets"],"query":[{"key":"show_new_offers","value":"true"},{"key":"platform","value":"ios"},{"key":"build_number","value":"17"},{"key":"category","value":"Restaurants%20and%20Bars"},{"key":"location_id","value":"9"},{"key":"device_key","value":"{{device-key}}"},{"key":"device_model","value":"iPhone%208"},{"key":"include_featured","value":"1"},{"key":"language","value":"en"},{"key":"currency","value":"GBP","disabled":true},{"key":"lat","value":"25.087989","disabled":true},{"key":"lng","value":"55.150901","disabled":true},{"key":"offset","value":"0","disabled":true},{"key":"os_version","value":"12.2","disabled":true},{"key":"outlet_limit","value":"60","disabled":true},{"key":"redeemability","value":"redeemable_reusable","disabled":true},{"key":"sort","value":"default","disabled":true},{"key":"sub_category_filter","value":"All","disabled":true},{"key":"user_include_cheers","value":"0","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 26 Jun 2019 11:49:24 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"473"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"4ecef5281b53ca80-LHE"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\",\n    \"data\": {\n        \"tabs\": [\n            {\n                \"uid\": \"all_offers\",\n                \"name\": \"Vodafone ENTERTAINER Offers\",\n                \"section_type\": 1,\n                \"params\": {\n                    \"redeemability\": \"redeemable_reusable\"\n                },\n                \"order\": 1\n            },\n            {\n                \"uid\": \"monthly\",\n                \"name\": \"MONTHLY\",\n                \"section_type\": 4,\n                \"params\": {\n                    \"redeemability\": \"reusable\",\n                    \"filter_by_type\": \"2\"\n                },\n                \"order\": 2\n            }\n        ],\n        \"is_fuzzy_server_down\": false,\n        \"search_results\": [],\n        \"limit\": \"60\",\n        \"featured_merchants\": [],\n        \"is_fuzzy_search_results\": false,\n        \"outlets\": []\n    },\n    \"cmd\": \"/et_rs_prd/p/wl/v1/outlets?show_new_offers=true&__platform=ios&app_version=1.1&build_no=17&category=Restaurants%20and%20Bars&location_id=9&device_key=(device-key)&device_model=iPhone%208&include_featured=1&language=en\",\n    \"success\": true,\n    \"http_response\": 200,\n    \"code\": 0\n}"}],"_postman_id":"66515aee-9299-48f9-9ece-21d335762399"},{"name":"Filter Outlets By Tabs","id":"22eb34a2-f193-4b38-86a8-b8fe7d5d8282","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{jwt-token}}"}},"method":"GET","header":[],"url":{"raw":"https://outletdvsvr.etenvbiz.com/api_ets/v1/outlets?redeemability=redeemable_reusable","protocol":"https","host":["outletdvsvr","etenvbiz","com"],"path":["api_ets","v1","outlets"],"query":[{"key":"redeemability","value":"redeemable_reusable"},{"key":"platform","value":"ios","disabled":true},{"key":"build_number","value":"17","disabled":true},{"key":"location_id","value":"9","disabled":true},{"key":"device_key","value":"{{device-key}}","disabled":true},{"key":"device_model","value":"iPhone%206S","disabled":true},{"key":"category","value":"Restaurants%20and%20Bars","disabled":true},{"key":"currency","value":"AED","disabled":true},{"key":"language","value":"en","disabled":true},{"key":"filter_by_type","value":"1","disabled":true},{"key":"filters_selected_for_yes[]","value":"buffet","disabled":true},{"key":"cuisine_filter[]","value":"chinese","disabled":true},{"key":"sub_category_filter","value":"Fine Dining","disabled":true},{"key":"show_new_offers","value":"true","disabled":true},{"key":"offset","value":"0","disabled":true},{"key":"outlet_limit","value":"60","disabled":true},{"key":"sort","value":"default","disabled":true},{"key":"first_sort_by_redeemability","value":"0","disabled":true},{"key":"lat","value":"74.3587","disabled":true},{"key":"lng","value":"31.5204","disabled":true},{"key":"radius","value":"0","disabled":true},{"key":"query","value":"default","disabled":true},{"key":"query_type","value":"name|area|address","disabled":true},{"key":"neighborhood","value":"default","disabled":true},{"key":"mall","value":"default","disabled":true},{"key":"hotel","value":"default","disabled":true},{"key":"limit","value":"60","disabled":true},{"key":"billing_country","value":"dubai","disabled":true},{"key":"outlet_id","value":"23","disabled":true},{"key":"is_more_sa","value":"false","disabled":true},{"key":"os_version","value":"12.0","disabled":true},{"key":"is_cheers","value":"false","disabled":true},{"key":"user_include_cheers","value":"false","disabled":true},{"key":"is_delivery","value":"false","disabled":true},{"key":"fuzzy","value":"false","disabled":true},{"key":"is_company_specific","value":"false","disabled":true},{"key":"show_monthly_offers","value":"false","disabled":true},{"key":"show_only_core_product_offers","value":"false","disabled":true}]},"description":"The Parameter of <code>redeemability</code> passed in this outlets request URL is derived from the request [**/v1/outlets**](https://theentertainerme.postman.co/collections/8347366-f3a4ca8b-5af5-4808-8da4-c60be678e7e9?version=latest&workspace=7c43ebf1-e539-41c1-84c1-3d85b32448ac#6169017a-2dc3-4119-b948-82b57f74a501)\n<div class=\"docs-desc-body\"><img src='https://i.ibb.co/mhzTZCk/outlet-response.png'></div> <br/>\nWhen the user clicks on a specific tab, the app will pass the *params* of that particular tab to API call"},"response":[{"id":"fb6189da-898f-4010-a641-0240ee2d3236","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://outletdvsvr.etenvbiz.com/api_ets/v1/outlets?redeemability=redeemable_reusable&platform=ios&build_number=17&location_id=9&device_key={{device-key}}&device_model=iPhone%206S&category=Restaurants%20and%20Bars&currency=AED&language=en&filter_by_type=1","protocol":"https","host":["outletdvsvr","etenvbiz","com"],"path":["api_ets","v1","outlets"],"query":[{"key":"redeemability","value":"redeemable_reusable"},{"key":"platform","value":"ios"},{"key":"build_number","value":"17"},{"key":"location_id","value":"9"},{"key":"device_key","value":"{{device-key}}"},{"key":"device_model","value":"iPhone%206S"},{"key":"category","value":"Restaurants%20and%20Bars"},{"key":"currency","value":"AED"},{"key":"language","value":"en"},{"key":"filter_by_type","value":"1"},{"key":"filters_selected_for_yes[]","value":"buffet","disabled":true},{"key":"cuisine_filter[]","value":"chinese","disabled":true},{"key":"sub_category_filter","value":"Fine Dining","disabled":true},{"key":"show_new_offers","value":"true","disabled":true},{"key":"offset","value":"0","disabled":true},{"key":"outlet_limit","value":"60","disabled":true},{"key":"sort","value":"default","disabled":true},{"key":"first_sort_by_redeemability","value":"0","disabled":true},{"key":"lat","value":"74.3587","disabled":true},{"key":"lng","value":"31.5204","disabled":true},{"key":"radius","value":"0","disabled":true},{"key":"query","value":"default","disabled":true},{"key":"query_type","value":"name|area|address","disabled":true},{"key":"neighborhood","value":"default","disabled":true},{"key":"mall","value":"default","disabled":true},{"key":"hotel","value":"default","disabled":true},{"key":"limit","value":"60","disabled":true},{"key":"billing_country","value":"dubai","disabled":true},{"key":"outlet_id","value":"23","disabled":true},{"key":"is_more_sa","value":"false","disabled":true},{"key":"os_version","value":"12.0","disabled":true},{"key":"is_cheers","value":"false","disabled":true},{"key":"user_include_cheers","value":"false","disabled":true},{"key":"is_delivery","value":"false","disabled":true},{"key":"fuzzy","value":"false","disabled":true},{"key":"is_company_specific","value":"false","disabled":true},{"key":"show_monthly_offers","value":"false","disabled":true},{"key":"show_only_core_product_offers","value":"false","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 26 Jun 2019 11:54:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"7982"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"4ecefd27f94dca80-LHE"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\",\n    \"data\": {\n        \"tabs\": [],\n        \"is_fuzzy_server_down\": false,\n        \"search_results\": [],\n        \"limit\": \"60\",\n        \"featured_merchants\": [],\n        \"is_fuzzy_search_results\": false,\n        \"outlets\": [\n            {\n                \"hotel\": \"Saraya Corniche Hotel\",\n                \"lat\": 25.290104,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Al Souq\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"International\"\n                    },\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Café\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Saraya Corniche Hotel\",\n                \"tripadvisor_id\": \"0\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"180 degree\",\n                \"locked_image_url\": \"\",\n                \"id\": 59882,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": null,\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/180-degree-x23869679/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"180 Degree\",\n                    \"name\": \"180 Degree\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Cafés\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/180-degree-x23869679/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/180-degree-x23869679/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 35203,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/180-degree-x23869679/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"International\",\n                        \"Café\"\n                    ]\n                },\n                \"lng\": 51.542633,\n                \"human_location\": \"Lobby Level\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O23874519\",\n                \"sub_categories\": [\n                    \"Cafés\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 5077 7355\"\n            },\n            {\n                \"hotel\": null,\n                \"lat\": 25.336735,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Duhail\",\n                \"mall\": \"Tawar Mall\",\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Ice Cream\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Tawar Mall\",\n                \"tripadvisor_id\": \"0\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"300 ice cream\",\n                \"locked_image_url\": \"\",\n                \"id\": 55122,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"ibary@modern.qa\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/300-ice-cream-x23860922/merchant_primary_logo_%28retina%29_-_merchant.jpg\",\n                    \"name_for_outlet\": \"300 Ice Cream\",\n                    \"name\": \"300 Ice Cream\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Informal Dining & Takeaway\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/300-ice-cream-x23860922/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/300-ice-cream-x23860922/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 32003,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/300-ice-cream-x23860922/merchant_primary_logo_%28non-retina%29_-_merchant.jpg\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Ice Cream\"\n                    ]\n                },\n                \"lng\": 51.480995,\n                \"human_location\": \"2nd Level\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O23868107\",\n                \"sub_categories\": [\n                    \"Informal Dining & Takeaway\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 7006 0509\"\n            },\n            {\n                \"hotel\": null,\n                \"lat\": 25.280373,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Al Sadd\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"American\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Al Sadd\",\n                \"tripadvisor_id\": \"0\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"41dws qatar\",\n                \"locked_image_url\": \"\",\n                \"id\": 35419,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"info@41dws.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/41dws-qatar-x23126860/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"41DWS Qatar\",\n                    \"name\": \"41DWS Qatar\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Informal Dining & Takeaway\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/41dws-qatar-x23126860/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/41dws-qatar-x23126860/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 21223,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/41dws-qatar-x23126860/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"American\"\n                    ]\n                },\n                \"lng\": 51.50753,\n                \"human_location\": \"Al Shoumoukh Tower, Ground Level Lobby, Bin Mahmoud, C- Ring Road\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O23204029\",\n                \"sub_categories\": [\n                    \"Informal Dining & Takeaway\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4444 7464\"\n            },\n            {\n                \"hotel\": null,\n                \"lat\": 25.224663,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Industrial Area\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Indian\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Industrial Area\",\n                \"tripadvisor_id\": \"12183064\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"7st by mumbai spices\",\n                \"locked_image_url\": \"\",\n                \"id\": 61261,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"7stmumbaispices@gmail.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/7st-by-mumbai-spices-x23870449/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"7st By Mumbai Spices\",\n                    \"name\": \"7st By Mumbai Spices\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Casual Dining\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/7st-by-mumbai-spices-x23870449/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/7st-by-mumbai-spices-x23870449/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 35980,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/7st-by-mumbai-spices-x23870449/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Indian\"\n                    ]\n                },\n                \"lng\": 51.507137,\n                \"human_location\": \"Barwa Commercial Avenue, Near F Ring Road, Main Industrial Area Road\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O23875963\",\n                \"sub_categories\": [\n                    \"Casual Dining\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4487 7795\"\n            },\n            {\n                \"hotel\": \"\",\n                \"lat\": 22.284794,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Sheung Wan\",\n                \"mall\": \"\",\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"International\"\n                    },\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Fusion\"\n                    },\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Western\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Sheung Wan\",\n                \"tripadvisor_id\": \"10719370\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"a side / b side\",\n                \"locked_image_url\": \"\",\n                \"id\": 62531,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/a-side-/-b-side-x23868062/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"A Side / B Side\",\n                    \"name\": \"A Side / B Side\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Cafés\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/a-side-/-b-side-x23868062/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/a-side-/-b-side-x23868062/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 36563,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/a-side-/-b-side-x23868062/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"International\",\n                        \"Fusion\",\n                        \"Western\"\n                    ]\n                },\n                \"lng\": 114.148445,\n                \"human_location\": \"53 Sai Street\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O23873385\",\n                \"sub_categories\": [\n                    \"Cafés\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+852 2857 5055\"\n            },\n            {\n                \"hotel\": null,\n                \"lat\": 25.272997,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Al Nasr\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Arabic\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Al Nasr\",\n                \"tripadvisor_id\": \"0\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"al bait al kuwaiti\",\n                \"locked_image_url\": \"\",\n                \"id\": 63230,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": null,\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/al-bait-al-kuwaiti-x23871353/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Al Bait Al Kuwaiti\",\n                    \"name\": \"Al Bait Al Kuwaiti\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Casual Dining\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/al-bait-al-kuwaiti-x23871353/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/al-bait-al-kuwaiti-x23871353/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 37055,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/al-bait-al-kuwaiti-x23871353/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Arabic\"\n                    ]\n                },\n                \"lng\": 51.493912,\n                \"human_location\": \"Al Mirqab Al Jadeed Street, Next To Family Food Centre\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O23877784\",\n                \"sub_categories\": [\n                    \"Casual Dining\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 5013 5858\"\n            },\n            {\n                \"hotel\": null,\n                \"lat\": 25.16361,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Al Wakrah\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Arabic\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Al Wakrah\",\n                \"tripadvisor_id\": \"0\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"al bait al kuwaiti\",\n                \"locked_image_url\": \"\",\n                \"id\": 63231,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": null,\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/al-bait-al-kuwaiti-x23871353/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Al Bait Al Kuwaiti\",\n                    \"name\": \"Al Bait Al Kuwaiti\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Casual Dining\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/al-bait-al-kuwaiti-x23871353/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/al-bait-al-kuwaiti-x23871353/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 37055,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/al-bait-al-kuwaiti-x23871353/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Arabic\"\n                    ]\n                },\n                \"lng\": 51.597446,\n                \"human_location\": \"Abdul Rahman Bin Jasim Street\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O23877788\",\n                \"sub_categories\": [\n                    \"Casual Dining\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 5022 5959\"\n            },\n            {\n                \"hotel\": null,\n                \"lat\": 25.295223,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Al Rayyan\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Arabic\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Al Rayyan\",\n                \"tripadvisor_id\": \"0\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"al bait al kuwaiti\",\n                \"locked_image_url\": \"\",\n                \"id\": 63234,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": null,\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/al-bait-al-kuwaiti-x23871353/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Al Bait Al Kuwaiti\",\n                    \"name\": \"Al Bait Al Kuwaiti\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Casual Dining\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/al-bait-al-kuwaiti-x23871353/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/al-bait-al-kuwaiti-x23871353/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 37055,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/al-bait-al-kuwaiti-x23871353/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Arabic\"\n                    ]\n                },\n                \"lng\": 51.42075,\n                \"human_location\": \"Al Salam Street\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O23877790\",\n                \"sub_categories\": [\n                    \"Casual Dining\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 5022 5858\"\n            },\n            {\n                \"hotel\": null,\n                \"lat\": 25.288572,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Souq Waqif\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"International\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Souq Waqif\",\n                \"tripadvisor_id\": \"0\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"al enna restaurant\",\n                \"locked_image_url\": \"\",\n                \"id\": 58312,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": null,\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/al-enna-restaurant-x23867932/merchant_primary_logo_%28retina%29_-_merchant.jpg\",\n                    \"name_for_outlet\": \"Al Enna Restaurant\",\n                    \"name\": \"Al Enna Restaurant\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Casual Dining\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/al-enna-restaurant-x23867932/merchant_profile_%22hero%22_image_%28non-retina%29.jpg\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/al-enna-restaurant-x23867932/merchant_profile_%22hero%22_image_%28retina%29.jpg\",\n                    \"id\": 34166,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/al-enna-restaurant-x23867932/merchant_primary_logo_%28non-retina%29_-_merchant.jpg\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"International\"\n                    ]\n                },\n                \"lng\": 51.53056,\n                \"human_location\": \"Falcon Souq\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O23872649\",\n                \"sub_categories\": [\n                    \"Casual Dining\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4417 2218\"\n            },\n            {\n                \"hotel\": null,\n                \"lat\": 25.255106,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Salwa\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Middle Eastern\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Salwa\",\n                \"tripadvisor_id\": \"2176901\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"al huda bakery\",\n                \"locked_image_url\": \"\",\n                \"id\": 8900,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": null,\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/al-huda-bakery--snack-house-x21273471/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Al Huda Bakery\",\n                    \"name\": \"Al Huda Bakery\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Informal Dining & Takeaway\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/al-huda-bakery--snack-house-x21273471/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/al-huda-bakery--snack-house-x21273471/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 4890,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/al-huda-bakery--snack-house-x21273471/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Middle Eastern\"\n                    ]\n                },\n                \"lng\": 51.48259,\n                \"human_location\": \"Al Emadi Building, Salwa Road\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O21378194\",\n                \"sub_categories\": [\n                    \"Informal Dining & Takeaway\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4469 3214\"\n            },\n            {\n                \"hotel\": \"Sharq Village & Spa, A Ritz-Carlton Hotel\",\n                \"lat\": 25.2855,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Ras Abu Aboud\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Arabic\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Al Jalsa - Sharq Village & Spa, A Ritz-Carlton Hotel\",\n                \"tripadvisor_id\": \"0\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"al jalsa\",\n                \"locked_image_url\": \"\",\n                \"id\": 42368,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"dining.sharq@ritzcarlton.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/al-jalsa-x23332629/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Al Jalsa\",\n                    \"name\": \"Al Jalsa\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Cafés\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/al-jalsa-x23332629/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/al-jalsa-x23332629/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 25214,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/al-jalsa-x23332629/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Arabic\"\n                    ]\n                },\n                \"lng\": 51.554642,\n                \"human_location\": \"Ras Abu Aboud Street\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O23438950\",\n                \"sub_categories\": [\n                    \"Cafés\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4425 6666\"\n            },\n            {\n                \"hotel\": \"Amari Doha Hotel\",\n                \"lat\": 25.282831,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Musheireb\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Café\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Amari Doha Hotel\",\n                \"tripadvisor_id\": \"0\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"al jalsa lounge\",\n                \"locked_image_url\": \"\",\n                \"id\": 8901,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": null,\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/al-jasla-lounge-x21395960/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Al Jalsa Lounge\",\n                    \"name\": \"Al Jalsa Lounge\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Cafés\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/al-jasla-lounge-x21395960/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/al-jasla-lounge-x21395960/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 4891,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/al-jasla-lounge-x21395960/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Café\"\n                    ]\n                },\n                \"lng\": 51.523598,\n                \"human_location\": \"Ground Level\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O21410746\",\n                \"sub_categories\": [\n                    \"Cafés\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4433 8825\"\n            },\n            {\n                \"hotel\": \"Wyndham Grand Regency Doha\",\n                \"lat\": 25.291389,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Al Sadd\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Café\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Wyndham Grand Regency Doha\",\n                \"tripadvisor_id\": \"0\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"al kut cafe\",\n                \"locked_image_url\": \"\",\n                \"id\": 54383,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"chcostales@wyndham.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/al-kut-cafe-x23862643/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Al Kut Cafe\",\n                    \"name\": \"Al Kut Cafe\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Cafés\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/al-kut-cafe-x23862643/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/al-kut-cafe-x23862643/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 31565,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/al-kut-cafe-x23862643/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Café\"\n                    ]\n                },\n                \"lng\": 51.497131,\n                \"human_location\": \"Ground level, Jawaan Street, Sports Roundabout\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O23867182\",\n                \"sub_categories\": [\n                    \"Cafés\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4434 3122\"\n            },\n            {\n                \"hotel\": \"Sharq Village & Spa, A Ritz-Carlton Hotel\",\n                \"lat\": 25.2855,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Ras Abu Aboud\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"International\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Al Liwan - Sharq Village & Spa, A Ritz-Carlton Hotel\",\n                \"tripadvisor_id\": \"8814441\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"al liwan\",\n                \"locked_image_url\": \"\",\n                \"id\": 22471,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"dining.sharq@ritzcarlton.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/al-liwan-x22091504/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Al Liwan\",\n                    \"name\": \"Al Liwan\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Fine Dining\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/al-liwan-x22091504/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/al-liwan-x22091504/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 13440,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/al-liwan-x22091504/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"International\"\n                    ]\n                },\n                \"lng\": 51.554642,\n                \"human_location\": \"Ground Level\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O22226853\",\n                \"sub_categories\": [\n                    \"Fine Dining\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4425 6666\"\n            },\n            {\n                \"hotel\": \"Arumalia Boutique Hotel\",\n                \"lat\": 25.285889,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Souq Waqif\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Indian\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Arumalia Boutique Hotel\",\n                \"tripadvisor_id\": \"5522564\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"al matbakh\",\n                \"locked_image_url\": \"\",\n                \"id\": 5414,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"souqwaqif@minor.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/al-matbakh-x037512/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Al Matbakh\",\n                    \"name\": \"Al Matbakh\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Casual Dining\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/al-matbakh-x037512/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/al-matbakh-x037512/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 3040,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/al-matbakh-x037512/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Indian\"\n                    ]\n                },\n                \"lng\": 51.531338,\n                \"human_location\": \"Rooftop\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O046717\",\n                \"sub_categories\": [\n                    \"Casual Dining\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4433 6666\"\n            },\n            {\n                \"hotel\": \"Al Mirqab Boutique Hotel\",\n                \"lat\": 25.285889,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Souq Waqif\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Lebanese\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Al Mirqab Boutique Hotel\",\n                \"tripadvisor_id\": \"7711898\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"al terrace\",\n                \"locked_image_url\": \"\",\n                \"id\": 5415,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"souqwaqif@minor.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/al-terrace-x037519/merchant_primary_logo_%28retina%29_-_merchant.jpg\",\n                    \"name_for_outlet\": \"Al Terrace\",\n                    \"name\": \"Al Terrace\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Casual Dining\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/al-terrace-x037519/merchant_profile_%22hero%22_image_%28non-retina%29.jpg\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/al-terrace-x037519/merchant_profile_%22hero%22_image_%28retina%29.jpg\",\n                    \"id\": 3041,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/al-terrace-x037519/merchant_primary_logo_%28non-retina%29_-_merchant.jpg\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Lebanese\"\n                    ]\n                },\n                \"lng\": 51.531338,\n                \"human_location\": \"Lobby Level\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O046724\",\n                \"sub_categories\": [\n                    \"Casual Dining\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4433 6666\"\n            },\n            {\n                \"hotel\": \"Ezdan Hotel\",\n                \"lat\": 25.318241,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"West Bay\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"International\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Ezdan Hotel\",\n                \"tripadvisor_id\": \"11700389\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"al thouraya restaurant\",\n                \"locked_image_url\": \"\",\n                \"id\": 14406,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"restaurant.reservations@ezdanhotels.qa\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/al-thouraya-restaurant-x21639482/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Al Thouraya Restaurant\",\n                    \"name\": \"Al Thouraya Restaurant\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Casual Dining\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/al-thouraya-restaurant-x21639482/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/al-thouraya-restaurant-x21639482/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 8259,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/al-thouraya-restaurant-x21639482/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"International\"\n                    ]\n                },\n                \"lng\": 51.52037,\n                \"human_location\": \"The Atrium Zone, 4th Level\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O21705403\",\n                \"sub_categories\": [\n                    \"Casual Dining\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4496 9459\"\n            },\n            {\n                \"hotel\": null,\n                \"lat\": 25.365664,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"The Pearl Qatar\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"International\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"The Pearl Qatar\",\n                \"tripadvisor_id\": \"7591153\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"alison nelson chocolate bar\",\n                \"locked_image_url\": \"\",\n                \"id\": 8902,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"chocolatebar@hdc-global.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/alison-nelson-chocolate-bar-x21134517/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Alison Nelson Chocolate Bar\",\n                    \"name\": \"Alison Nelson Chocolate Bar\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Cafés\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/alison-nelson-chocolate-bar-x21134517/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/alison-nelson-chocolate-bar-x21134517/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 4892,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/alison-nelson-chocolate-bar-x21134517/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"International\"\n                    ]\n                },\n                \"lng\": 51.541,\n                \"human_location\": \"1 La Croisette, Porto Arabia\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O21270738\",\n                \"sub_categories\": [\n                    \"Cafés\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4409 5236\"\n            },\n            {\n                \"hotel\": null,\n                \"lat\": 25.327164,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Al Rayyan\",\n                \"mall\": \"Mall of Qatar\",\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"International\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Mall of Qatar\",\n                \"tripadvisor_id\": \"0\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"alison nelson chocolate bar\",\n                \"locked_image_url\": \"\",\n                \"id\": 33018,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"chocolatebar@hdc-global.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/alison-nelson-chocolate-bar-x21134517/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Alison Nelson Chocolate Bar\",\n                    \"name\": \"Alison Nelson Chocolate Bar\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Cafés\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/alison-nelson-chocolate-bar-x21134517/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/alison-nelson-chocolate-bar-x21134517/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 4892,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/alison-nelson-chocolate-bar-x21134517/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"International\"\n                    ]\n                },\n                \"lng\": 51.349789,\n                \"human_location\": \"Ground Level\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O23098070\",\n                \"sub_categories\": [\n                    \"Cafés\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4409 5236\"\n            },\n            {\n                \"hotel\": null,\n                \"lat\": 25.386349,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Umm Salal Mohammed\",\n                \"mall\": \"Doha Festival City\",\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"International\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Doha Festival City\",\n                \"tripadvisor_id\": \"0\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"alison nelson chocolate bar\",\n                \"locked_image_url\": \"\",\n                \"id\": 57331,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"chocolatebar@hdc-global.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/alison-nelson-chocolate-bar-x21134517/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Alison Nelson Chocolate Bar\",\n                    \"name\": \"Alison Nelson Chocolate Bar\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Cafés\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/alison-nelson-chocolate-bar-x21134517/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/alison-nelson-chocolate-bar-x21134517/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 4892,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/alison-nelson-chocolate-bar-x21134517/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"International\"\n                    ]\n                },\n                \"lng\": 51.441082,\n                \"human_location\": \"Near Food Court\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O23871033\",\n                \"sub_categories\": [\n                    \"Cafés\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4462 2503\"\n            },\n            {\n                \"hotel\": null,\n                \"lat\": 25.250864,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Abu Hamour\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Middle Eastern\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Abu Hamour\",\n                \"tripadvisor_id\": \"0\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"aljory roses kitchen\",\n                \"locked_image_url\": \"\",\n                \"id\": 57947,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": null,\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/aljory-roses-kitchen-x23866335/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Aljory Roses Kitchen\",\n                    \"name\": \"Aljory Roses Kitchen\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Informal Dining & Takeaway\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/aljory-roses-kitchen-x23866335/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/aljory-roses-kitchen-x23866335/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 33934,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/aljory-roses-kitchen-x23866335/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Middle Eastern\"\n                    ]\n                },\n                \"lng\": 51.489449,\n                \"human_location\": \"Bu Hamour Street, Mesaimeer Road, Opposite of Dar Al Salam Mall, Towards Halul Roundabout\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O23871146\",\n                \"sub_categories\": [\n                    \"Informal Dining & Takeaway\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 6641 6890\"\n            },\n            {\n                \"hotel\": null,\n                \"lat\": 25.322433,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"West Bay\",\n                \"mall\": \"The Gate Mall\",\n                \"attributes\": [\n                    {\n                        \"type\": \"image\",\n                        \"value\": \"https://s3.amazonaws.com/entertainer-app-assets/icons/badge_monthly.png\"\n                    },\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"French\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"The Gate Mall\",\n                \"tripadvisor_id\": \"7395279\",\n                \"top_offer_type\": 2,\n                \"merchant_name\": \"angelina paris\",\n                \"locked_image_url\": \"\",\n                \"id\": 15427,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 3,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": true,\n                \"product_id\": [\n                    \"6670\",\n                    \"5982\"\n                ],\n                \"email\": \"marketing@tbmhospitality.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/angelina-paris-x21672240/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Angelina Paris\",\n                    \"name\": \"Angelina Paris\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Fine Dining\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/angelina-paris-x21672240/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/angelina-paris-x21672240/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 8866,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/angelina-paris-x21672240/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"French\"\n                    ]\n                },\n                \"lng\": 51.526791,\n                \"human_location\": \"VIP Entrance, Omar Al Mukhtar Street\",\n                \"product_sku\": [\n                    \"D19QTQTMO\",\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O21698479\",\n                \"sub_categories\": [\n                    \"Fine Dining\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4411 8988\"\n            },\n            {\n                \"hotel\": null,\n                \"lat\": 25.37285,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"The Pearl Qatar\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"International\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"The Pearl Qatar\",\n                \"tripadvisor_id\": \"6487776\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"anima lounge\",\n                \"locked_image_url\": \"\",\n                \"id\": 26804,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": null,\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/anima-lounge-x21998767/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Anima Lounge\",\n                    \"name\": \"Anima Lounge\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"International\",\n                    \"digital_section\": \"Casual Dining\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/anima-lounge-x21998767/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/anima-lounge-x21998767/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 16504,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/anima-lounge-x21998767/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"International\"\n                    ]\n                },\n                \"lng\": 51.541283,\n                \"human_location\": \"Parcel 17, 30 La Croisette\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O22415283\",\n                \"sub_categories\": [\n                    \"Casual Dining\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4 029 6726\"\n            },\n            {\n                \"hotel\": null,\n                \"lat\": 25.314692,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": null,\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"image\",\n                        \"value\": \"https://s3.amazonaws.com/entertainer-app-assets/icons/badge_monthly.png\"\n                    },\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Brazilian\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Practise Using Our App\",\n                \"tripadvisor_id\": \"0\",\n                \"top_offer_type\": 2,\n                \"merchant_name\": \"app tutorial\",\n                \"locked_image_url\": \"\",\n                \"id\": 4820,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 3,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": true,\n                \"product_id\": [\n                    \"6670\"\n                ],\n                \"email\": null,\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/app-tutorial-x302366/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"App Tutorial\",\n                    \"name\": \"App Tutorial\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Casual Dining\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/app-tutorial-x302366/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/app-tutorial-x302366/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 2731,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/app-tutorial-x302366/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Brazilian\"\n                    ]\n                },\n                \"lng\": 51.215885,\n                \"human_location\": \"Learn How To Redeem An Offer\",\n                \"product_sku\": [\n                    \"D19QTQTMO\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O306852\",\n                \"sub_categories\": [\n                    \"Casual Dining\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+97144279575\"\n            },\n            {\n                \"hotel\": \"Four Seasons Hotel Doha\",\n                \"lat\": 25.32436,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"West Bay\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"image\",\n                        \"value\": \"https://s3.amazonaws.com/entertainer-app-assets/icons/badge_monthly.png\"\n                    },\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Café\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Four Seasons Hotel Doha\",\n                \"tripadvisor_id\": \"0\",\n                \"top_offer_type\": 2,\n                \"merchant_name\": \"apres spa cafe\",\n                \"locked_image_url\": \"\",\n                \"id\": 34228,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 3,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": true,\n                \"product_id\": [\n                    \"5982\",\n                    \"6670\"\n                ],\n                \"email\": \"dining.doh@fourseasons.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/apres-spa-cafe-x23144925/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Apres Spa Cafe\",\n                    \"name\": \"Apres Spa Cafe\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Cafés\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/apres-spa-cafe-x23144925/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/apres-spa-cafe-x23144925/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 20498,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/apres-spa-cafe-x23144925/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Café\"\n                    ]\n                },\n                \"lng\": 51.539326,\n                \"human_location\": \"1st Level\",\n                \"product_sku\": [\n                    \"D19QTQTCP\",\n                    \"D19QTQTMO\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O23152432\",\n                \"sub_categories\": [\n                    \"Cafés\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4494 8600\"\n            },\n            {\n                \"hotel\": \"Marriott Marquis City Center Doha Hotel\",\n                \"lat\": 25.325266,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"West Bay\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Bar Food\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Marriott Marquis City Center Doha Hotel\",\n                \"tripadvisor_id\": \"2538609\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"aqua lounge\",\n                \"locked_image_url\": \"\",\n                \"id\": 38039,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"mhrs.dohmq.restaurant.reservation@marriotthotels.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/aqua-lounge-x23316652/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Aqua Lounge\",\n                    \"name\": \"Aqua Lounge\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Pubs, Bars & Clubs\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/aqua-lounge-x23316652/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/aqua-lounge-x23316652/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 22615,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/aqua-lounge-x23316652/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Bar Food\"\n                    ]\n                },\n                \"lng\": 51.528099,\n                \"human_location\": \"7th Level, Omar Al Mukhtar Street, Area 61, Al Dafna\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O23329837\",\n                \"sub_categories\": [\n                    \"Pubs, Bars & Clubs\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4419 5000\"\n            },\n            {\n                \"hotel\": null,\n                \"lat\": 25.372992,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"The Pearl Qatar\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Arabic\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"The Pearl Qatar\",\n                \"tripadvisor_id\": \"3936519\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"arabesque\",\n                \"locked_image_url\": \"\",\n                \"id\": 8005,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"marketing@hdc-global.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/arabesque-x21134518/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Arabesque\",\n                    \"name\": \"Arabesque\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Casual Dining\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/arabesque-x21134518/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/arabesque-x21134518/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 4386,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/arabesque-x21134518/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Arabic\"\n                    ]\n                },\n                \"lng\": 51.54269,\n                \"human_location\": \"18 La Croisette, Porto Arabia\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O21270737\",\n                \"sub_categories\": [\n                    \"Casual Dining\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4409 5271\"\n            },\n            {\n                \"hotel\": \"Crowne Plaza Doha, The Business Park\",\n                \"lat\": 25.273054,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Najma\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"International\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Crowne Plaza Doha, The Business Park\",\n                \"tripadvisor_id\": \"3530632\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"aramede\",\n                \"locked_image_url\": \"\",\n                \"id\": 3847,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"aramede.cpdoha@ihg.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/aramede-x122472/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Aramede\",\n                    \"name\": \"Aramede\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/aramede-x122472/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/aramede-x122472/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 2302,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/aramede-x122472/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"International\"\n                    ]\n                },\n                \"lng\": 51.540897,\n                \"human_location\": \"Ground Level, Airport Road\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O141695\",\n                \"sub_categories\": [],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4408 7777\"\n            },\n            {\n                \"hotel\": \"Al Jasra Boutique Hotel\",\n                \"lat\": 25.289057,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Al Jasrah\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Moroccan\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Al Jasra Boutique Hotel\",\n                \"tripadvisor_id\": \"7896464\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"argan\",\n                \"locked_image_url\": \"\",\n                \"id\": 5330,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"souqwaqif@minor.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/argan-x037514/merchant_primary_logo_%28retina%29_-_merchant.jpg\",\n                    \"name_for_outlet\": \"Argan\",\n                    \"name\": \"Argan\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Casual Dining\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/argan-x037514/merchant_profile_%22hero%22_image_%28non-retina%29.jpg\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/argan-x037514/merchant_profile_%22hero%22_image_%28retina%29.jpg\",\n                    \"id\": 2980,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/argan-x037514/merchant_primary_logo_%28non-retina%29_-_merchant.jpg\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Moroccan\"\n                    ]\n                },\n                \"lng\": 51.531147,\n                \"human_location\": \"Ground Level\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O046719\",\n                \"sub_categories\": [\n                    \"Casual Dining\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4433 6666\"\n            },\n            {\n                \"hotel\": \"Crowne Plaza Doha, The Business Park\",\n                \"lat\": 25.273552,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Najma\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Lebanese\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Crowne Plaza Doha, The Business Park\",\n                \"tripadvisor_id\": \"0\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"arguelina\",\n                \"locked_image_url\": \"\",\n                \"id\": 42385,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": null,\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/arguelina-x23426496/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Arguelina\",\n                    \"name\": \"Arguelina\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/arguelina-x23426496/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/arguelina-x23426496/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 25282,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/arguelina-x23426496/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Lebanese\"\n                    ]\n                },\n                \"lng\": 51.541344,\n                \"human_location\": \"Ground Level,  Airport Road\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O23438752\",\n                \"sub_categories\": [],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4408 7777\"\n            },\n            {\n                \"hotel\": null,\n                \"lat\": 25.319326,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"West Bay\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Café\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"West Bay\",\n                \"tripadvisor_id\": \"0\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"attibassi cafe\",\n                \"locked_image_url\": \"\",\n                \"id\": 34310,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"info@attibassi.qa\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/attibassi-cafe-x23134269/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Attibassi Cafe\",\n                    \"name\": \"Attibassi Cafe\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Informal Dining & Takeaway\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/attibassi-cafe-x23134269/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/attibassi-cafe-x23134269/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 20544,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/attibassi-cafe-x23134269/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Café\"\n                    ]\n                },\n                \"lng\": 51.527981,\n                \"human_location\": \"Tornado Tower, Ground Level\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O23158136\",\n                \"sub_categories\": [\n                    \"Informal Dining & Takeaway\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 7077 0458\"\n            },\n            {\n                \"hotel\": null,\n                \"lat\": 25.368282,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"The Pearl Qatar\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Café\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"The Pearl Qatar\",\n                \"tripadvisor_id\": \"0\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"attibassi cafe\",\n                \"locked_image_url\": \"\",\n                \"id\": 34313,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"info@attibassi.qa\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/attibassi-cafe-x23134269/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Attibassi Cafe\",\n                    \"name\": \"Attibassi Cafe\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Informal Dining & Takeaway\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/attibassi-cafe-x23134269/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/attibassi-cafe-x23134269/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 20544,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/attibassi-cafe-x23134269/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Café\"\n                    ]\n                },\n                \"lng\": 51.551178,\n                \"human_location\": \"Qanat Quartier\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O23158138\",\n                \"sub_categories\": [\n                    \"Informal Dining & Takeaway\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 5003 4531\"\n            },\n            {\n                \"hotel\": \"Simaisma, A Murwab Resort\",\n                \"lat\": 25.585285,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Simaisma\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"International\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Simaisma, A Murwab Resort\",\n                \"tripadvisor_id\": \"9563775\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"awtar restaurant\",\n                \"locked_image_url\": \"\",\n                \"id\": 54734,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"inof@simaisma.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/awtar-restaurant-x23862941/merchant_primary_logo_%28retina%29_-_merchant.jpg\",\n                    \"name_for_outlet\": \"Awtar Restaurant\",\n                    \"name\": \"Awtar Restaurant\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Casual Dining\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/awtar-restaurant-x23862941/merchant_profile_%22hero%22_image_%28non-retina%29.jpg\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/awtar-restaurant-x23862941/merchant_profile_%22hero%22_image_%28retina%29.jpg\",\n                    \"id\": 31754,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/awtar-restaurant-x23862941/merchant_primary_logo_%28non-retina%29_-_merchant.jpg\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"International\"\n                    ]\n                },\n                \"lng\": 51.48885,\n                \"human_location\": \"Club House, 2nd Level\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O23867633\",\n                \"sub_categories\": [\n                    \"Casual Dining\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4479 9576\"\n            },\n            {\n                \"hotel\": null,\n                \"lat\": 25.26214,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Muaither\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Thai\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Muaither\",\n                \"tripadvisor_id\": \"6600082\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"baan thai restaurant\",\n                \"locked_image_url\": \"\",\n                \"id\": 50775,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"info@baanthaidoha.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/baan-thai-restaurant-x23857641/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Baan Thai Restaurant\",\n                    \"name\": \"Baan Thai Restaurant\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/baan-thai-restaurant-x23857641/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/baan-thai-restaurant-x23857641/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 29345,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/baan-thai-restaurant-x23857641/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Thai\"\n                    ]\n                },\n                \"lng\": 51.430225,\n                \"human_location\": \"Al Furousiya Street, Opposite of Aspire Park, Near Zoo Signal\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O23862175\",\n                \"sub_categories\": [],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 6659 7666\"\n            },\n            {\n                \"hotel\": \"The Avenue, A Murwab Hotel\",\n                \"lat\": 25.289558,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Al Sadd\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"International\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"The Avenue, A Murwab Hotel\",\n                \"tripadvisor_id\": \"10476956\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"baaya\",\n                \"locked_image_url\": \"\",\n                \"id\": 22481,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"sales@avenuedoha.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/baaya-x22000874/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Baaya\",\n                    \"name\": \"Baaya\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Casual Dining\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/baaya-x22000874/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/baaya-x22000874/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 13446,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/baaya-x22000874/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"International\"\n                    ]\n                },\n                \"lng\": 51.484421,\n                \"human_location\": \"Mezzanine Level\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O22226699\",\n                \"sub_categories\": [\n                    \"Casual Dining\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4042 8222\"\n            },\n            {\n                \"hotel\": \"Saraya Corniche Hotel\",\n                \"lat\": 25.290104,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Al Souq\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Chinese\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Saraya Corniche Hotel\",\n                \"tripadvisor_id\": \"0\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"bamboo asian restaurant\",\n                \"locked_image_url\": \"\",\n                \"id\": 60393,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": null,\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/bamboo-asian-restaurant-x23869772/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Bamboo Asian Restaurant\",\n                    \"name\": \"Bamboo Asian Restaurant\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Casual Dining\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/bamboo-asian-restaurant-x23869772/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/bamboo-asian-restaurant-x23869772/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 35505,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/bamboo-asian-restaurant-x23869772/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Chinese\"\n                    ]\n                },\n                \"lng\": 51.542633,\n                \"human_location\": \"Al Safilya Street, Zone 18, Al Corniche\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O23874930\",\n                \"sub_categories\": [\n                    \"Casual Dining\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4497 3788\"\n            },\n            {\n                \"hotel\": null,\n                \"lat\": 25.270205,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Al Hilal\",\n                \"mall\": \"Al Muthanna Complex\",\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Filipino\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Al Muthanna Complex\",\n                \"tripadvisor_id\": \"14087162\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"barrio fiesta\",\n                \"locked_image_url\": \"\",\n                \"id\": 38137,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": null,\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/barrio-fiesta-x23301263/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Barrio Fiesta\",\n                    \"name\": \"Barrio Fiesta\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"Casual Dining\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/barrio-fiesta-x23301263/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/barrio-fiesta-x23301263/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 22666,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/barrio-fiesta-x23301263/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Filipino\"\n                    ]\n                },\n                \"lng\": 51.508602,\n                \"human_location\": \"Salwa Road, Ramada Signal\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O23317086\",\n                \"sub_categories\": [\n                    \"Casual Dining\"\n                ],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4490 4886\"\n            },\n            {\n                \"hotel\": null,\n                \"lat\": 25.260193,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Al Waab\",\n                \"mall\": \"Villaggio Mall\",\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Ice Cream\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Villaggio Mall\",\n                \"tripadvisor_id\": \"10488036\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"baskin robbins - qatar\",\n                \"locked_image_url\": \"\",\n                \"id\": 5530,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"feedback@galadariicecream.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Baskin Robbins - Qatar\",\n                    \"name\": \"Baskin Robbins - Qatar\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 3092,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Ice Cream\"\n                    ]\n                },\n                \"lng\": 51.443073,\n                \"human_location\": \"Ground Level, Near Khalifa Stadium\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O044482\",\n                \"sub_categories\": [],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4450 7970\"\n            },\n            {\n                \"hotel\": null,\n                \"lat\": 25.681953,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Al Khor\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Ice Cream\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Al Khor\",\n                \"tripadvisor_id\": \"7733622\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"baskin robbins - qatar\",\n                \"locked_image_url\": \"\",\n                \"id\": 5531,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"feedback@galadariicecream.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Baskin Robbins - Qatar\",\n                    \"name\": \"Baskin Robbins - Qatar\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 3092,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Ice Cream\"\n                    ]\n                },\n                \"lng\": 51.495808,\n                \"human_location\": \"Near Doha Bank, Zakeera Street\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O044483\",\n                \"sub_categories\": [],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4472 2954\"\n            },\n            {\n                \"hotel\": null,\n                \"lat\": 25.289259,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Al Rayyan\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Ice Cream\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Al Shafi\",\n                \"tripadvisor_id\": \"10488036\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"baskin robbins - qatar\",\n                \"locked_image_url\": \"\",\n                \"id\": 5532,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"feedback@galadariicecream.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Baskin Robbins - Qatar\",\n                    \"name\": \"Baskin Robbins - Qatar\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 3092,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Ice Cream\"\n                    ]\n                },\n                \"lng\": 51.420284,\n                \"human_location\": \"Near Saudi Supermarket, Al Shafi Street\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O044484\",\n                \"sub_categories\": [],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4480 3806\"\n            },\n            {\n                \"hotel\": null,\n                \"lat\": 25.241898,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Al Hilal\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Ice Cream\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Al Hilal\",\n                \"tripadvisor_id\": \"7733622\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"baskin robbins - qatar\",\n                \"locked_image_url\": \"\",\n                \"id\": 5533,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"feedback@galadariicecream.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Baskin Robbins - Qatar\",\n                    \"name\": \"Baskin Robbins - Qatar\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 3092,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Ice Cream\"\n                    ]\n                },\n                \"lng\": 51.544518,\n                \"human_location\": \"Tyseer Petrol Station\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O044485\",\n                \"sub_categories\": [],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4443 5375\"\n            },\n            {\n                \"hotel\": null,\n                \"lat\": 25.282362,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Al Sadd\",\n                \"mall\": \"Al Asmakh Mall\",\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Ice Cream\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Al Asmakh Mall\",\n                \"tripadvisor_id\": \"7733622\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"baskin robbins - qatar\",\n                \"locked_image_url\": \"\",\n                \"id\": 5534,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"feedback@galadariicecream.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Baskin Robbins - Qatar\",\n                    \"name\": \"Baskin Robbins - Qatar\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 3092,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Ice Cream\"\n                    ]\n                },\n                \"lng\": 51.495426,\n                \"human_location\": \"Ground Level, Centrepoint, Jawaan Street\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O044486\",\n                \"sub_categories\": [],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4432 7018\"\n            },\n            {\n                \"hotel\": null,\n                \"lat\": 25.171808,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Al Wakrah\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Ice Cream\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Al Wakrah Jadeed\",\n                \"tripadvisor_id\": \"7733622\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"baskin robbins - qatar\",\n                \"locked_image_url\": \"\",\n                \"id\": 5535,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"feedback@galadariicecream.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Baskin Robbins - Qatar\",\n                    \"name\": \"Baskin Robbins - Qatar\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 3092,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Ice Cream\"\n                    ]\n                },\n                \"lng\": 51.597904,\n                \"human_location\": \"Near McDonald's, Al Wakrah Jadeed\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O044487\",\n                \"sub_categories\": [],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4464 5647\"\n            },\n            {\n                \"hotel\": null,\n                \"lat\": 25.266106,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Muaither\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Ice Cream\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Muaither\",\n                \"tripadvisor_id\": \"7733622\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"baskin robbins - qatar\",\n                \"locked_image_url\": \"\",\n                \"id\": 5536,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"feedback@galadariicecream.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Baskin Robbins - Qatar\",\n                    \"name\": \"Baskin Robbins - Qatar\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 3092,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Ice Cream\"\n                    ]\n                },\n                \"lng\": 51.430317,\n                \"human_location\": \"Near Family Shopping Centre, Furusiya Street\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O044488\",\n                \"sub_categories\": [],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4481 2987\"\n            },\n            {\n                \"hotel\": null,\n                \"lat\": 25.3556,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Al Gharafa\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Ice Cream\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Izghawa\",\n                \"tripadvisor_id\": \"10488036\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"baskin robbins - qatar\",\n                \"locked_image_url\": \"\",\n                \"id\": 5537,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"feedback@galadariicecream.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Baskin Robbins - Qatar\",\n                    \"name\": \"Baskin Robbins - Qatar\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 3092,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Ice Cream\"\n                    ]\n                },\n                \"lng\": 51.438896,\n                \"human_location\": \"Izghawa, Opposite Al Meera Cooperative, Zekreet Street\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O044489\",\n                \"sub_categories\": [],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4479 3776\"\n            },\n            {\n                \"hotel\": null,\n                \"lat\": 25.394339,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Khartiyat\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Ice Cream\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Khartiyat\",\n                \"tripadvisor_id\": \"7733622\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"baskin robbins - qatar\",\n                \"locked_image_url\": \"\",\n                \"id\": 5538,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"feedback@galadariicecream.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Baskin Robbins - Qatar\",\n                    \"name\": \"Baskin Robbins - Qatar\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 3092,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Ice Cream\"\n                    ]\n                },\n                \"lng\": 51.428204,\n                \"human_location\": \"Ground Level, Grand Hypermarket\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O044490\",\n                \"sub_categories\": [],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4478 2324\"\n            },\n            {\n                \"hotel\": null,\n                \"lat\": 25.257175,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Al Maamoura\",\n                \"mall\": \"Parco Mall\",\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Ice Cream\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Parco Mall\",\n                \"tripadvisor_id\": \"12326521\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"baskin robbins - qatar\",\n                \"locked_image_url\": \"\",\n                \"id\": 5539,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"feedback@galadariicecream.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Baskin Robbins - Qatar\",\n                    \"name\": \"Baskin Robbins - Qatar\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 3092,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Ice Cream\"\n                    ]\n                },\n                \"lng\": 51.49704,\n                \"human_location\": \"Formerly Mamoura Mall, Haloul Street\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O044491\",\n                \"sub_categories\": [],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4469 7189\"\n            },\n            {\n                \"hotel\": null,\n                \"lat\": 25.27396,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Muaither\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Ice Cream\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Muaither II\",\n                \"tripadvisor_id\": \"7733622\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"baskin robbins - qatar\",\n                \"locked_image_url\": \"\",\n                \"id\": 5540,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"feedback@galadariicecream.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Baskin Robbins - Qatar\",\n                    \"name\": \"Baskin Robbins - Qatar\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 3092,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Ice Cream\"\n                    ]\n                },\n                \"lng\": 51.407684,\n                \"human_location\": \"Opposite Qatar Big Mart, Muaither North\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O044492\",\n                \"sub_categories\": [],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4481 7893\"\n            },\n            {\n                \"hotel\": null,\n                \"lat\": 25.252613,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Al Aziziyah\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Ice Cream\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Al Aziziyah\",\n                \"tripadvisor_id\": \"7733622\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"baskin robbins - qatar\",\n                \"locked_image_url\": \"\",\n                \"id\": 5541,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"feedback@galadariicecream.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Baskin Robbins - Qatar\",\n                    \"name\": \"Baskin Robbins - Qatar\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 3092,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Ice Cream\"\n                    ]\n                },\n                \"lng\": 51.450954,\n                \"human_location\": \"Al Aziziyah Street\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O044493\",\n                \"sub_categories\": [],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4451 7843\"\n            },\n            {\n                \"hotel\": null,\n                \"lat\": 25.268597,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Muaither\",\n                \"mall\": \"Wathnan Mall\",\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Ice Cream\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Wathnan Mall\",\n                \"tripadvisor_id\": \"7733622\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"baskin robbins - qatar\",\n                \"locked_image_url\": \"\",\n                \"id\": 5542,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"feedback@galadariicecream.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Baskin Robbins - Qatar\",\n                    \"name\": \"Baskin Robbins - Qatar\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 3092,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Ice Cream\"\n                    ]\n                },\n                \"lng\": 51.423462,\n                \"human_location\": \"Opposite Al Arab Supermarket, Muaither North Street\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O044494\",\n                \"sub_categories\": [],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4415 1299\"\n            },\n            {\n                \"hotel\": null,\n                \"lat\": 25.238693,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Salwa\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Ice Cream\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Salwa\",\n                \"tripadvisor_id\": \"10488036\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"baskin robbins - qatar\",\n                \"locked_image_url\": \"\",\n                \"id\": 5543,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"feedback@galadariicecream.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Baskin Robbins - Qatar\",\n                    \"name\": \"Baskin Robbins - Qatar\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 3092,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Ice Cream\"\n                    ]\n                },\n                \"lng\": 51.49921,\n                \"human_location\": \"Al Mana Petrol Station\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O044495\",\n                \"sub_categories\": [],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4460 4727\"\n            },\n            {\n                \"hotel\": null,\n                \"lat\": 25.238693,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Abu Hamour\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Ice Cream\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Abu Hamour\",\n                \"tripadvisor_id\": \"7733622\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"baskin robbins - qatar\",\n                \"locked_image_url\": \"\",\n                \"id\": 5544,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"feedback@galadariicecream.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Baskin Robbins - Qatar\",\n                    \"name\": \"Baskin Robbins - Qatar\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 3092,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Ice Cream\"\n                    ]\n                },\n                \"lng\": 51.49921,\n                \"human_location\": \"Al Mana Petrol Station\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O044496\",\n                \"sub_categories\": [],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4460 5329\"\n            },\n            {\n                \"hotel\": null,\n                \"lat\": 25.328106,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Al Gharafa\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Ice Cream\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Al Gharafa\",\n                \"tripadvisor_id\": \"10488036\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"baskin robbins - qatar\",\n                \"locked_image_url\": \"\",\n                \"id\": 5545,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"feedback@galadariicecream.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Baskin Robbins - Qatar\",\n                    \"name\": \"Baskin Robbins - Qatar\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 3092,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Ice Cream\"\n                    ]\n                },\n                \"lng\": 51.451508,\n                \"human_location\": \"Al Ittihad Street\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O044497\",\n                \"sub_categories\": [],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4486 5700\"\n            },\n            {\n                \"hotel\": null,\n                \"lat\": 25.255213,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Airport Road\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Ice Cream\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"FFC Airport\",\n                \"tripadvisor_id\": \"10488036\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"baskin robbins - qatar\",\n                \"locked_image_url\": \"\",\n                \"id\": 5546,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"feedback@galadariicecream.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Baskin Robbins - Qatar\",\n                    \"name\": \"Baskin Robbins - Qatar\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 3092,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Ice Cream\"\n                    ]\n                },\n                \"lng\": 51.510349,\n                \"human_location\": \"Family Food Centre, Near Airport Traffic Signal\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O044498\",\n                \"sub_categories\": [],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4462 1843\"\n            },\n            {\n                \"hotel\": null,\n                \"lat\": 25.254564,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Al Muntazah\",\n                \"mall\": \"The Center Mall\",\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Ice Cream\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"The Center Mall\",\n                \"tripadvisor_id\": \"7733622\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"baskin robbins - qatar\",\n                \"locked_image_url\": \"\",\n                \"id\": 5547,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"feedback@galadariicecream.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Baskin Robbins - Qatar\",\n                    \"name\": \"Baskin Robbins - Qatar\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 3092,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Ice Cream\"\n                    ]\n                },\n                \"lng\": 51.479336,\n                \"human_location\": \"Food Court, Salwa Road\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O044499\",\n                \"sub_categories\": [],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 441 32704\"\n            },\n            {\n                \"hotel\": null,\n                \"lat\": 25.256441,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Al Aziziyah\",\n                \"mall\": \"Hyatt Plaza Mall\",\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Ice Cream\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Hyath Plaza Mall\",\n                \"tripadvisor_id\": \"7733622\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"baskin robbins - qatar\",\n                \"locked_image_url\": \"\",\n                \"id\": 5548,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"feedback@galadariicecream.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Baskin Robbins - Qatar\",\n                    \"name\": \"Baskin Robbins - Qatar\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 3092,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Ice Cream\"\n                    ]\n                },\n                \"lng\": 51.439026,\n                \"human_location\": \"Ground Level\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O044500\",\n                \"sub_categories\": [],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4469 7684\"\n            },\n            {\n                \"hotel\": null,\n                \"lat\": 25.281401,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Al Sadd\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Ice Cream\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Royal Plaza\",\n                \"tripadvisor_id\": \"10488036\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"baskin robbins - qatar\",\n                \"locked_image_url\": \"\",\n                \"id\": 5549,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"feedback@galadariicecream.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Baskin Robbins - Qatar\",\n                    \"name\": \"Baskin Robbins - Qatar\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 3092,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Ice Cream\"\n                    ]\n                },\n                \"lng\": 51.500935,\n                \"human_location\": \"Royal Plaza, Al Sadd Street\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O044501\",\n                \"sub_categories\": [],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4432 0174\"\n            },\n            {\n                \"hotel\": null,\n                \"lat\": 25.298006,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Doha\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Ice Cream\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"FNSR\",\n                \"tripadvisor_id\": \"7733622\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"baskin robbins - qatar\",\n                \"locked_image_url\": \"\",\n                \"id\": 5550,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"feedback@galadariicecream.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Baskin Robbins - Qatar\",\n                    \"name\": \"Baskin Robbins - Qatar\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 3092,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Ice Cream\"\n                    ]\n                },\n                \"lng\": 51.443665,\n                \"human_location\": \"Family Food Centre, Fareeq Al Nasar Street\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O044502\",\n                \"sub_categories\": [],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4444 3766\"\n            },\n            {\n                \"hotel\": null,\n                \"lat\": 25.272951,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Al Wakrah\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Ice Cream\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Wakrah Road\",\n                \"tripadvisor_id\": \"7733622\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"baskin robbins - qatar\",\n                \"locked_image_url\": \"\",\n                \"id\": 5551,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"feedback@galadariicecream.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Baskin Robbins - Qatar\",\n                    \"name\": \"Baskin Robbins - Qatar\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 3092,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Ice Cream\"\n                    ]\n                },\n                \"lng\": 51.494225,\n                \"human_location\": \"Family Food Centre, Wakrah Road\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O044503\",\n                \"sub_categories\": [],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4464 2150\"\n            },\n            {\n                \"hotel\": null,\n                \"lat\": 25.282467,\n                \"is_delivery\": false,\n                \"merchant_categories_analytics\": \"FD\",\n                \"neighborhood\": \"Ras Abu Aboud\",\n                \"mall\": null,\n                \"attributes\": [\n                    {\n                        \"type\": \"text\",\n                        \"value\": \"Ice Cream\"\n                    }\n                ],\n                \"description\": \"\",\n                \"is_new\": false,\n                \"is_cheers\": false,\n                \"name\": \"Ras Abu Aboud\",\n                \"tripadvisor_id\": \"7733622\",\n                \"top_offer_type\": 0,\n                \"merchant_name\": \"baskin robbins - qatar\",\n                \"locked_image_url\": \"\",\n                \"id\": 5552,\n                \"merchant_categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"top_offer_redeemability\": 2,\n                \"is_point_based_offer\": 0,\n                \"is_monthly\": false,\n                \"product_id\": [\n                    \"5982\"\n                ],\n                \"email\": \"feedback@galadariicecream.com\",\n                \"is_purchased\": true,\n                \"merchant\": {\n                    \"logo_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_primary_logo_%28retina%29_-_merchant.png\",\n                    \"name_for_outlet\": \"Baskin Robbins - Qatar\",\n                    \"name\": \"Baskin Robbins - Qatar\",\n                    \"ad_travel_country\": \"\",\n                    \"categories\": [\n                        \"Restaurants and Bars\"\n                    ],\n                    \"ad_active_status\": true,\n                    \"category\": \"Restaurants and Bars\",\n                    \"cuisine\": \"\",\n                    \"digital_section\": \"\",\n                    \"photo_small_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n                    \"categories_analytics\": \"FD\",\n                    \"photo_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_profile_%22hero%22_image_%28retina%29.png\",\n                    \"id\": 3092,\n                    \"logo_small_url\": \"https://offerengine.theentertainerme.com/baskin-robbins---qatar-x099766/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n                    \"description\": \"\",\n                    \"cuisines\": [\n                        \"Ice Cream\"\n                    ]\n                },\n                \"lng\": 51.545784,\n                \"human_location\": \"Toy Town Complex, Ras Abu Aboud Street\",\n                \"product_sku\": [\n                    \"D19QTQTCP\"\n                ],\n                \"distance\": 0,\n                \"is_more_sa\": false,\n                \"categories\": [\n                    \"Restaurants and Bars\"\n                ],\n                \"sfId\": \"O044504\",\n                \"sub_categories\": [],\n                \"is_redeemable\": true,\n                \"fuzzy_relevance\": 0,\n                \"telephone\": \"+974 4443 9867\"\n            }\n        ]\n    },\n    \"cmd\": \"/et_rs_prd/p/wl/v1/outlets?redeemability=redeemable_reusable&__platform=ios&app_version=1.0&build_no=17&location_id=9&device_key=(device-key)&device_model=iPhone%206S&category=Restaurants%20and%20Bars&currency=AED&language=en&filter_by_type=1\",\n    \"success\": true,\n    \"http_response\": 200,\n    \"code\": 0\n}"}],"_postman_id":"22eb34a2-f193-4b38-86a8-b8fe7d5d8282"}],"id":"dfcbb472-b8a8-4cd8-9526-02ec72b83544","_postman_id":"dfcbb472-b8a8-4cd8-9526-02ec72b83544"},{"name":"Merchants","item":[{"name":"Merchants","id":"8e7ced73-9cfb-4034-849c-694ae25af623","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{jwt-token}}"}},"method":"GET","header":[],"url":{"raw":"https://merchantdvsvr.etenvbiz.com/api_ets/v1/merchants/{{merchant_id}}?platform=ios&location_id=0&product_sku=&offset=0&limit=50","protocol":"https","host":["merchantdvsvr","etenvbiz","com"],"path":["api_ets","v1","merchants","{{merchant_id}}"],"query":[{"key":"platform","value":"ios","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Mobile Operating System] <br/>\nAllowed Values: [andriod|ios]"},{"key":"location_id","value":"0","description":"Type: [Integer] <br/>\nCondition: [Optional] <br/>\nDetails: [ID of Location to Filter Merchants] <br/>\nAllowed Values: \"Merchant's-Location-ID\""},{"key":"product_sku","value":"","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [sku of purchased product] <br/>\nAllowed Values: [A-Za-z]*"},{"key":"offset","value":"0","description":"Type: [Integer] <br/>\nCondition: [Optional] <br/>\nDetails: [Starting offset] "},{"key":"limit","value":"50","description":"Type: [Integer] <br/>\nCondition: [Optional] <br/>\nDetails: [Maximum limit] "}]},"description":"Gives information of all the merchants that are affiliated with the ENTERTAINER Public API.\n### API REQUEST FLOW CHART\n<div class=\"docs-desc-body\"><img src='https://i.ibb.co/frMjNG6/Merchants.png'></div> <br/>"},"response":[{"id":"c06a5ef7-dabc-4f14-8f29-c4c3aba6c019","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://merchantdvsvr.etenvbiz.com/api_ets/v1/merchants/{{merchant_id}}?platform=ios&location_id=9","protocol":"https","host":["merchantdvsvr","etenvbiz","com"],"path":["api_ets","v1","merchants","{{merchant_id}}"],"query":[{"key":"platform","value":"ios","description":"Type: [String] <br/>\nCondition: [Required] <br/>\nDetails: [Mobile Operating System] <br/>\nAllowed Values: [andriod|ios]"},{"key":"location_id","value":"9","description":"Type: [Integer] <br/>\nCondition: [Optional] <br/>\nDetails: [ID of Location to Filter Outlets] <br/>\nAllowed Values: \"Outlet's-Location-ID\""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 29 May 2019 09:54:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1256"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"4de795dd1a9fca84-LHE"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\",\n    \"success\": true,\n    \"cmd\": \"/et_rs_prd/p/wl/v1/merchants/{{merchant_id}}?__platform=ios&app_version=1.0&location_id=9\",\n    \"http_response\": 200,\n    \"code\": 0,\n    \"data\": {\n        \"logo_url\": \"https://offerengine.theentertainerme.com/bodega-garage-x22145971/merchant_primary_logo_%28retina%29_-_merchant.png\",\n        \"id\": 13027,\n        \"categories_analytics\": [],\n        \"outlets\": [],\n        \"p3_360_degree_image\": \"\",\n        \"opening_hours\": \"7:00pm - 3:00am\",\n        \"booking_link\": \"\",\n        \"merchant_categories\": [],\n        \"logo_offer_small_url\": \"https://offerengine.theentertainerme.com/bodega-garage-x22145971/merchant_primary_logo_%28non-retina%29_-_offer.png\",\n        \"merchant_pin\": \"fa246d0262c3925617b0c72bb20eeb1d\",\n        \"digital_section\": \"\",\n        \"email\": \"restaurants@hialabarsha.com\",\n        \"photo_small_url\": \"https://offerengine.theentertainerme.com/bodega-garage-x22145971/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n        \"logo_small_url\": \"https://offerengine.theentertainerme.com/bodega-garage-x22145971/merchant_primary_logo_%28non-retina%29_-_merchant.png\",\n        \"categories\": [],\n        \"p3_hero_image_non_retina\": \"\",\n        \"category\": \"\",\n        \"hero_images_360\": {},\n        \"is_tutorial\": false,\n        \"has_delivery_offers\": false,\n        \"hero_small_urls\": [\n            \"https://offerengine.theentertainerme.com/bodega-garage-x22145971/merchant_profile_%22hero%22_image_%28non-retina%29.png\",\n            \"https://offerengine.theentertainerme.com/bodega-garage-x22145971/merchant_profile_%22hero%22_image_slide.1_%28non-retina%29.png\",\n            \"https://offerengine.theentertainerme.com/bodega-garage-x22145971/merchant_profile_%22hero%22_image_slide.2_%28non-retina%29.png\",\n            \"https://offerengine.theentertainerme.com/bodega-garage-x22145971/merchant_profile_%22hero%22_image_slide.3_%28non-retina%29.png\",\n            \"https://offerengine.theentertainerme.com/bodega-garage-x22145971/merchant_profile_%22hero%22_image_slide.4_%28non-retina%29.png\"\n        ],\n        \"p3_hero_image_retina\": \"\",\n        \"offer_categories\": [],\n        \"website\": \"\",\n        \"cuisines\": [\n            \"Filipino\"\n        ],\n        \"photo_url\": \"https://offerengine.theentertainerme.com/bodega-garage-x22145971/merchant_profile_%22hero%22_image_%28retina%29.png\",\n        \"name\": \"Bodega Garage\",\n        \"pdf_url\": \"https://s3.amazonaws.com/offer-engine/bodega-garage-x22145971/merchant_fine_dining_menu_%28pdf%29.pdf\",\n        \"customer\": {\n            \"is_demographics_updated\": false,\n            \"user_id\": 0\n        },\n        \"hero_urls\": [\n            \"https://offerengine.theentertainerme.com/bodega-garage-x22145971/merchant_profile_%22hero%22_image_%28retina%29.png\",\n            \"https://offerengine.theentertainerme.com/bodega-garage-x22145971/merchant_profile_%22hero%22_image_slide.1_%28retina%29.png\",\n            \"https://offerengine.theentertainerme.com/bodega-garage-x22145971/merchant_profile_%22hero%22_image_slide.2_%28retina%29.png\",\n            \"https://offerengine.theentertainerme.com/bodega-garage-x22145971/merchant_profile_%22hero%22_image_slide.3_%28retina%29.png\",\n            \"https://offerengine.theentertainerme.com/bodega-garage-x22145971/merchant_profile_%22hero%22_image_slide.4_%28retina%29.png\"\n        ],\n        \"is_opted_in_for_360_image\": 1,\n        \"booking_request\": \"0\",\n        \"delivery_contact_no\": \"\",\n        \"description\": \"A chic underground spot where the most exotic elixirs are in free flow. An ultimate fun experience at The Q Underground awaits. Bodega Garage is the talk of town! Enjoy Manila-style unlimited fun, games and music, teamed with sizzling food & drinks at Bodega Garage!\",\n        \"cuisine\": \"Beverages\",\n        \"merchant_attributes\": [\n            {\n                \"attributes\": [\n                    {\n                        \"key\": \"alcohol\",\n                        \"type\": 1,\n                        \"value\": \"Yes\",\n                        \"name\": \"Alcohol\",\n                        \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/alcohol.png\"\n                    },\n                    {\n                        \"key\": \"cuisine\",\n                        \"type\": 2,\n                        \"value\": \"Beverages\",\n                        \"name\": \"Cuisine: Beverages\",\n                        \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/cuisine.png\"\n                    },\n                    {\n                        \"key\": \"dress_code\",\n                        \"type\": 2,\n                        \"value\": \"Smart Casual\",\n                        \"name\": \"Dress Code: Smart Casual\",\n                        \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/dress_code.png\"\n                    },\n                    {\n                        \"key\": \"halal\",\n                        \"type\": 1,\n                        \"value\": \"Yes\",\n                        \"name\": \"Halal\",\n                        \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/halal.png\"\n                    },\n                    {\n                        \"key\": \"parking\",\n                        \"type\": 1,\n                        \"value\": \"Yes\",\n                        \"name\": \"Parking\",\n                        \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/parking.png\"\n                    },\n                    {\n                        \"key\": \"valet_parking\",\n                        \"type\": 1,\n                        \"value\": \"Yes\",\n                        \"name\": \"Valet Parking\",\n                        \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/valet_parking.png\"\n                    },\n                    {\n                        \"key\": \"wheelchair_accessible\",\n                        \"type\": 1,\n                        \"value\": \"Yes\",\n                        \"name\": \"Wheelchair Accessible\",\n                        \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/wheelchair_accessible.png\"\n                    },\n                    {\n                        \"key\": \"wi_fi\",\n                        \"type\": 1,\n                        \"value\": \"Yes\",\n                        \"name\": \"Wi-Fi\",\n                        \"image_url\": \"https://s3-us-west-2.amazonaws.com/merchhant-attribute-icons/wi_fi.png\"\n                    }\n                ],\n                \"section_name\": \"Amenities Offered\"\n            }\n        ],\n        \"offers\": [],\n        \"logo_offer_url\": \"https://offerengine.theentertainerme.com/bodega-garage-x22145971/merchant_primary_logo_%28retina%29_-_offer.png\",\n        \"sub_categories\": [],\n        \"delivery_section\": {\n            \"delivery_tutorials_info\": [\n                \"https://s3.amazonaws.com/entertainer-app-assets/delivery/en/delivery_tutorial_01.png\",\n                \"https://s3.amazonaws.com/entertainer-app-assets/delivery/en/delivery_tutorial_02.png\",\n                \"https://s3.amazonaws.com/entertainer-app-assets/delivery/en/delivery_tutorial_03.png\"\n            ],\n            \"offers_remaining\": \"0 Offer(s) Remaining\",\n            \"delivery_contact_no\": \"\",\n            \"menu_section\": []\n        }\n    }\n}"}],"_postman_id":"8e7ced73-9cfb-4034-849c-694ae25af623"}],"id":"c74cb11c-f488-49a0-b2fe-aa022aa59011","_postman_id":"c74cb11c-f488-49a0-b2fe-aa022aa59011"},{"name":"Redemptions","item":[{"name":"Redeem the Offer","id":"cb660af5-95ad-44d9-bd4d-fcfa65574a9a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{jwt-token}}"}},"method":"POST","header":[],"url":{"raw":"https://redemptiondvsvr.etenvbiz.com/api_ets/v1/offer/redeem?offer_id={{offer-id}}&outlet_id={{outlet-id}}&merchant_pin=9999&platform=ios&transaction_id=abc123&product_id=5620&language=en","protocol":"https","host":["redemptiondvsvr","etenvbiz","com"],"path":["api_ets","v1","offer","redeem"],"query":[{"key":"offer_id","value":"{{offer-id}}","description":"Type: [Integer] <br/>\nCondition: [Required] <br/>\nDetails: [ID Assigned to specific offer] <br/>\nAllowed Values: \"Offer-ID\""},{"key":"outlet_id","value":"{{outlet-id}}","description":"Type: [Integer] <br/>\nCondition: [Required] <br/>\nDetails: [Filter by ID of specific Outlet] <br/>\nDefault Value: [0]<br/>\nAllowed Values: \"Given-Outlet-ID\""},{"key":"merchant_pin","value":"9999","description":"Type: [Integer] <br/>\nCondition: [Required] <br/>\nDetails: [Unique Pin Provided to merchant] <br/>\nDefault Value: [9999]<br/>\nAllowed Values: \"Given-Merchant-Pin\""},{"key":"platform","value":"ios","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Mobile Operating System] <br/>\nAllowed Values: [andriod|ios]"},{"key":"transaction_id","value":"abc123","description":"Type: [String] <br/>\nCondition: [Required] <br/>\nDetails: [Unique ID of Transaction Done]<br/>\nAllowed Values: \"Transaction-ID\""},{"key":"product_id","value":"5620","description":"Type: [Integer] <br/>\nCondition: [Required] <br/>\nDetails: [ID of Product to Filter] <br/>\nAllowed Values: \"Product-ID\""},{"key":"language","value":"en","description":"Type: [String] <br/>\nCondition: [Optional] <br/>\nDetails: [Languages Supported] <br/>\nDefault Value: [en(English)]\nAllowed Values: [en(English)|cn(Cantonese)|ar(Arabic)|el(Greek)]"}]},"description":"In order to redeem offers, this request is used.\n### API REQUEST FLOW CHART\n<div class=\"docs-desc-body\"><img src='https://i.ibb.co/nR5896H/Redeem-the-Offer.png'></div> <br/>"},"response":[{"id":"0c332766-2275-433c-bd59-f657f8dc4948","name":"Success","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://redemptiondvsvr.etenvbiz.com/api_ets/v1/offer/redeem?offer_id={{offer-id}}&outlet_id={{outlet-id}}&merchant_pin=9999&location_id=9&platform=ios&transaction_id=abc123&product_id=5620","protocol":"https","host":["redemptiondvsvr","etenvbiz","com"],"path":["api_ets","v1","offer","redeem"],"query":[{"key":"offer_id","value":"{{offer-id}}"},{"key":"outlet_id","value":"{{outlet-id}}"},{"key":"merchant_pin","value":"9999"},{"key":"location_id","value":"9"},{"key":"platform","value":"ios"},{"key":"transaction_id","value":"abc123"},{"key":"product_id","value":"5620"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 08 May 2019 09:52:12 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"4d3a8a164c5bca84-LHE"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"A-051-588-271\",\n    \"data\": {\n        \"referenceNo\": {\n            \"coupon\": \"\",\n            \"smiles_earned\": 0,\n            \"redemption_code\": \"A-051-588-271\"\n        }\n    },\n    \"success\": true,\n    \"http_response\": 200,\n    \"message\": \"success\",\n    \"cmd\": \"/et_rs_prd/p/wl/v1/redemptions?offer_id=439265&outlet_id=21782&merchant_pin=9999&location_id=9&__platform=ios&app_version=1.0&transaction_id=abc123&product_id=5620&device_model=iPhone%206S\"\n}"}],"_postman_id":"cb660af5-95ad-44d9-bd4d-fcfa65574a9a"}],"id":"d548577b-7023-4e52-89f2-c7368b5943f5","_postman_id":"d548577b-7023-4e52-89f2-c7368b5943f5"},{"name":"Home","item":[{"name":"Home Screen","id":"703a5b2f-eb33-4da7-9eb2-9c8969081c40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://entdvsvr.etenvbiz.com/api_ets/v1/home?language=en&location_id=1&currency=USD","protocol":"https","host":["entdvsvr","etenvbiz","com"],"path":["api_ets","v1","home"],"query":[{"key":"language","value":"en","description":"Type: [String]\nCondition: [Optional]\nDetails: [Languages Supported]\nDefault Value: [en(English)] Allowed Values: [en(English)|cn(Cantonese)|ar(Arabic)|el(Greek)]"},{"key":"location_id","value":"1","description":"Type: [Integer]\nCondition: [Optional]\nDetails: [ID of Location to Filter Location Categories]\nAllowed Values: \"User's-location-ID\""},{"key":"currency","value":"USD","description":"Type: [String]\nCondition: [Required]\nDetails: [User's Currency]\nDefault Value: [USD]\nAllowed Values: \"Your-Currency\""}]},"description":"Represents all the information that is available on the **Home Screen**.\n### API REQUEST FLOW CHART\n<div class=\"docs-desc-body\"><img src='https://i.ibb.co/LNKLZKP/Home.png'></div> <br/>"},"response":[{"id":"bf87b942-3bf4-4391-b6b9-452556cdb9b7","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://entdvsvr.etenvbiz.com/api_ets/v1/home?language=en&currency=USD","protocol":"https","host":["entdvsvr","etenvbiz","com"],"path":["api_ets","v1","home"],"query":[{"key":"language","value":"en","description":"Type: [String]\nCondition: [Optional]\nDetails: [Languages Supported]\nDefault Value: [en(English)] Allowed Values: [en(English)|cn(Cantonese)|ar(Arabic)|el(Greek)]"},{"key":"location_id","value":"1","description":"Type: [Integer]\nCondition: [Optional]\nDetails: [ID of Location to Filter Location Categories]\nAllowed Values: \"User's-location-ID\"","disabled":true},{"key":"currency","value":"USD","description":"Type: [String]\nCondition: [Required]\nDetails: [User's Currency]\nDefault Value: [USD]\nAllowed Values: \"Your-Currency\""}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"http_response\": 200,\n    \"message\": \"success\",\n    \"success\": true,\n    \"cmd\": \"/api_ets/v1/home?language=en&currency=AED\",\n    \"code\": 0,\n    \"data\": {\n        \"home_sections\": [\n            {\n                \"title\": \"\",\n                \"section_identifier\": \"main_cover\",\n                \"identifier\": \"main_cover\",\n                \"tiles\": [\n                    {\n                        \"main_top_image\": \"\",\n                        \"messages\": [\n                            \"welcome guest\"\n                        ],\n                        \"identifier\": \"messaging_tile\",\n                        \"main_top_text_color\": \"ffffff\",\n                        \"image\": \"\",\n                        \"main_top_color\": \"B3000000\"\n                    },\n                    {\n                        \"savings\": {\n                            \"savings_this_year_aed\": 0,\n                            \"external_savings\": 0,\n                            \"smiles_earned\": 0,\n                            \"savings_this_year_label\": \"AED SAVED THIS YEAR\",\n                            \"offers_used\": 0,\n                            \"savings_this_year\": 0\n                        },\n                        \"image\": \"\",\n                        \"identifier\": \"savings_tile\"\n                    }\n                ]\n            },\n            {\n                \"title\": \"\",\n                \"identifier\": \"categories\",\n                \"section_bg_color\": \"17171c\",\n                \"section_identifier\": \"categories\",\n                \"tiles\": [\n                    {\n                        \"featured_merchant_icon_url\": \"https://s3.amazonaws.com/entertainer-app-assets/categories/ribbons/cat_ribbon_food.png\",\n                        \"title_color\": \"f99f1c\",\n                        \"tile_id\": 1,\n                        \"analytics_category_name\": \"FD\",\n                        \"category_color\": \"4f98d1\",\n                        \"image\": \"https://s3.amazonaws.com/app-home-tiles/category-icons/vdf_icons/vdf_foodNBeverages.png\",\n                        \"is_free\": false,\n                        \"map_pin_invalid_url\": \"https://s3.amazonaws.com/entertainer-app-assets/categories/pins/cat_pin_invalid_food@2x.png\",\n                        \"map_pin_url\": \"https://s3.amazonaws.com/entertainer-app-assets/categories/pins/cat_pin_food@2x.png\",\n                        \"banner_image\": \"\",\n                        \"api_name\": \"Restaurants and Bars\",\n                        \"category_id\": 4,\n                        \"display_name\": \"FOOD & BEVERAGES\"\n                    },\n                    {\n                        \"featured_merchant_icon_url\": \"https://s3.amazonaws.com/entertainer-app-assets/categories/ribbons/cat_ribbon_body.png\",\n                        \"title_color\": \"f99f1c\",\n                        \"tile_id\": 1,\n                        \"analytics_category_name\": \"BF\",\n                        \"category_color\": \"c6328a\",\n                        \"image\": \"https://s3.amazonaws.com/app-home-tiles/category-icons/vdf_icons/vdf_beautyNFitness.png\",\n                        \"is_free\": false,\n                        \"map_pin_invalid_url\": \"https://s3.amazonaws.com/entertainer-app-assets/categories/pins/cat_pin_invalid_body@2x.png\",\n                        \"map_pin_url\": \"https://s3.amazonaws.com/entertainer-app-assets/categories/pins/cat_pin_body@2x.png\",\n                        \"banner_image\": \"\",\n                        \"api_name\": \"Body\",\n                        \"category_id\": 1,\n                        \"display_name\": \"BEAUTY & FITNESS\"\n                    },\n                    {\n                        \"featured_merchant_icon_url\": \"https://s3.amazonaws.com/entertainer-app-assets/categories/ribbons/cat_ribbon_leisure.png\",\n                        \"title_color\": \"f99f1c\",\n                        \"tile_id\": 1,\n                        \"analytics_category_name\": \"AL\",\n                        \"category_color\": \"89c767\",\n                        \"image\": \"https://s3.amazonaws.com/app-home-tiles/category-icons/vdf_icons/vdf_attractions.png\",\n                        \"is_free\": false,\n                        \"map_pin_invalid_url\": \"https://s3.amazonaws.com/entertainer-app-assets/categories/pins/cat_pin_invalid_leisure@2x.png\",\n                        \"map_pin_url\": \"https://s3.amazonaws.com/entertainer-app-assets/categories/pins/cat_pin_leisure@2x.png\",\n                        \"banner_image\": \"\",\n                        \"api_name\": \"Leisure\",\n                        \"category_id\": 3,\n                        \"display_name\": \"ATTRACTIONS & LEISURE\"\n                    },\n                    {\n                        \"featured_merchant_icon_url\": \"https://s3.amazonaws.com/entertainer-app-assets/categories/ribbons/cat_ribbon_retail.png\",\n                        \"title_color\": \"f99f1c\",\n                        \"tile_id\": 1,\n                        \"analytics_category_name\": \"FR\",\n                        \"category_color\": \"A662CC\",\n                        \"image\": \"https://s3.amazonaws.com/app-home-tiles/category-icons/vdf_icons/vdf_fashion.png\",\n                        \"is_free\": false,\n                        \"map_pin_invalid_url\": \"https://s3.amazonaws.com/entertainer-app-assets/categories/pins/cat_pin_invalid_retail@2x.png\",\n                        \"map_pin_url\": \"https://s3.amazonaws.com/entertainer-app-assets/categories/pins/cat_pin_retail@2x.png\",\n                        \"banner_image\": \"\",\n                        \"api_name\": \"Retail\",\n                        \"category_id\": 7,\n                        \"display_name\": \"FASHION & RETAIL\"\n                    },\n                    {\n                        \"featured_merchant_icon_url\": \"https://s3.amazonaws.com/entertainer-app-assets/categories/ribbons/cat_ribbon_services.png\",\n                        \"title_color\": \"f99f1c\",\n                        \"tile_id\": 1,\n                        \"analytics_category_name\": \"ES\",\n                        \"category_color\": \"20909a\",\n                        \"image\": \"https://s3.amazonaws.com/app-home-tiles/category-icons/vdf_icons/vdf_everyday.png\",\n                        \"is_free\": false,\n                        \"map_pin_invalid_url\": \"https://s3.amazonaws.com/entertainer-app-assets/categories/pins/cat_pin_invalid_services@2x.png\",\n                        \"map_pin_url\": \"https://s3.amazonaws.com/entertainer-app-assets/categories/pins/cat_pin_services@2x.png\",\n                        \"banner_image\": \"\",\n                        \"api_name\": \"Services\",\n                        \"category_id\": 5,\n                        \"display_name\": \"EVERYDAY SERVICES\"\n                    },\n                    {\n                        \"featured_merchant_icon_url\": \"https://s3.amazonaws.com/entertainer-app-assets/categories/ribbons/cat_ribbon_travel.png\",\n                        \"title_color\": \"f99f1c\",\n                        \"tile_id\": 1,\n                        \"analytics_category_name\": \"HW\",\n                        \"category_color\": \"b1975c\",\n                        \"image\": \"https://s3.amazonaws.com/app-home-tiles/category-icons/vdf_icons/vdf_travel.png\",\n                        \"is_free\": false,\n                        \"map_pin_invalid_url\": \"https://s3.amazonaws.com/entertainer-app-assets/categories/pins/cat_pin_invalid_travel@2x.png\",\n                        \"map_pin_url\": \"https://s3.amazonaws.com/entertainer-app-assets/categories/pins/cat_pin_travel@2x.png\",\n                        \"banner_image\": \"\",\n                        \"api_name\": \"Travel\",\n                        \"category_id\": 6,\n                        \"display_name\": \"TRAVEL\"\n                    }\n                ]\n            },\n            {\n                \"title\": \"More from Vodafone\",\n                \"identifier\": \"featured_sections\",\n                \"section_title_color\": \"ffffff\",\n                \"section_bg_color\": \"e60000\",\n                \"section_identifier\": \"more_to_enjoy\",\n                \"tiles\": [\n                    {\n                        \"tile_bottom_banner_color\": \"B3edece8\",\n                        \"is_deep_link\": true,\n                        \"tile_id\": 4894,\n                        \"logo\": \"\",\n                        \"is_external_link\": true,\n                        \"deep_link\": \"https://vodafone.qa/5g\",\n                        \"message\": \"5G has arrived\",\n                        \"image\": \"https://s3.amazonaws.com/app-home-tiles/featured/featured_new/tile01English%403x.jpg\"\n                    },\n                    {\n                        \"tile_bottom_banner_color\": \"B3edece8\",\n                        \"is_deep_link\": true,\n                        \"tile_id\": 4893,\n                        \"logo\": \"\",\n                        \"is_external_link\": true,\n                        \"deep_link\": \"https://vodafone.qa/flexgrow\",\n                        \"message\": \"Flex Grow\",\n                        \"image\": \"https://s3.amazonaws.com/app-home-tiles/featured/featured_new/tile02English%403x.jpg\"\n                    }\n                ]\n            },\n            {\n                \"title\": \"Vodafone Business\",\n                \"identifier\": \"featured_sections\",\n                \"is_show_view_all_button\": false,\n                \"section_title_color\": \"ffffff\",\n                \"section_bg_color\": \"e60000\",\n                \"section_identifier\": \"featured\",\n                \"tiles\": [\n                    {\n                        \"tile_bottom_banner_color\": \"B3edece8\",\n                        \"is_deep_link\": true,\n                        \"tile_id\": 4896,\n                        \"logo\": \"\",\n                        \"is_external_link\": true,\n                        \"deep_link\": \"https://vodafone.qa/fleet\",\n                        \"message\": \"Fleet Management\",\n                        \"image\": \"https://s3.amazonaws.com/app-home-tiles/featured/featured_new/VF_5298_Entertainer+App+Co-Branding_Tile+Banners-05.png\"\n                    },\n                    {\n                        \"tile_bottom_banner_color\": \"B3edece8\",\n                        \"is_deep_link\": true,\n                        \"tile_id\": 4892,\n                        \"logo\": \"\",\n                        \"is_external_link\": true,\n                        \"deep_link\": \"https://vodafone.qa/cinternet\",\n                        \"message\": \"Fixed Connectivity\",\n                        \"image\": \"https://s3.amazonaws.com/app-home-tiles/featured/featured_new/tile04English%403x.jpg\"\n                    }\n                ]\n            }\n        ],\n        \"location_version\": 1,\n        \"is_kaligo_travel_enable\": false,\n        \"show_cart_button\": false,\n        \"purchasable_product_detail\": {\n            \"id\": 0\n        },\n        \"purchasable_product_ids\": [],\n        \"kaligo_sign_in_api_endpoint\": \"https://entertainer.kaligo-staging.xyz/whitelabel/entertainer/sign_in\",\n        \"app_configuration_version\": 1,\n        \"kaligo_encrypted_string\": \"\",\n        \"show_upgrade_button\": false\n    }\n}"}],"_postman_id":"703a5b2f-eb33-4da7-9eb2-9c8969081c40"}],"id":"a4332ff4-9f5f-4fbd-a805-d41d7b967303","_postman_id":"a4332ff4-9f5f-4fbd-a805-d41d7b967303"}],"id":"47096f39-5c53-474b-9dc1-454c085bebbf","description":"Listed are all the API functionalities for your reference. Please feel free to explore the magic of ***the ENTERTAINER Public API!*** <br/>\n","event":[{"listen":"prerequest","script":{"id":"65a74f83-0492-49f5-ab37-7f1d05473218","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"94421a94-08b4-408e-8eea-d1709297eabc","type":"text/javascript","exec":[""]}}],"_postman_id":"47096f39-5c53-474b-9dc1-454c085bebbf"},{"name":"FAQs","item":[],"id":"0f5d2844-75d9-4204-b183-cb33304a8108","description":"![FAQ](https://hub.theentertainerme.com/wp-content/themes/kbet/images/faqs_default-920x613.jpg?51d212&51d212)<br/>\n\n#### What if I lost my <code>secret_key</code>?\n\n#### QUESTION 2:\n\n#### QUESTION 3:","event":[{"listen":"prerequest","script":{"id":"ad3965bb-609e-4fe0-996d-b28b07f1b55e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"76b98ee2-81d1-42c3-9b61-62f4d8fc6aa3","type":"text/javascript","exec":[""]}}],"_postman_id":"0f5d2844-75d9-4204-b183-cb33304a8108"}],"auth":{"type":"bearer","bearer":{"token":"{{jwt-token-2}}"}},"event":[{"listen":"prerequest","script":{"id":"c07352a2-e85e-4861-a900-7032e0afed64","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"4d98b9ba-52ff-4563-aed8-05d8c0975902","type":"text/javascript","exec":[""]}}]}