{"info":{"_postman_id":"98788d5a-8083-4aa1-affb-9553291db0e3","name":"eSIM Access API","description":"<html><head></head><body><h1 id=\"partner-api\">Partner API</h1>\n<p>Deliver eSIM data plan packages via the <a href=\"https://esimaccess.com\">eSIM Access</a> HTTP API. <a href=\"https://docs.google.com/spreadsheets/d/1MhRUxoC0_wlXu-FxXDP-2V9bk_1i3r8MBmISyjpaznw/edit?usp=sharing\">Step by step overview</a>.</p>\n<h2 id=\"quick-start\">Quick Start</h2>\n<ol>\n<li><p><a href=\"https://console.esimaccess.com/login\">Create an account</a> at <strong>eSIM Access</strong></p>\n</li>\n<li><p><a href=\"https://console.esimaccess.com/partner-bill/index\">Deposit funds</a> for testing and refunding</p>\n</li>\n<li><p><a href=\"https://console.esimaccess.com/developer/index\">Copy your AccessCode</a></p>\n</li>\n<li><p>Add your <em>AccessCode</em> below and run in your terminal or powershell to make your first API call</p>\n</li>\n</ol>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">curl --location --request POST 'https://api.esimaccess.com/api/v1/open/balance/query' \n--header 'RT-AccessCode: YOUR_ACCCESS_CODE' \n--data ''\n\n</code></pre>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-powershell\">curl -Uri \"https://api.esimaccess.com/api/v1/open/balance/query\" `\n     -Method POST `\n     -Headers @{\"RT-AccessCode\"=\"YOUR_ACCESS_CODE\"} `\n     -Body \"\"\n\n</code></pre>\n<h4 id=\"version---v1\">Version - V1</h4>\n<p>Version 1 - OCT 11, 2022 - Initial Release</p>\n<p>Version 1.1 - JUN 6, 2023 - Updates:</p>\n<ul>\n<li><p>Single Profile ordering changed to batch Profile ordering [via Order Profiles request]</p>\n</li>\n<li><p>Offline post-paying changed to online pre-paying [via Order Profiles request]</p>\n</li>\n<li><p>esim/list endpoint removed, status function found in esim/query</p>\n</li>\n<li><p>Cancel, Suspend, Unsuspend and Revoke functions added</p>\n</li>\n<li><p>Country filter added to Query All Data Packages</p>\n</li>\n<li><p>Webook for order status checking added</p>\n</li>\n</ul>\n<p>Version 1.2 - JUL 26, 2023 - Updates:</p>\n<ul>\n<li><p>Added Top Up endpoint for adding data to existing eSIM profiles</p>\n</li>\n<li><p>Query available Top Up plans with <code>iccid</code> or <code>packageCode</code></p>\n</li>\n<li><p><code>Price</code> and <code>amount</code> optional when ordering a profile</p>\n</li>\n</ul>\n<p>Version 1.3 - DEC 12, 2023 - Updates:</p>\n<ul>\n<li><p>Adds <code>slug</code> as an alias to package code</p>\n</li>\n<li><p>Adds additional package data like <code>speed</code>, <code>network</code>, and <code>favorite</code></p>\n</li>\n</ul>\n<p>Version 1.4 Mar 12, 2024 - Updates:</p>\n<ul>\n<li><p>Add SMS send to <code>iccid</code> ability</p>\n</li>\n<li><p>Adds ability to write webhooks</p>\n</li>\n</ul>\n<p>Version 1.5 July 28, 2024 - Updates:</p>\n<ul>\n<li><p>Adds <a href=\"https://esimaccess.com/docs/unlimited-day-pass-plans/\">daypass plans</a> with <code>periodNum</code> parameter in Order Profiles</p>\n</li>\n<li><p>Adds rate limit of 8 requests per second</p>\n</li>\n</ul>\n<p>Version 1.6 Dec 20, 2024 - Updates:</p>\n<ul>\n<li>Adds fields <code>supportTopUpType</code> and <code>ipExport</code></li>\n</ul>\n<p>Update Mar 8, 2025</p>\n<ul>\n<li><p>Adds additional webhook for low balance now at 25% and 10% remaining</p>\n</li>\n<li><p>Adds balance check endpoint with last updated date</p>\n</li>\n</ul>\n<p>Update Mar 19, 2025</p>\n<ul>\n<li>Adds two new enpoints for <a href=\"https://docs.esimaccess.com/#47388564-1c15-4ee3-9375-12dac830cb7a\">balance check</a> and <a href=\"https://docs.esimaccess.com/#756ec9fa-d16e-4366-98a8-8bad806f9d1a\">current regions</a></li>\n</ul>\n<p>Update May 28, 2025</p>\n<ul>\n<li>Add new webhooks - <code>SMDP_EVENT</code> which give SM-DP+ server events</li>\n</ul>\n<p>Update July 24, 2025</p>\n<ul>\n<li>Top Up packages can be added after esim is created.</li>\n</ul>\n<p>Update Dec 2, 2025</p>\n<ul>\n<li>Adds <code>datatype</code> search <code>fuppolicy</code> result when viewing data packages.</li>\n</ul>\n<p>Update Apr 1, 2026</p>\n<ul>\n<li>Add support for Day Pass Plan top up</li>\n</ul>\n<h3 id=\"environments-and-endpoints\">Environments and Endpoints</h3>\n<h4 id=\"sandbox\">Sandbox:</h4>\n<p>There is no Sandbox environment. Cancel eSIM orders as needed in our live environment. <a href=\"https://esimaccess.com/contact/\">Request</a> funds for testing.</p>\n<h4 id=\"production\">Production:</h4>\n<p><code>https://api.esimaccess.com</code></p>\n<p>Image assets:</p>\n<p><code>https://p.qrsim.net/</code></p>\n<h3 id=\"authentication\">Authentication</h3>\n<p>Requst your API keys in your <a href=\"https://console.esimaccess.com/\">online account.</a></p>\n<h3 id=\"standards\">Standards</h3>\n<p>Time codes are presented in UTC. Country codes use Alpha-2 ISO. Data values are in Bytes.</p>\n<h3 id=\"status\">Status</h3>\n<p><a href=\"https://esimaccess.statuspage.io/\">Server status</a> tracked via postman monitors.</p>\n<h3 id=\"rate-limit\">Rate Limit</h3>\n<p>8 API request per second are allowed.</p>\n<h3 id=\"error-codes\">Error Codes</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Code</th>\n<th>Message</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>000001</td>\n<td>Server error</td>\n</tr>\n<tr>\n<td>000101</td>\n<td>Request header (mandatory) is null</td>\n</tr>\n<tr>\n<td>000102</td>\n<td>Wrong request header format</td>\n</tr>\n<tr>\n<td>000103</td>\n<td>This https request method (get/post ) is not supported</td>\n</tr>\n<tr>\n<td>000104</td>\n<td>Request in invalid JSON format</td>\n</tr>\n<tr>\n<td>000105</td>\n<td>Request parameters (mandatory) are not contained</td>\n</tr>\n<tr>\n<td>000106</td>\n<td>Request parameter (mandatory) is null</td>\n</tr>\n<tr>\n<td>000107</td>\n<td>The length of the request parameter does not meet the requirement.</td>\n</tr>\n<tr>\n<td>101001</td>\n<td>The timestamp of the request has expired.</td>\n</tr>\n<tr>\n<td>101002</td>\n<td>This IP is in the blocklist.</td>\n</tr>\n<tr>\n<td>101003</td>\n<td>Request signature mismatch.</td>\n</tr>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>200002</th>\n<th>This operation is not allowed due to the order status.</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>200005</td>\n<td>Package <code>price</code> error. Check price.</td>\n</tr>\n<tr>\n<td>200006</td>\n<td>Total order price <code>amount</code> is wrong. Check prices.</td>\n</tr>\n<tr>\n<td>200007</td>\n<td>Insufficient account balance</td>\n</tr>\n<tr>\n<td>200008</td>\n<td>Order parameters error, please contact customer service.</td>\n</tr>\n<tr>\n<td>​​200009</td>\n<td>Abnormal order status</td>\n</tr>\n<tr>\n<td>​​200010</td>\n<td>Profile is being downloaded for the order.</td>\n</tr>\n<tr>\n<td>200011</td>\n<td>Insufficient available Profiles for the package, please contact the customer service.</td>\n</tr>\n<tr>\n<td>310201</td>\n<td>The bundle.code does not exist.</td>\n</tr>\n<tr>\n<td>310211</td>\n<td>The data_plan_location.id does not exist.</td>\n</tr>\n<tr>\n<td>310221</td>\n<td>The currencyId does not exist.</td>\n</tr>\n<tr>\n<td>310231</td>\n<td>The carrierId does not exist.</td>\n</tr>\n<tr>\n<td>310241</td>\n<td>The <code>packageCode</code> does not exist.</td>\n</tr>\n<tr>\n<td>310243</td>\n<td>The package does not exist.</td>\n</tr>\n<tr>\n<td>310251</td>\n<td>The vendor does not exist.</td>\n</tr>\n<tr>\n<td>310272</td>\n<td>The orderNo does not exist.</td>\n</tr>\n<tr>\n<td>310403</td>\n<td>The ICCID does not exist in the order.</td>\n</tr>\n<tr>\n<td>900001</td>\n<td>The system is busy, please try again later.</td>\n</tr>\n</tbody>\n</table>\n</div></body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Partner API","slug":"partner-api"}],"owner":"11154627","collectionId":"98788d5a-8083-4aa1-affb-9553291db0e3","publishedId":"2s93mBxf3q","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-06-27T15:51:26.000Z"},"item":[{"name":"API","item":[{"name":"Get All Data Packages","event":[{"listen":"test","script":{"id":"210d2349-c5e8-471a-88cd-2a086052919c","exec":["// 200 Status code test","pm.test(\"Status test\", function () {","    pm.response.to.have.status(200);","});","","//JSON formatting","const jsonData = pm.response.json();","pm.test(\"Check if response is json\", function() {","  pm.expect(jsonData).to.be.an('object');","});",""],"type":"text/javascript","packages":{}}}],"id":"967ea733-51bb-4eb2-9eba-c72618316829","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"locationCode\": \"\",\n    \"type\":\"TOPUP\",\n    \"slug\":\"VN_0.1_7\",\n    \"packageCode\":\"\",\n    \"iccid\":\"\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v1/open/package/list","description":"<p>Request a list of all the available data packages offered. Optionally filter by country or region.</p>\n<p>Additionaly request all of the Top Up plans available for a specific <code>packageCode</code> , <code>slug</code> or <code>ICCID</code>. Specific top ups work with specific plans. In general, countries can be reloaded with same country top up and region with same region top up.</p>\n<h5 id=\"request-parameters\">Request Parameters</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>MOC</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>locationCode</code></td>\n<td>String</td>\n<td>optional</td>\n<td>Filter by Alpha-2 ISO Country Code  <br /><code>!RG</code> = Regional  <br /><code>!GL</code> = Global</td>\n<td><code>JP</code>  <br /><code>!GL</code>  <br /><code>!RG</code></td>\n</tr>\n<tr>\n<td><code>type</code></td>\n<td>String</td>\n<td>optional</td>\n<td><code>BASE</code> - Default product list  <br /><code>TOPUP</code> - Top up product list</td>\n<td><code>BASE</code>  <br /><code>TOPUP</code></td>\n</tr>\n<tr>\n<td><code>packageCode</code></td>\n<td>String</td>\n<td>optional</td>\n<td>Used with <code>TOPUP</code> to view top up package for a <code>packageCode</code></td>\n<td><code>JC016</code></td>\n</tr>\n<tr>\n<td><code>slug</code></td>\n<td>String</td>\n<td>optional</td>\n<td><code>slug</code> is alias of<code>packageCode</code></td>\n<td><code>AU_1_7</code></td>\n</tr>\n<tr>\n<td><code>iccid</code></td>\n<td>String</td>\n<td>optional</td>\n<td>Include <code>iccid</code> with <code>TOPUP</code> to see available TOPUP plans</td>\n<td><code>48584984747372838</code></td>\n</tr>\n<tr>\n<td><code>dataType</code></td>\n<td>String</td>\n<td>optional</td>\n<td><code>2</code> = Day Pass Plans  <br /><code>1</code> = Fixed Plans</td>\n<td><code>2</code></td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"reponse-parameters\">Reponse Parameters</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>MOC</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>success</code></td>\n<td>String</td>\n<td>mandatory</td>\n<td><code>true</code>: succeeded <code>false</code>: failed</td>\n<td><code>true</code></td>\n</tr>\n<tr>\n<td><code>errorCode</code></td>\n<td>String</td>\n<td>optional</td>\n<td><code>null</code> or <code>0</code> when successful. Error code when failed.</td>\n<td><code>null</code></td>\n</tr>\n<tr>\n<td><code>errorMessage</code></td>\n<td>String</td>\n<td>optional</td>\n<td>Error code explanation</td>\n<td><code>null</code></td>\n</tr>\n<tr>\n<td><code>obj</code></td>\n<td>Object</td>\n<td>optional</td>\n<td><code>null</code> : failed. Success includes: <code>packageList</code></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Domain</th>\n<th>Type</th>\n<th>MOC</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>packageList</code></td>\n<td>List</td>\n<td>mandatory</td>\n<td>Available data packages, including: <code>packageCode</code> <code>name</code> <code>price</code> <code>currencyCode</code> <code>volume</code> <code>unusedValidTime</code> <code>duration</code> <code>durationUnit</code> <code>location</code> <code>description</code> <code>activeType</code></td>\n<td></td>\n</tr>\n<tr>\n<td><code>packageCode</code></td>\n<td>String</td>\n<td>mandatory</td>\n<td>Package code</td>\n<td><code>JC016</code></td>\n</tr>\n<tr>\n<td><code>slug</code></td>\n<td>String</td>\n<td>mandatory</td>\n<td>Package alias</td>\n<td><code>AU_1_7</code></td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>String</td>\n<td>mandatory</td>\n<td>Package name</td>\n<td><code>Asia 11 countries 1GB 30 Days</code></td>\n</tr>\n<tr>\n<td><code>price</code></td>\n<td>Integer</td>\n<td>mandatory</td>\n<td>Package price, value * 10,000 (10000 = $1.00)</td>\n<td><code>10000</code></td>\n</tr>\n<tr>\n<td><code>currencyCode</code></td>\n<td>String</td>\n<td>mandatory</td>\n<td>Currency code</td>\n<td><code>USD</code></td>\n</tr>\n<tr>\n<td><code>volume</code></td>\n<td>Long</td>\n<td>mandatory</td>\n<td>Data volume (in bytes) of the package</td>\n<td><code>10485760</code></td>\n</tr>\n<tr>\n<td><code>smsStatus</code></td>\n<td>Integer</td>\n<td>mandatory</td>\n<td><code>0</code>.SMS not supported <code>1</code>.API AND mobile phones SMS delivery <code>2</code>.API SMS delivery only</td>\n<td><code>0</code></td>\n</tr>\n<tr>\n<td><code>dataType</code></td>\n<td>Integer</td>\n<td>mandatory</td>\n<td><code>1</code>.Data in Total  <br /><code>2</code>.Daily Limit (Speed Reduced)  <br /><code>3</code>.Daily Limit (Service Cut-off)  <br /><code>4</code>.Daily Unlimited</td>\n<td><code>1</code></td>\n</tr>\n<tr>\n<td><code>unusedValidTime</code></td>\n<td>Integer</td>\n<td>mandatory</td>\n<td>Time till package invalid</td>\n<td><code>30</code></td>\n</tr>\n<tr>\n<td><code>duration</code></td>\n<td>Integer</td>\n<td>mandatory</td>\n<td>Plan validity peirod</td>\n<td><code>1</code></td>\n</tr>\n<tr>\n<td><code>durationUnit</code></td>\n<td>String</td>\n<td>mandatory</td>\n<td>Time unit, used in <code>unusedValidTime</code>/<code>duration</code></td>\n<td><code>DAY</code></td>\n</tr>\n<tr>\n<td><code>location</code></td>\n<td>String</td>\n<td>mandatory</td>\n<td>Alpha-2 ISO Country Code of package use</td>\n<td><code>CN,HK,ID,JP,MO,MY,PH,SG,KR,TW,TH,IN,VN,SA,KH,PK,LK</code></td>\n</tr>\n<tr>\n<td><code>description</code></td>\n<td>String</td>\n<td>mandatory</td>\n<td>Description of the data package</td>\n<td><code>Asia 11 countries</code></td>\n</tr>\n<tr>\n<td><code>activeType</code></td>\n<td>Integer</td>\n<td>mandatory</td>\n<td>Activation type: <code>1</code>: First installation.  <br /><code>2</code>: First network connection.</td>\n<td><code>1</code></td>\n</tr>\n<tr>\n<td><code>favorite</code></td>\n<td>Boolean</td>\n<td>mandatory</td>\n<td>Favorited plan in console</td>\n<td><code>false</code></td>\n</tr>\n<tr>\n<td><code>retailPrice</code></td>\n<td>Integer</td>\n<td>mandatory</td>\n<td>Sug. Retail Price</td>\n<td><code>71000</code></td>\n</tr>\n<tr>\n<td><code>speed</code></td>\n<td>String</td>\n<td>mandatory</td>\n<td>Network speed</td>\n<td><code>3G/4G</code></td>\n</tr>\n<tr>\n<td><code>locationNetworkList</code></td>\n<td>Array</td>\n<td>mandatory</td>\n<td><code>locationName</code> , <code>locationLogo</code> ,</td>\n<td><code>Spain</code>  <br /><code>/img/es.png</code></td>\n</tr>\n<tr>\n<td><code>operatorList</code></td>\n<td>Array</td>\n<td>mandatory</td>\n<td><code>operatorName</code>,  <br /><code>networkType</code></td>\n<td><code>T-Mobile 4G/5G</code></td>\n</tr>\n<tr>\n<td><code>ipExport</code></td>\n<td>String</td>\n<td>mandatory</td>\n<td>Data traffic exit country</td>\n<td><code>HK</code></td>\n</tr>\n<tr>\n<td><code>supportTopUpType</code></td>\n<td>Boolean</td>\n<td>mandatory</td>\n<td>Top up support <code>1</code> = no <code>2</code> = yes <code>3</code> = yes with <code>periodNum</code></td>\n<td><code>2</code></td>\n</tr>\n<tr>\n<td><code>fupPolicy</code></td>\n<td>String</td>\n<td>optional</td>\n<td>Fair Use Policy speed after full speed depleted</td>\n<td><code>384 Kbps</code></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"{{accessCode}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"98788d5a-8083-4aa1-affb-9553291db0e3","id":"98788d5a-8083-4aa1-affb-9553291db0e3","name":"eSIM Access API","type":"collection"}},"urlObject":{"path":["api","v1","open","package","list"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"d80cc506-7c58-4069-828e-8fc0816a1362","name":"Get ALL data packages","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"locationCode\": \"\",\n    \"type\":\"\",\n    \"packageCode\":\"\",\n    \"iccid\":\"\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v1/open/package/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"access-control-allow-origin, Authorization, Origin,Accept, X-Requested-With, Content-Type, x-forwarded-host, RT-Signature, RT-Timestamp, RT-RequestID","enabled":true},{"key":"Access-Control-Allow-Methods","value":"GET,HEAD,OPTIONS,POST,PUT","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Max-Age","value":"3600","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Date","value":"Fri, 01 Dec 2023 02:00:15 GMT","enabled":true},{"key":"X-B3-Traceid","value":"eb28e690e4731d90","enabled":true},{"key":"Content-Length","value":"503","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": null,\n    \"errorMsg\": null,\n    \"success\": true,\n    \"obj\": {\n        \"packageList\": [\n            {\n                \"packageCode\": \"CKH139\",\n                \"name\": \"Slovenia 5GB 30Days\",\n                \"price\": 112500,\n                \"currencyCode\": \"USD\",\n                \"volume\": 5368709120,\n                \"unusedValidTime\": 180,\n                \"duration\": 30,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"SI\",\n                \"description\": \"Slovenia 5GB 30Days\",\n                \"activeType\": 1,\n                \"favorite\": false,\n                \"retailPrice\": 112500,\n                \"speed\": \"3G/4G\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Slovenia\",\n                        \"locationLogo\": \"https://static.redteago.com/img/logos/SloveniaFlag.png\",\n                        \"operatorList\": []\n                    }\n                ]\n            }\n        ]\n    }\n}"},{"id":"63db7b11-5b83-431c-9ad5-a66d2b73c951","name":"Get All Data Packages","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"locationCode\": \"\",\n    \"type\":\"\",\n    \"slug\":\"\",\n    \"packageCode\":\"\",\n    \"iccid\":\"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.esimaccess.com/api/v1/open/package/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"access-control-allow-origin, Authorization, Origin,Accept, X-Requested-With, Content-Type, x-forwarded-host, RT-Signature, RT-Timestamp, RT-RequestID"},{"key":"Access-Control-Allow-Methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 18 Nov 2024 08:35:29 GMT"},{"key":"X-B3-Traceid","value":"906632d7e9b8dc69"},{"key":"Content-Length","value":"969"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": null,\n    \"errorMsg\": null,\n    \"success\": true,\n    \"obj\": {\n        \"packageList\": [\n            {\n                \"packageCode\": \"CKH491\",\n                \"slug\": \"NA-3_1_7\",\n                \"name\": \"North America 1GB 7Days\",\n                \"price\": 57000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 1,\n                \"dataType\": 1,\n                \"unusedValidTime\": 180,\n                \"duration\": 7,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"MX,US,CA\",\n                \"description\": \"North America 1GB 7Days\",\n                \"activeType\": 2,\n                \"favorite\": true,\n                \"retailPrice\": 114000,\n                \"speed\": \"3G/4G\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"United States\",\n                        \"locationLogo\": \"/img/flags/us.png\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Verizon\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"T-Mobile\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Canada\",\n                        \"locationLogo\": \"/img/flags/ca.png\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Rogers Wireless\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Videotron\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Mexico\",\n                        \"locationLogo\": \"/img/flags/mx.png\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Telcel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            }\n        ]\n    }\n}"},{"id":"59958e8d-b984-4624-a9ca-4163b2902742","name":"Get Package by Slug","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"locationCode\": \"\",\n    \"type\":\"\",\n    \"slug\":\"NA-3_1_7\",\n    \"packageCode\":\"\",\n    \"iccid\":\"\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v1/open/package/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"access-control-allow-origin, Authorization, Origin,Accept, X-Requested-With, Content-Type, x-forwarded-host, RT-Signature, RT-Timestamp, RT-RequestID"},{"key":"Access-Control-Allow-Methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 04 Aug 2025 15:56:41 GMT"},{"key":"X-B3-Traceid","value":"4e68a519e95547e6"},{"key":"Content-Length","value":"1086"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": null,\n    \"errorMsg\": null,\n    \"success\": true,\n    \"obj\": {\n        \"packageList\": [\n            {\n                \"packageCode\": \"CKH491\",\n                \"slug\": \"NA-3_1_7\",\n                \"name\": \"North America 1GB 7Days\",\n                \"price\": 23000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 1,\n                \"dataType\": 1,\n                \"unusedValidTime\": 180,\n                \"duration\": 7,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"MX,US,CA\",\n                \"description\": \"North America 1GB 7Days\",\n                \"activeType\": 2,\n                \"favorite\": true,\n                \"retailPrice\": 92000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 2,\n                \"fupPolicy\": \"\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"United States\",\n                        \"locationLogo\": \"/img/flags/us.png\",\n                        \"locationCode\": \"US\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Verizon\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"T-Mobile\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Canada\",\n                        \"locationLogo\": \"/img/flags/ca.png\",\n                        \"locationCode\": \"CA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Rogers Wireless\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Videotron\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Mexico\",\n                        \"locationLogo\": \"/img/flags/mx.png\",\n                        \"locationCode\": \"MX\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telcel\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            }\n        ]\n    }\n}"},{"id":"f7045fc7-a119-46c4-b77d-698634e9d312","name":"Get all plans for a country","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"locationCode\": \"JP\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v1/open/package/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"access-control-allow-origin, Authorization, Origin,Accept, X-Requested-With, Content-Type, x-forwarded-host, RT-Signature, RT-Timestamp, RT-RequestID, token"},{"key":"Access-Control-Allow-Methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 02 Dec 2025 16:39:14 GMT"},{"key":"X-B3-Traceid","value":"a3d2f63108cfd533"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": null,\n    \"errorMsg\": null,\n    \"success\": true,\n    \"obj\": {\n        \"packageList\": [\n            {\n                \"packageCode\": \"JC063\",\n                \"slug\": \"JP_1_7\",\n                \"name\": \"Japan 1GB 7Days\",\n                \"price\": 7000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 0,\n                \"dataType\": 1,\n                \"unusedValidTime\": 180,\n                \"duration\": 7,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"JP\",\n                \"locationCode\": \"JP\",\n                \"description\": \"Japan 1GB 7Days\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 28000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 2,\n                \"fupPolicy\": \"\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SoftBank\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"JC064\",\n                \"slug\": \"JP_3_15\",\n                \"name\": \"Japan 3GB 15Days\",\n                \"price\": 17000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 3221225472,\n                \"smsStatus\": 0,\n                \"dataType\": 1,\n                \"unusedValidTime\": 180,\n                \"duration\": 15,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"JP\",\n                \"locationCode\": \"JP\",\n                \"description\": \"Japan 3GB 15Days\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 68000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 2,\n                \"fupPolicy\": \"\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SoftBank\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"JC065\",\n                \"slug\": \"JP_5_30\",\n                \"name\": \"Japan 5GB 30Days\",\n                \"price\": 27000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 5368709120,\n                \"smsStatus\": 0,\n                \"dataType\": 1,\n                \"unusedValidTime\": 180,\n                \"duration\": 30,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"JP\",\n                \"locationCode\": \"JP\",\n                \"description\": \"Japan 5GB 30Days\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 108000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 2,\n                \"fupPolicy\": \"\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SoftBank\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"JC066\",\n                \"slug\": \"JP_10_30\",\n                \"name\": \"Japan 10GB 30Days\",\n                \"price\": 47000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 10737418240,\n                \"smsStatus\": 0,\n                \"dataType\": 1,\n                \"unusedValidTime\": 180,\n                \"duration\": 30,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"JP\",\n                \"locationCode\": \"JP\",\n                \"description\": \"Japan 10GB 30Days\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 188000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 2,\n                \"fupPolicy\": \"\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SoftBank\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"JC145\",\n                \"slug\": \"JP_20_30\",\n                \"name\": \"Japan 20GB 30Days\",\n                \"price\": 82000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 21474836480,\n                \"smsStatus\": 0,\n                \"dataType\": 1,\n                \"unusedValidTime\": 180,\n                \"duration\": 30,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"JP\",\n                \"locationCode\": \"JP\",\n                \"description\": \"Japan 20GB 30Days\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 328000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 2,\n                \"fupPolicy\": \"\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SoftBank\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"CKH823\",\n                \"slug\": \"GL-139_1_7\",\n                \"name\": \"Global139 1GB 7Days\",\n                \"price\": 76000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 1,\n                \"unusedValidTime\": 180,\n                \"duration\": 7,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"PR,HK,PT,HN,PY,HR,HU,QA,ID,IE,IL,IM,AE,IN,ZA,IS,IT,AL,AR,AT,RE,ZM,AU,AX,AZ,JE,RO,BA,RS,BD,BE,RU,BF,BG,JO,JP,BH,BN,BO,SA,BR,SC,SE,SG,BW,SI,SK,KE,SN,KG,KH,CA,CD,SV,CG,CH,CI,KR,SZ,CL,CM,CN,KW,CO,CR,KZ,TD,TH,CY,CZ,TN,LI,TR,LK,DE,TW,LR,TZ,DK,LT,LU,LV,UA,UG,MA,MD,ME,MG,US,EC,MK,ML,EE,MO,EG,MQ,UY,UZ,MT,MW,MX,MY,ES,NE,VN,NG,NI,NL,NO,FI,FR,NZ,GA,GB,OM,GE,GH,GI,GR,GT,PA,XK,PE,PH,PK,PL\",\n                \"locationCode\": \"GL-139\",\n                \"description\": \"Global139 1GB 7Days\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 304000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 2,\n                \"fupPolicy\": \"\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Aland Islands\",\n                        \"locationLogo\": \"/img/flags/ax.png\",\n                        \"locationCode\": \"AX\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Ålcom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Albania\",\n                        \"locationLogo\": \"/img/flags/al.png\",\n                        \"locationCode\": \"AL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telekom.al\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Argentina\",\n                        \"locationLogo\": \"/img/flags/ar.png\",\n                        \"locationCode\": \"AR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Australia\",\n                        \"locationLogo\": \"/img/flags/au.png\",\n                        \"locationCode\": \"AU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Optus\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Austria\",\n                        \"locationLogo\": \"/img/flags/at.png\",\n                        \"locationCode\": \"AT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Azerbaijan\",\n                        \"locationLogo\": \"/img/flags/az.png\",\n                        \"locationCode\": \"AZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Bakcell\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Bahrain\",\n                        \"locationLogo\": \"/img/flags/bh.png\",\n                        \"locationCode\": \"BH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Zain\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"STC\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Bangladesh\",\n                        \"locationLogo\": \"/img/flags/bd.png\",\n                        \"locationCode\": \"BD\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Banglalink\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Grameenphone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Belgium\",\n                        \"locationLogo\": \"/img/flags/be.png\",\n                        \"locationCode\": \"BE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Base\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Proximus\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Bolivia\",\n                        \"locationLogo\": \"/img/flags/bo.png\",\n                        \"locationCode\": \"BO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tigo\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Bosnia and Herzegovina\",\n                        \"locationLogo\": \"/img/flags/ba.png\",\n                        \"locationCode\": \"BA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"HT-ERONET\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"BH Mobile\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Botswana\",\n                        \"locationLogo\": \"/img/flags/bw.png\",\n                        \"locationCode\": \"BW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Mascom\",\n                                \"networkType\": \"3G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Brazil\",\n                        \"locationLogo\": \"/img/flags/br.png\",\n                        \"locationCode\": \"BR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"TIM\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vivo\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Brunei Darussalam\",\n                        \"locationLogo\": \"/img/flags/bn.png\",\n                        \"locationCode\": \"BN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"DST\",\n                                \"networkType\": \"3G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Bulgaria\",\n                        \"locationLogo\": \"/img/flags/bg.png\",\n                        \"locationCode\": \"BG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vivacom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Burkina Faso\",\n                        \"locationLogo\": \"/img/flags/bf.png\",\n                        \"locationCode\": \"BF\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Cambodia\",\n                        \"locationLogo\": \"/img/flags/kh.png\",\n                        \"locationCode\": \"KH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Metfone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Cameroon\",\n                        \"locationLogo\": \"/img/flags/cm.png\",\n                        \"locationCode\": \"CM\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"MTN Cameroon\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Canada\",\n                        \"locationLogo\": \"/img/flags/ca.png\",\n                        \"locationCode\": \"CA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Rogers Wireless\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Videotron\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Chad\",\n                        \"locationLogo\": \"/img/flags/td.png\",\n                        \"locationCode\": \"TD\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Chile\",\n                        \"locationLogo\": \"/img/flags/cl.png\",\n                        \"locationCode\": \"CL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"movistar\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"WOM\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"China mainland\",\n                        \"locationLogo\": \"/img/flags/cn.png\",\n                        \"locationCode\": \"CN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"China Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"China Unicom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Colombia\",\n                        \"locationLogo\": \"/img/flags/co.png\",\n                        \"locationCode\": \"CO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"movistar\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Tigo\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Costa Rica\",\n                        \"locationLogo\": \"/img/flags/cr.png\",\n                        \"locationCode\": \"CR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"movistar\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Cote d'Ivoire\",\n                        \"locationLogo\": \"/img/flags/ci.png\",\n                        \"locationCode\": \"CI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Croatia\",\n                        \"locationLogo\": \"/img/flags/hr.png\",\n                        \"locationCode\": \"HR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tele2\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"A1\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Cyprus\",\n                        \"locationLogo\": \"/img/flags/cy.png\",\n                        \"locationCode\": \"CY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"PrimeTel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Czech Republic\",\n                        \"locationLogo\": \"/img/flags/cz.png\",\n                        \"locationCode\": \"CZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Democratic Republic of the Congo\",\n                        \"locationLogo\": \"/img/flags/cd.png\",\n                        \"locationCode\": \"CD\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Denmark\",\n                        \"locationLogo\": \"/img/flags/dk.png\",\n                        \"locationCode\": \"DK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"TDC\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Ecuador\",\n                        \"locationLogo\": \"/img/flags/ec.png\",\n                        \"locationCode\": \"EC\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Egypt\",\n                        \"locationLogo\": \"/img/flags/eg.png\",\n                        \"locationCode\": \"EG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Etisalat\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"El Salvador\",\n                        \"locationLogo\": \"/img/flags/sv.png\",\n                        \"locationCode\": \"SV\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tigo\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"movistar\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Estonia\",\n                        \"locationLogo\": \"/img/flags/ee.png\",\n                        \"locationCode\": \"EE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Elisa\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Eswatini\",\n                        \"locationLogo\": \"/img/flags/sz.png\",\n                        \"locationCode\": \"SZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Swazi MTN\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Swazi Mobile\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Finland\",\n                        \"locationLogo\": \"/img/flags/fi.png\",\n                        \"locationCode\": \"FI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Elisa\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia / DNA\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"France\",\n                        \"locationLogo\": \"/img/flags/fr.png\",\n                        \"locationCode\": \"FR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SFR\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Bouygues\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Free Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"French West Indies\",\n                        \"locationLogo\": \"/img/flags/mq.png\",\n                        \"locationCode\": \"MQ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Digicel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Gabon\",\n                        \"locationLogo\": \"/img/flags/ga.png\",\n                        \"locationCode\": \"GA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Georgia\",\n                        \"locationLogo\": \"/img/flags/ge.png\",\n                        \"locationCode\": \"GE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Magti\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Germany\",\n                        \"locationLogo\": \"/img/flags/de.png\",\n                        \"locationCode\": \"DE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Ghana\",\n                        \"locationLogo\": \"/img/flags/gh.png\",\n                        \"locationCode\": \"GH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"MTN\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"AirtelTigo\",\n                                \"networkType\": \"3G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Gibraltar\",\n                        \"locationLogo\": \"/img/flags/gi.png\",\n                        \"locationCode\": \"GI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"GibTel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Greece\",\n                        \"locationLogo\": \"/img/flags/gr.png\",\n                        \"locationCode\": \"GR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Wind\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Guatemala\",\n                        \"locationLogo\": \"/img/flags/gt.png\",\n                        \"locationCode\": \"GT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"movistar\",\n                                \"networkType\": \"3G\"\n                            },\n                            {\n                                \"operatorName\": \"Tigo\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Honduras\",\n                        \"locationLogo\": \"/img/flags/hn.png\",\n                        \"locationCode\": \"HN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tigo\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Hong Kong (China)\",\n                        \"locationLogo\": \"/img/flags/hk.png\",\n                        \"locationCode\": \"HK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SmarTone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"csl/1010\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Hungary\",\n                        \"locationLogo\": \"/img/flags/hu.png\",\n                        \"locationCode\": \"HU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telenor Hungary\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Iceland\",\n                        \"locationLogo\": \"/img/flags/is.png\",\n                        \"locationCode\": \"IS\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Nova\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"India\",\n                        \"locationLogo\": \"/img/flags/in.png\",\n                        \"locationCode\": \"IN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"AirTel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Jio\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Indonesia\",\n                        \"locationLogo\": \"/img/flags/id.png\",\n                        \"locationCode\": \"ID\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Indosat Ooredoo\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telkomsel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Ireland\",\n                        \"locationLogo\": \"/img/flags/ie.png\",\n                        \"locationCode\": \"IE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Isle of Man\",\n                        \"locationLogo\": \"/img/flags/im.png\",\n                        \"locationCode\": \"IM\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Pronto GSM\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Israel\",\n                        \"locationLogo\": \"/img/flags/il.png\",\n                        \"locationCode\": \"IL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Partner\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Hot Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Pelephone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"PHI Networks\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Italy\",\n                        \"locationLogo\": \"/img/flags/it.png\",\n                        \"locationCode\": \"IT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Wind\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"NTT docomo\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Rakuten Mobile\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Jersey\",\n                        \"locationLogo\": \"/img/flags/je.png\",\n                        \"locationCode\": \"JE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"JT\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Jordan\",\n                        \"locationLogo\": \"/img/flags/jo.png\",\n                        \"locationCode\": \"JO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Zain\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Umniah\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kazakhstan\",\n                        \"locationLogo\": \"/img/flags/kz.png\",\n                        \"locationCode\": \"KZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tele2.kz\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kenya\",\n                        \"locationLogo\": \"/img/flags/ke.png\",\n                        \"locationCode\": \"KE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kosovo\",\n                        \"locationLogo\": \"/img/flags/xk.png\",\n                        \"locationCode\": \"XK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"IPKO\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kuwait\",\n                        \"locationLogo\": \"/img/flags/kw.png\",\n                        \"locationCode\": \"KW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Zain\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Ooredoo\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kyrgyzstan\",\n                        \"locationLogo\": \"/img/flags/kg.png\",\n                        \"locationCode\": \"KG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Latvia\",\n                        \"locationLogo\": \"/img/flags/lv.png\",\n                        \"locationCode\": \"LV\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"LMT\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Bite\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Liberia\",\n                        \"locationLogo\": \"/img/flags/lr.png\",\n                        \"locationCode\": \"LR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Lonestar Cell MTN\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Liechtenstein\",\n                        \"locationLogo\": \"/img/flags/li.png\",\n                        \"locationCode\": \"LI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"FL1\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"7acht\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Lithuania\",\n                        \"locationLogo\": \"/img/flags/lt.png\",\n                        \"locationCode\": \"LT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"BITĖ\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Luxembourg\",\n                        \"locationLogo\": \"/img/flags/lu.png\",\n                        \"locationCode\": \"LU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"POST\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Tango\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Macao (China)\",\n                        \"locationLogo\": \"/img/flags/mo.png\",\n                        \"locationCode\": \"MO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Madagascar\",\n                        \"locationLogo\": \"/img/flags/mg.png\",\n                        \"locationCode\": \"MG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Malawi\",\n                        \"locationLogo\": \"/img/flags/mw.png\",\n                        \"locationCode\": \"MW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Malaysia\",\n                        \"locationLogo\": \"/img/flags/my.png\",\n                        \"locationCode\": \"MY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"U Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"CelcomDigi\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Mali\",\n                        \"locationLogo\": \"/img/flags/ml.png\",\n                        \"locationCode\": \"ML\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Malta\",\n                        \"locationLogo\": \"/img/flags/mt.png\",\n                        \"locationCode\": \"MT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"GO\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Melita\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Mexico\",\n                        \"locationLogo\": \"/img/flags/mx.png\",\n                        \"locationCode\": \"MX\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telcel\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Moldova\",\n                        \"locationLogo\": \"/img/flags/md.png\",\n                        \"locationCode\": \"MD\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Unité\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Montenegro\",\n                        \"locationLogo\": \"/img/flags/me.png\",\n                        \"locationCode\": \"ME\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telenor\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"m:tel CG\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"T-Mobile\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Morocco\",\n                        \"locationLogo\": \"/img/flags/ma.png\",\n                        \"locationCode\": \"MA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange Morocco\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Netherlands\",\n                        \"locationLogo\": \"/img/flags/nl.png\",\n                        \"locationCode\": \"NL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"KPN\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"New Zealand\",\n                        \"locationLogo\": \"/img/flags/nz.png\",\n                        \"locationCode\": \"NZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Spark\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Nicaragua\",\n                        \"locationLogo\": \"/img/flags/ni.png\",\n                        \"locationCode\": \"NI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"movistar\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Niger\",\n                        \"locationLogo\": \"/img/flags/ne.png\",\n                        \"locationCode\": \"NE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"3G\"\n                            },\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"3G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Nigeria\",\n                        \"locationLogo\": \"/img/flags/ng.png\",\n                        \"locationCode\": \"NG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"MTN\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"North Macedonia\",\n                        \"locationLogo\": \"/img/flags/mk.png\",\n                        \"locationCode\": \"MK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telekom.mk\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"vip\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Norway\",\n                        \"locationLogo\": \"/img/flags/no.png\",\n                        \"locationCode\": \"NO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Oman\",\n                        \"locationLogo\": \"/img/flags/om.png\",\n                        \"locationCode\": \"OM\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Omantel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Pakistan\",\n                        \"locationLogo\": \"/img/flags/pk.png\",\n                        \"locationCode\": \"PK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Jazz\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Panama\",\n                        \"locationLogo\": \"/img/flags/pa.png\",\n                        \"locationCode\": \"PA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"movistar\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Paraguay\",\n                        \"locationLogo\": \"/img/flags/py.png\",\n                        \"locationCode\": \"PY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tigo\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Peru\",\n                        \"locationLogo\": \"/img/flags/pe.png\",\n                        \"locationCode\": \"PE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Philippines\",\n                        \"locationLogo\": \"/img/flags/ph.png\",\n                        \"locationCode\": \"PH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SMART\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Poland\",\n                        \"locationLogo\": \"/img/flags/pl.png\",\n                        \"locationCode\": \"PL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Play\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Plus\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Portugal\",\n                        \"locationLogo\": \"/img/flags/pt.png\",\n                        \"locationCode\": \"PT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"NOS\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"MEO\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Puerto Rico\",\n                        \"locationLogo\": \"/img/flags/pr.png\",\n                        \"locationCode\": \"PR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Qatar\",\n                        \"locationLogo\": \"/img/flags/qa.png\",\n                        \"locationCode\": \"QA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"ooredoo\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Republic of the Congo\",\n                        \"locationLogo\": \"/img/flags/cg.png\",\n                        \"locationCode\": \"CG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Reunion\",\n                        \"locationLogo\": \"/img/flags/re.png\",\n                        \"locationCode\": \"RE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Romania\",\n                        \"locationLogo\": \"/img/flags/ro.png\",\n                        \"locationCode\": \"RO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Digi.Mobil\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Russia\",\n                        \"locationLogo\": \"/img/flags/ru.png\",\n                        \"locationCode\": \"RU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Saudi Arabia\",\n                        \"locationLogo\": \"/img/flags/sa.png\",\n                        \"locationCode\": \"SA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Mobily\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Zain\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Senegal\",\n                        \"locationLogo\": \"/img/flags/sn.png\",\n                        \"locationCode\": \"SN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Serbia\",\n                        \"locationLogo\": \"/img/flags/rs.png\",\n                        \"locationCode\": \"RS\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"VIP\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Telenor\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"mts\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Seychelles\",\n                        \"locationLogo\": \"/img/flags/sc.png\",\n                        \"locationCode\": \"SC\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Singapore\",\n                        \"locationLogo\": \"/img/flags/sg.png\",\n                        \"locationCode\": \"SG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"StarHub\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SingTel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"TPG Telecom\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Slovakia\",\n                        \"locationLogo\": \"/img/flags/sk.png\",\n                        \"locationCode\": \"SK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Slovenia\",\n                        \"locationLogo\": \"/img/flags/si.png\",\n                        \"locationCode\": \"SI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Mobitel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telemach\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"A1\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"South Africa\",\n                        \"locationLogo\": \"/img/flags/za.png\",\n                        \"locationCode\": \"ZA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"MTN\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodacom\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Cell C\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Telkom\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"South Korea\",\n                        \"locationLogo\": \"/img/flags/kr.png\",\n                        \"locationCode\": \"KR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SKTelecom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Spain\",\n                        \"locationLogo\": \"/img/flags/es.png\",\n                        \"locationCode\": \"ES\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Yoigo\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Sri Lanka\",\n                        \"locationLogo\": \"/img/flags/lk.png\",\n                        \"locationCode\": \"LK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Etisalat\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Dialog\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Mobitel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Hutch\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Sweden\",\n                        \"locationLogo\": \"/img/flags/se.png\",\n                        \"locationCode\": \"SE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Switzerland\",\n                        \"locationLogo\": \"/img/flags/ch.png\",\n                        \"locationCode\": \"CH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Sunrise\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Salt\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Swisscom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Taiwan (China)\",\n                        \"locationLogo\": \"/img/flags/tw.png\",\n                        \"locationCode\": \"TW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Chunghwa\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"FarEasTone\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Tanzania\",\n                        \"locationLogo\": \"/img/flags/tz.png\",\n                        \"locationCode\": \"TZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodacom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Thailand\",\n                        \"locationLogo\": \"/img/flags/th.png\",\n                        \"locationCode\": \"TH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"TrueMove H\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"CAT\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"AIS\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Tunisia\",\n                        \"locationLogo\": \"/img/flags/tn.png\",\n                        \"locationCode\": \"TN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Turkey\",\n                        \"locationLogo\": \"/img/flags/tr.png\",\n                        \"locationCode\": \"TR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Türk Telekom\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Turkcell\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Uganda\",\n                        \"locationLogo\": \"/img/flags/ug.png\",\n                        \"locationCode\": \"UG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"MTN\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Ukraine\",\n                        \"locationLogo\": \"/img/flags/ua.png\",\n                        \"locationCode\": \"UA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"lifecell\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Kyivstar\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"United Arab Emirates\",\n                        \"locationLogo\": \"/img/flags/ae.png\",\n                        \"locationCode\": \"AE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Etisalat\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"United Kingdom\",\n                        \"locationLogo\": \"/img/flags/gb.png\",\n                        \"locationCode\": \"GB\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"United States\",\n                        \"locationLogo\": \"/img/flags/us.png\",\n                        \"locationCode\": \"US\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Verizon\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Uruguay\",\n                        \"locationLogo\": \"/img/flags/uy.png\",\n                        \"locationCode\": \"UY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Antel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Uzbekistan\",\n                        \"locationLogo\": \"/img/flags/uz.png\",\n                        \"locationCode\": \"UZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Vietnam\",\n                        \"locationLogo\": \"/img/flags/vn.png\",\n                        \"locationCode\": \"VN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"MobiFone\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Vietnamobile\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Zambia\",\n                        \"locationLogo\": \"/img/flags/zm.png\",\n                        \"locationCode\": \"ZM\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"MTN\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"CKH825\",\n                \"slug\": \"GL-139_5_30\",\n                \"name\": \"Global139 5GB 30Days\",\n                \"price\": 296000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 5368709120,\n                \"smsStatus\": 2,\n                \"dataType\": 1,\n                \"unusedValidTime\": 180,\n                \"duration\": 30,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"PR,HK,PT,HN,PY,HR,HU,QA,ID,IE,IL,IM,AE,IN,ZA,IS,IT,AL,AR,AT,RE,ZM,AU,AX,AZ,JE,RO,BA,RS,BD,BE,RU,BF,BG,JO,JP,BH,BN,BO,SA,BR,SC,SE,SG,BW,SI,SK,KE,SN,KG,KH,CA,CD,SV,CG,CH,CI,KR,SZ,CL,CM,CN,KW,CO,CR,KZ,TD,TH,CY,CZ,TN,LI,TR,LK,DE,TW,LR,TZ,DK,LT,LU,LV,UA,UG,MA,MD,ME,MG,US,EC,MK,ML,EE,MO,EG,MQ,UY,UZ,MT,MW,MX,MY,ES,NE,VN,NG,NI,NL,NO,FI,FR,NZ,GA,GB,OM,GE,GH,GI,GR,GT,PA,XK,PE,PH,PK,PL\",\n                \"locationCode\": \"GL-139\",\n                \"description\": \"Global139 5GB 30Days\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 1184000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 2,\n                \"fupPolicy\": \"\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Aland Islands\",\n                        \"locationLogo\": \"/img/flags/ax.png\",\n                        \"locationCode\": \"AX\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Ålcom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Albania\",\n                        \"locationLogo\": \"/img/flags/al.png\",\n                        \"locationCode\": \"AL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telekom.al\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Argentina\",\n                        \"locationLogo\": \"/img/flags/ar.png\",\n                        \"locationCode\": \"AR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Australia\",\n                        \"locationLogo\": \"/img/flags/au.png\",\n                        \"locationCode\": \"AU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Optus\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Austria\",\n                        \"locationLogo\": \"/img/flags/at.png\",\n                        \"locationCode\": \"AT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Azerbaijan\",\n                        \"locationLogo\": \"/img/flags/az.png\",\n                        \"locationCode\": \"AZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Bakcell\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Bahrain\",\n                        \"locationLogo\": \"/img/flags/bh.png\",\n                        \"locationCode\": \"BH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Zain\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"STC\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Bangladesh\",\n                        \"locationLogo\": \"/img/flags/bd.png\",\n                        \"locationCode\": \"BD\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Banglalink\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Grameenphone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Belgium\",\n                        \"locationLogo\": \"/img/flags/be.png\",\n                        \"locationCode\": \"BE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Base\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Proximus\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Bolivia\",\n                        \"locationLogo\": \"/img/flags/bo.png\",\n                        \"locationCode\": \"BO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tigo\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Bosnia and Herzegovina\",\n                        \"locationLogo\": \"/img/flags/ba.png\",\n                        \"locationCode\": \"BA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"HT-ERONET\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"BH Mobile\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Botswana\",\n                        \"locationLogo\": \"/img/flags/bw.png\",\n                        \"locationCode\": \"BW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Mascom\",\n                                \"networkType\": \"3G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Brazil\",\n                        \"locationLogo\": \"/img/flags/br.png\",\n                        \"locationCode\": \"BR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"TIM\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vivo\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Brunei Darussalam\",\n                        \"locationLogo\": \"/img/flags/bn.png\",\n                        \"locationCode\": \"BN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"DST\",\n                                \"networkType\": \"3G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Bulgaria\",\n                        \"locationLogo\": \"/img/flags/bg.png\",\n                        \"locationCode\": \"BG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vivacom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Burkina Faso\",\n                        \"locationLogo\": \"/img/flags/bf.png\",\n                        \"locationCode\": \"BF\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Cambodia\",\n                        \"locationLogo\": \"/img/flags/kh.png\",\n                        \"locationCode\": \"KH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Metfone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Cameroon\",\n                        \"locationLogo\": \"/img/flags/cm.png\",\n                        \"locationCode\": \"CM\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"MTN Cameroon\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Canada\",\n                        \"locationLogo\": \"/img/flags/ca.png\",\n                        \"locationCode\": \"CA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Rogers Wireless\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Videotron\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Chad\",\n                        \"locationLogo\": \"/img/flags/td.png\",\n                        \"locationCode\": \"TD\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Chile\",\n                        \"locationLogo\": \"/img/flags/cl.png\",\n                        \"locationCode\": \"CL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"movistar\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"WOM\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"China mainland\",\n                        \"locationLogo\": \"/img/flags/cn.png\",\n                        \"locationCode\": \"CN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"China Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"China Unicom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Colombia\",\n                        \"locationLogo\": \"/img/flags/co.png\",\n                        \"locationCode\": \"CO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"movistar\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Tigo\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Costa Rica\",\n                        \"locationLogo\": \"/img/flags/cr.png\",\n                        \"locationCode\": \"CR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"movistar\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Cote d'Ivoire\",\n                        \"locationLogo\": \"/img/flags/ci.png\",\n                        \"locationCode\": \"CI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Croatia\",\n                        \"locationLogo\": \"/img/flags/hr.png\",\n                        \"locationCode\": \"HR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tele2\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"A1\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Cyprus\",\n                        \"locationLogo\": \"/img/flags/cy.png\",\n                        \"locationCode\": \"CY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"PrimeTel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Czech Republic\",\n                        \"locationLogo\": \"/img/flags/cz.png\",\n                        \"locationCode\": \"CZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Democratic Republic of the Congo\",\n                        \"locationLogo\": \"/img/flags/cd.png\",\n                        \"locationCode\": \"CD\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Denmark\",\n                        \"locationLogo\": \"/img/flags/dk.png\",\n                        \"locationCode\": \"DK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"TDC\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Ecuador\",\n                        \"locationLogo\": \"/img/flags/ec.png\",\n                        \"locationCode\": \"EC\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Egypt\",\n                        \"locationLogo\": \"/img/flags/eg.png\",\n                        \"locationCode\": \"EG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Etisalat\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"El Salvador\",\n                        \"locationLogo\": \"/img/flags/sv.png\",\n                        \"locationCode\": \"SV\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tigo\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"movistar\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Estonia\",\n                        \"locationLogo\": \"/img/flags/ee.png\",\n                        \"locationCode\": \"EE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Elisa\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Eswatini\",\n                        \"locationLogo\": \"/img/flags/sz.png\",\n                        \"locationCode\": \"SZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Swazi MTN\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Swazi Mobile\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Finland\",\n                        \"locationLogo\": \"/img/flags/fi.png\",\n                        \"locationCode\": \"FI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Elisa\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia / DNA\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"France\",\n                        \"locationLogo\": \"/img/flags/fr.png\",\n                        \"locationCode\": \"FR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SFR\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Bouygues\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Free Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"French West Indies\",\n                        \"locationLogo\": \"/img/flags/mq.png\",\n                        \"locationCode\": \"MQ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Digicel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Gabon\",\n                        \"locationLogo\": \"/img/flags/ga.png\",\n                        \"locationCode\": \"GA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Georgia\",\n                        \"locationLogo\": \"/img/flags/ge.png\",\n                        \"locationCode\": \"GE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Magti\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Germany\",\n                        \"locationLogo\": \"/img/flags/de.png\",\n                        \"locationCode\": \"DE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Ghana\",\n                        \"locationLogo\": \"/img/flags/gh.png\",\n                        \"locationCode\": \"GH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"MTN\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"AirtelTigo\",\n                                \"networkType\": \"3G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Gibraltar\",\n                        \"locationLogo\": \"/img/flags/gi.png\",\n                        \"locationCode\": \"GI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"GibTel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Greece\",\n                        \"locationLogo\": \"/img/flags/gr.png\",\n                        \"locationCode\": \"GR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Wind\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Guatemala\",\n                        \"locationLogo\": \"/img/flags/gt.png\",\n                        \"locationCode\": \"GT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"movistar\",\n                                \"networkType\": \"3G\"\n                            },\n                            {\n                                \"operatorName\": \"Tigo\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Honduras\",\n                        \"locationLogo\": \"/img/flags/hn.png\",\n                        \"locationCode\": \"HN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tigo\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Hong Kong (China)\",\n                        \"locationLogo\": \"/img/flags/hk.png\",\n                        \"locationCode\": \"HK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SmarTone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"csl/1010\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Hungary\",\n                        \"locationLogo\": \"/img/flags/hu.png\",\n                        \"locationCode\": \"HU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telenor Hungary\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Iceland\",\n                        \"locationLogo\": \"/img/flags/is.png\",\n                        \"locationCode\": \"IS\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Nova\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"India\",\n                        \"locationLogo\": \"/img/flags/in.png\",\n                        \"locationCode\": \"IN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"AirTel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Jio\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Indonesia\",\n                        \"locationLogo\": \"/img/flags/id.png\",\n                        \"locationCode\": \"ID\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Indosat Ooredoo\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telkomsel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Ireland\",\n                        \"locationLogo\": \"/img/flags/ie.png\",\n                        \"locationCode\": \"IE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Isle of Man\",\n                        \"locationLogo\": \"/img/flags/im.png\",\n                        \"locationCode\": \"IM\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Pronto GSM\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Israel\",\n                        \"locationLogo\": \"/img/flags/il.png\",\n                        \"locationCode\": \"IL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Partner\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Hot Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Pelephone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"PHI Networks\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Italy\",\n                        \"locationLogo\": \"/img/flags/it.png\",\n                        \"locationCode\": \"IT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Wind\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"NTT docomo\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Rakuten Mobile\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Jersey\",\n                        \"locationLogo\": \"/img/flags/je.png\",\n                        \"locationCode\": \"JE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"JT\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Jordan\",\n                        \"locationLogo\": \"/img/flags/jo.png\",\n                        \"locationCode\": \"JO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Zain\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Umniah\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kazakhstan\",\n                        \"locationLogo\": \"/img/flags/kz.png\",\n                        \"locationCode\": \"KZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tele2.kz\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kenya\",\n                        \"locationLogo\": \"/img/flags/ke.png\",\n                        \"locationCode\": \"KE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kosovo\",\n                        \"locationLogo\": \"/img/flags/xk.png\",\n                        \"locationCode\": \"XK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"IPKO\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kuwait\",\n                        \"locationLogo\": \"/img/flags/kw.png\",\n                        \"locationCode\": \"KW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Zain\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Ooredoo\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kyrgyzstan\",\n                        \"locationLogo\": \"/img/flags/kg.png\",\n                        \"locationCode\": \"KG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Latvia\",\n                        \"locationLogo\": \"/img/flags/lv.png\",\n                        \"locationCode\": \"LV\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"LMT\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Bite\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Liberia\",\n                        \"locationLogo\": \"/img/flags/lr.png\",\n                        \"locationCode\": \"LR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Lonestar Cell MTN\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Liechtenstein\",\n                        \"locationLogo\": \"/img/flags/li.png\",\n                        \"locationCode\": \"LI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"FL1\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"7acht\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Lithuania\",\n                        \"locationLogo\": \"/img/flags/lt.png\",\n                        \"locationCode\": \"LT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"BITĖ\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Luxembourg\",\n                        \"locationLogo\": \"/img/flags/lu.png\",\n                        \"locationCode\": \"LU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"POST\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Tango\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Macao (China)\",\n                        \"locationLogo\": \"/img/flags/mo.png\",\n                        \"locationCode\": \"MO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Madagascar\",\n                        \"locationLogo\": \"/img/flags/mg.png\",\n                        \"locationCode\": \"MG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Malawi\",\n                        \"locationLogo\": \"/img/flags/mw.png\",\n                        \"locationCode\": \"MW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Malaysia\",\n                        \"locationLogo\": \"/img/flags/my.png\",\n                        \"locationCode\": \"MY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"U Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"CelcomDigi\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Mali\",\n                        \"locationLogo\": \"/img/flags/ml.png\",\n                        \"locationCode\": \"ML\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Malta\",\n                        \"locationLogo\": \"/img/flags/mt.png\",\n                        \"locationCode\": \"MT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"GO\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Melita\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Mexico\",\n                        \"locationLogo\": \"/img/flags/mx.png\",\n                        \"locationCode\": \"MX\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telcel\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Moldova\",\n                        \"locationLogo\": \"/img/flags/md.png\",\n                        \"locationCode\": \"MD\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Unité\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Montenegro\",\n                        \"locationLogo\": \"/img/flags/me.png\",\n                        \"locationCode\": \"ME\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telenor\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"m:tel CG\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"T-Mobile\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Morocco\",\n                        \"locationLogo\": \"/img/flags/ma.png\",\n                        \"locationCode\": \"MA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange Morocco\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Netherlands\",\n                        \"locationLogo\": \"/img/flags/nl.png\",\n                        \"locationCode\": \"NL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"KPN\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"New Zealand\",\n                        \"locationLogo\": \"/img/flags/nz.png\",\n                        \"locationCode\": \"NZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Spark\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Nicaragua\",\n                        \"locationLogo\": \"/img/flags/ni.png\",\n                        \"locationCode\": \"NI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"movistar\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Niger\",\n                        \"locationLogo\": \"/img/flags/ne.png\",\n                        \"locationCode\": \"NE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"3G\"\n                            },\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"3G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Nigeria\",\n                        \"locationLogo\": \"/img/flags/ng.png\",\n                        \"locationCode\": \"NG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"MTN\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"North Macedonia\",\n                        \"locationLogo\": \"/img/flags/mk.png\",\n                        \"locationCode\": \"MK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telekom.mk\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"vip\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Norway\",\n                        \"locationLogo\": \"/img/flags/no.png\",\n                        \"locationCode\": \"NO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Oman\",\n                        \"locationLogo\": \"/img/flags/om.png\",\n                        \"locationCode\": \"OM\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Omantel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Pakistan\",\n                        \"locationLogo\": \"/img/flags/pk.png\",\n                        \"locationCode\": \"PK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Jazz\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Panama\",\n                        \"locationLogo\": \"/img/flags/pa.png\",\n                        \"locationCode\": \"PA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"movistar\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Paraguay\",\n                        \"locationLogo\": \"/img/flags/py.png\",\n                        \"locationCode\": \"PY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tigo\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Peru\",\n                        \"locationLogo\": \"/img/flags/pe.png\",\n                        \"locationCode\": \"PE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Philippines\",\n                        \"locationLogo\": \"/img/flags/ph.png\",\n                        \"locationCode\": \"PH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SMART\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Poland\",\n                        \"locationLogo\": \"/img/flags/pl.png\",\n                        \"locationCode\": \"PL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Play\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Plus\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Portugal\",\n                        \"locationLogo\": \"/img/flags/pt.png\",\n                        \"locationCode\": \"PT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"NOS\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"MEO\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Puerto Rico\",\n                        \"locationLogo\": \"/img/flags/pr.png\",\n                        \"locationCode\": \"PR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Qatar\",\n                        \"locationLogo\": \"/img/flags/qa.png\",\n                        \"locationCode\": \"QA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"ooredoo\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Republic of the Congo\",\n                        \"locationLogo\": \"/img/flags/cg.png\",\n                        \"locationCode\": \"CG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Reunion\",\n                        \"locationLogo\": \"/img/flags/re.png\",\n                        \"locationCode\": \"RE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Romania\",\n                        \"locationLogo\": \"/img/flags/ro.png\",\n                        \"locationCode\": \"RO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Digi.Mobil\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Russia\",\n                        \"locationLogo\": \"/img/flags/ru.png\",\n                        \"locationCode\": \"RU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Saudi Arabia\",\n                        \"locationLogo\": \"/img/flags/sa.png\",\n                        \"locationCode\": \"SA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Mobily\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Zain\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Senegal\",\n                        \"locationLogo\": \"/img/flags/sn.png\",\n                        \"locationCode\": \"SN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Serbia\",\n                        \"locationLogo\": \"/img/flags/rs.png\",\n                        \"locationCode\": \"RS\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"VIP\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Telenor\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"mts\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Seychelles\",\n                        \"locationLogo\": \"/img/flags/sc.png\",\n                        \"locationCode\": \"SC\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Singapore\",\n                        \"locationLogo\": \"/img/flags/sg.png\",\n                        \"locationCode\": \"SG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"StarHub\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SingTel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"TPG Telecom\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Slovakia\",\n                        \"locationLogo\": \"/img/flags/sk.png\",\n                        \"locationCode\": \"SK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Slovenia\",\n                        \"locationLogo\": \"/img/flags/si.png\",\n                        \"locationCode\": \"SI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Mobitel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telemach\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"A1\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"South Africa\",\n                        \"locationLogo\": \"/img/flags/za.png\",\n                        \"locationCode\": \"ZA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"MTN\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodacom\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Cell C\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Telkom\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"South Korea\",\n                        \"locationLogo\": \"/img/flags/kr.png\",\n                        \"locationCode\": \"KR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SKTelecom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Spain\",\n                        \"locationLogo\": \"/img/flags/es.png\",\n                        \"locationCode\": \"ES\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Yoigo\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Sri Lanka\",\n                        \"locationLogo\": \"/img/flags/lk.png\",\n                        \"locationCode\": \"LK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Etisalat\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Dialog\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Mobitel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Hutch\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Sweden\",\n                        \"locationLogo\": \"/img/flags/se.png\",\n                        \"locationCode\": \"SE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Switzerland\",\n                        \"locationLogo\": \"/img/flags/ch.png\",\n                        \"locationCode\": \"CH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Sunrise\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Salt\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Swisscom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Taiwan (China)\",\n                        \"locationLogo\": \"/img/flags/tw.png\",\n                        \"locationCode\": \"TW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Chunghwa\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"FarEasTone\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Tanzania\",\n                        \"locationLogo\": \"/img/flags/tz.png\",\n                        \"locationCode\": \"TZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodacom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Thailand\",\n                        \"locationLogo\": \"/img/flags/th.png\",\n                        \"locationCode\": \"TH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"TrueMove H\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"CAT\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"AIS\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Tunisia\",\n                        \"locationLogo\": \"/img/flags/tn.png\",\n                        \"locationCode\": \"TN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Turkey\",\n                        \"locationLogo\": \"/img/flags/tr.png\",\n                        \"locationCode\": \"TR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Türk Telekom\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Turkcell\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Uganda\",\n                        \"locationLogo\": \"/img/flags/ug.png\",\n                        \"locationCode\": \"UG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"MTN\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Ukraine\",\n                        \"locationLogo\": \"/img/flags/ua.png\",\n                        \"locationCode\": \"UA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"lifecell\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Kyivstar\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"United Arab Emirates\",\n                        \"locationLogo\": \"/img/flags/ae.png\",\n                        \"locationCode\": \"AE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Etisalat\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"United Kingdom\",\n                        \"locationLogo\": \"/img/flags/gb.png\",\n                        \"locationCode\": \"GB\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"United States\",\n                        \"locationLogo\": \"/img/flags/us.png\",\n                        \"locationCode\": \"US\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Verizon\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Uruguay\",\n                        \"locationLogo\": \"/img/flags/uy.png\",\n                        \"locationCode\": \"UY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Antel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Uzbekistan\",\n                        \"locationLogo\": \"/img/flags/uz.png\",\n                        \"locationCode\": \"UZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Vietnam\",\n                        \"locationLogo\": \"/img/flags/vn.png\",\n                        \"locationCode\": \"VN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"MobiFone\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Vietnamobile\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Zambia\",\n                        \"locationLogo\": \"/img/flags/zm.png\",\n                        \"locationCode\": \"ZM\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"MTN\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"CKH826\",\n                \"slug\": \"GL-139_10_30\",\n                \"name\": \"Global139 10GB 30Days\",\n                \"price\": 532000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 10737418240,\n                \"smsStatus\": 2,\n                \"dataType\": 1,\n                \"unusedValidTime\": 180,\n                \"duration\": 30,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"PR,HK,PT,HN,PY,HR,HU,QA,ID,IE,IL,IM,AE,IN,ZA,IS,IT,AL,AR,AT,RE,ZM,AU,AX,AZ,JE,RO,BA,RS,BD,BE,RU,BF,BG,JO,JP,BH,BN,BO,SA,BR,SC,SE,SG,BW,SI,SK,KE,SN,KG,KH,CA,CD,SV,CG,CH,CI,KR,SZ,CL,CM,CN,KW,CO,CR,KZ,TD,TH,CY,CZ,TN,LI,TR,LK,DE,TW,LR,TZ,DK,LT,LU,LV,UA,UG,MA,MD,ME,MG,US,EC,MK,ML,EE,MO,EG,MQ,UY,UZ,MT,MW,MX,MY,ES,NE,VN,NG,NI,NL,NO,FI,FR,NZ,GA,GB,OM,GE,GH,GI,GR,GT,PA,XK,PE,PH,PK,PL\",\n                \"locationCode\": \"GL-139\",\n                \"description\": \"Global139 10GB 30Days\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 2128000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 2,\n                \"fupPolicy\": \"\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Aland Islands\",\n                        \"locationLogo\": \"/img/flags/ax.png\",\n                        \"locationCode\": \"AX\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Ålcom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Albania\",\n                        \"locationLogo\": \"/img/flags/al.png\",\n                        \"locationCode\": \"AL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telekom.al\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Argentina\",\n                        \"locationLogo\": \"/img/flags/ar.png\",\n                        \"locationCode\": \"AR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Australia\",\n                        \"locationLogo\": \"/img/flags/au.png\",\n                        \"locationCode\": \"AU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Optus\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Austria\",\n                        \"locationLogo\": \"/img/flags/at.png\",\n                        \"locationCode\": \"AT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Azerbaijan\",\n                        \"locationLogo\": \"/img/flags/az.png\",\n                        \"locationCode\": \"AZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Bakcell\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Bahrain\",\n                        \"locationLogo\": \"/img/flags/bh.png\",\n                        \"locationCode\": \"BH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Zain\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"STC\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Bangladesh\",\n                        \"locationLogo\": \"/img/flags/bd.png\",\n                        \"locationCode\": \"BD\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Banglalink\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Grameenphone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Belgium\",\n                        \"locationLogo\": \"/img/flags/be.png\",\n                        \"locationCode\": \"BE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Base\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Proximus\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Bolivia\",\n                        \"locationLogo\": \"/img/flags/bo.png\",\n                        \"locationCode\": \"BO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tigo\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Bosnia and Herzegovina\",\n                        \"locationLogo\": \"/img/flags/ba.png\",\n                        \"locationCode\": \"BA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"HT-ERONET\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"BH Mobile\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Botswana\",\n                        \"locationLogo\": \"/img/flags/bw.png\",\n                        \"locationCode\": \"BW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Mascom\",\n                                \"networkType\": \"3G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Brazil\",\n                        \"locationLogo\": \"/img/flags/br.png\",\n                        \"locationCode\": \"BR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"TIM\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vivo\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Brunei Darussalam\",\n                        \"locationLogo\": \"/img/flags/bn.png\",\n                        \"locationCode\": \"BN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"DST\",\n                                \"networkType\": \"3G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Bulgaria\",\n                        \"locationLogo\": \"/img/flags/bg.png\",\n                        \"locationCode\": \"BG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vivacom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Burkina Faso\",\n                        \"locationLogo\": \"/img/flags/bf.png\",\n                        \"locationCode\": \"BF\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Cambodia\",\n                        \"locationLogo\": \"/img/flags/kh.png\",\n                        \"locationCode\": \"KH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Metfone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Cameroon\",\n                        \"locationLogo\": \"/img/flags/cm.png\",\n                        \"locationCode\": \"CM\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"MTN Cameroon\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Canada\",\n                        \"locationLogo\": \"/img/flags/ca.png\",\n                        \"locationCode\": \"CA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Rogers Wireless\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Videotron\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Chad\",\n                        \"locationLogo\": \"/img/flags/td.png\",\n                        \"locationCode\": \"TD\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Chile\",\n                        \"locationLogo\": \"/img/flags/cl.png\",\n                        \"locationCode\": \"CL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"movistar\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"WOM\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"China mainland\",\n                        \"locationLogo\": \"/img/flags/cn.png\",\n                        \"locationCode\": \"CN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"China Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"China Unicom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Colombia\",\n                        \"locationLogo\": \"/img/flags/co.png\",\n                        \"locationCode\": \"CO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"movistar\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Tigo\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Costa Rica\",\n                        \"locationLogo\": \"/img/flags/cr.png\",\n                        \"locationCode\": \"CR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"movistar\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Cote d'Ivoire\",\n                        \"locationLogo\": \"/img/flags/ci.png\",\n                        \"locationCode\": \"CI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Croatia\",\n                        \"locationLogo\": \"/img/flags/hr.png\",\n                        \"locationCode\": \"HR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tele2\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"A1\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Cyprus\",\n                        \"locationLogo\": \"/img/flags/cy.png\",\n                        \"locationCode\": \"CY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"PrimeTel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Czech Republic\",\n                        \"locationLogo\": \"/img/flags/cz.png\",\n                        \"locationCode\": \"CZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Democratic Republic of the Congo\",\n                        \"locationLogo\": \"/img/flags/cd.png\",\n                        \"locationCode\": \"CD\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Denmark\",\n                        \"locationLogo\": \"/img/flags/dk.png\",\n                        \"locationCode\": \"DK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"TDC\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Ecuador\",\n                        \"locationLogo\": \"/img/flags/ec.png\",\n                        \"locationCode\": \"EC\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Egypt\",\n                        \"locationLogo\": \"/img/flags/eg.png\",\n                        \"locationCode\": \"EG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Etisalat\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"El Salvador\",\n                        \"locationLogo\": \"/img/flags/sv.png\",\n                        \"locationCode\": \"SV\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tigo\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"movistar\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Estonia\",\n                        \"locationLogo\": \"/img/flags/ee.png\",\n                        \"locationCode\": \"EE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Elisa\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Eswatini\",\n                        \"locationLogo\": \"/img/flags/sz.png\",\n                        \"locationCode\": \"SZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Swazi MTN\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Swazi Mobile\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Finland\",\n                        \"locationLogo\": \"/img/flags/fi.png\",\n                        \"locationCode\": \"FI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Elisa\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia / DNA\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"France\",\n                        \"locationLogo\": \"/img/flags/fr.png\",\n                        \"locationCode\": \"FR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SFR\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Bouygues\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Free Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"French West Indies\",\n                        \"locationLogo\": \"/img/flags/mq.png\",\n                        \"locationCode\": \"MQ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Digicel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Gabon\",\n                        \"locationLogo\": \"/img/flags/ga.png\",\n                        \"locationCode\": \"GA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Georgia\",\n                        \"locationLogo\": \"/img/flags/ge.png\",\n                        \"locationCode\": \"GE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Magti\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Germany\",\n                        \"locationLogo\": \"/img/flags/de.png\",\n                        \"locationCode\": \"DE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Ghana\",\n                        \"locationLogo\": \"/img/flags/gh.png\",\n                        \"locationCode\": \"GH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"MTN\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"AirtelTigo\",\n                                \"networkType\": \"3G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Gibraltar\",\n                        \"locationLogo\": \"/img/flags/gi.png\",\n                        \"locationCode\": \"GI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"GibTel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Greece\",\n                        \"locationLogo\": \"/img/flags/gr.png\",\n                        \"locationCode\": \"GR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Wind\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Guatemala\",\n                        \"locationLogo\": \"/img/flags/gt.png\",\n                        \"locationCode\": \"GT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"movistar\",\n                                \"networkType\": \"3G\"\n                            },\n                            {\n                                \"operatorName\": \"Tigo\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Honduras\",\n                        \"locationLogo\": \"/img/flags/hn.png\",\n                        \"locationCode\": \"HN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tigo\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Hong Kong (China)\",\n                        \"locationLogo\": \"/img/flags/hk.png\",\n                        \"locationCode\": \"HK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SmarTone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"csl/1010\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Hungary\",\n                        \"locationLogo\": \"/img/flags/hu.png\",\n                        \"locationCode\": \"HU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telenor Hungary\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Iceland\",\n                        \"locationLogo\": \"/img/flags/is.png\",\n                        \"locationCode\": \"IS\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Nova\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"India\",\n                        \"locationLogo\": \"/img/flags/in.png\",\n                        \"locationCode\": \"IN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"AirTel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Jio\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Indonesia\",\n                        \"locationLogo\": \"/img/flags/id.png\",\n                        \"locationCode\": \"ID\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Indosat Ooredoo\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telkomsel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Ireland\",\n                        \"locationLogo\": \"/img/flags/ie.png\",\n                        \"locationCode\": \"IE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Isle of Man\",\n                        \"locationLogo\": \"/img/flags/im.png\",\n                        \"locationCode\": \"IM\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Pronto GSM\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Israel\",\n                        \"locationLogo\": \"/img/flags/il.png\",\n                        \"locationCode\": \"IL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Partner\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Hot Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Pelephone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"PHI Networks\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Italy\",\n                        \"locationLogo\": \"/img/flags/it.png\",\n                        \"locationCode\": \"IT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Wind\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"NTT docomo\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Rakuten Mobile\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Jersey\",\n                        \"locationLogo\": \"/img/flags/je.png\",\n                        \"locationCode\": \"JE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"JT\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Jordan\",\n                        \"locationLogo\": \"/img/flags/jo.png\",\n                        \"locationCode\": \"JO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Zain\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Umniah\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kazakhstan\",\n                        \"locationLogo\": \"/img/flags/kz.png\",\n                        \"locationCode\": \"KZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tele2.kz\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kenya\",\n                        \"locationLogo\": \"/img/flags/ke.png\",\n                        \"locationCode\": \"KE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kosovo\",\n                        \"locationLogo\": \"/img/flags/xk.png\",\n                        \"locationCode\": \"XK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"IPKO\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kuwait\",\n                        \"locationLogo\": \"/img/flags/kw.png\",\n                        \"locationCode\": \"KW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Zain\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Ooredoo\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kyrgyzstan\",\n                        \"locationLogo\": \"/img/flags/kg.png\",\n                        \"locationCode\": \"KG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Latvia\",\n                        \"locationLogo\": \"/img/flags/lv.png\",\n                        \"locationCode\": \"LV\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"LMT\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Bite\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Liberia\",\n                        \"locationLogo\": \"/img/flags/lr.png\",\n                        \"locationCode\": \"LR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Lonestar Cell MTN\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Liechtenstein\",\n                        \"locationLogo\": \"/img/flags/li.png\",\n                        \"locationCode\": \"LI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"FL1\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"7acht\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Lithuania\",\n                        \"locationLogo\": \"/img/flags/lt.png\",\n                        \"locationCode\": \"LT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"BITĖ\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Luxembourg\",\n                        \"locationLogo\": \"/img/flags/lu.png\",\n                        \"locationCode\": \"LU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"POST\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Tango\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Macao (China)\",\n                        \"locationLogo\": \"/img/flags/mo.png\",\n                        \"locationCode\": \"MO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Madagascar\",\n                        \"locationLogo\": \"/img/flags/mg.png\",\n                        \"locationCode\": \"MG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Malawi\",\n                        \"locationLogo\": \"/img/flags/mw.png\",\n                        \"locationCode\": \"MW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Malaysia\",\n                        \"locationLogo\": \"/img/flags/my.png\",\n                        \"locationCode\": \"MY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"U Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"CelcomDigi\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Mali\",\n                        \"locationLogo\": \"/img/flags/ml.png\",\n                        \"locationCode\": \"ML\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Malta\",\n                        \"locationLogo\": \"/img/flags/mt.png\",\n                        \"locationCode\": \"MT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"GO\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Melita\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Mexico\",\n                        \"locationLogo\": \"/img/flags/mx.png\",\n                        \"locationCode\": \"MX\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telcel\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Moldova\",\n                        \"locationLogo\": \"/img/flags/md.png\",\n                        \"locationCode\": \"MD\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Unité\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Montenegro\",\n                        \"locationLogo\": \"/img/flags/me.png\",\n                        \"locationCode\": \"ME\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telenor\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"m:tel CG\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"T-Mobile\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Morocco\",\n                        \"locationLogo\": \"/img/flags/ma.png\",\n                        \"locationCode\": \"MA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange Morocco\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Netherlands\",\n                        \"locationLogo\": \"/img/flags/nl.png\",\n                        \"locationCode\": \"NL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"KPN\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"New Zealand\",\n                        \"locationLogo\": \"/img/flags/nz.png\",\n                        \"locationCode\": \"NZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Spark\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Nicaragua\",\n                        \"locationLogo\": \"/img/flags/ni.png\",\n                        \"locationCode\": \"NI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"movistar\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Niger\",\n                        \"locationLogo\": \"/img/flags/ne.png\",\n                        \"locationCode\": \"NE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"3G\"\n                            },\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"3G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Nigeria\",\n                        \"locationLogo\": \"/img/flags/ng.png\",\n                        \"locationCode\": \"NG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"MTN\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"North Macedonia\",\n                        \"locationLogo\": \"/img/flags/mk.png\",\n                        \"locationCode\": \"MK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telekom.mk\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"vip\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Norway\",\n                        \"locationLogo\": \"/img/flags/no.png\",\n                        \"locationCode\": \"NO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Oman\",\n                        \"locationLogo\": \"/img/flags/om.png\",\n                        \"locationCode\": \"OM\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Omantel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Pakistan\",\n                        \"locationLogo\": \"/img/flags/pk.png\",\n                        \"locationCode\": \"PK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Jazz\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Panama\",\n                        \"locationLogo\": \"/img/flags/pa.png\",\n                        \"locationCode\": \"PA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"movistar\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Paraguay\",\n                        \"locationLogo\": \"/img/flags/py.png\",\n                        \"locationCode\": \"PY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tigo\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Peru\",\n                        \"locationLogo\": \"/img/flags/pe.png\",\n                        \"locationCode\": \"PE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Philippines\",\n                        \"locationLogo\": \"/img/flags/ph.png\",\n                        \"locationCode\": \"PH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SMART\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Poland\",\n                        \"locationLogo\": \"/img/flags/pl.png\",\n                        \"locationCode\": \"PL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Play\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Plus\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Portugal\",\n                        \"locationLogo\": \"/img/flags/pt.png\",\n                        \"locationCode\": \"PT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"NOS\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"MEO\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Puerto Rico\",\n                        \"locationLogo\": \"/img/flags/pr.png\",\n                        \"locationCode\": \"PR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Qatar\",\n                        \"locationLogo\": \"/img/flags/qa.png\",\n                        \"locationCode\": \"QA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"ooredoo\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Republic of the Congo\",\n                        \"locationLogo\": \"/img/flags/cg.png\",\n                        \"locationCode\": \"CG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Reunion\",\n                        \"locationLogo\": \"/img/flags/re.png\",\n                        \"locationCode\": \"RE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Romania\",\n                        \"locationLogo\": \"/img/flags/ro.png\",\n                        \"locationCode\": \"RO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Digi.Mobil\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Russia\",\n                        \"locationLogo\": \"/img/flags/ru.png\",\n                        \"locationCode\": \"RU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Saudi Arabia\",\n                        \"locationLogo\": \"/img/flags/sa.png\",\n                        \"locationCode\": \"SA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Mobily\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Zain\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Senegal\",\n                        \"locationLogo\": \"/img/flags/sn.png\",\n                        \"locationCode\": \"SN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Serbia\",\n                        \"locationLogo\": \"/img/flags/rs.png\",\n                        \"locationCode\": \"RS\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"VIP\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Telenor\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"mts\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Seychelles\",\n                        \"locationLogo\": \"/img/flags/sc.png\",\n                        \"locationCode\": \"SC\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Singapore\",\n                        \"locationLogo\": \"/img/flags/sg.png\",\n                        \"locationCode\": \"SG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"StarHub\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SingTel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"TPG Telecom\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Slovakia\",\n                        \"locationLogo\": \"/img/flags/sk.png\",\n                        \"locationCode\": \"SK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Slovenia\",\n                        \"locationLogo\": \"/img/flags/si.png\",\n                        \"locationCode\": \"SI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Mobitel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telemach\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"A1\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"South Africa\",\n                        \"locationLogo\": \"/img/flags/za.png\",\n                        \"locationCode\": \"ZA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"MTN\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodacom\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Cell C\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Telkom\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"South Korea\",\n                        \"locationLogo\": \"/img/flags/kr.png\",\n                        \"locationCode\": \"KR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SKTelecom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Spain\",\n                        \"locationLogo\": \"/img/flags/es.png\",\n                        \"locationCode\": \"ES\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Yoigo\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Sri Lanka\",\n                        \"locationLogo\": \"/img/flags/lk.png\",\n                        \"locationCode\": \"LK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Etisalat\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Dialog\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Mobitel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Hutch\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Sweden\",\n                        \"locationLogo\": \"/img/flags/se.png\",\n                        \"locationCode\": \"SE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Switzerland\",\n                        \"locationLogo\": \"/img/flags/ch.png\",\n                        \"locationCode\": \"CH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Sunrise\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Salt\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Swisscom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Taiwan (China)\",\n                        \"locationLogo\": \"/img/flags/tw.png\",\n                        \"locationCode\": \"TW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Chunghwa\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"FarEasTone\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Tanzania\",\n                        \"locationLogo\": \"/img/flags/tz.png\",\n                        \"locationCode\": \"TZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodacom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Thailand\",\n                        \"locationLogo\": \"/img/flags/th.png\",\n                        \"locationCode\": \"TH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"TrueMove H\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"CAT\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"AIS\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Tunisia\",\n                        \"locationLogo\": \"/img/flags/tn.png\",\n                        \"locationCode\": \"TN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Turkey\",\n                        \"locationLogo\": \"/img/flags/tr.png\",\n                        \"locationCode\": \"TR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Türk Telekom\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Turkcell\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Uganda\",\n                        \"locationLogo\": \"/img/flags/ug.png\",\n                        \"locationCode\": \"UG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"MTN\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Ukraine\",\n                        \"locationLogo\": \"/img/flags/ua.png\",\n                        \"locationCode\": \"UA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"lifecell\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Kyivstar\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"United Arab Emirates\",\n                        \"locationLogo\": \"/img/flags/ae.png\",\n                        \"locationCode\": \"AE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Etisalat\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"United Kingdom\",\n                        \"locationLogo\": \"/img/flags/gb.png\",\n                        \"locationCode\": \"GB\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"United States\",\n                        \"locationLogo\": \"/img/flags/us.png\",\n                        \"locationCode\": \"US\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Verizon\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Uruguay\",\n                        \"locationLogo\": \"/img/flags/uy.png\",\n                        \"locationCode\": \"UY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Antel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Uzbekistan\",\n                        \"locationLogo\": \"/img/flags/uz.png\",\n                        \"locationCode\": \"UZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Vietnam\",\n                        \"locationLogo\": \"/img/flags/vn.png\",\n                        \"locationCode\": \"VN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"MobiFone\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Vietnamobile\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Zambia\",\n                        \"locationLogo\": \"/img/flags/zm.png\",\n                        \"locationCode\": \"ZM\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"MTN\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"JC177\",\n                \"slug\": \"AS-20_1_30\",\n                \"name\": \"Asia-20 1GB 30 Days\",\n                \"price\": 37000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 1,\n                \"unusedValidTime\": 180,\n                \"duration\": 30,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"MO,HK,IL,IN,JP,KR,CN,NZ,MY,KW,SA,AU,TH,SG,VN,PH,ID,PK,KH,LK\",\n                \"locationCode\": \"AS-20\",\n                \"description\": \"Asia-20 1GB 30 Days\",\n                \"activeType\": 2,\n                \"favorite\": true,\n                \"retailPrice\": 148000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 2,\n                \"fupPolicy\": \"\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Australia\",\n                        \"locationLogo\": \"/img/flags/au.png\",\n                        \"locationCode\": \"AU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Optus\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Cambodia\",\n                        \"locationLogo\": \"/img/flags/kh.png\",\n                        \"locationCode\": \"KH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Metfone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"China mainland\",\n                        \"locationLogo\": \"/img/flags/cn.png\",\n                        \"locationCode\": \"CN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"China Unicom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Hong Kong (China)\",\n                        \"locationLogo\": \"/img/flags/hk.png\",\n                        \"locationCode\": \"HK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"csl\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"India\",\n                        \"locationLogo\": \"/img/flags/in.png\",\n                        \"locationCode\": \"IN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Jio\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"IDEA\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"AirTel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Indonesia\",\n                        \"locationLogo\": \"/img/flags/id.png\",\n                        \"locationCode\": \"ID\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telkomsel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Israel\",\n                        \"locationLogo\": \"/img/flags/il.png\",\n                        \"locationCode\": \"IL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Pelephone\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kuwait\",\n                        \"locationLogo\": \"/img/flags/kw.png\",\n                        \"locationCode\": \"KW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"STC\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Macao (China)\",\n                        \"locationLogo\": \"/img/flags/mo.png\",\n                        \"locationCode\": \"MO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"CTM\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Malaysia\",\n                        \"locationLogo\": \"/img/flags/my.png\",\n                        \"locationCode\": \"MY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"CelcomDigi\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Maxis\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"New Zealand\",\n                        \"locationLogo\": \"/img/flags/nz.png\",\n                        \"locationCode\": \"NZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Spark\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Pakistan\",\n                        \"locationLogo\": \"/img/flags/pk.png\",\n                        \"locationCode\": \"PK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telenor\",\n                                \"networkType\": \"3G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Philippines\",\n                        \"locationLogo\": \"/img/flags/ph.png\",\n                        \"locationCode\": \"PH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Globe\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SMART\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Saudi Arabia\",\n                        \"locationLogo\": \"/img/flags/sa.png\",\n                        \"locationCode\": \"SA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Mobily\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Singapore\",\n                        \"locationLogo\": \"/img/flags/sg.png\",\n                        \"locationCode\": \"SG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SingTel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"South Korea\",\n                        \"locationLogo\": \"/img/flags/kr.png\",\n                        \"locationCode\": \"KR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SKTelecom\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"LG U+\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Sri Lanka\",\n                        \"locationLogo\": \"/img/flags/lk.png\",\n                        \"locationCode\": \"LK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Thailand\",\n                        \"locationLogo\": \"/img/flags/th.png\",\n                        \"locationCode\": \"TH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"DTAC\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"TrueMove H\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Vietnam\",\n                        \"locationLogo\": \"/img/flags/vn.png\",\n                        \"locationCode\": \"VN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"MobiFone\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Viettel Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vietnamobile\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"JC178\",\n                \"slug\": \"AS-20_5_30\",\n                \"name\": \"Asia-20 5GB 30 Days\",\n                \"price\": 136000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 5368709120,\n                \"smsStatus\": 2,\n                \"dataType\": 1,\n                \"unusedValidTime\": 180,\n                \"duration\": 30,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"MO,HK,IL,IN,JP,KR,CN,NZ,MY,KW,SA,AU,TH,SG,VN,PH,ID,PK,KH,LK\",\n                \"locationCode\": \"AS-20\",\n                \"description\": \"Asia-20 5GB 30 Days\",\n                \"activeType\": 2,\n                \"favorite\": true,\n                \"retailPrice\": 544000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 2,\n                \"fupPolicy\": \"\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Australia\",\n                        \"locationLogo\": \"/img/flags/au.png\",\n                        \"locationCode\": \"AU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Optus\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Cambodia\",\n                        \"locationLogo\": \"/img/flags/kh.png\",\n                        \"locationCode\": \"KH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Metfone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"China mainland\",\n                        \"locationLogo\": \"/img/flags/cn.png\",\n                        \"locationCode\": \"CN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"China Unicom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Hong Kong (China)\",\n                        \"locationLogo\": \"/img/flags/hk.png\",\n                        \"locationCode\": \"HK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"csl\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"India\",\n                        \"locationLogo\": \"/img/flags/in.png\",\n                        \"locationCode\": \"IN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Jio\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"IDEA\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"AirTel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Indonesia\",\n                        \"locationLogo\": \"/img/flags/id.png\",\n                        \"locationCode\": \"ID\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telkomsel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Israel\",\n                        \"locationLogo\": \"/img/flags/il.png\",\n                        \"locationCode\": \"IL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Pelephone\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kuwait\",\n                        \"locationLogo\": \"/img/flags/kw.png\",\n                        \"locationCode\": \"KW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"STC\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Macao (China)\",\n                        \"locationLogo\": \"/img/flags/mo.png\",\n                        \"locationCode\": \"MO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"CTM\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Malaysia\",\n                        \"locationLogo\": \"/img/flags/my.png\",\n                        \"locationCode\": \"MY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"CelcomDigi\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Maxis\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"New Zealand\",\n                        \"locationLogo\": \"/img/flags/nz.png\",\n                        \"locationCode\": \"NZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Spark\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Pakistan\",\n                        \"locationLogo\": \"/img/flags/pk.png\",\n                        \"locationCode\": \"PK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telenor\",\n                                \"networkType\": \"3G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Philippines\",\n                        \"locationLogo\": \"/img/flags/ph.png\",\n                        \"locationCode\": \"PH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Globe\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SMART\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Saudi Arabia\",\n                        \"locationLogo\": \"/img/flags/sa.png\",\n                        \"locationCode\": \"SA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Mobily\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Singapore\",\n                        \"locationLogo\": \"/img/flags/sg.png\",\n                        \"locationCode\": \"SG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SingTel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"South Korea\",\n                        \"locationLogo\": \"/img/flags/kr.png\",\n                        \"locationCode\": \"KR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SKTelecom\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"LG U+\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Sri Lanka\",\n                        \"locationLogo\": \"/img/flags/lk.png\",\n                        \"locationCode\": \"LK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Thailand\",\n                        \"locationLogo\": \"/img/flags/th.png\",\n                        \"locationCode\": \"TH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"DTAC\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"TrueMove H\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Vietnam\",\n                        \"locationLogo\": \"/img/flags/vn.png\",\n                        \"locationCode\": \"VN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"MobiFone\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Viettel Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vietnamobile\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"JC179\",\n                \"slug\": \"AS-20_3_15\",\n                \"name\": \"Asia-20 3GB 15Days\",\n                \"price\": 89000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 3221225472,\n                \"smsStatus\": 2,\n                \"dataType\": 1,\n                \"unusedValidTime\": 180,\n                \"duration\": 15,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"MO,HK,IL,IN,JP,KR,CN,NZ,MY,KW,SA,AU,TH,SG,VN,PH,ID,PK,KH,LK\",\n                \"locationCode\": \"AS-20\",\n                \"description\": \"Asia-20 3GB 15Days\",\n                \"activeType\": 2,\n                \"favorite\": true,\n                \"retailPrice\": 356000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 2,\n                \"fupPolicy\": \"\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Australia\",\n                        \"locationLogo\": \"/img/flags/au.png\",\n                        \"locationCode\": \"AU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Optus\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Cambodia\",\n                        \"locationLogo\": \"/img/flags/kh.png\",\n                        \"locationCode\": \"KH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Metfone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"China mainland\",\n                        \"locationLogo\": \"/img/flags/cn.png\",\n                        \"locationCode\": \"CN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"China Unicom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Hong Kong (China)\",\n                        \"locationLogo\": \"/img/flags/hk.png\",\n                        \"locationCode\": \"HK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"csl\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"India\",\n                        \"locationLogo\": \"/img/flags/in.png\",\n                        \"locationCode\": \"IN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Jio\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"IDEA\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"AirTel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Indonesia\",\n                        \"locationLogo\": \"/img/flags/id.png\",\n                        \"locationCode\": \"ID\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telkomsel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Israel\",\n                        \"locationLogo\": \"/img/flags/il.png\",\n                        \"locationCode\": \"IL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Pelephone\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kuwait\",\n                        \"locationLogo\": \"/img/flags/kw.png\",\n                        \"locationCode\": \"KW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"STC\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Macao (China)\",\n                        \"locationLogo\": \"/img/flags/mo.png\",\n                        \"locationCode\": \"MO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"CTM\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Malaysia\",\n                        \"locationLogo\": \"/img/flags/my.png\",\n                        \"locationCode\": \"MY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"CelcomDigi\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Maxis\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"New Zealand\",\n                        \"locationLogo\": \"/img/flags/nz.png\",\n                        \"locationCode\": \"NZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Spark\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Pakistan\",\n                        \"locationLogo\": \"/img/flags/pk.png\",\n                        \"locationCode\": \"PK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telenor\",\n                                \"networkType\": \"3G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Philippines\",\n                        \"locationLogo\": \"/img/flags/ph.png\",\n                        \"locationCode\": \"PH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Globe\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SMART\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Saudi Arabia\",\n                        \"locationLogo\": \"/img/flags/sa.png\",\n                        \"locationCode\": \"SA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Mobily\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Singapore\",\n                        \"locationLogo\": \"/img/flags/sg.png\",\n                        \"locationCode\": \"SG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SingTel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"South Korea\",\n                        \"locationLogo\": \"/img/flags/kr.png\",\n                        \"locationCode\": \"KR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SKTelecom\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"LG U+\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Sri Lanka\",\n                        \"locationLogo\": \"/img/flags/lk.png\",\n                        \"locationCode\": \"LK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Thailand\",\n                        \"locationLogo\": \"/img/flags/th.png\",\n                        \"locationCode\": \"TH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"DTAC\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"TrueMove H\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Vietnam\",\n                        \"locationLogo\": \"/img/flags/vn.png\",\n                        \"locationCode\": \"VN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"MobiFone\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Viettel Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vietnamobile\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"JC180\",\n                \"slug\": \"AS-20_10_30\",\n                \"name\": \"Asia-20 10GB 30Days\",\n                \"price\": 230000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 10737418240,\n                \"smsStatus\": 2,\n                \"dataType\": 1,\n                \"unusedValidTime\": 180,\n                \"duration\": 30,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"MO,HK,IL,IN,JP,KR,CN,NZ,MY,KW,SA,AU,TH,SG,VN,PH,ID,PK,KH,LK\",\n                \"locationCode\": \"AS-20\",\n                \"description\": \"Asia-20 10GB 30Days\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 920000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 2,\n                \"fupPolicy\": \"\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Australia\",\n                        \"locationLogo\": \"/img/flags/au.png\",\n                        \"locationCode\": \"AU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Optus\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Cambodia\",\n                        \"locationLogo\": \"/img/flags/kh.png\",\n                        \"locationCode\": \"KH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Metfone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"China mainland\",\n                        \"locationLogo\": \"/img/flags/cn.png\",\n                        \"locationCode\": \"CN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"China Unicom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Hong Kong (China)\",\n                        \"locationLogo\": \"/img/flags/hk.png\",\n                        \"locationCode\": \"HK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"csl\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"India\",\n                        \"locationLogo\": \"/img/flags/in.png\",\n                        \"locationCode\": \"IN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Jio\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"IDEA\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"AirTel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Indonesia\",\n                        \"locationLogo\": \"/img/flags/id.png\",\n                        \"locationCode\": \"ID\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telkomsel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Israel\",\n                        \"locationLogo\": \"/img/flags/il.png\",\n                        \"locationCode\": \"IL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Pelephone\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kuwait\",\n                        \"locationLogo\": \"/img/flags/kw.png\",\n                        \"locationCode\": \"KW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"STC\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Macao (China)\",\n                        \"locationLogo\": \"/img/flags/mo.png\",\n                        \"locationCode\": \"MO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"CTM\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Malaysia\",\n                        \"locationLogo\": \"/img/flags/my.png\",\n                        \"locationCode\": \"MY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"CelcomDigi\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Maxis\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"New Zealand\",\n                        \"locationLogo\": \"/img/flags/nz.png\",\n                        \"locationCode\": \"NZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Spark\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Pakistan\",\n                        \"locationLogo\": \"/img/flags/pk.png\",\n                        \"locationCode\": \"PK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telenor\",\n                                \"networkType\": \"3G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Philippines\",\n                        \"locationLogo\": \"/img/flags/ph.png\",\n                        \"locationCode\": \"PH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Globe\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SMART\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Saudi Arabia\",\n                        \"locationLogo\": \"/img/flags/sa.png\",\n                        \"locationCode\": \"SA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Mobily\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Singapore\",\n                        \"locationLogo\": \"/img/flags/sg.png\",\n                        \"locationCode\": \"SG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SingTel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"South Korea\",\n                        \"locationLogo\": \"/img/flags/kr.png\",\n                        \"locationCode\": \"KR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SKTelecom\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"LG U+\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Sri Lanka\",\n                        \"locationLogo\": \"/img/flags/lk.png\",\n                        \"locationCode\": \"LK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Thailand\",\n                        \"locationLogo\": \"/img/flags/th.png\",\n                        \"locationCode\": \"TH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"DTAC\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"TrueMove H\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Vietnam\",\n                        \"locationLogo\": \"/img/flags/vn.png\",\n                        \"locationCode\": \"VN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"MobiFone\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Viettel Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vietnamobile\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"JC181\",\n                \"slug\": \"AS-20_20_90\",\n                \"name\": \"Asia-20 20GB 90 Days\",\n                \"price\": 420000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 21474836480,\n                \"smsStatus\": 2,\n                \"dataType\": 1,\n                \"unusedValidTime\": 180,\n                \"duration\": 90,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"MO,HK,IL,IN,JP,KR,CN,NZ,MY,KW,SA,AU,TH,SG,VN,PH,ID,PK,KH,LK\",\n                \"locationCode\": \"AS-20\",\n                \"description\": \"Asia-20 20GB 90 Days\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 1680000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 2,\n                \"fupPolicy\": \"\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Australia\",\n                        \"locationLogo\": \"/img/flags/au.png\",\n                        \"locationCode\": \"AU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Optus\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Cambodia\",\n                        \"locationLogo\": \"/img/flags/kh.png\",\n                        \"locationCode\": \"KH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Metfone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"China mainland\",\n                        \"locationLogo\": \"/img/flags/cn.png\",\n                        \"locationCode\": \"CN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"China Unicom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Hong Kong (China)\",\n                        \"locationLogo\": \"/img/flags/hk.png\",\n                        \"locationCode\": \"HK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"csl\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"India\",\n                        \"locationLogo\": \"/img/flags/in.png\",\n                        \"locationCode\": \"IN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Jio\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"IDEA\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"AirTel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Indonesia\",\n                        \"locationLogo\": \"/img/flags/id.png\",\n                        \"locationCode\": \"ID\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telkomsel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Israel\",\n                        \"locationLogo\": \"/img/flags/il.png\",\n                        \"locationCode\": \"IL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Pelephone\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kuwait\",\n                        \"locationLogo\": \"/img/flags/kw.png\",\n                        \"locationCode\": \"KW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"STC\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Macao (China)\",\n                        \"locationLogo\": \"/img/flags/mo.png\",\n                        \"locationCode\": \"MO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"CTM\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Malaysia\",\n                        \"locationLogo\": \"/img/flags/my.png\",\n                        \"locationCode\": \"MY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"CelcomDigi\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Maxis\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"New Zealand\",\n                        \"locationLogo\": \"/img/flags/nz.png\",\n                        \"locationCode\": \"NZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Spark\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Pakistan\",\n                        \"locationLogo\": \"/img/flags/pk.png\",\n                        \"locationCode\": \"PK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telenor\",\n                                \"networkType\": \"3G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Philippines\",\n                        \"locationLogo\": \"/img/flags/ph.png\",\n                        \"locationCode\": \"PH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Globe\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SMART\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Saudi Arabia\",\n                        \"locationLogo\": \"/img/flags/sa.png\",\n                        \"locationCode\": \"SA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Mobily\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Singapore\",\n                        \"locationLogo\": \"/img/flags/sg.png\",\n                        \"locationCode\": \"SG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SingTel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"South Korea\",\n                        \"locationLogo\": \"/img/flags/kr.png\",\n                        \"locationCode\": \"KR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SKTelecom\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"LG U+\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Sri Lanka\",\n                        \"locationLogo\": \"/img/flags/lk.png\",\n                        \"locationCode\": \"LK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Thailand\",\n                        \"locationLogo\": \"/img/flags/th.png\",\n                        \"locationCode\": \"TH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"DTAC\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"TrueMove H\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Vietnam\",\n                        \"locationLogo\": \"/img/flags/vn.png\",\n                        \"locationCode\": \"VN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"MobiFone\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Viettel Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vietnamobile\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"JC182\",\n                \"slug\": \"AS-20_50_180\",\n                \"name\": \"Asia-20 50GB 180 Days\",\n                \"price\": 890000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 53687091200,\n                \"smsStatus\": 2,\n                \"dataType\": 1,\n                \"unusedValidTime\": 180,\n                \"duration\": 180,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"MO,HK,IL,IN,JP,KR,CN,NZ,MY,KW,SA,AU,TH,SG,VN,PH,ID,PK,KH,LK\",\n                \"locationCode\": \"AS-20\",\n                \"description\": \"Asia-20 50GB 180 Days\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 3560000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 2,\n                \"fupPolicy\": \"\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Australia\",\n                        \"locationLogo\": \"/img/flags/au.png\",\n                        \"locationCode\": \"AU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Optus\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Cambodia\",\n                        \"locationLogo\": \"/img/flags/kh.png\",\n                        \"locationCode\": \"KH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Metfone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"China mainland\",\n                        \"locationLogo\": \"/img/flags/cn.png\",\n                        \"locationCode\": \"CN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"China Unicom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Hong Kong (China)\",\n                        \"locationLogo\": \"/img/flags/hk.png\",\n                        \"locationCode\": \"HK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"csl\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"India\",\n                        \"locationLogo\": \"/img/flags/in.png\",\n                        \"locationCode\": \"IN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Jio\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"IDEA\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"AirTel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Indonesia\",\n                        \"locationLogo\": \"/img/flags/id.png\",\n                        \"locationCode\": \"ID\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telkomsel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Israel\",\n                        \"locationLogo\": \"/img/flags/il.png\",\n                        \"locationCode\": \"IL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Pelephone\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kuwait\",\n                        \"locationLogo\": \"/img/flags/kw.png\",\n                        \"locationCode\": \"KW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"STC\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Macao (China)\",\n                        \"locationLogo\": \"/img/flags/mo.png\",\n                        \"locationCode\": \"MO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"CTM\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Malaysia\",\n                        \"locationLogo\": \"/img/flags/my.png\",\n                        \"locationCode\": \"MY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"CelcomDigi\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Maxis\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"New Zealand\",\n                        \"locationLogo\": \"/img/flags/nz.png\",\n                        \"locationCode\": \"NZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Spark\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Pakistan\",\n                        \"locationLogo\": \"/img/flags/pk.png\",\n                        \"locationCode\": \"PK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telenor\",\n                                \"networkType\": \"3G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Philippines\",\n                        \"locationLogo\": \"/img/flags/ph.png\",\n                        \"locationCode\": \"PH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Globe\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SMART\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Saudi Arabia\",\n                        \"locationLogo\": \"/img/flags/sa.png\",\n                        \"locationCode\": \"SA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Mobily\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Singapore\",\n                        \"locationLogo\": \"/img/flags/sg.png\",\n                        \"locationCode\": \"SG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SingTel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"South Korea\",\n                        \"locationLogo\": \"/img/flags/kr.png\",\n                        \"locationCode\": \"KR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SKTelecom\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"LG U+\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Sri Lanka\",\n                        \"locationLogo\": \"/img/flags/lk.png\",\n                        \"locationCode\": \"LK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Thailand\",\n                        \"locationLogo\": \"/img/flags/th.png\",\n                        \"locationCode\": \"TH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"DTAC\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"TrueMove H\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Vietnam\",\n                        \"locationLogo\": \"/img/flags/vn.png\",\n                        \"locationCode\": \"VN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"MobiFone\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Viettel Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vietnamobile\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"JC183\",\n                \"slug\": \"AS-20_1_7\",\n                \"name\": \"Asia-20 1GB 7 Days\",\n                \"price\": 36000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 1,\n                \"unusedValidTime\": 180,\n                \"duration\": 7,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"MO,HK,IL,IN,JP,KR,CN,NZ,MY,KW,SA,AU,TH,SG,VN,PH,ID,PK,KH,LK\",\n                \"locationCode\": \"AS-20\",\n                \"description\": \"Asia-20 1GB 7 Days\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 144000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 2,\n                \"fupPolicy\": \"\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Australia\",\n                        \"locationLogo\": \"/img/flags/au.png\",\n                        \"locationCode\": \"AU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Optus\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Cambodia\",\n                        \"locationLogo\": \"/img/flags/kh.png\",\n                        \"locationCode\": \"KH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Metfone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"China mainland\",\n                        \"locationLogo\": \"/img/flags/cn.png\",\n                        \"locationCode\": \"CN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"China Unicom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Hong Kong (China)\",\n                        \"locationLogo\": \"/img/flags/hk.png\",\n                        \"locationCode\": \"HK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"csl\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"India\",\n                        \"locationLogo\": \"/img/flags/in.png\",\n                        \"locationCode\": \"IN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Jio\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"IDEA\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"AirTel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Indonesia\",\n                        \"locationLogo\": \"/img/flags/id.png\",\n                        \"locationCode\": \"ID\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telkomsel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Israel\",\n                        \"locationLogo\": \"/img/flags/il.png\",\n                        \"locationCode\": \"IL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Pelephone\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kuwait\",\n                        \"locationLogo\": \"/img/flags/kw.png\",\n                        \"locationCode\": \"KW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"STC\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Macao (China)\",\n                        \"locationLogo\": \"/img/flags/mo.png\",\n                        \"locationCode\": \"MO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"CTM\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Malaysia\",\n                        \"locationLogo\": \"/img/flags/my.png\",\n                        \"locationCode\": \"MY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"CelcomDigi\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Maxis\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"New Zealand\",\n                        \"locationLogo\": \"/img/flags/nz.png\",\n                        \"locationCode\": \"NZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Spark\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Pakistan\",\n                        \"locationLogo\": \"/img/flags/pk.png\",\n                        \"locationCode\": \"PK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telenor\",\n                                \"networkType\": \"3G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Philippines\",\n                        \"locationLogo\": \"/img/flags/ph.png\",\n                        \"locationCode\": \"PH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Globe\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SMART\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Saudi Arabia\",\n                        \"locationLogo\": \"/img/flags/sa.png\",\n                        \"locationCode\": \"SA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Mobily\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Singapore\",\n                        \"locationLogo\": \"/img/flags/sg.png\",\n                        \"locationCode\": \"SG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SingTel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"South Korea\",\n                        \"locationLogo\": \"/img/flags/kr.png\",\n                        \"locationCode\": \"KR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SKTelecom\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"LG U+\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Sri Lanka\",\n                        \"locationLogo\": \"/img/flags/lk.png\",\n                        \"locationCode\": \"LK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Thailand\",\n                        \"locationLogo\": \"/img/flags/th.png\",\n                        \"locationCode\": \"TH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"DTAC\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"TrueMove H\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Vietnam\",\n                        \"locationLogo\": \"/img/flags/vn.png\",\n                        \"locationCode\": \"VN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"MobiFone\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Viettel Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vietnamobile\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PHD8GZ2VN\",\n                \"slug\": \"GL-139_3_30\",\n                \"name\": \"Global139 3GB 30Days\",\n                \"price\": 194000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 3221225472,\n                \"smsStatus\": 2,\n                \"dataType\": 1,\n                \"unusedValidTime\": 180,\n                \"duration\": 30,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"PR,HK,PT,HN,PY,HR,HU,QA,ID,IE,IL,IM,AE,IN,ZA,IS,IT,AL,AR,AT,RE,ZM,AU,AX,AZ,JE,RO,BA,RS,BD,BE,RU,BF,BG,JO,JP,BH,BN,BO,SA,BR,SC,SE,SG,BW,SI,SK,KE,SN,KG,KH,CA,CD,SV,CG,CH,CI,KR,SZ,CL,CM,CN,KW,CO,CR,KZ,TD,TH,CY,CZ,TN,LI,TR,LK,DE,TW,LR,TZ,DK,LT,LU,LV,UA,UG,MA,MD,ME,MG,US,EC,MK,ML,EE,MO,EG,MQ,UY,UZ,MT,MW,MX,MY,ES,NE,VN,NG,NI,NL,NO,FI,FR,NZ,GA,GB,OM,GE,GH,GI,GR,GT,PA,XK,PE,PH,PK,PL\",\n                \"locationCode\": \"GL-139\",\n                \"description\": \"Global139 3GB 30Days\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 776000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 2,\n                \"fupPolicy\": \"\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Aland Islands\",\n                        \"locationLogo\": \"/img/flags/ax.png\",\n                        \"locationCode\": \"AX\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Ålcom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Albania\",\n                        \"locationLogo\": \"/img/flags/al.png\",\n                        \"locationCode\": \"AL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telekom.al\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Argentina\",\n                        \"locationLogo\": \"/img/flags/ar.png\",\n                        \"locationCode\": \"AR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Australia\",\n                        \"locationLogo\": \"/img/flags/au.png\",\n                        \"locationCode\": \"AU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Optus\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Austria\",\n                        \"locationLogo\": \"/img/flags/at.png\",\n                        \"locationCode\": \"AT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Azerbaijan\",\n                        \"locationLogo\": \"/img/flags/az.png\",\n                        \"locationCode\": \"AZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Bakcell\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Bahrain\",\n                        \"locationLogo\": \"/img/flags/bh.png\",\n                        \"locationCode\": \"BH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Zain\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"STC\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Bangladesh\",\n                        \"locationLogo\": \"/img/flags/bd.png\",\n                        \"locationCode\": \"BD\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Banglalink\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Grameenphone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Belgium\",\n                        \"locationLogo\": \"/img/flags/be.png\",\n                        \"locationCode\": \"BE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Base\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Proximus\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Bolivia\",\n                        \"locationLogo\": \"/img/flags/bo.png\",\n                        \"locationCode\": \"BO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tigo\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Bosnia and Herzegovina\",\n                        \"locationLogo\": \"/img/flags/ba.png\",\n                        \"locationCode\": \"BA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"HT-ERONET\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"BH Mobile\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Botswana\",\n                        \"locationLogo\": \"/img/flags/bw.png\",\n                        \"locationCode\": \"BW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Mascom\",\n                                \"networkType\": \"3G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Brazil\",\n                        \"locationLogo\": \"/img/flags/br.png\",\n                        \"locationCode\": \"BR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"TIM\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vivo\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Brunei Darussalam\",\n                        \"locationLogo\": \"/img/flags/bn.png\",\n                        \"locationCode\": \"BN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"DST\",\n                                \"networkType\": \"3G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Bulgaria\",\n                        \"locationLogo\": \"/img/flags/bg.png\",\n                        \"locationCode\": \"BG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vivacom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Burkina Faso\",\n                        \"locationLogo\": \"/img/flags/bf.png\",\n                        \"locationCode\": \"BF\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Cambodia\",\n                        \"locationLogo\": \"/img/flags/kh.png\",\n                        \"locationCode\": \"KH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Metfone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Cameroon\",\n                        \"locationLogo\": \"/img/flags/cm.png\",\n                        \"locationCode\": \"CM\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"MTN Cameroon\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Canada\",\n                        \"locationLogo\": \"/img/flags/ca.png\",\n                        \"locationCode\": \"CA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Rogers Wireless\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Videotron\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Chad\",\n                        \"locationLogo\": \"/img/flags/td.png\",\n                        \"locationCode\": \"TD\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Chile\",\n                        \"locationLogo\": \"/img/flags/cl.png\",\n                        \"locationCode\": \"CL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"movistar\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"WOM\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"China mainland\",\n                        \"locationLogo\": \"/img/flags/cn.png\",\n                        \"locationCode\": \"CN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"China Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"China Unicom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Colombia\",\n                        \"locationLogo\": \"/img/flags/co.png\",\n                        \"locationCode\": \"CO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"movistar\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Tigo\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Costa Rica\",\n                        \"locationLogo\": \"/img/flags/cr.png\",\n                        \"locationCode\": \"CR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"movistar\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Cote d'Ivoire\",\n                        \"locationLogo\": \"/img/flags/ci.png\",\n                        \"locationCode\": \"CI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Croatia\",\n                        \"locationLogo\": \"/img/flags/hr.png\",\n                        \"locationCode\": \"HR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tele2\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"A1\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Cyprus\",\n                        \"locationLogo\": \"/img/flags/cy.png\",\n                        \"locationCode\": \"CY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"PrimeTel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Czech Republic\",\n                        \"locationLogo\": \"/img/flags/cz.png\",\n                        \"locationCode\": \"CZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Democratic Republic of the Congo\",\n                        \"locationLogo\": \"/img/flags/cd.png\",\n                        \"locationCode\": \"CD\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Denmark\",\n                        \"locationLogo\": \"/img/flags/dk.png\",\n                        \"locationCode\": \"DK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"TDC\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Ecuador\",\n                        \"locationLogo\": \"/img/flags/ec.png\",\n                        \"locationCode\": \"EC\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Egypt\",\n                        \"locationLogo\": \"/img/flags/eg.png\",\n                        \"locationCode\": \"EG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Etisalat\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"El Salvador\",\n                        \"locationLogo\": \"/img/flags/sv.png\",\n                        \"locationCode\": \"SV\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tigo\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"movistar\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Estonia\",\n                        \"locationLogo\": \"/img/flags/ee.png\",\n                        \"locationCode\": \"EE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Elisa\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Eswatini\",\n                        \"locationLogo\": \"/img/flags/sz.png\",\n                        \"locationCode\": \"SZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Swazi MTN\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Swazi Mobile\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Finland\",\n                        \"locationLogo\": \"/img/flags/fi.png\",\n                        \"locationCode\": \"FI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Elisa\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia / DNA\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"France\",\n                        \"locationLogo\": \"/img/flags/fr.png\",\n                        \"locationCode\": \"FR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SFR\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Bouygues\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Free Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"French West Indies\",\n                        \"locationLogo\": \"/img/flags/mq.png\",\n                        \"locationCode\": \"MQ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Digicel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Gabon\",\n                        \"locationLogo\": \"/img/flags/ga.png\",\n                        \"locationCode\": \"GA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Georgia\",\n                        \"locationLogo\": \"/img/flags/ge.png\",\n                        \"locationCode\": \"GE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Magti\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Germany\",\n                        \"locationLogo\": \"/img/flags/de.png\",\n                        \"locationCode\": \"DE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Ghana\",\n                        \"locationLogo\": \"/img/flags/gh.png\",\n                        \"locationCode\": \"GH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"MTN\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"AirtelTigo\",\n                                \"networkType\": \"3G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Gibraltar\",\n                        \"locationLogo\": \"/img/flags/gi.png\",\n                        \"locationCode\": \"GI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"GibTel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Greece\",\n                        \"locationLogo\": \"/img/flags/gr.png\",\n                        \"locationCode\": \"GR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Wind\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Guatemala\",\n                        \"locationLogo\": \"/img/flags/gt.png\",\n                        \"locationCode\": \"GT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"movistar\",\n                                \"networkType\": \"3G\"\n                            },\n                            {\n                                \"operatorName\": \"Tigo\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Honduras\",\n                        \"locationLogo\": \"/img/flags/hn.png\",\n                        \"locationCode\": \"HN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tigo\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Hong Kong (China)\",\n                        \"locationLogo\": \"/img/flags/hk.png\",\n                        \"locationCode\": \"HK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SmarTone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"csl/1010\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Hungary\",\n                        \"locationLogo\": \"/img/flags/hu.png\",\n                        \"locationCode\": \"HU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telenor Hungary\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Iceland\",\n                        \"locationLogo\": \"/img/flags/is.png\",\n                        \"locationCode\": \"IS\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Nova\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"India\",\n                        \"locationLogo\": \"/img/flags/in.png\",\n                        \"locationCode\": \"IN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"AirTel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Jio\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Indonesia\",\n                        \"locationLogo\": \"/img/flags/id.png\",\n                        \"locationCode\": \"ID\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Indosat Ooredoo\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telkomsel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Ireland\",\n                        \"locationLogo\": \"/img/flags/ie.png\",\n                        \"locationCode\": \"IE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Isle of Man\",\n                        \"locationLogo\": \"/img/flags/im.png\",\n                        \"locationCode\": \"IM\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Pronto GSM\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Israel\",\n                        \"locationLogo\": \"/img/flags/il.png\",\n                        \"locationCode\": \"IL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Partner\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Hot Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Pelephone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"PHI Networks\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Italy\",\n                        \"locationLogo\": \"/img/flags/it.png\",\n                        \"locationCode\": \"IT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Wind\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"NTT docomo\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Rakuten Mobile\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Jersey\",\n                        \"locationLogo\": \"/img/flags/je.png\",\n                        \"locationCode\": \"JE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"JT\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Jordan\",\n                        \"locationLogo\": \"/img/flags/jo.png\",\n                        \"locationCode\": \"JO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Zain\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Umniah\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kazakhstan\",\n                        \"locationLogo\": \"/img/flags/kz.png\",\n                        \"locationCode\": \"KZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tele2.kz\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kenya\",\n                        \"locationLogo\": \"/img/flags/ke.png\",\n                        \"locationCode\": \"KE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kosovo\",\n                        \"locationLogo\": \"/img/flags/xk.png\",\n                        \"locationCode\": \"XK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"IPKO\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kuwait\",\n                        \"locationLogo\": \"/img/flags/kw.png\",\n                        \"locationCode\": \"KW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Zain\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Ooredoo\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kyrgyzstan\",\n                        \"locationLogo\": \"/img/flags/kg.png\",\n                        \"locationCode\": \"KG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Latvia\",\n                        \"locationLogo\": \"/img/flags/lv.png\",\n                        \"locationCode\": \"LV\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"LMT\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Bite\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Liberia\",\n                        \"locationLogo\": \"/img/flags/lr.png\",\n                        \"locationCode\": \"LR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Lonestar Cell MTN\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Liechtenstein\",\n                        \"locationLogo\": \"/img/flags/li.png\",\n                        \"locationCode\": \"LI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"FL1\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"7acht\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Lithuania\",\n                        \"locationLogo\": \"/img/flags/lt.png\",\n                        \"locationCode\": \"LT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"BITĖ\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Luxembourg\",\n                        \"locationLogo\": \"/img/flags/lu.png\",\n                        \"locationCode\": \"LU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"POST\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Tango\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Macao (China)\",\n                        \"locationLogo\": \"/img/flags/mo.png\",\n                        \"locationCode\": \"MO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Madagascar\",\n                        \"locationLogo\": \"/img/flags/mg.png\",\n                        \"locationCode\": \"MG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Malawi\",\n                        \"locationLogo\": \"/img/flags/mw.png\",\n                        \"locationCode\": \"MW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Malaysia\",\n                        \"locationLogo\": \"/img/flags/my.png\",\n                        \"locationCode\": \"MY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"U Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"CelcomDigi\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Mali\",\n                        \"locationLogo\": \"/img/flags/ml.png\",\n                        \"locationCode\": \"ML\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Malta\",\n                        \"locationLogo\": \"/img/flags/mt.png\",\n                        \"locationCode\": \"MT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"GO\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Melita\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Mexico\",\n                        \"locationLogo\": \"/img/flags/mx.png\",\n                        \"locationCode\": \"MX\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telcel\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Moldova\",\n                        \"locationLogo\": \"/img/flags/md.png\",\n                        \"locationCode\": \"MD\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Unité\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Montenegro\",\n                        \"locationLogo\": \"/img/flags/me.png\",\n                        \"locationCode\": \"ME\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telenor\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"m:tel CG\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"T-Mobile\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Morocco\",\n                        \"locationLogo\": \"/img/flags/ma.png\",\n                        \"locationCode\": \"MA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange Morocco\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Netherlands\",\n                        \"locationLogo\": \"/img/flags/nl.png\",\n                        \"locationCode\": \"NL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"KPN\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"New Zealand\",\n                        \"locationLogo\": \"/img/flags/nz.png\",\n                        \"locationCode\": \"NZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Spark\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Nicaragua\",\n                        \"locationLogo\": \"/img/flags/ni.png\",\n                        \"locationCode\": \"NI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"movistar\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Niger\",\n                        \"locationLogo\": \"/img/flags/ne.png\",\n                        \"locationCode\": \"NE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"3G\"\n                            },\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"3G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Nigeria\",\n                        \"locationLogo\": \"/img/flags/ng.png\",\n                        \"locationCode\": \"NG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"MTN\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"North Macedonia\",\n                        \"locationLogo\": \"/img/flags/mk.png\",\n                        \"locationCode\": \"MK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telekom.mk\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"vip\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Norway\",\n                        \"locationLogo\": \"/img/flags/no.png\",\n                        \"locationCode\": \"NO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Oman\",\n                        \"locationLogo\": \"/img/flags/om.png\",\n                        \"locationCode\": \"OM\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Omantel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Pakistan\",\n                        \"locationLogo\": \"/img/flags/pk.png\",\n                        \"locationCode\": \"PK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Jazz\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Panama\",\n                        \"locationLogo\": \"/img/flags/pa.png\",\n                        \"locationCode\": \"PA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"movistar\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Paraguay\",\n                        \"locationLogo\": \"/img/flags/py.png\",\n                        \"locationCode\": \"PY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tigo\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Peru\",\n                        \"locationLogo\": \"/img/flags/pe.png\",\n                        \"locationCode\": \"PE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Philippines\",\n                        \"locationLogo\": \"/img/flags/ph.png\",\n                        \"locationCode\": \"PH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SMART\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Poland\",\n                        \"locationLogo\": \"/img/flags/pl.png\",\n                        \"locationCode\": \"PL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Play\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Plus\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Portugal\",\n                        \"locationLogo\": \"/img/flags/pt.png\",\n                        \"locationCode\": \"PT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"NOS\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"MEO\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Puerto Rico\",\n                        \"locationLogo\": \"/img/flags/pr.png\",\n                        \"locationCode\": \"PR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Qatar\",\n                        \"locationLogo\": \"/img/flags/qa.png\",\n                        \"locationCode\": \"QA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"ooredoo\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Republic of the Congo\",\n                        \"locationLogo\": \"/img/flags/cg.png\",\n                        \"locationCode\": \"CG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Reunion\",\n                        \"locationLogo\": \"/img/flags/re.png\",\n                        \"locationCode\": \"RE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Romania\",\n                        \"locationLogo\": \"/img/flags/ro.png\",\n                        \"locationCode\": \"RO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Digi.Mobil\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Russia\",\n                        \"locationLogo\": \"/img/flags/ru.png\",\n                        \"locationCode\": \"RU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Saudi Arabia\",\n                        \"locationLogo\": \"/img/flags/sa.png\",\n                        \"locationCode\": \"SA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Mobily\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Zain\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Senegal\",\n                        \"locationLogo\": \"/img/flags/sn.png\",\n                        \"locationCode\": \"SN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Serbia\",\n                        \"locationLogo\": \"/img/flags/rs.png\",\n                        \"locationCode\": \"RS\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"VIP\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Telenor\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"mts\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Seychelles\",\n                        \"locationLogo\": \"/img/flags/sc.png\",\n                        \"locationCode\": \"SC\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Singapore\",\n                        \"locationLogo\": \"/img/flags/sg.png\",\n                        \"locationCode\": \"SG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"StarHub\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SingTel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"TPG Telecom\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Slovakia\",\n                        \"locationLogo\": \"/img/flags/sk.png\",\n                        \"locationCode\": \"SK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Slovenia\",\n                        \"locationLogo\": \"/img/flags/si.png\",\n                        \"locationCode\": \"SI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Mobitel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telemach\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"A1\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"South Africa\",\n                        \"locationLogo\": \"/img/flags/za.png\",\n                        \"locationCode\": \"ZA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"MTN\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodacom\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Cell C\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Telkom\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"South Korea\",\n                        \"locationLogo\": \"/img/flags/kr.png\",\n                        \"locationCode\": \"KR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SKTelecom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Spain\",\n                        \"locationLogo\": \"/img/flags/es.png\",\n                        \"locationCode\": \"ES\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Yoigo\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Sri Lanka\",\n                        \"locationLogo\": \"/img/flags/lk.png\",\n                        \"locationCode\": \"LK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Etisalat\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Dialog\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Mobitel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Hutch\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Sweden\",\n                        \"locationLogo\": \"/img/flags/se.png\",\n                        \"locationCode\": \"SE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Switzerland\",\n                        \"locationLogo\": \"/img/flags/ch.png\",\n                        \"locationCode\": \"CH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Sunrise\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Salt\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Swisscom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Taiwan (China)\",\n                        \"locationLogo\": \"/img/flags/tw.png\",\n                        \"locationCode\": \"TW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Chunghwa\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"FarEasTone\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Tanzania\",\n                        \"locationLogo\": \"/img/flags/tz.png\",\n                        \"locationCode\": \"TZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodacom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Thailand\",\n                        \"locationLogo\": \"/img/flags/th.png\",\n                        \"locationCode\": \"TH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"TrueMove H\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"CAT\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"AIS\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Tunisia\",\n                        \"locationLogo\": \"/img/flags/tn.png\",\n                        \"locationCode\": \"TN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Turkey\",\n                        \"locationLogo\": \"/img/flags/tr.png\",\n                        \"locationCode\": \"TR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Türk Telekom\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Turkcell\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Uganda\",\n                        \"locationLogo\": \"/img/flags/ug.png\",\n                        \"locationCode\": \"UG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"MTN\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Ukraine\",\n                        \"locationLogo\": \"/img/flags/ua.png\",\n                        \"locationCode\": \"UA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"lifecell\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Kyivstar\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"United Arab Emirates\",\n                        \"locationLogo\": \"/img/flags/ae.png\",\n                        \"locationCode\": \"AE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Etisalat\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"United Kingdom\",\n                        \"locationLogo\": \"/img/flags/gb.png\",\n                        \"locationCode\": \"GB\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"United States\",\n                        \"locationLogo\": \"/img/flags/us.png\",\n                        \"locationCode\": \"US\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Verizon\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Uruguay\",\n                        \"locationLogo\": \"/img/flags/uy.png\",\n                        \"locationCode\": \"UY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Antel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Uzbekistan\",\n                        \"locationLogo\": \"/img/flags/uz.png\",\n                        \"locationCode\": \"UZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Vietnam\",\n                        \"locationLogo\": \"/img/flags/vn.png\",\n                        \"locationCode\": \"VN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"MobiFone\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Vietnamobile\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Zambia\",\n                        \"locationLogo\": \"/img/flags/zm.png\",\n                        \"locationCode\": \"ZM\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"MTN\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PG3K0LHBC\",\n                \"slug\": \"GL-139_20_90\",\n                \"name\": \"Global139 20GB 90Days\",\n                \"price\": 896800,\n                \"currencyCode\": \"USD\",\n                \"volume\": 21474836480,\n                \"smsStatus\": 2,\n                \"dataType\": 1,\n                \"unusedValidTime\": 180,\n                \"duration\": 90,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"PR,HK,PT,HN,PY,HR,HU,QA,ID,IE,IL,IM,AE,IN,ZA,IS,IT,AL,AR,AT,RE,ZM,AU,AX,AZ,JE,RO,BA,RS,BD,BE,RU,BF,BG,JO,JP,BH,BN,BO,SA,BR,SC,SE,SG,BW,SI,SK,KE,SN,KG,KH,CA,CD,SV,CG,CH,CI,KR,SZ,CL,CM,CN,KW,CO,CR,KZ,TD,TH,CY,CZ,TN,LI,TR,LK,DE,TW,LR,TZ,DK,LT,LU,LV,UA,UG,MA,MD,ME,MG,US,EC,MK,ML,EE,MO,EG,MQ,UY,UZ,MT,MW,MX,MY,ES,NE,VN,NG,NI,NL,NO,FI,FR,NZ,GA,GB,OM,GE,GH,GI,GR,GT,PA,XK,PE,PH,PK,PL\",\n                \"locationCode\": \"GL-139\",\n                \"description\": \"Global139 20GB 90Days\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 3587200,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 2,\n                \"fupPolicy\": \"\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Aland Islands\",\n                        \"locationLogo\": \"/img/flags/ax.png\",\n                        \"locationCode\": \"AX\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Ålcom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Albania\",\n                        \"locationLogo\": \"/img/flags/al.png\",\n                        \"locationCode\": \"AL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telekom.al\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Argentina\",\n                        \"locationLogo\": \"/img/flags/ar.png\",\n                        \"locationCode\": \"AR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Australia\",\n                        \"locationLogo\": \"/img/flags/au.png\",\n                        \"locationCode\": \"AU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Optus\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Austria\",\n                        \"locationLogo\": \"/img/flags/at.png\",\n                        \"locationCode\": \"AT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Azerbaijan\",\n                        \"locationLogo\": \"/img/flags/az.png\",\n                        \"locationCode\": \"AZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Bakcell\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Bahrain\",\n                        \"locationLogo\": \"/img/flags/bh.png\",\n                        \"locationCode\": \"BH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Zain\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"STC\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Bangladesh\",\n                        \"locationLogo\": \"/img/flags/bd.png\",\n                        \"locationCode\": \"BD\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Banglalink\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Grameenphone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Belgium\",\n                        \"locationLogo\": \"/img/flags/be.png\",\n                        \"locationCode\": \"BE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Base\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Proximus\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Bolivia\",\n                        \"locationLogo\": \"/img/flags/bo.png\",\n                        \"locationCode\": \"BO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tigo\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Bosnia and Herzegovina\",\n                        \"locationLogo\": \"/img/flags/ba.png\",\n                        \"locationCode\": \"BA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"HT-ERONET\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"BH Mobile\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Botswana\",\n                        \"locationLogo\": \"/img/flags/bw.png\",\n                        \"locationCode\": \"BW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Mascom\",\n                                \"networkType\": \"3G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Brazil\",\n                        \"locationLogo\": \"/img/flags/br.png\",\n                        \"locationCode\": \"BR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"TIM\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vivo\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Brunei Darussalam\",\n                        \"locationLogo\": \"/img/flags/bn.png\",\n                        \"locationCode\": \"BN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"DST\",\n                                \"networkType\": \"3G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Bulgaria\",\n                        \"locationLogo\": \"/img/flags/bg.png\",\n                        \"locationCode\": \"BG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vivacom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Burkina Faso\",\n                        \"locationLogo\": \"/img/flags/bf.png\",\n                        \"locationCode\": \"BF\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Cambodia\",\n                        \"locationLogo\": \"/img/flags/kh.png\",\n                        \"locationCode\": \"KH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Metfone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Cameroon\",\n                        \"locationLogo\": \"/img/flags/cm.png\",\n                        \"locationCode\": \"CM\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"MTN Cameroon\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Canada\",\n                        \"locationLogo\": \"/img/flags/ca.png\",\n                        \"locationCode\": \"CA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Rogers Wireless\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Videotron\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Chad\",\n                        \"locationLogo\": \"/img/flags/td.png\",\n                        \"locationCode\": \"TD\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Chile\",\n                        \"locationLogo\": \"/img/flags/cl.png\",\n                        \"locationCode\": \"CL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"movistar\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"WOM\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"China mainland\",\n                        \"locationLogo\": \"/img/flags/cn.png\",\n                        \"locationCode\": \"CN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"China Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"China Unicom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Colombia\",\n                        \"locationLogo\": \"/img/flags/co.png\",\n                        \"locationCode\": \"CO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"movistar\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Tigo\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Costa Rica\",\n                        \"locationLogo\": \"/img/flags/cr.png\",\n                        \"locationCode\": \"CR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"movistar\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Cote d'Ivoire\",\n                        \"locationLogo\": \"/img/flags/ci.png\",\n                        \"locationCode\": \"CI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Croatia\",\n                        \"locationLogo\": \"/img/flags/hr.png\",\n                        \"locationCode\": \"HR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tele2\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"A1\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Cyprus\",\n                        \"locationLogo\": \"/img/flags/cy.png\",\n                        \"locationCode\": \"CY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"PrimeTel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Czech Republic\",\n                        \"locationLogo\": \"/img/flags/cz.png\",\n                        \"locationCode\": \"CZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Democratic Republic of the Congo\",\n                        \"locationLogo\": \"/img/flags/cd.png\",\n                        \"locationCode\": \"CD\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Denmark\",\n                        \"locationLogo\": \"/img/flags/dk.png\",\n                        \"locationCode\": \"DK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"TDC\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Ecuador\",\n                        \"locationLogo\": \"/img/flags/ec.png\",\n                        \"locationCode\": \"EC\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Egypt\",\n                        \"locationLogo\": \"/img/flags/eg.png\",\n                        \"locationCode\": \"EG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Etisalat\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"El Salvador\",\n                        \"locationLogo\": \"/img/flags/sv.png\",\n                        \"locationCode\": \"SV\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tigo\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"movistar\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Estonia\",\n                        \"locationLogo\": \"/img/flags/ee.png\",\n                        \"locationCode\": \"EE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Elisa\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Eswatini\",\n                        \"locationLogo\": \"/img/flags/sz.png\",\n                        \"locationCode\": \"SZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Swazi MTN\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Swazi Mobile\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Finland\",\n                        \"locationLogo\": \"/img/flags/fi.png\",\n                        \"locationCode\": \"FI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Elisa\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia / DNA\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"France\",\n                        \"locationLogo\": \"/img/flags/fr.png\",\n                        \"locationCode\": \"FR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SFR\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Bouygues\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Free Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"French West Indies\",\n                        \"locationLogo\": \"/img/flags/mq.png\",\n                        \"locationCode\": \"MQ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Digicel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Gabon\",\n                        \"locationLogo\": \"/img/flags/ga.png\",\n                        \"locationCode\": \"GA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Georgia\",\n                        \"locationLogo\": \"/img/flags/ge.png\",\n                        \"locationCode\": \"GE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Magti\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Germany\",\n                        \"locationLogo\": \"/img/flags/de.png\",\n                        \"locationCode\": \"DE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Ghana\",\n                        \"locationLogo\": \"/img/flags/gh.png\",\n                        \"locationCode\": \"GH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"MTN\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"AirtelTigo\",\n                                \"networkType\": \"3G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Gibraltar\",\n                        \"locationLogo\": \"/img/flags/gi.png\",\n                        \"locationCode\": \"GI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"GibTel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Greece\",\n                        \"locationLogo\": \"/img/flags/gr.png\",\n                        \"locationCode\": \"GR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Wind\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Guatemala\",\n                        \"locationLogo\": \"/img/flags/gt.png\",\n                        \"locationCode\": \"GT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"movistar\",\n                                \"networkType\": \"3G\"\n                            },\n                            {\n                                \"operatorName\": \"Tigo\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Honduras\",\n                        \"locationLogo\": \"/img/flags/hn.png\",\n                        \"locationCode\": \"HN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tigo\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Hong Kong (China)\",\n                        \"locationLogo\": \"/img/flags/hk.png\",\n                        \"locationCode\": \"HK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SmarTone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"csl/1010\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Hungary\",\n                        \"locationLogo\": \"/img/flags/hu.png\",\n                        \"locationCode\": \"HU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telenor Hungary\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Iceland\",\n                        \"locationLogo\": \"/img/flags/is.png\",\n                        \"locationCode\": \"IS\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Nova\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"India\",\n                        \"locationLogo\": \"/img/flags/in.png\",\n                        \"locationCode\": \"IN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"AirTel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Jio\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Indonesia\",\n                        \"locationLogo\": \"/img/flags/id.png\",\n                        \"locationCode\": \"ID\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Indosat Ooredoo\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telkomsel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Ireland\",\n                        \"locationLogo\": \"/img/flags/ie.png\",\n                        \"locationCode\": \"IE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Isle of Man\",\n                        \"locationLogo\": \"/img/flags/im.png\",\n                        \"locationCode\": \"IM\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Pronto GSM\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Israel\",\n                        \"locationLogo\": \"/img/flags/il.png\",\n                        \"locationCode\": \"IL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Partner\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Hot Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Pelephone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"PHI Networks\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Italy\",\n                        \"locationLogo\": \"/img/flags/it.png\",\n                        \"locationCode\": \"IT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Wind\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"NTT docomo\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Rakuten Mobile\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Jersey\",\n                        \"locationLogo\": \"/img/flags/je.png\",\n                        \"locationCode\": \"JE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"JT\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Jordan\",\n                        \"locationLogo\": \"/img/flags/jo.png\",\n                        \"locationCode\": \"JO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Zain\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Umniah\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kazakhstan\",\n                        \"locationLogo\": \"/img/flags/kz.png\",\n                        \"locationCode\": \"KZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tele2.kz\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kenya\",\n                        \"locationLogo\": \"/img/flags/ke.png\",\n                        \"locationCode\": \"KE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kosovo\",\n                        \"locationLogo\": \"/img/flags/xk.png\",\n                        \"locationCode\": \"XK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"IPKO\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kuwait\",\n                        \"locationLogo\": \"/img/flags/kw.png\",\n                        \"locationCode\": \"KW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Zain\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Ooredoo\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kyrgyzstan\",\n                        \"locationLogo\": \"/img/flags/kg.png\",\n                        \"locationCode\": \"KG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Latvia\",\n                        \"locationLogo\": \"/img/flags/lv.png\",\n                        \"locationCode\": \"LV\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"LMT\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Bite\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Liberia\",\n                        \"locationLogo\": \"/img/flags/lr.png\",\n                        \"locationCode\": \"LR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Lonestar Cell MTN\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Liechtenstein\",\n                        \"locationLogo\": \"/img/flags/li.png\",\n                        \"locationCode\": \"LI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"FL1\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"7acht\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Lithuania\",\n                        \"locationLogo\": \"/img/flags/lt.png\",\n                        \"locationCode\": \"LT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"BITĖ\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Luxembourg\",\n                        \"locationLogo\": \"/img/flags/lu.png\",\n                        \"locationCode\": \"LU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"POST\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Tango\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Macao (China)\",\n                        \"locationLogo\": \"/img/flags/mo.png\",\n                        \"locationCode\": \"MO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Madagascar\",\n                        \"locationLogo\": \"/img/flags/mg.png\",\n                        \"locationCode\": \"MG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Malawi\",\n                        \"locationLogo\": \"/img/flags/mw.png\",\n                        \"locationCode\": \"MW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Malaysia\",\n                        \"locationLogo\": \"/img/flags/my.png\",\n                        \"locationCode\": \"MY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"U Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"CelcomDigi\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Mali\",\n                        \"locationLogo\": \"/img/flags/ml.png\",\n                        \"locationCode\": \"ML\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Malta\",\n                        \"locationLogo\": \"/img/flags/mt.png\",\n                        \"locationCode\": \"MT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"GO\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Melita\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Mexico\",\n                        \"locationLogo\": \"/img/flags/mx.png\",\n                        \"locationCode\": \"MX\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telcel\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Moldova\",\n                        \"locationLogo\": \"/img/flags/md.png\",\n                        \"locationCode\": \"MD\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Unité\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Montenegro\",\n                        \"locationLogo\": \"/img/flags/me.png\",\n                        \"locationCode\": \"ME\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telenor\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"m:tel CG\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"T-Mobile\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Morocco\",\n                        \"locationLogo\": \"/img/flags/ma.png\",\n                        \"locationCode\": \"MA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange Morocco\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Netherlands\",\n                        \"locationLogo\": \"/img/flags/nl.png\",\n                        \"locationCode\": \"NL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"KPN\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"New Zealand\",\n                        \"locationLogo\": \"/img/flags/nz.png\",\n                        \"locationCode\": \"NZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Spark\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Nicaragua\",\n                        \"locationLogo\": \"/img/flags/ni.png\",\n                        \"locationCode\": \"NI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"movistar\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Niger\",\n                        \"locationLogo\": \"/img/flags/ne.png\",\n                        \"locationCode\": \"NE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"3G\"\n                            },\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"3G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Nigeria\",\n                        \"locationLogo\": \"/img/flags/ng.png\",\n                        \"locationCode\": \"NG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"MTN\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"North Macedonia\",\n                        \"locationLogo\": \"/img/flags/mk.png\",\n                        \"locationCode\": \"MK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telekom.mk\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"vip\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Norway\",\n                        \"locationLogo\": \"/img/flags/no.png\",\n                        \"locationCode\": \"NO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Oman\",\n                        \"locationLogo\": \"/img/flags/om.png\",\n                        \"locationCode\": \"OM\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Omantel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Pakistan\",\n                        \"locationLogo\": \"/img/flags/pk.png\",\n                        \"locationCode\": \"PK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Jazz\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Panama\",\n                        \"locationLogo\": \"/img/flags/pa.png\",\n                        \"locationCode\": \"PA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"movistar\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Paraguay\",\n                        \"locationLogo\": \"/img/flags/py.png\",\n                        \"locationCode\": \"PY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tigo\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Peru\",\n                        \"locationLogo\": \"/img/flags/pe.png\",\n                        \"locationCode\": \"PE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Philippines\",\n                        \"locationLogo\": \"/img/flags/ph.png\",\n                        \"locationCode\": \"PH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SMART\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Poland\",\n                        \"locationLogo\": \"/img/flags/pl.png\",\n                        \"locationCode\": \"PL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Play\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Plus\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Portugal\",\n                        \"locationLogo\": \"/img/flags/pt.png\",\n                        \"locationCode\": \"PT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"NOS\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"MEO\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Puerto Rico\",\n                        \"locationLogo\": \"/img/flags/pr.png\",\n                        \"locationCode\": \"PR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Qatar\",\n                        \"locationLogo\": \"/img/flags/qa.png\",\n                        \"locationCode\": \"QA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"ooredoo\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Republic of the Congo\",\n                        \"locationLogo\": \"/img/flags/cg.png\",\n                        \"locationCode\": \"CG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Reunion\",\n                        \"locationLogo\": \"/img/flags/re.png\",\n                        \"locationCode\": \"RE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Romania\",\n                        \"locationLogo\": \"/img/flags/ro.png\",\n                        \"locationCode\": \"RO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Digi.Mobil\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Russia\",\n                        \"locationLogo\": \"/img/flags/ru.png\",\n                        \"locationCode\": \"RU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Saudi Arabia\",\n                        \"locationLogo\": \"/img/flags/sa.png\",\n                        \"locationCode\": \"SA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Mobily\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Zain\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Senegal\",\n                        \"locationLogo\": \"/img/flags/sn.png\",\n                        \"locationCode\": \"SN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Serbia\",\n                        \"locationLogo\": \"/img/flags/rs.png\",\n                        \"locationCode\": \"RS\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"VIP\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Telenor\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"mts\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Seychelles\",\n                        \"locationLogo\": \"/img/flags/sc.png\",\n                        \"locationCode\": \"SC\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Singapore\",\n                        \"locationLogo\": \"/img/flags/sg.png\",\n                        \"locationCode\": \"SG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"StarHub\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SingTel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"TPG Telecom\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Slovakia\",\n                        \"locationLogo\": \"/img/flags/sk.png\",\n                        \"locationCode\": \"SK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Slovenia\",\n                        \"locationLogo\": \"/img/flags/si.png\",\n                        \"locationCode\": \"SI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Mobitel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telemach\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"A1\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"South Africa\",\n                        \"locationLogo\": \"/img/flags/za.png\",\n                        \"locationCode\": \"ZA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"MTN\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodacom\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Cell C\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Telkom\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"South Korea\",\n                        \"locationLogo\": \"/img/flags/kr.png\",\n                        \"locationCode\": \"KR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SKTelecom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Spain\",\n                        \"locationLogo\": \"/img/flags/es.png\",\n                        \"locationCode\": \"ES\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Yoigo\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Sri Lanka\",\n                        \"locationLogo\": \"/img/flags/lk.png\",\n                        \"locationCode\": \"LK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Etisalat\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Dialog\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Mobitel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Hutch\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Sweden\",\n                        \"locationLogo\": \"/img/flags/se.png\",\n                        \"locationCode\": \"SE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Switzerland\",\n                        \"locationLogo\": \"/img/flags/ch.png\",\n                        \"locationCode\": \"CH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Sunrise\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Salt\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Swisscom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Taiwan (China)\",\n                        \"locationLogo\": \"/img/flags/tw.png\",\n                        \"locationCode\": \"TW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Chunghwa\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"FarEasTone\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Tanzania\",\n                        \"locationLogo\": \"/img/flags/tz.png\",\n                        \"locationCode\": \"TZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodacom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Thailand\",\n                        \"locationLogo\": \"/img/flags/th.png\",\n                        \"locationCode\": \"TH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"TrueMove H\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"CAT\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"AIS\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Tunisia\",\n                        \"locationLogo\": \"/img/flags/tn.png\",\n                        \"locationCode\": \"TN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Turkey\",\n                        \"locationLogo\": \"/img/flags/tr.png\",\n                        \"locationCode\": \"TR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Türk Telekom\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Turkcell\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Uganda\",\n                        \"locationLogo\": \"/img/flags/ug.png\",\n                        \"locationCode\": \"UG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"MTN\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Ukraine\",\n                        \"locationLogo\": \"/img/flags/ua.png\",\n                        \"locationCode\": \"UA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"lifecell\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Kyivstar\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"United Arab Emirates\",\n                        \"locationLogo\": \"/img/flags/ae.png\",\n                        \"locationCode\": \"AE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Etisalat\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"United Kingdom\",\n                        \"locationLogo\": \"/img/flags/gb.png\",\n                        \"locationCode\": \"GB\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"United States\",\n                        \"locationLogo\": \"/img/flags/us.png\",\n                        \"locationCode\": \"US\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Verizon\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Uruguay\",\n                        \"locationLogo\": \"/img/flags/uy.png\",\n                        \"locationCode\": \"UY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Antel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Uzbekistan\",\n                        \"locationLogo\": \"/img/flags/uz.png\",\n                        \"locationCode\": \"UZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Vietnam\",\n                        \"locationLogo\": \"/img/flags/vn.png\",\n                        \"locationCode\": \"VN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"MobiFone\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Vietnamobile\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Zambia\",\n                        \"locationLogo\": \"/img/flags/zm.png\",\n                        \"locationCode\": \"ZM\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"MTN\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PL4E7JOWX\",\n                \"slug\": \"JP_50_180\",\n                \"name\": \"Japan 50GB 180Days\",\n                \"price\": 280000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 53687091200,\n                \"smsStatus\": 0,\n                \"dataType\": 1,\n                \"unusedValidTime\": 180,\n                \"duration\": 180,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"JP\",\n                \"locationCode\": \"JP\",\n                \"description\": \"Japan 50GB 180Days\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 1120000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 2,\n                \"fupPolicy\": \"\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SoftBank\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PCQXBW5UJ\",\n                \"slug\": \"GL-139_1_365\",\n                \"name\": \"Global139 1GB 365Days\",\n                \"price\": 146000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 1,\n                \"unusedValidTime\": 180,\n                \"duration\": 365,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"PR,HK,PT,HN,PY,HR,HU,QA,ID,IE,IL,IM,AE,IN,ZA,IS,IT,AL,AR,AT,RE,ZM,AU,AX,AZ,JE,RO,BA,RS,BD,BE,RU,BF,BG,JO,JP,BH,BN,BO,SA,BR,SC,SE,SG,BW,SI,SK,KE,SN,KG,KH,CA,CD,SV,CG,CH,CI,KR,SZ,CL,CM,CN,KW,CO,CR,KZ,TD,TH,CY,CZ,TN,LI,TR,LK,DE,TW,LR,TZ,DK,LT,LU,LV,UA,UG,MA,MD,ME,MG,US,EC,MK,ML,EE,MO,EG,MQ,UY,UZ,MT,MW,MX,MY,ES,NE,VN,NG,NI,NL,NO,FI,FR,NZ,GA,GB,OM,GE,GH,GI,GR,GT,PA,XK,PE,PH,PK,PL\",\n                \"locationCode\": \"GL-139\",\n                \"description\": \"Global139 1GB 365Days\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 584000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 2,\n                \"fupPolicy\": \"\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Aland Islands\",\n                        \"locationLogo\": \"/img/flags/ax.png\",\n                        \"locationCode\": \"AX\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Ålcom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Albania\",\n                        \"locationLogo\": \"/img/flags/al.png\",\n                        \"locationCode\": \"AL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telekom.al\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Argentina\",\n                        \"locationLogo\": \"/img/flags/ar.png\",\n                        \"locationCode\": \"AR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Australia\",\n                        \"locationLogo\": \"/img/flags/au.png\",\n                        \"locationCode\": \"AU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Optus\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Austria\",\n                        \"locationLogo\": \"/img/flags/at.png\",\n                        \"locationCode\": \"AT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Azerbaijan\",\n                        \"locationLogo\": \"/img/flags/az.png\",\n                        \"locationCode\": \"AZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Bakcell\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Bahrain\",\n                        \"locationLogo\": \"/img/flags/bh.png\",\n                        \"locationCode\": \"BH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Zain\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"STC\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Bangladesh\",\n                        \"locationLogo\": \"/img/flags/bd.png\",\n                        \"locationCode\": \"BD\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Banglalink\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Grameenphone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Belgium\",\n                        \"locationLogo\": \"/img/flags/be.png\",\n                        \"locationCode\": \"BE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Base\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Proximus\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Bolivia\",\n                        \"locationLogo\": \"/img/flags/bo.png\",\n                        \"locationCode\": \"BO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tigo\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Bosnia and Herzegovina\",\n                        \"locationLogo\": \"/img/flags/ba.png\",\n                        \"locationCode\": \"BA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"HT-ERONET\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"BH Mobile\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Botswana\",\n                        \"locationLogo\": \"/img/flags/bw.png\",\n                        \"locationCode\": \"BW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Mascom\",\n                                \"networkType\": \"3G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Brazil\",\n                        \"locationLogo\": \"/img/flags/br.png\",\n                        \"locationCode\": \"BR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"TIM\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vivo\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Brunei Darussalam\",\n                        \"locationLogo\": \"/img/flags/bn.png\",\n                        \"locationCode\": \"BN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"DST\",\n                                \"networkType\": \"3G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Bulgaria\",\n                        \"locationLogo\": \"/img/flags/bg.png\",\n                        \"locationCode\": \"BG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vivacom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Burkina Faso\",\n                        \"locationLogo\": \"/img/flags/bf.png\",\n                        \"locationCode\": \"BF\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Cambodia\",\n                        \"locationLogo\": \"/img/flags/kh.png\",\n                        \"locationCode\": \"KH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Metfone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Cameroon\",\n                        \"locationLogo\": \"/img/flags/cm.png\",\n                        \"locationCode\": \"CM\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"MTN Cameroon\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Canada\",\n                        \"locationLogo\": \"/img/flags/ca.png\",\n                        \"locationCode\": \"CA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Rogers Wireless\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Videotron\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Chad\",\n                        \"locationLogo\": \"/img/flags/td.png\",\n                        \"locationCode\": \"TD\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Chile\",\n                        \"locationLogo\": \"/img/flags/cl.png\",\n                        \"locationCode\": \"CL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"movistar\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"WOM\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"China mainland\",\n                        \"locationLogo\": \"/img/flags/cn.png\",\n                        \"locationCode\": \"CN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"China Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"China Unicom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Colombia\",\n                        \"locationLogo\": \"/img/flags/co.png\",\n                        \"locationCode\": \"CO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"movistar\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Tigo\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Costa Rica\",\n                        \"locationLogo\": \"/img/flags/cr.png\",\n                        \"locationCode\": \"CR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"movistar\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Cote d'Ivoire\",\n                        \"locationLogo\": \"/img/flags/ci.png\",\n                        \"locationCode\": \"CI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Croatia\",\n                        \"locationLogo\": \"/img/flags/hr.png\",\n                        \"locationCode\": \"HR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tele2\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"A1\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Cyprus\",\n                        \"locationLogo\": \"/img/flags/cy.png\",\n                        \"locationCode\": \"CY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"PrimeTel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Czech Republic\",\n                        \"locationLogo\": \"/img/flags/cz.png\",\n                        \"locationCode\": \"CZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Democratic Republic of the Congo\",\n                        \"locationLogo\": \"/img/flags/cd.png\",\n                        \"locationCode\": \"CD\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Denmark\",\n                        \"locationLogo\": \"/img/flags/dk.png\",\n                        \"locationCode\": \"DK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"TDC\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Ecuador\",\n                        \"locationLogo\": \"/img/flags/ec.png\",\n                        \"locationCode\": \"EC\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Egypt\",\n                        \"locationLogo\": \"/img/flags/eg.png\",\n                        \"locationCode\": \"EG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Etisalat\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"El Salvador\",\n                        \"locationLogo\": \"/img/flags/sv.png\",\n                        \"locationCode\": \"SV\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tigo\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"movistar\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Estonia\",\n                        \"locationLogo\": \"/img/flags/ee.png\",\n                        \"locationCode\": \"EE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Elisa\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Eswatini\",\n                        \"locationLogo\": \"/img/flags/sz.png\",\n                        \"locationCode\": \"SZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Swazi MTN\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Swazi Mobile\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Finland\",\n                        \"locationLogo\": \"/img/flags/fi.png\",\n                        \"locationCode\": \"FI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Elisa\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia / DNA\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"France\",\n                        \"locationLogo\": \"/img/flags/fr.png\",\n                        \"locationCode\": \"FR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SFR\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Bouygues\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Free Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"French West Indies\",\n                        \"locationLogo\": \"/img/flags/mq.png\",\n                        \"locationCode\": \"MQ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Digicel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Gabon\",\n                        \"locationLogo\": \"/img/flags/ga.png\",\n                        \"locationCode\": \"GA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Georgia\",\n                        \"locationLogo\": \"/img/flags/ge.png\",\n                        \"locationCode\": \"GE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Magti\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Germany\",\n                        \"locationLogo\": \"/img/flags/de.png\",\n                        \"locationCode\": \"DE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Ghana\",\n                        \"locationLogo\": \"/img/flags/gh.png\",\n                        \"locationCode\": \"GH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"MTN\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"AirtelTigo\",\n                                \"networkType\": \"3G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Gibraltar\",\n                        \"locationLogo\": \"/img/flags/gi.png\",\n                        \"locationCode\": \"GI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"GibTel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Greece\",\n                        \"locationLogo\": \"/img/flags/gr.png\",\n                        \"locationCode\": \"GR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Wind\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Guatemala\",\n                        \"locationLogo\": \"/img/flags/gt.png\",\n                        \"locationCode\": \"GT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"movistar\",\n                                \"networkType\": \"3G\"\n                            },\n                            {\n                                \"operatorName\": \"Tigo\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Honduras\",\n                        \"locationLogo\": \"/img/flags/hn.png\",\n                        \"locationCode\": \"HN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tigo\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Hong Kong (China)\",\n                        \"locationLogo\": \"/img/flags/hk.png\",\n                        \"locationCode\": \"HK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SmarTone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"csl/1010\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Hungary\",\n                        \"locationLogo\": \"/img/flags/hu.png\",\n                        \"locationCode\": \"HU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telenor Hungary\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Iceland\",\n                        \"locationLogo\": \"/img/flags/is.png\",\n                        \"locationCode\": \"IS\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Nova\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"India\",\n                        \"locationLogo\": \"/img/flags/in.png\",\n                        \"locationCode\": \"IN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"AirTel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Jio\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Indonesia\",\n                        \"locationLogo\": \"/img/flags/id.png\",\n                        \"locationCode\": \"ID\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Indosat Ooredoo\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telkomsel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Ireland\",\n                        \"locationLogo\": \"/img/flags/ie.png\",\n                        \"locationCode\": \"IE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Isle of Man\",\n                        \"locationLogo\": \"/img/flags/im.png\",\n                        \"locationCode\": \"IM\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Pronto GSM\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Israel\",\n                        \"locationLogo\": \"/img/flags/il.png\",\n                        \"locationCode\": \"IL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Partner\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Hot Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Pelephone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"PHI Networks\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Italy\",\n                        \"locationLogo\": \"/img/flags/it.png\",\n                        \"locationCode\": \"IT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Wind\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"NTT docomo\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Rakuten Mobile\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Jersey\",\n                        \"locationLogo\": \"/img/flags/je.png\",\n                        \"locationCode\": \"JE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"JT\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Jordan\",\n                        \"locationLogo\": \"/img/flags/jo.png\",\n                        \"locationCode\": \"JO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Zain\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Umniah\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kazakhstan\",\n                        \"locationLogo\": \"/img/flags/kz.png\",\n                        \"locationCode\": \"KZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tele2.kz\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kenya\",\n                        \"locationLogo\": \"/img/flags/ke.png\",\n                        \"locationCode\": \"KE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kosovo\",\n                        \"locationLogo\": \"/img/flags/xk.png\",\n                        \"locationCode\": \"XK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"IPKO\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kuwait\",\n                        \"locationLogo\": \"/img/flags/kw.png\",\n                        \"locationCode\": \"KW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Zain\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Ooredoo\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kyrgyzstan\",\n                        \"locationLogo\": \"/img/flags/kg.png\",\n                        \"locationCode\": \"KG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Latvia\",\n                        \"locationLogo\": \"/img/flags/lv.png\",\n                        \"locationCode\": \"LV\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"LMT\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Bite\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Liberia\",\n                        \"locationLogo\": \"/img/flags/lr.png\",\n                        \"locationCode\": \"LR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Lonestar Cell MTN\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Liechtenstein\",\n                        \"locationLogo\": \"/img/flags/li.png\",\n                        \"locationCode\": \"LI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"FL1\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"7acht\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Lithuania\",\n                        \"locationLogo\": \"/img/flags/lt.png\",\n                        \"locationCode\": \"LT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"BITĖ\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Luxembourg\",\n                        \"locationLogo\": \"/img/flags/lu.png\",\n                        \"locationCode\": \"LU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"POST\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Tango\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Macao (China)\",\n                        \"locationLogo\": \"/img/flags/mo.png\",\n                        \"locationCode\": \"MO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Madagascar\",\n                        \"locationLogo\": \"/img/flags/mg.png\",\n                        \"locationCode\": \"MG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Malawi\",\n                        \"locationLogo\": \"/img/flags/mw.png\",\n                        \"locationCode\": \"MW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Malaysia\",\n                        \"locationLogo\": \"/img/flags/my.png\",\n                        \"locationCode\": \"MY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"U Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"CelcomDigi\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Mali\",\n                        \"locationLogo\": \"/img/flags/ml.png\",\n                        \"locationCode\": \"ML\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Malta\",\n                        \"locationLogo\": \"/img/flags/mt.png\",\n                        \"locationCode\": \"MT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"GO\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Melita\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Mexico\",\n                        \"locationLogo\": \"/img/flags/mx.png\",\n                        \"locationCode\": \"MX\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telcel\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Moldova\",\n                        \"locationLogo\": \"/img/flags/md.png\",\n                        \"locationCode\": \"MD\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Unité\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Montenegro\",\n                        \"locationLogo\": \"/img/flags/me.png\",\n                        \"locationCode\": \"ME\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telenor\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"m:tel CG\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"T-Mobile\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Morocco\",\n                        \"locationLogo\": \"/img/flags/ma.png\",\n                        \"locationCode\": \"MA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange Morocco\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Netherlands\",\n                        \"locationLogo\": \"/img/flags/nl.png\",\n                        \"locationCode\": \"NL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"KPN\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"New Zealand\",\n                        \"locationLogo\": \"/img/flags/nz.png\",\n                        \"locationCode\": \"NZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Spark\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Nicaragua\",\n                        \"locationLogo\": \"/img/flags/ni.png\",\n                        \"locationCode\": \"NI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"movistar\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Niger\",\n                        \"locationLogo\": \"/img/flags/ne.png\",\n                        \"locationCode\": \"NE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"3G\"\n                            },\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"3G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Nigeria\",\n                        \"locationLogo\": \"/img/flags/ng.png\",\n                        \"locationCode\": \"NG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"MTN\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"North Macedonia\",\n                        \"locationLogo\": \"/img/flags/mk.png\",\n                        \"locationCode\": \"MK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telekom.mk\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"vip\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Norway\",\n                        \"locationLogo\": \"/img/flags/no.png\",\n                        \"locationCode\": \"NO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Oman\",\n                        \"locationLogo\": \"/img/flags/om.png\",\n                        \"locationCode\": \"OM\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Omantel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Pakistan\",\n                        \"locationLogo\": \"/img/flags/pk.png\",\n                        \"locationCode\": \"PK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Jazz\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Panama\",\n                        \"locationLogo\": \"/img/flags/pa.png\",\n                        \"locationCode\": \"PA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"movistar\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Paraguay\",\n                        \"locationLogo\": \"/img/flags/py.png\",\n                        \"locationCode\": \"PY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tigo\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Peru\",\n                        \"locationLogo\": \"/img/flags/pe.png\",\n                        \"locationCode\": \"PE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Philippines\",\n                        \"locationLogo\": \"/img/flags/ph.png\",\n                        \"locationCode\": \"PH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SMART\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Poland\",\n                        \"locationLogo\": \"/img/flags/pl.png\",\n                        \"locationCode\": \"PL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Play\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Plus\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Portugal\",\n                        \"locationLogo\": \"/img/flags/pt.png\",\n                        \"locationCode\": \"PT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"NOS\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"MEO\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Puerto Rico\",\n                        \"locationLogo\": \"/img/flags/pr.png\",\n                        \"locationCode\": \"PR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Qatar\",\n                        \"locationLogo\": \"/img/flags/qa.png\",\n                        \"locationCode\": \"QA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"ooredoo\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Republic of the Congo\",\n                        \"locationLogo\": \"/img/flags/cg.png\",\n                        \"locationCode\": \"CG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Reunion\",\n                        \"locationLogo\": \"/img/flags/re.png\",\n                        \"locationCode\": \"RE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Romania\",\n                        \"locationLogo\": \"/img/flags/ro.png\",\n                        \"locationCode\": \"RO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Digi.Mobil\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Russia\",\n                        \"locationLogo\": \"/img/flags/ru.png\",\n                        \"locationCode\": \"RU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Saudi Arabia\",\n                        \"locationLogo\": \"/img/flags/sa.png\",\n                        \"locationCode\": \"SA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Mobily\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Zain\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Senegal\",\n                        \"locationLogo\": \"/img/flags/sn.png\",\n                        \"locationCode\": \"SN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Serbia\",\n                        \"locationLogo\": \"/img/flags/rs.png\",\n                        \"locationCode\": \"RS\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"VIP\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Telenor\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"mts\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Seychelles\",\n                        \"locationLogo\": \"/img/flags/sc.png\",\n                        \"locationCode\": \"SC\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Singapore\",\n                        \"locationLogo\": \"/img/flags/sg.png\",\n                        \"locationCode\": \"SG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"StarHub\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SingTel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"TPG Telecom\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Slovakia\",\n                        \"locationLogo\": \"/img/flags/sk.png\",\n                        \"locationCode\": \"SK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Slovenia\",\n                        \"locationLogo\": \"/img/flags/si.png\",\n                        \"locationCode\": \"SI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Mobitel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telemach\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"A1\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"South Africa\",\n                        \"locationLogo\": \"/img/flags/za.png\",\n                        \"locationCode\": \"ZA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"MTN\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodacom\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Cell C\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Telkom\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"South Korea\",\n                        \"locationLogo\": \"/img/flags/kr.png\",\n                        \"locationCode\": \"KR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SKTelecom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Spain\",\n                        \"locationLogo\": \"/img/flags/es.png\",\n                        \"locationCode\": \"ES\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Yoigo\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Sri Lanka\",\n                        \"locationLogo\": \"/img/flags/lk.png\",\n                        \"locationCode\": \"LK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Etisalat\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Dialog\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Mobitel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Hutch\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Sweden\",\n                        \"locationLogo\": \"/img/flags/se.png\",\n                        \"locationCode\": \"SE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Switzerland\",\n                        \"locationLogo\": \"/img/flags/ch.png\",\n                        \"locationCode\": \"CH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Sunrise\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Salt\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Swisscom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Taiwan (China)\",\n                        \"locationLogo\": \"/img/flags/tw.png\",\n                        \"locationCode\": \"TW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Chunghwa\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"FarEasTone\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Tanzania\",\n                        \"locationLogo\": \"/img/flags/tz.png\",\n                        \"locationCode\": \"TZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodacom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Thailand\",\n                        \"locationLogo\": \"/img/flags/th.png\",\n                        \"locationCode\": \"TH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"TrueMove H\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"CAT\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"AIS\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Tunisia\",\n                        \"locationLogo\": \"/img/flags/tn.png\",\n                        \"locationCode\": \"TN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Turkey\",\n                        \"locationLogo\": \"/img/flags/tr.png\",\n                        \"locationCode\": \"TR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Türk Telekom\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Turkcell\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Uganda\",\n                        \"locationLogo\": \"/img/flags/ug.png\",\n                        \"locationCode\": \"UG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"MTN\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Ukraine\",\n                        \"locationLogo\": \"/img/flags/ua.png\",\n                        \"locationCode\": \"UA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"lifecell\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Kyivstar\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"United Arab Emirates\",\n                        \"locationLogo\": \"/img/flags/ae.png\",\n                        \"locationCode\": \"AE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Etisalat\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"United Kingdom\",\n                        \"locationLogo\": \"/img/flags/gb.png\",\n                        \"locationCode\": \"GB\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"United States\",\n                        \"locationLogo\": \"/img/flags/us.png\",\n                        \"locationCode\": \"US\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Verizon\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Uruguay\",\n                        \"locationLogo\": \"/img/flags/uy.png\",\n                        \"locationCode\": \"UY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Antel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Uzbekistan\",\n                        \"locationLogo\": \"/img/flags/uz.png\",\n                        \"locationCode\": \"UZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Vietnam\",\n                        \"locationLogo\": \"/img/flags/vn.png\",\n                        \"locationCode\": \"VN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"MobiFone\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Vietnamobile\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Zambia\",\n                        \"locationLogo\": \"/img/flags/zm.png\",\n                        \"locationCode\": \"ZM\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"MTN\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P9JS074W4\",\n                \"slug\": \"JP_0.5_Daily\",\n                \"name\": \"Japan 500MB/Day\",\n                \"price\": 5000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"JP\",\n                \"locationCode\": \"JP\",\n                \"description\": \"Japan 500MB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 20000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SoftBank\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P9TF1FXDA\",\n                \"slug\": \"JP_1_Daily\",\n                \"name\": \"Japan 1GB/Day\",\n                \"price\": 10000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"JP\",\n                \"locationCode\": \"JP\",\n                \"description\": \"Japan 1GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 40000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SoftBank\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PPWBVT0BF\",\n                \"slug\": \"JP_2_Daily\",\n                \"name\": \"Japan 2GB/Day\",\n                \"price\": 20000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"JP\",\n                \"locationCode\": \"JP\",\n                \"description\": \"Japan 2GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 80000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SoftBank\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P2AJZD4YX\",\n                \"slug\": \"JP_3_30\",\n                \"name\": \"Japan 3GB 30Days\",\n                \"price\": 18000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 3221225472,\n                \"smsStatus\": 0,\n                \"dataType\": 1,\n                \"unusedValidTime\": 180,\n                \"duration\": 30,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"JP\",\n                \"locationCode\": \"JP\",\n                \"description\": \"Japan 3GB 30Days\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 72000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 2,\n                \"fupPolicy\": \"\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SoftBank\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P98RPDQR0\",\n                \"slug\": \"JP_50_30\",\n                \"name\": \"Japan 50GB 30Days\",\n                \"price\": 170000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 53687091200,\n                \"smsStatus\": 0,\n                \"dataType\": 1,\n                \"unusedValidTime\": 180,\n                \"duration\": 30,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"JP\",\n                \"locationCode\": \"JP\",\n                \"description\": \"Japan 50GB 30Days\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 680000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 2,\n                \"fupPolicy\": \"\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SoftBank\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PTHP265BC\",\n                \"slug\": \"AS-12_3_30\",\n                \"name\": \"Asia (12 areas) 3GB 30Days\",\n                \"price\": 90000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 3221225472,\n                \"smsStatus\": 2,\n                \"dataType\": 1,\n                \"unusedValidTime\": 180,\n                \"duration\": 30,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"MO,HK,TW,TH,SG,JP,KR,VN,ID,CN,MY,KH\",\n                \"locationCode\": \"AS-12\",\n                \"description\": \"Asia (12 areas) 3GB 30Days\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 360000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 2,\n                \"fupPolicy\": \"\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Cambodia\",\n                        \"locationLogo\": \"/img/flags/kh.png\",\n                        \"locationCode\": \"KH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Metfone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"China mainland\",\n                        \"locationLogo\": \"/img/flags/cn.png\",\n                        \"locationCode\": \"CN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"China Unicom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Hong Kong (China)\",\n                        \"locationLogo\": \"/img/flags/hk.png\",\n                        \"locationCode\": \"HK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"csl\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Indonesia\",\n                        \"locationLogo\": \"/img/flags/id.png\",\n                        \"locationCode\": \"ID\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telkomsel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Macao (China)\",\n                        \"locationLogo\": \"/img/flags/mo.png\",\n                        \"locationCode\": \"MO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"CTM\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Malaysia\",\n                        \"locationLogo\": \"/img/flags/my.png\",\n                        \"locationCode\": \"MY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"CelcomDigi\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Maxis\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Singapore\",\n                        \"locationLogo\": \"/img/flags/sg.png\",\n                        \"locationCode\": \"SG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SingTel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"South Korea\",\n                        \"locationLogo\": \"/img/flags/kr.png\",\n                        \"locationCode\": \"KR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SKTelecom\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"LG U+\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Taiwan (China)\",\n                        \"locationLogo\": \"/img/flags/tw.png\",\n                        \"locationCode\": \"TW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Chunghwa\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Thailand\",\n                        \"locationLogo\": \"/img/flags/th.png\",\n                        \"locationCode\": \"TH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"DTAC\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"TrueMove H\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Vietnam\",\n                        \"locationLogo\": \"/img/flags/vn.png\",\n                        \"locationCode\": \"VN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"MobiFone\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Viettel Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vietnamobile\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P9ESS1C2D\",\n                \"slug\": \"AS-12_5_30\",\n                \"name\": \"Asia (12 areas) 5GB 30Days\",\n                \"price\": 135000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 5368709120,\n                \"smsStatus\": 2,\n                \"dataType\": 1,\n                \"unusedValidTime\": 180,\n                \"duration\": 30,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"MO,HK,TW,TH,SG,JP,KR,VN,ID,CN,MY,KH\",\n                \"locationCode\": \"AS-12\",\n                \"description\": \"Asia (12 areas) 5GB 30Days\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 540000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 2,\n                \"fupPolicy\": \"\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Cambodia\",\n                        \"locationLogo\": \"/img/flags/kh.png\",\n                        \"locationCode\": \"KH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Metfone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"China mainland\",\n                        \"locationLogo\": \"/img/flags/cn.png\",\n                        \"locationCode\": \"CN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"China Unicom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Hong Kong (China)\",\n                        \"locationLogo\": \"/img/flags/hk.png\",\n                        \"locationCode\": \"HK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"csl\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Indonesia\",\n                        \"locationLogo\": \"/img/flags/id.png\",\n                        \"locationCode\": \"ID\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telkomsel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Macao (China)\",\n                        \"locationLogo\": \"/img/flags/mo.png\",\n                        \"locationCode\": \"MO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"CTM\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Malaysia\",\n                        \"locationLogo\": \"/img/flags/my.png\",\n                        \"locationCode\": \"MY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"CelcomDigi\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Maxis\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Singapore\",\n                        \"locationLogo\": \"/img/flags/sg.png\",\n                        \"locationCode\": \"SG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SingTel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"South Korea\",\n                        \"locationLogo\": \"/img/flags/kr.png\",\n                        \"locationCode\": \"KR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SKTelecom\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"LG U+\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Taiwan (China)\",\n                        \"locationLogo\": \"/img/flags/tw.png\",\n                        \"locationCode\": \"TW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Chunghwa\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Thailand\",\n                        \"locationLogo\": \"/img/flags/th.png\",\n                        \"locationCode\": \"TH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"DTAC\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"TrueMove H\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Vietnam\",\n                        \"locationLogo\": \"/img/flags/vn.png\",\n                        \"locationCode\": \"VN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"MobiFone\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Viettel Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vietnamobile\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P32JCTKR0\",\n                \"slug\": \"AS-12_10_30\",\n                \"name\": \"Asia (12 areas) 10GB 30Days\",\n                \"price\": 229000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 10737418240,\n                \"smsStatus\": 2,\n                \"dataType\": 1,\n                \"unusedValidTime\": 180,\n                \"duration\": 30,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"MO,HK,TW,TH,SG,JP,KR,VN,ID,CN,MY,KH\",\n                \"locationCode\": \"AS-12\",\n                \"description\": \"Asia (12 areas) 10GB 30Days\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 916000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 2,\n                \"fupPolicy\": \"\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Cambodia\",\n                        \"locationLogo\": \"/img/flags/kh.png\",\n                        \"locationCode\": \"KH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Metfone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"China mainland\",\n                        \"locationLogo\": \"/img/flags/cn.png\",\n                        \"locationCode\": \"CN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"China Unicom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Hong Kong (China)\",\n                        \"locationLogo\": \"/img/flags/hk.png\",\n                        \"locationCode\": \"HK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"csl\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Indonesia\",\n                        \"locationLogo\": \"/img/flags/id.png\",\n                        \"locationCode\": \"ID\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telkomsel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Macao (China)\",\n                        \"locationLogo\": \"/img/flags/mo.png\",\n                        \"locationCode\": \"MO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"CTM\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Malaysia\",\n                        \"locationLogo\": \"/img/flags/my.png\",\n                        \"locationCode\": \"MY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"CelcomDigi\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Maxis\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Singapore\",\n                        \"locationLogo\": \"/img/flags/sg.png\",\n                        \"locationCode\": \"SG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SingTel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"South Korea\",\n                        \"locationLogo\": \"/img/flags/kr.png\",\n                        \"locationCode\": \"KR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SKTelecom\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"LG U+\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Taiwan (China)\",\n                        \"locationLogo\": \"/img/flags/tw.png\",\n                        \"locationCode\": \"TW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Chunghwa\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Thailand\",\n                        \"locationLogo\": \"/img/flags/th.png\",\n                        \"locationCode\": \"TH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"DTAC\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"TrueMove H\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Vietnam\",\n                        \"locationLogo\": \"/img/flags/vn.png\",\n                        \"locationCode\": \"VN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"MobiFone\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Viettel Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vietnamobile\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PWXD16M3T\",\n                \"slug\": \"AS-12_20_30\",\n                \"name\": \"Asia (12 areas) 20GB 30Days\",\n                \"price\": 399000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 21474836480,\n                \"smsStatus\": 2,\n                \"dataType\": 1,\n                \"unusedValidTime\": 180,\n                \"duration\": 30,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"MO,HK,TW,TH,SG,JP,KR,VN,ID,CN,MY,KH\",\n                \"locationCode\": \"AS-12\",\n                \"description\": \"Asia (12 areas) 20GB 30Days\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 1596000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 2,\n                \"fupPolicy\": \"\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Cambodia\",\n                        \"locationLogo\": \"/img/flags/kh.png\",\n                        \"locationCode\": \"KH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Metfone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"China mainland\",\n                        \"locationLogo\": \"/img/flags/cn.png\",\n                        \"locationCode\": \"CN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"China Unicom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Hong Kong (China)\",\n                        \"locationLogo\": \"/img/flags/hk.png\",\n                        \"locationCode\": \"HK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"csl\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Indonesia\",\n                        \"locationLogo\": \"/img/flags/id.png\",\n                        \"locationCode\": \"ID\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telkomsel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Macao (China)\",\n                        \"locationLogo\": \"/img/flags/mo.png\",\n                        \"locationCode\": \"MO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"CTM\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Malaysia\",\n                        \"locationLogo\": \"/img/flags/my.png\",\n                        \"locationCode\": \"MY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"CelcomDigi\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Maxis\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Singapore\",\n                        \"locationLogo\": \"/img/flags/sg.png\",\n                        \"locationCode\": \"SG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SingTel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"South Korea\",\n                        \"locationLogo\": \"/img/flags/kr.png\",\n                        \"locationCode\": \"KR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SKTelecom\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"LG U+\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Taiwan (China)\",\n                        \"locationLogo\": \"/img/flags/tw.png\",\n                        \"locationCode\": \"TW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Chunghwa\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Thailand\",\n                        \"locationLogo\": \"/img/flags/th.png\",\n                        \"locationCode\": \"TH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"DTAC\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"TrueMove H\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Vietnam\",\n                        \"locationLogo\": \"/img/flags/vn.png\",\n                        \"locationCode\": \"VN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"MobiFone\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Viettel Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vietnamobile\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PHS30M6EZ\",\n                \"slug\": \"GL-120_1_7\",\n                \"name\": \"Global (120+ areas) 1GB 7Days\",\n                \"price\": 46000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 1,\n                \"unusedValidTime\": 180,\n                \"duration\": 7,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"PR,HK,PT,HN,PY,HR,HU,QA,ID,IE,IL,AE,IN,ZA,IS,IT,AL,AM,AR,AT,ZM,AU,AZ,RO,BA,RS,BE,RU,BG,JO,JP,BO,SA,BR,SC,SE,SG,BW,SI,SK,KE,SN,KG,CA,CD,SV,CF,CG,CH,CI,KR,SZ,CL,CM,CN,KW,CO,CR,KZ,TD,TH,CY,CZ,TN,LI,TR,LK,DE,TW,LR,TZ,DK,LT,LU,LV,UA,UG,MA,MD,ME,MG,US,EC,MK,ML,EE,MO,EG,UY,UZ,MT,MU,MW,MX,MY,ES,NE,NG,NI,NL,NO,FI,FR,NZ,GA,GB,OM,GH,GI,GR,GT,GU,GW,PA,XK,PE,PH,PK,PL\",\n                \"locationCode\": \"GL-120\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 184000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 2,\n                \"fupPolicy\": \"\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Albania\",\n                        \"locationLogo\": \"/img/flags/al.png\",\n                        \"locationCode\": \"AL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telekom.al\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Argentina\",\n                        \"locationLogo\": \"/img/flags/ar.png\",\n                        \"locationCode\": \"AR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Armenia\",\n                        \"locationLogo\": \"/img/flags/am.png\",\n                        \"locationCode\": \"AM\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"MTS\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Australia\",\n                        \"locationLogo\": \"/img/flags/au.png\",\n                        \"locationCode\": \"AU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Optus\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Austria\",\n                        \"locationLogo\": \"/img/flags/at.png\",\n                        \"locationCode\": \"AT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Azerbaijan\",\n                        \"locationLogo\": \"/img/flags/az.png\",\n                        \"locationCode\": \"AZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Bakcell\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Belgium\",\n                        \"locationLogo\": \"/img/flags/be.png\",\n                        \"locationCode\": \"BE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Base\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Proximus\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Bolivia\",\n                        \"locationLogo\": \"/img/flags/bo.png\",\n                        \"locationCode\": \"BO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tigo\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Bosnia and Herzegovina\",\n                        \"locationLogo\": \"/img/flags/ba.png\",\n                        \"locationCode\": \"BA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"HT-ERONET\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"BH Mobile\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Botswana\",\n                        \"locationLogo\": \"/img/flags/bw.png\",\n                        \"locationCode\": \"BW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Mascom\",\n                                \"networkType\": \"3G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Brazil\",\n                        \"locationLogo\": \"/img/flags/br.png\",\n                        \"locationCode\": \"BR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"TIM\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vivo\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Bulgaria\",\n                        \"locationLogo\": \"/img/flags/bg.png\",\n                        \"locationCode\": \"BG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vivacom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Cameroon\",\n                        \"locationLogo\": \"/img/flags/cm.png\",\n                        \"locationCode\": \"CM\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"MTN Cameroon\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Canada\",\n                        \"locationLogo\": \"/img/flags/ca.png\",\n                        \"locationCode\": \"CA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Rogers Wireless\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Videotron\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Central African Republic\",\n                        \"locationLogo\": \"/img/flags/cf.png\",\n                        \"locationCode\": \"CF\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"3G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Chad\",\n                        \"locationLogo\": \"/img/flags/td.png\",\n                        \"locationCode\": \"TD\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Chile\",\n                        \"locationLogo\": \"/img/flags/cl.png\",\n                        \"locationCode\": \"CL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"movistar\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"WOM\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"China mainland\",\n                        \"locationLogo\": \"/img/flags/cn.png\",\n                        \"locationCode\": \"CN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"China Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"China Unicom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Colombia\",\n                        \"locationLogo\": \"/img/flags/co.png\",\n                        \"locationCode\": \"CO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"movistar\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Tigo\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Costa Rica\",\n                        \"locationLogo\": \"/img/flags/cr.png\",\n                        \"locationCode\": \"CR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"movistar\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Cote d'Ivoire\",\n                        \"locationLogo\": \"/img/flags/ci.png\",\n                        \"locationCode\": \"CI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Croatia\",\n                        \"locationLogo\": \"/img/flags/hr.png\",\n                        \"locationCode\": \"HR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tele2\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"A1\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Cyprus\",\n                        \"locationLogo\": \"/img/flags/cy.png\",\n                        \"locationCode\": \"CY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"PrimeTel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Czech Republic\",\n                        \"locationLogo\": \"/img/flags/cz.png\",\n                        \"locationCode\": \"CZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Democratic Republic of the Congo\",\n                        \"locationLogo\": \"/img/flags/cd.png\",\n                        \"locationCode\": \"CD\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Denmark\",\n                        \"locationLogo\": \"/img/flags/dk.png\",\n                        \"locationCode\": \"DK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"TDC\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Ecuador\",\n                        \"locationLogo\": \"/img/flags/ec.png\",\n                        \"locationCode\": \"EC\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Egypt\",\n                        \"locationLogo\": \"/img/flags/eg.png\",\n                        \"locationCode\": \"EG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Etisalat\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"El Salvador\",\n                        \"locationLogo\": \"/img/flags/sv.png\",\n                        \"locationCode\": \"SV\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tigo\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"movistar\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Estonia\",\n                        \"locationLogo\": \"/img/flags/ee.png\",\n                        \"locationCode\": \"EE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Elisa\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Eswatini\",\n                        \"locationLogo\": \"/img/flags/sz.png\",\n                        \"locationCode\": \"SZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Swazi MTN\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Swazi Mobile\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Finland\",\n                        \"locationLogo\": \"/img/flags/fi.png\",\n                        \"locationCode\": \"FI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Elisa\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia / DNA\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"France\",\n                        \"locationLogo\": \"/img/flags/fr.png\",\n                        \"locationCode\": \"FR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SFR\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Bouygues\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Free Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Gabon\",\n                        \"locationLogo\": \"/img/flags/ga.png\",\n                        \"locationCode\": \"GA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Germany\",\n                        \"locationLogo\": \"/img/flags/de.png\",\n                        \"locationCode\": \"DE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Ghana\",\n                        \"locationLogo\": \"/img/flags/gh.png\",\n                        \"locationCode\": \"GH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"MTN\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"AirtelTigo\",\n                                \"networkType\": \"3G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Gibraltar\",\n                        \"locationLogo\": \"/img/flags/gi.png\",\n                        \"locationCode\": \"GI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"GibTel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Greece\",\n                        \"locationLogo\": \"/img/flags/gr.png\",\n                        \"locationCode\": \"GR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Wind\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Guam\",\n                        \"locationLogo\": \"/img/flags/gu.png\",\n                        \"locationCode\": \"GU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"IT&E Wireless\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Guatemala\",\n                        \"locationLogo\": \"/img/flags/gt.png\",\n                        \"locationCode\": \"GT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"movistar\",\n                                \"networkType\": \"3G\"\n                            },\n                            {\n                                \"operatorName\": \"Tigo\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Guinea-Bissau\",\n                        \"locationLogo\": \"/img/flags/gw.png\",\n                        \"locationCode\": \"GW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"MTN Areeba\",\n                                \"networkType\": \"3G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Honduras\",\n                        \"locationLogo\": \"/img/flags/hn.png\",\n                        \"locationCode\": \"HN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tigo\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Hong Kong (China)\",\n                        \"locationLogo\": \"/img/flags/hk.png\",\n                        \"locationCode\": \"HK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SmarTone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"csl/1010\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Hungary\",\n                        \"locationLogo\": \"/img/flags/hu.png\",\n                        \"locationCode\": \"HU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telenor Hungary\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Iceland\",\n                        \"locationLogo\": \"/img/flags/is.png\",\n                        \"locationCode\": \"IS\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Nova\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"India\",\n                        \"locationLogo\": \"/img/flags/in.png\",\n                        \"locationCode\": \"IN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"AirTel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Jio\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Indonesia\",\n                        \"locationLogo\": \"/img/flags/id.png\",\n                        \"locationCode\": \"ID\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Indosat Ooredoo\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telkomsel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Ireland\",\n                        \"locationLogo\": \"/img/flags/ie.png\",\n                        \"locationCode\": \"IE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Israel\",\n                        \"locationLogo\": \"/img/flags/il.png\",\n                        \"locationCode\": \"IL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Partner\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Hot Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Pelephone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"PHI Networks\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Italy\",\n                        \"locationLogo\": \"/img/flags/it.png\",\n                        \"locationCode\": \"IT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Wind\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"NTT docomo\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Rakuten Mobile\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Jordan\",\n                        \"locationLogo\": \"/img/flags/jo.png\",\n                        \"locationCode\": \"JO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Zain\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Umniah\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kazakhstan\",\n                        \"locationLogo\": \"/img/flags/kz.png\",\n                        \"locationCode\": \"KZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tele2.kz\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kenya\",\n                        \"locationLogo\": \"/img/flags/ke.png\",\n                        \"locationCode\": \"KE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kosovo\",\n                        \"locationLogo\": \"/img/flags/xk.png\",\n                        \"locationCode\": \"XK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"IPKO\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kuwait\",\n                        \"locationLogo\": \"/img/flags/kw.png\",\n                        \"locationCode\": \"KW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Zain\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Ooredoo\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kyrgyzstan\",\n                        \"locationLogo\": \"/img/flags/kg.png\",\n                        \"locationCode\": \"KG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Latvia\",\n                        \"locationLogo\": \"/img/flags/lv.png\",\n                        \"locationCode\": \"LV\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"LMT\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Bite\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Liberia\",\n                        \"locationLogo\": \"/img/flags/lr.png\",\n                        \"locationCode\": \"LR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Lonestar Cell MTN\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Liechtenstein\",\n                        \"locationLogo\": \"/img/flags/li.png\",\n                        \"locationCode\": \"LI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"FL1\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"7acht\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Lithuania\",\n                        \"locationLogo\": \"/img/flags/lt.png\",\n                        \"locationCode\": \"LT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"BITĖ\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Luxembourg\",\n                        \"locationLogo\": \"/img/flags/lu.png\",\n                        \"locationCode\": \"LU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"POST\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Tango\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Macao (China)\",\n                        \"locationLogo\": \"/img/flags/mo.png\",\n                        \"locationCode\": \"MO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Madagascar\",\n                        \"locationLogo\": \"/img/flags/mg.png\",\n                        \"locationCode\": \"MG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Malawi\",\n                        \"locationLogo\": \"/img/flags/mw.png\",\n                        \"locationCode\": \"MW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Malaysia\",\n                        \"locationLogo\": \"/img/flags/my.png\",\n                        \"locationCode\": \"MY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"U Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"CelcomDigi\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Mali\",\n                        \"locationLogo\": \"/img/flags/ml.png\",\n                        \"locationCode\": \"ML\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Malta\",\n                        \"locationLogo\": \"/img/flags/mt.png\",\n                        \"locationCode\": \"MT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"GO\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Melita\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Mauritius\",\n                        \"locationLogo\": \"/img/flags/mu.png\",\n                        \"locationCode\": \"MU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"my.t\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Mexico\",\n                        \"locationLogo\": \"/img/flags/mx.png\",\n                        \"locationCode\": \"MX\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telcel\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Moldova\",\n                        \"locationLogo\": \"/img/flags/md.png\",\n                        \"locationCode\": \"MD\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Unité\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Montenegro\",\n                        \"locationLogo\": \"/img/flags/me.png\",\n                        \"locationCode\": \"ME\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telenor\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"m:tel CG\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"T-Mobile\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Morocco\",\n                        \"locationLogo\": \"/img/flags/ma.png\",\n                        \"locationCode\": \"MA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange Morocco\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Netherlands\",\n                        \"locationLogo\": \"/img/flags/nl.png\",\n                        \"locationCode\": \"NL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"KPN\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"New Zealand\",\n                        \"locationLogo\": \"/img/flags/nz.png\",\n                        \"locationCode\": \"NZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Spark\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Nicaragua\",\n                        \"locationLogo\": \"/img/flags/ni.png\",\n                        \"locationCode\": \"NI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"movistar\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Niger\",\n                        \"locationLogo\": \"/img/flags/ne.png\",\n                        \"locationCode\": \"NE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"3G\"\n                            },\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"3G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Nigeria\",\n                        \"locationLogo\": \"/img/flags/ng.png\",\n                        \"locationCode\": \"NG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"MTN\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"North Macedonia\",\n                        \"locationLogo\": \"/img/flags/mk.png\",\n                        \"locationCode\": \"MK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telekom.mk\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"vip\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Norway\",\n                        \"locationLogo\": \"/img/flags/no.png\",\n                        \"locationCode\": \"NO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Oman\",\n                        \"locationLogo\": \"/img/flags/om.png\",\n                        \"locationCode\": \"OM\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Omantel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Pakistan\",\n                        \"locationLogo\": \"/img/flags/pk.png\",\n                        \"locationCode\": \"PK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Jazz\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Panama\",\n                        \"locationLogo\": \"/img/flags/pa.png\",\n                        \"locationCode\": \"PA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"movistar\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Paraguay\",\n                        \"locationLogo\": \"/img/flags/py.png\",\n                        \"locationCode\": \"PY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tigo\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Peru\",\n                        \"locationLogo\": \"/img/flags/pe.png\",\n                        \"locationCode\": \"PE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Philippines\",\n                        \"locationLogo\": \"/img/flags/ph.png\",\n                        \"locationCode\": \"PH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SMART\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Poland\",\n                        \"locationLogo\": \"/img/flags/pl.png\",\n                        \"locationCode\": \"PL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Play\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Plus\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Portugal\",\n                        \"locationLogo\": \"/img/flags/pt.png\",\n                        \"locationCode\": \"PT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"NOS\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"MEO\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Puerto Rico\",\n                        \"locationLogo\": \"/img/flags/pr.png\",\n                        \"locationCode\": \"PR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Qatar\",\n                        \"locationLogo\": \"/img/flags/qa.png\",\n                        \"locationCode\": \"QA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"ooredoo\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Republic of the Congo\",\n                        \"locationLogo\": \"/img/flags/cg.png\",\n                        \"locationCode\": \"CG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Romania\",\n                        \"locationLogo\": \"/img/flags/ro.png\",\n                        \"locationCode\": \"RO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Digi.Mobil\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Russia\",\n                        \"locationLogo\": \"/img/flags/ru.png\",\n                        \"locationCode\": \"RU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Saudi Arabia\",\n                        \"locationLogo\": \"/img/flags/sa.png\",\n                        \"locationCode\": \"SA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Mobily\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Zain\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Senegal\",\n                        \"locationLogo\": \"/img/flags/sn.png\",\n                        \"locationCode\": \"SN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Serbia\",\n                        \"locationLogo\": \"/img/flags/rs.png\",\n                        \"locationCode\": \"RS\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"VIP\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Telenor\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"mts\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Seychelles\",\n                        \"locationLogo\": \"/img/flags/sc.png\",\n                        \"locationCode\": \"SC\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Singapore\",\n                        \"locationLogo\": \"/img/flags/sg.png\",\n                        \"locationCode\": \"SG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"StarHub\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SingTel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"TPG Telecom\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Slovakia\",\n                        \"locationLogo\": \"/img/flags/sk.png\",\n                        \"locationCode\": \"SK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Slovenia\",\n                        \"locationLogo\": \"/img/flags/si.png\",\n                        \"locationCode\": \"SI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Mobitel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telemach\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"A1\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"South Africa\",\n                        \"locationLogo\": \"/img/flags/za.png\",\n                        \"locationCode\": \"ZA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"MTN\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodacom\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Cell C\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Telkom\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"South Korea\",\n                        \"locationLogo\": \"/img/flags/kr.png\",\n                        \"locationCode\": \"KR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SKTelecom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Spain\",\n                        \"locationLogo\": \"/img/flags/es.png\",\n                        \"locationCode\": \"ES\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Yoigo\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Sri Lanka\",\n                        \"locationLogo\": \"/img/flags/lk.png\",\n                        \"locationCode\": \"LK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Etisalat\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Dialog\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Mobitel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Hutch\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Sweden\",\n                        \"locationLogo\": \"/img/flags/se.png\",\n                        \"locationCode\": \"SE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Switzerland\",\n                        \"locationLogo\": \"/img/flags/ch.png\",\n                        \"locationCode\": \"CH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Sunrise\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Salt\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Swisscom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Taiwan (China)\",\n                        \"locationLogo\": \"/img/flags/tw.png\",\n                        \"locationCode\": \"TW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Chunghwa\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"FarEasTone\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Tanzania\",\n                        \"locationLogo\": \"/img/flags/tz.png\",\n                        \"locationCode\": \"TZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodacom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Thailand\",\n                        \"locationLogo\": \"/img/flags/th.png\",\n                        \"locationCode\": \"TH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"TrueMove H\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"CAT\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"AIS\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Tunisia\",\n                        \"locationLogo\": \"/img/flags/tn.png\",\n                        \"locationCode\": \"TN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Turkey\",\n                        \"locationLogo\": \"/img/flags/tr.png\",\n                        \"locationCode\": \"TR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Türk Telekom\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Turkcell\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Uganda\",\n                        \"locationLogo\": \"/img/flags/ug.png\",\n                        \"locationCode\": \"UG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"MTN\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Ukraine\",\n                        \"locationLogo\": \"/img/flags/ua.png\",\n                        \"locationCode\": \"UA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"lifecell\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Kyivstar\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"United Arab Emirates\",\n                        \"locationLogo\": \"/img/flags/ae.png\",\n                        \"locationCode\": \"AE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Etisalat\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"United Kingdom\",\n                        \"locationLogo\": \"/img/flags/gb.png\",\n                        \"locationCode\": \"GB\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"United States\",\n                        \"locationLogo\": \"/img/flags/us.png\",\n                        \"locationCode\": \"US\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Verizon\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Uruguay\",\n                        \"locationLogo\": \"/img/flags/uy.png\",\n                        \"locationCode\": \"UY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Antel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Uzbekistan\",\n                        \"locationLogo\": \"/img/flags/uz.png\",\n                        \"locationCode\": \"UZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Zambia\",\n                        \"locationLogo\": \"/img/flags/zm.png\",\n                        \"locationCode\": \"ZM\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"MTN\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PYMC5N31Z\",\n                \"slug\": \"GL-120_1_365\",\n                \"name\": \"Global (120+ areas) 1GB 365Days\",\n                \"price\": 70000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 1,\n                \"unusedValidTime\": 180,\n                \"duration\": 365,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"PR,HK,PT,HN,PY,HR,HU,QA,ID,IE,IL,AE,IN,ZA,IS,IT,AL,AM,AR,AT,ZM,AU,AZ,RO,BA,RS,BE,RU,BG,JO,JP,BO,SA,BR,SC,SE,SG,BW,SI,SK,KE,SN,KG,CA,CD,SV,CF,CG,CH,CI,KR,SZ,CL,CM,CN,KW,CO,CR,KZ,TD,TH,CY,CZ,TN,LI,TR,LK,DE,TW,LR,TZ,DK,LT,LU,LV,UA,UG,MA,MD,ME,MG,US,EC,MK,ML,EE,MO,EG,UY,UZ,MT,MU,MW,MX,MY,ES,NE,NG,NI,NL,NO,FI,FR,NZ,GA,GB,OM,GH,GI,GR,GT,GU,GW,PA,XK,PE,PH,PK,PL\",\n                \"locationCode\": \"GL-120\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 280000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 2,\n                \"fupPolicy\": \"\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Albania\",\n                        \"locationLogo\": \"/img/flags/al.png\",\n                        \"locationCode\": \"AL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telekom.al\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Argentina\",\n                        \"locationLogo\": \"/img/flags/ar.png\",\n                        \"locationCode\": \"AR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Armenia\",\n                        \"locationLogo\": \"/img/flags/am.png\",\n                        \"locationCode\": \"AM\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"MTS\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Australia\",\n                        \"locationLogo\": \"/img/flags/au.png\",\n                        \"locationCode\": \"AU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Optus\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Austria\",\n                        \"locationLogo\": \"/img/flags/at.png\",\n                        \"locationCode\": \"AT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Azerbaijan\",\n                        \"locationLogo\": \"/img/flags/az.png\",\n                        \"locationCode\": \"AZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Bakcell\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Belgium\",\n                        \"locationLogo\": \"/img/flags/be.png\",\n                        \"locationCode\": \"BE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Base\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Proximus\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Bolivia\",\n                        \"locationLogo\": \"/img/flags/bo.png\",\n                        \"locationCode\": \"BO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tigo\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Bosnia and Herzegovina\",\n                        \"locationLogo\": \"/img/flags/ba.png\",\n                        \"locationCode\": \"BA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"HT-ERONET\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"BH Mobile\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Botswana\",\n                        \"locationLogo\": \"/img/flags/bw.png\",\n                        \"locationCode\": \"BW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Mascom\",\n                                \"networkType\": \"3G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Brazil\",\n                        \"locationLogo\": \"/img/flags/br.png\",\n                        \"locationCode\": \"BR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"TIM\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vivo\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Bulgaria\",\n                        \"locationLogo\": \"/img/flags/bg.png\",\n                        \"locationCode\": \"BG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vivacom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Cameroon\",\n                        \"locationLogo\": \"/img/flags/cm.png\",\n                        \"locationCode\": \"CM\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"MTN Cameroon\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Canada\",\n                        \"locationLogo\": \"/img/flags/ca.png\",\n                        \"locationCode\": \"CA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Rogers Wireless\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Videotron\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Central African Republic\",\n                        \"locationLogo\": \"/img/flags/cf.png\",\n                        \"locationCode\": \"CF\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"3G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Chad\",\n                        \"locationLogo\": \"/img/flags/td.png\",\n                        \"locationCode\": \"TD\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Chile\",\n                        \"locationLogo\": \"/img/flags/cl.png\",\n                        \"locationCode\": \"CL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"movistar\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"WOM\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"China mainland\",\n                        \"locationLogo\": \"/img/flags/cn.png\",\n                        \"locationCode\": \"CN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"China Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"China Unicom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Colombia\",\n                        \"locationLogo\": \"/img/flags/co.png\",\n                        \"locationCode\": \"CO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"movistar\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Tigo\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Costa Rica\",\n                        \"locationLogo\": \"/img/flags/cr.png\",\n                        \"locationCode\": \"CR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"movistar\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Cote d'Ivoire\",\n                        \"locationLogo\": \"/img/flags/ci.png\",\n                        \"locationCode\": \"CI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Croatia\",\n                        \"locationLogo\": \"/img/flags/hr.png\",\n                        \"locationCode\": \"HR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tele2\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"A1\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Cyprus\",\n                        \"locationLogo\": \"/img/flags/cy.png\",\n                        \"locationCode\": \"CY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"PrimeTel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Czech Republic\",\n                        \"locationLogo\": \"/img/flags/cz.png\",\n                        \"locationCode\": \"CZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Democratic Republic of the Congo\",\n                        \"locationLogo\": \"/img/flags/cd.png\",\n                        \"locationCode\": \"CD\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Denmark\",\n                        \"locationLogo\": \"/img/flags/dk.png\",\n                        \"locationCode\": \"DK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"TDC\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Ecuador\",\n                        \"locationLogo\": \"/img/flags/ec.png\",\n                        \"locationCode\": \"EC\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Egypt\",\n                        \"locationLogo\": \"/img/flags/eg.png\",\n                        \"locationCode\": \"EG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Etisalat\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"El Salvador\",\n                        \"locationLogo\": \"/img/flags/sv.png\",\n                        \"locationCode\": \"SV\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tigo\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"movistar\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Estonia\",\n                        \"locationLogo\": \"/img/flags/ee.png\",\n                        \"locationCode\": \"EE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Elisa\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Eswatini\",\n                        \"locationLogo\": \"/img/flags/sz.png\",\n                        \"locationCode\": \"SZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Swazi MTN\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Swazi Mobile\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Finland\",\n                        \"locationLogo\": \"/img/flags/fi.png\",\n                        \"locationCode\": \"FI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Elisa\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia / DNA\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"France\",\n                        \"locationLogo\": \"/img/flags/fr.png\",\n                        \"locationCode\": \"FR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SFR\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Bouygues\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Free Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Gabon\",\n                        \"locationLogo\": \"/img/flags/ga.png\",\n                        \"locationCode\": \"GA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Germany\",\n                        \"locationLogo\": \"/img/flags/de.png\",\n                        \"locationCode\": \"DE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Ghana\",\n                        \"locationLogo\": \"/img/flags/gh.png\",\n                        \"locationCode\": \"GH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"MTN\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"AirtelTigo\",\n                                \"networkType\": \"3G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Gibraltar\",\n                        \"locationLogo\": \"/img/flags/gi.png\",\n                        \"locationCode\": \"GI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"GibTel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Greece\",\n                        \"locationLogo\": \"/img/flags/gr.png\",\n                        \"locationCode\": \"GR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Wind\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Guam\",\n                        \"locationLogo\": \"/img/flags/gu.png\",\n                        \"locationCode\": \"GU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"IT&E Wireless\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Guatemala\",\n                        \"locationLogo\": \"/img/flags/gt.png\",\n                        \"locationCode\": \"GT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"movistar\",\n                                \"networkType\": \"3G\"\n                            },\n                            {\n                                \"operatorName\": \"Tigo\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Guinea-Bissau\",\n                        \"locationLogo\": \"/img/flags/gw.png\",\n                        \"locationCode\": \"GW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"MTN Areeba\",\n                                \"networkType\": \"3G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Honduras\",\n                        \"locationLogo\": \"/img/flags/hn.png\",\n                        \"locationCode\": \"HN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tigo\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Hong Kong (China)\",\n                        \"locationLogo\": \"/img/flags/hk.png\",\n                        \"locationCode\": \"HK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SmarTone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"csl/1010\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Hungary\",\n                        \"locationLogo\": \"/img/flags/hu.png\",\n                        \"locationCode\": \"HU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telenor Hungary\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Iceland\",\n                        \"locationLogo\": \"/img/flags/is.png\",\n                        \"locationCode\": \"IS\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Nova\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"India\",\n                        \"locationLogo\": \"/img/flags/in.png\",\n                        \"locationCode\": \"IN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"AirTel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Jio\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Indonesia\",\n                        \"locationLogo\": \"/img/flags/id.png\",\n                        \"locationCode\": \"ID\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Indosat Ooredoo\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telkomsel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Ireland\",\n                        \"locationLogo\": \"/img/flags/ie.png\",\n                        \"locationCode\": \"IE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Israel\",\n                        \"locationLogo\": \"/img/flags/il.png\",\n                        \"locationCode\": \"IL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Partner\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Hot Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Pelephone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"PHI Networks\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Italy\",\n                        \"locationLogo\": \"/img/flags/it.png\",\n                        \"locationCode\": \"IT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Wind\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"NTT docomo\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Rakuten Mobile\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Jordan\",\n                        \"locationLogo\": \"/img/flags/jo.png\",\n                        \"locationCode\": \"JO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Zain\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Umniah\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kazakhstan\",\n                        \"locationLogo\": \"/img/flags/kz.png\",\n                        \"locationCode\": \"KZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tele2.kz\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kenya\",\n                        \"locationLogo\": \"/img/flags/ke.png\",\n                        \"locationCode\": \"KE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kosovo\",\n                        \"locationLogo\": \"/img/flags/xk.png\",\n                        \"locationCode\": \"XK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"IPKO\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kuwait\",\n                        \"locationLogo\": \"/img/flags/kw.png\",\n                        \"locationCode\": \"KW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Zain\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Ooredoo\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kyrgyzstan\",\n                        \"locationLogo\": \"/img/flags/kg.png\",\n                        \"locationCode\": \"KG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Latvia\",\n                        \"locationLogo\": \"/img/flags/lv.png\",\n                        \"locationCode\": \"LV\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"LMT\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Bite\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Liberia\",\n                        \"locationLogo\": \"/img/flags/lr.png\",\n                        \"locationCode\": \"LR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Lonestar Cell MTN\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Liechtenstein\",\n                        \"locationLogo\": \"/img/flags/li.png\",\n                        \"locationCode\": \"LI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"FL1\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"7acht\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Lithuania\",\n                        \"locationLogo\": \"/img/flags/lt.png\",\n                        \"locationCode\": \"LT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"BITĖ\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Luxembourg\",\n                        \"locationLogo\": \"/img/flags/lu.png\",\n                        \"locationCode\": \"LU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"POST\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Tango\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Macao (China)\",\n                        \"locationLogo\": \"/img/flags/mo.png\",\n                        \"locationCode\": \"MO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Madagascar\",\n                        \"locationLogo\": \"/img/flags/mg.png\",\n                        \"locationCode\": \"MG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Malawi\",\n                        \"locationLogo\": \"/img/flags/mw.png\",\n                        \"locationCode\": \"MW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Malaysia\",\n                        \"locationLogo\": \"/img/flags/my.png\",\n                        \"locationCode\": \"MY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"U Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"CelcomDigi\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Mali\",\n                        \"locationLogo\": \"/img/flags/ml.png\",\n                        \"locationCode\": \"ML\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Malta\",\n                        \"locationLogo\": \"/img/flags/mt.png\",\n                        \"locationCode\": \"MT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"GO\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Melita\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Mauritius\",\n                        \"locationLogo\": \"/img/flags/mu.png\",\n                        \"locationCode\": \"MU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"my.t\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Mexico\",\n                        \"locationLogo\": \"/img/flags/mx.png\",\n                        \"locationCode\": \"MX\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telcel\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Moldova\",\n                        \"locationLogo\": \"/img/flags/md.png\",\n                        \"locationCode\": \"MD\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Unité\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Montenegro\",\n                        \"locationLogo\": \"/img/flags/me.png\",\n                        \"locationCode\": \"ME\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telenor\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"m:tel CG\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"T-Mobile\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Morocco\",\n                        \"locationLogo\": \"/img/flags/ma.png\",\n                        \"locationCode\": \"MA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange Morocco\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Netherlands\",\n                        \"locationLogo\": \"/img/flags/nl.png\",\n                        \"locationCode\": \"NL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"KPN\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"New Zealand\",\n                        \"locationLogo\": \"/img/flags/nz.png\",\n                        \"locationCode\": \"NZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Spark\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Nicaragua\",\n                        \"locationLogo\": \"/img/flags/ni.png\",\n                        \"locationCode\": \"NI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"movistar\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Niger\",\n                        \"locationLogo\": \"/img/flags/ne.png\",\n                        \"locationCode\": \"NE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"3G\"\n                            },\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"3G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Nigeria\",\n                        \"locationLogo\": \"/img/flags/ng.png\",\n                        \"locationCode\": \"NG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"MTN\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"North Macedonia\",\n                        \"locationLogo\": \"/img/flags/mk.png\",\n                        \"locationCode\": \"MK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telekom.mk\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"vip\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Norway\",\n                        \"locationLogo\": \"/img/flags/no.png\",\n                        \"locationCode\": \"NO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Oman\",\n                        \"locationLogo\": \"/img/flags/om.png\",\n                        \"locationCode\": \"OM\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Omantel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Pakistan\",\n                        \"locationLogo\": \"/img/flags/pk.png\",\n                        \"locationCode\": \"PK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Jazz\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Panama\",\n                        \"locationLogo\": \"/img/flags/pa.png\",\n                        \"locationCode\": \"PA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"movistar\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Paraguay\",\n                        \"locationLogo\": \"/img/flags/py.png\",\n                        \"locationCode\": \"PY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tigo\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Peru\",\n                        \"locationLogo\": \"/img/flags/pe.png\",\n                        \"locationCode\": \"PE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Philippines\",\n                        \"locationLogo\": \"/img/flags/ph.png\",\n                        \"locationCode\": \"PH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SMART\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Poland\",\n                        \"locationLogo\": \"/img/flags/pl.png\",\n                        \"locationCode\": \"PL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Play\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Plus\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Portugal\",\n                        \"locationLogo\": \"/img/flags/pt.png\",\n                        \"locationCode\": \"PT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"NOS\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"MEO\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Puerto Rico\",\n                        \"locationLogo\": \"/img/flags/pr.png\",\n                        \"locationCode\": \"PR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Qatar\",\n                        \"locationLogo\": \"/img/flags/qa.png\",\n                        \"locationCode\": \"QA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"ooredoo\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Republic of the Congo\",\n                        \"locationLogo\": \"/img/flags/cg.png\",\n                        \"locationCode\": \"CG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Romania\",\n                        \"locationLogo\": \"/img/flags/ro.png\",\n                        \"locationCode\": \"RO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Digi.Mobil\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Russia\",\n                        \"locationLogo\": \"/img/flags/ru.png\",\n                        \"locationCode\": \"RU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Saudi Arabia\",\n                        \"locationLogo\": \"/img/flags/sa.png\",\n                        \"locationCode\": \"SA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Mobily\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Zain\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Senegal\",\n                        \"locationLogo\": \"/img/flags/sn.png\",\n                        \"locationCode\": \"SN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Serbia\",\n                        \"locationLogo\": \"/img/flags/rs.png\",\n                        \"locationCode\": \"RS\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"VIP\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Telenor\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"mts\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Seychelles\",\n                        \"locationLogo\": \"/img/flags/sc.png\",\n                        \"locationCode\": \"SC\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Singapore\",\n                        \"locationLogo\": \"/img/flags/sg.png\",\n                        \"locationCode\": \"SG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"StarHub\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SingTel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"TPG Telecom\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Slovakia\",\n                        \"locationLogo\": \"/img/flags/sk.png\",\n                        \"locationCode\": \"SK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Slovenia\",\n                        \"locationLogo\": \"/img/flags/si.png\",\n                        \"locationCode\": \"SI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Mobitel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telemach\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"A1\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"South Africa\",\n                        \"locationLogo\": \"/img/flags/za.png\",\n                        \"locationCode\": \"ZA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"MTN\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodacom\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Cell C\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Telkom\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"South Korea\",\n                        \"locationLogo\": \"/img/flags/kr.png\",\n                        \"locationCode\": \"KR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SKTelecom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Spain\",\n                        \"locationLogo\": \"/img/flags/es.png\",\n                        \"locationCode\": \"ES\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Yoigo\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Sri Lanka\",\n                        \"locationLogo\": \"/img/flags/lk.png\",\n                        \"locationCode\": \"LK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Etisalat\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Dialog\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Mobitel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Hutch\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Sweden\",\n                        \"locationLogo\": \"/img/flags/se.png\",\n                        \"locationCode\": \"SE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Switzerland\",\n                        \"locationLogo\": \"/img/flags/ch.png\",\n                        \"locationCode\": \"CH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Sunrise\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Salt\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Swisscom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Taiwan (China)\",\n                        \"locationLogo\": \"/img/flags/tw.png\",\n                        \"locationCode\": \"TW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Chunghwa\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"FarEasTone\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Tanzania\",\n                        \"locationLogo\": \"/img/flags/tz.png\",\n                        \"locationCode\": \"TZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodacom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Thailand\",\n                        \"locationLogo\": \"/img/flags/th.png\",\n                        \"locationCode\": \"TH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"TrueMove H\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"CAT\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"AIS\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Tunisia\",\n                        \"locationLogo\": \"/img/flags/tn.png\",\n                        \"locationCode\": \"TN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Turkey\",\n                        \"locationLogo\": \"/img/flags/tr.png\",\n                        \"locationCode\": \"TR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Türk Telekom\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Turkcell\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Uganda\",\n                        \"locationLogo\": \"/img/flags/ug.png\",\n                        \"locationCode\": \"UG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"MTN\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Ukraine\",\n                        \"locationLogo\": \"/img/flags/ua.png\",\n                        \"locationCode\": \"UA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"lifecell\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Kyivstar\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"United Arab Emirates\",\n                        \"locationLogo\": \"/img/flags/ae.png\",\n                        \"locationCode\": \"AE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Etisalat\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"United Kingdom\",\n                        \"locationLogo\": \"/img/flags/gb.png\",\n                        \"locationCode\": \"GB\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"United States\",\n                        \"locationLogo\": \"/img/flags/us.png\",\n                        \"locationCode\": \"US\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Verizon\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Uruguay\",\n                        \"locationLogo\": \"/img/flags/uy.png\",\n                        \"locationCode\": \"UY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Antel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Uzbekistan\",\n                        \"locationLogo\": \"/img/flags/uz.png\",\n                        \"locationCode\": \"UZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Zambia\",\n                        \"locationLogo\": \"/img/flags/zm.png\",\n                        \"locationCode\": \"ZM\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"MTN\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PEW54FVD9\",\n                \"slug\": \"GL-120_5_30\",\n                \"name\": \"Global (120+ areas) 5GB 30Days\",\n                \"price\": 180000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 5368709120,\n                \"smsStatus\": 2,\n                \"dataType\": 1,\n                \"unusedValidTime\": 180,\n                \"duration\": 30,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"PR,HK,PT,HN,PY,HR,HU,QA,ID,IE,IL,AE,IN,ZA,IS,IT,AL,AM,AR,AT,ZM,AU,AZ,RO,BA,RS,BE,RU,BG,JO,JP,BO,SA,BR,SC,SE,SG,BW,SI,SK,KE,SN,KG,CA,CD,SV,CF,CG,CH,CI,KR,SZ,CL,CM,CN,KW,CO,CR,KZ,TD,TH,CY,CZ,TN,LI,TR,LK,DE,TW,LR,TZ,DK,LT,LU,LV,UA,UG,MA,MD,ME,MG,US,EC,MK,ML,EE,MO,EG,UY,UZ,MT,MU,MW,MX,MY,ES,NE,NG,NI,NL,NO,FI,FR,NZ,GA,GB,OM,GH,GI,GR,GT,GU,GW,PA,XK,PE,PH,PK,PL\",\n                \"locationCode\": \"GL-120\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 720000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 2,\n                \"fupPolicy\": \"\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Albania\",\n                        \"locationLogo\": \"/img/flags/al.png\",\n                        \"locationCode\": \"AL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telekom.al\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Argentina\",\n                        \"locationLogo\": \"/img/flags/ar.png\",\n                        \"locationCode\": \"AR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Armenia\",\n                        \"locationLogo\": \"/img/flags/am.png\",\n                        \"locationCode\": \"AM\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"MTS\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Australia\",\n                        \"locationLogo\": \"/img/flags/au.png\",\n                        \"locationCode\": \"AU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Optus\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Austria\",\n                        \"locationLogo\": \"/img/flags/at.png\",\n                        \"locationCode\": \"AT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Azerbaijan\",\n                        \"locationLogo\": \"/img/flags/az.png\",\n                        \"locationCode\": \"AZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Bakcell\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Belgium\",\n                        \"locationLogo\": \"/img/flags/be.png\",\n                        \"locationCode\": \"BE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Base\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Proximus\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Bolivia\",\n                        \"locationLogo\": \"/img/flags/bo.png\",\n                        \"locationCode\": \"BO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tigo\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Bosnia and Herzegovina\",\n                        \"locationLogo\": \"/img/flags/ba.png\",\n                        \"locationCode\": \"BA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"HT-ERONET\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"BH Mobile\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Botswana\",\n                        \"locationLogo\": \"/img/flags/bw.png\",\n                        \"locationCode\": \"BW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Mascom\",\n                                \"networkType\": \"3G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Brazil\",\n                        \"locationLogo\": \"/img/flags/br.png\",\n                        \"locationCode\": \"BR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"TIM\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vivo\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Bulgaria\",\n                        \"locationLogo\": \"/img/flags/bg.png\",\n                        \"locationCode\": \"BG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vivacom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Cameroon\",\n                        \"locationLogo\": \"/img/flags/cm.png\",\n                        \"locationCode\": \"CM\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"MTN Cameroon\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Canada\",\n                        \"locationLogo\": \"/img/flags/ca.png\",\n                        \"locationCode\": \"CA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Rogers Wireless\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Videotron\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Central African Republic\",\n                        \"locationLogo\": \"/img/flags/cf.png\",\n                        \"locationCode\": \"CF\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"3G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Chad\",\n                        \"locationLogo\": \"/img/flags/td.png\",\n                        \"locationCode\": \"TD\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Chile\",\n                        \"locationLogo\": \"/img/flags/cl.png\",\n                        \"locationCode\": \"CL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"movistar\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"WOM\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"China mainland\",\n                        \"locationLogo\": \"/img/flags/cn.png\",\n                        \"locationCode\": \"CN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"China Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"China Unicom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Colombia\",\n                        \"locationLogo\": \"/img/flags/co.png\",\n                        \"locationCode\": \"CO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"movistar\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Tigo\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Costa Rica\",\n                        \"locationLogo\": \"/img/flags/cr.png\",\n                        \"locationCode\": \"CR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"movistar\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Cote d'Ivoire\",\n                        \"locationLogo\": \"/img/flags/ci.png\",\n                        \"locationCode\": \"CI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Croatia\",\n                        \"locationLogo\": \"/img/flags/hr.png\",\n                        \"locationCode\": \"HR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tele2\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"A1\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Cyprus\",\n                        \"locationLogo\": \"/img/flags/cy.png\",\n                        \"locationCode\": \"CY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"PrimeTel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Czech Republic\",\n                        \"locationLogo\": \"/img/flags/cz.png\",\n                        \"locationCode\": \"CZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Democratic Republic of the Congo\",\n                        \"locationLogo\": \"/img/flags/cd.png\",\n                        \"locationCode\": \"CD\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Denmark\",\n                        \"locationLogo\": \"/img/flags/dk.png\",\n                        \"locationCode\": \"DK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"TDC\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Ecuador\",\n                        \"locationLogo\": \"/img/flags/ec.png\",\n                        \"locationCode\": \"EC\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Egypt\",\n                        \"locationLogo\": \"/img/flags/eg.png\",\n                        \"locationCode\": \"EG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Etisalat\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"El Salvador\",\n                        \"locationLogo\": \"/img/flags/sv.png\",\n                        \"locationCode\": \"SV\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tigo\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"movistar\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Estonia\",\n                        \"locationLogo\": \"/img/flags/ee.png\",\n                        \"locationCode\": \"EE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Elisa\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Eswatini\",\n                        \"locationLogo\": \"/img/flags/sz.png\",\n                        \"locationCode\": \"SZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Swazi MTN\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Swazi Mobile\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Finland\",\n                        \"locationLogo\": \"/img/flags/fi.png\",\n                        \"locationCode\": \"FI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Elisa\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia / DNA\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"France\",\n                        \"locationLogo\": \"/img/flags/fr.png\",\n                        \"locationCode\": \"FR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SFR\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Bouygues\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Free Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Gabon\",\n                        \"locationLogo\": \"/img/flags/ga.png\",\n                        \"locationCode\": \"GA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Germany\",\n                        \"locationLogo\": \"/img/flags/de.png\",\n                        \"locationCode\": \"DE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Ghana\",\n                        \"locationLogo\": \"/img/flags/gh.png\",\n                        \"locationCode\": \"GH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"MTN\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"AirtelTigo\",\n                                \"networkType\": \"3G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Gibraltar\",\n                        \"locationLogo\": \"/img/flags/gi.png\",\n                        \"locationCode\": \"GI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"GibTel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Greece\",\n                        \"locationLogo\": \"/img/flags/gr.png\",\n                        \"locationCode\": \"GR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Wind\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Guam\",\n                        \"locationLogo\": \"/img/flags/gu.png\",\n                        \"locationCode\": \"GU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"IT&E Wireless\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Guatemala\",\n                        \"locationLogo\": \"/img/flags/gt.png\",\n                        \"locationCode\": \"GT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"movistar\",\n                                \"networkType\": \"3G\"\n                            },\n                            {\n                                \"operatorName\": \"Tigo\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Guinea-Bissau\",\n                        \"locationLogo\": \"/img/flags/gw.png\",\n                        \"locationCode\": \"GW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"MTN Areeba\",\n                                \"networkType\": \"3G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Honduras\",\n                        \"locationLogo\": \"/img/flags/hn.png\",\n                        \"locationCode\": \"HN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tigo\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Hong Kong (China)\",\n                        \"locationLogo\": \"/img/flags/hk.png\",\n                        \"locationCode\": \"HK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SmarTone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"csl/1010\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Hungary\",\n                        \"locationLogo\": \"/img/flags/hu.png\",\n                        \"locationCode\": \"HU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telenor Hungary\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Iceland\",\n                        \"locationLogo\": \"/img/flags/is.png\",\n                        \"locationCode\": \"IS\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Nova\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"India\",\n                        \"locationLogo\": \"/img/flags/in.png\",\n                        \"locationCode\": \"IN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"AirTel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Jio\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Indonesia\",\n                        \"locationLogo\": \"/img/flags/id.png\",\n                        \"locationCode\": \"ID\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Indosat Ooredoo\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telkomsel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Ireland\",\n                        \"locationLogo\": \"/img/flags/ie.png\",\n                        \"locationCode\": \"IE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Israel\",\n                        \"locationLogo\": \"/img/flags/il.png\",\n                        \"locationCode\": \"IL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Partner\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Hot Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Pelephone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"PHI Networks\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Italy\",\n                        \"locationLogo\": \"/img/flags/it.png\",\n                        \"locationCode\": \"IT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Wind\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"NTT docomo\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Rakuten Mobile\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Jordan\",\n                        \"locationLogo\": \"/img/flags/jo.png\",\n                        \"locationCode\": \"JO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Zain\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Umniah\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kazakhstan\",\n                        \"locationLogo\": \"/img/flags/kz.png\",\n                        \"locationCode\": \"KZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tele2.kz\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kenya\",\n                        \"locationLogo\": \"/img/flags/ke.png\",\n                        \"locationCode\": \"KE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kosovo\",\n                        \"locationLogo\": \"/img/flags/xk.png\",\n                        \"locationCode\": \"XK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"IPKO\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kuwait\",\n                        \"locationLogo\": \"/img/flags/kw.png\",\n                        \"locationCode\": \"KW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Zain\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Ooredoo\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kyrgyzstan\",\n                        \"locationLogo\": \"/img/flags/kg.png\",\n                        \"locationCode\": \"KG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Latvia\",\n                        \"locationLogo\": \"/img/flags/lv.png\",\n                        \"locationCode\": \"LV\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"LMT\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Bite\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Liberia\",\n                        \"locationLogo\": \"/img/flags/lr.png\",\n                        \"locationCode\": \"LR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Lonestar Cell MTN\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Liechtenstein\",\n                        \"locationLogo\": \"/img/flags/li.png\",\n                        \"locationCode\": \"LI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"FL1\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"7acht\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Lithuania\",\n                        \"locationLogo\": \"/img/flags/lt.png\",\n                        \"locationCode\": \"LT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"BITĖ\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Luxembourg\",\n                        \"locationLogo\": \"/img/flags/lu.png\",\n                        \"locationCode\": \"LU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"POST\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Tango\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Macao (China)\",\n                        \"locationLogo\": \"/img/flags/mo.png\",\n                        \"locationCode\": \"MO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Madagascar\",\n                        \"locationLogo\": \"/img/flags/mg.png\",\n                        \"locationCode\": \"MG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Malawi\",\n                        \"locationLogo\": \"/img/flags/mw.png\",\n                        \"locationCode\": \"MW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Malaysia\",\n                        \"locationLogo\": \"/img/flags/my.png\",\n                        \"locationCode\": \"MY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"U Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"CelcomDigi\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Mali\",\n                        \"locationLogo\": \"/img/flags/ml.png\",\n                        \"locationCode\": \"ML\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Malta\",\n                        \"locationLogo\": \"/img/flags/mt.png\",\n                        \"locationCode\": \"MT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"GO\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Melita\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Mauritius\",\n                        \"locationLogo\": \"/img/flags/mu.png\",\n                        \"locationCode\": \"MU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"my.t\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Mexico\",\n                        \"locationLogo\": \"/img/flags/mx.png\",\n                        \"locationCode\": \"MX\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telcel\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Moldova\",\n                        \"locationLogo\": \"/img/flags/md.png\",\n                        \"locationCode\": \"MD\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Unité\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Montenegro\",\n                        \"locationLogo\": \"/img/flags/me.png\",\n                        \"locationCode\": \"ME\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telenor\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"m:tel CG\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"T-Mobile\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Morocco\",\n                        \"locationLogo\": \"/img/flags/ma.png\",\n                        \"locationCode\": \"MA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange Morocco\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Netherlands\",\n                        \"locationLogo\": \"/img/flags/nl.png\",\n                        \"locationCode\": \"NL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"KPN\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"New Zealand\",\n                        \"locationLogo\": \"/img/flags/nz.png\",\n                        \"locationCode\": \"NZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Spark\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Nicaragua\",\n                        \"locationLogo\": \"/img/flags/ni.png\",\n                        \"locationCode\": \"NI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"movistar\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Niger\",\n                        \"locationLogo\": \"/img/flags/ne.png\",\n                        \"locationCode\": \"NE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"3G\"\n                            },\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"3G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Nigeria\",\n                        \"locationLogo\": \"/img/flags/ng.png\",\n                        \"locationCode\": \"NG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"MTN\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"North Macedonia\",\n                        \"locationLogo\": \"/img/flags/mk.png\",\n                        \"locationCode\": \"MK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telekom.mk\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"vip\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Norway\",\n                        \"locationLogo\": \"/img/flags/no.png\",\n                        \"locationCode\": \"NO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Oman\",\n                        \"locationLogo\": \"/img/flags/om.png\",\n                        \"locationCode\": \"OM\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Omantel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Pakistan\",\n                        \"locationLogo\": \"/img/flags/pk.png\",\n                        \"locationCode\": \"PK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Jazz\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Panama\",\n                        \"locationLogo\": \"/img/flags/pa.png\",\n                        \"locationCode\": \"PA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"movistar\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Paraguay\",\n                        \"locationLogo\": \"/img/flags/py.png\",\n                        \"locationCode\": \"PY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tigo\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Peru\",\n                        \"locationLogo\": \"/img/flags/pe.png\",\n                        \"locationCode\": \"PE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Philippines\",\n                        \"locationLogo\": \"/img/flags/ph.png\",\n                        \"locationCode\": \"PH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SMART\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Poland\",\n                        \"locationLogo\": \"/img/flags/pl.png\",\n                        \"locationCode\": \"PL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Play\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Plus\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Portugal\",\n                        \"locationLogo\": \"/img/flags/pt.png\",\n                        \"locationCode\": \"PT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"NOS\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"MEO\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Puerto Rico\",\n                        \"locationLogo\": \"/img/flags/pr.png\",\n                        \"locationCode\": \"PR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Qatar\",\n                        \"locationLogo\": \"/img/flags/qa.png\",\n                        \"locationCode\": \"QA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"ooredoo\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Republic of the Congo\",\n                        \"locationLogo\": \"/img/flags/cg.png\",\n                        \"locationCode\": \"CG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Romania\",\n                        \"locationLogo\": \"/img/flags/ro.png\",\n                        \"locationCode\": \"RO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Digi.Mobil\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Russia\",\n                        \"locationLogo\": \"/img/flags/ru.png\",\n                        \"locationCode\": \"RU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Saudi Arabia\",\n                        \"locationLogo\": \"/img/flags/sa.png\",\n                        \"locationCode\": \"SA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Mobily\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Zain\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Senegal\",\n                        \"locationLogo\": \"/img/flags/sn.png\",\n                        \"locationCode\": \"SN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Serbia\",\n                        \"locationLogo\": \"/img/flags/rs.png\",\n                        \"locationCode\": \"RS\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"VIP\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Telenor\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"mts\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Seychelles\",\n                        \"locationLogo\": \"/img/flags/sc.png\",\n                        \"locationCode\": \"SC\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Singapore\",\n                        \"locationLogo\": \"/img/flags/sg.png\",\n                        \"locationCode\": \"SG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"StarHub\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SingTel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"TPG Telecom\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Slovakia\",\n                        \"locationLogo\": \"/img/flags/sk.png\",\n                        \"locationCode\": \"SK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Slovenia\",\n                        \"locationLogo\": \"/img/flags/si.png\",\n                        \"locationCode\": \"SI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Mobitel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telemach\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"A1\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"South Africa\",\n                        \"locationLogo\": \"/img/flags/za.png\",\n                        \"locationCode\": \"ZA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"MTN\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodacom\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Cell C\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Telkom\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"South Korea\",\n                        \"locationLogo\": \"/img/flags/kr.png\",\n                        \"locationCode\": \"KR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SKTelecom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Spain\",\n                        \"locationLogo\": \"/img/flags/es.png\",\n                        \"locationCode\": \"ES\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Yoigo\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Sri Lanka\",\n                        \"locationLogo\": \"/img/flags/lk.png\",\n                        \"locationCode\": \"LK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Etisalat\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Dialog\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Mobitel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Hutch\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Sweden\",\n                        \"locationLogo\": \"/img/flags/se.png\",\n                        \"locationCode\": \"SE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Switzerland\",\n                        \"locationLogo\": \"/img/flags/ch.png\",\n                        \"locationCode\": \"CH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Sunrise\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Salt\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Swisscom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Taiwan (China)\",\n                        \"locationLogo\": \"/img/flags/tw.png\",\n                        \"locationCode\": \"TW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Chunghwa\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"FarEasTone\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Tanzania\",\n                        \"locationLogo\": \"/img/flags/tz.png\",\n                        \"locationCode\": \"TZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodacom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Thailand\",\n                        \"locationLogo\": \"/img/flags/th.png\",\n                        \"locationCode\": \"TH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"TrueMove H\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"CAT\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"AIS\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Tunisia\",\n                        \"locationLogo\": \"/img/flags/tn.png\",\n                        \"locationCode\": \"TN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Turkey\",\n                        \"locationLogo\": \"/img/flags/tr.png\",\n                        \"locationCode\": \"TR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Türk Telekom\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Turkcell\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Uganda\",\n                        \"locationLogo\": \"/img/flags/ug.png\",\n                        \"locationCode\": \"UG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"MTN\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Ukraine\",\n                        \"locationLogo\": \"/img/flags/ua.png\",\n                        \"locationCode\": \"UA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"lifecell\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Kyivstar\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"United Arab Emirates\",\n                        \"locationLogo\": \"/img/flags/ae.png\",\n                        \"locationCode\": \"AE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Etisalat\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"United Kingdom\",\n                        \"locationLogo\": \"/img/flags/gb.png\",\n                        \"locationCode\": \"GB\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"United States\",\n                        \"locationLogo\": \"/img/flags/us.png\",\n                        \"locationCode\": \"US\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Verizon\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Uruguay\",\n                        \"locationLogo\": \"/img/flags/uy.png\",\n                        \"locationCode\": \"UY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Antel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Uzbekistan\",\n                        \"locationLogo\": \"/img/flags/uz.png\",\n                        \"locationCode\": \"UZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Zambia\",\n                        \"locationLogo\": \"/img/flags/zm.png\",\n                        \"locationCode\": \"ZM\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"MTN\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PW6P3DX2G\",\n                \"slug\": \"GL-120_3_30\",\n                \"name\": \"Global (120+ areas) 3GB 30Days\",\n                \"price\": 114000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 3221225472,\n                \"smsStatus\": 2,\n                \"dataType\": 1,\n                \"unusedValidTime\": 180,\n                \"duration\": 30,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"PR,HK,PT,HN,PY,HR,HU,QA,ID,IE,IL,AE,IN,ZA,IS,IT,AL,AM,AR,AT,ZM,AU,AZ,RO,BA,RS,BE,RU,BG,JO,JP,BO,SA,BR,SC,SE,SG,BW,SI,SK,KE,SN,KG,CA,CD,SV,CF,CG,CH,CI,KR,SZ,CL,CM,CN,KW,CO,CR,KZ,TD,TH,CY,CZ,TN,LI,TR,LK,DE,TW,LR,TZ,DK,LT,LU,LV,UA,UG,MA,MD,ME,MG,US,EC,MK,ML,EE,MO,EG,UY,UZ,MT,MU,MW,MX,MY,ES,NE,NG,NI,NL,NO,FI,FR,NZ,GA,GB,OM,GH,GI,GR,GT,GU,GW,PA,XK,PE,PH,PK,PL\",\n                \"locationCode\": \"GL-120\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 456000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 2,\n                \"fupPolicy\": \"\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Albania\",\n                        \"locationLogo\": \"/img/flags/al.png\",\n                        \"locationCode\": \"AL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telekom.al\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Argentina\",\n                        \"locationLogo\": \"/img/flags/ar.png\",\n                        \"locationCode\": \"AR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Armenia\",\n                        \"locationLogo\": \"/img/flags/am.png\",\n                        \"locationCode\": \"AM\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"MTS\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Australia\",\n                        \"locationLogo\": \"/img/flags/au.png\",\n                        \"locationCode\": \"AU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Optus\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Austria\",\n                        \"locationLogo\": \"/img/flags/at.png\",\n                        \"locationCode\": \"AT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Azerbaijan\",\n                        \"locationLogo\": \"/img/flags/az.png\",\n                        \"locationCode\": \"AZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Bakcell\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Belgium\",\n                        \"locationLogo\": \"/img/flags/be.png\",\n                        \"locationCode\": \"BE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Base\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Proximus\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Bolivia\",\n                        \"locationLogo\": \"/img/flags/bo.png\",\n                        \"locationCode\": \"BO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tigo\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Bosnia and Herzegovina\",\n                        \"locationLogo\": \"/img/flags/ba.png\",\n                        \"locationCode\": \"BA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"HT-ERONET\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"BH Mobile\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Botswana\",\n                        \"locationLogo\": \"/img/flags/bw.png\",\n                        \"locationCode\": \"BW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Mascom\",\n                                \"networkType\": \"3G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Brazil\",\n                        \"locationLogo\": \"/img/flags/br.png\",\n                        \"locationCode\": \"BR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"TIM\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vivo\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Bulgaria\",\n                        \"locationLogo\": \"/img/flags/bg.png\",\n                        \"locationCode\": \"BG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vivacom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Cameroon\",\n                        \"locationLogo\": \"/img/flags/cm.png\",\n                        \"locationCode\": \"CM\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"MTN Cameroon\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Canada\",\n                        \"locationLogo\": \"/img/flags/ca.png\",\n                        \"locationCode\": \"CA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Rogers Wireless\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Videotron\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Central African Republic\",\n                        \"locationLogo\": \"/img/flags/cf.png\",\n                        \"locationCode\": \"CF\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"3G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Chad\",\n                        \"locationLogo\": \"/img/flags/td.png\",\n                        \"locationCode\": \"TD\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Chile\",\n                        \"locationLogo\": \"/img/flags/cl.png\",\n                        \"locationCode\": \"CL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"movistar\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"WOM\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"China mainland\",\n                        \"locationLogo\": \"/img/flags/cn.png\",\n                        \"locationCode\": \"CN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"China Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"China Unicom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Colombia\",\n                        \"locationLogo\": \"/img/flags/co.png\",\n                        \"locationCode\": \"CO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"movistar\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Tigo\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Costa Rica\",\n                        \"locationLogo\": \"/img/flags/cr.png\",\n                        \"locationCode\": \"CR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"movistar\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Cote d'Ivoire\",\n                        \"locationLogo\": \"/img/flags/ci.png\",\n                        \"locationCode\": \"CI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Croatia\",\n                        \"locationLogo\": \"/img/flags/hr.png\",\n                        \"locationCode\": \"HR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tele2\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"A1\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Cyprus\",\n                        \"locationLogo\": \"/img/flags/cy.png\",\n                        \"locationCode\": \"CY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"PrimeTel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Czech Republic\",\n                        \"locationLogo\": \"/img/flags/cz.png\",\n                        \"locationCode\": \"CZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Democratic Republic of the Congo\",\n                        \"locationLogo\": \"/img/flags/cd.png\",\n                        \"locationCode\": \"CD\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Denmark\",\n                        \"locationLogo\": \"/img/flags/dk.png\",\n                        \"locationCode\": \"DK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"TDC\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Ecuador\",\n                        \"locationLogo\": \"/img/flags/ec.png\",\n                        \"locationCode\": \"EC\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Egypt\",\n                        \"locationLogo\": \"/img/flags/eg.png\",\n                        \"locationCode\": \"EG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Etisalat\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"El Salvador\",\n                        \"locationLogo\": \"/img/flags/sv.png\",\n                        \"locationCode\": \"SV\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tigo\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"movistar\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Estonia\",\n                        \"locationLogo\": \"/img/flags/ee.png\",\n                        \"locationCode\": \"EE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Elisa\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Eswatini\",\n                        \"locationLogo\": \"/img/flags/sz.png\",\n                        \"locationCode\": \"SZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Swazi MTN\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Swazi Mobile\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Finland\",\n                        \"locationLogo\": \"/img/flags/fi.png\",\n                        \"locationCode\": \"FI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Elisa\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia / DNA\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"France\",\n                        \"locationLogo\": \"/img/flags/fr.png\",\n                        \"locationCode\": \"FR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SFR\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Bouygues\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Free Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Gabon\",\n                        \"locationLogo\": \"/img/flags/ga.png\",\n                        \"locationCode\": \"GA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Germany\",\n                        \"locationLogo\": \"/img/flags/de.png\",\n                        \"locationCode\": \"DE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Ghana\",\n                        \"locationLogo\": \"/img/flags/gh.png\",\n                        \"locationCode\": \"GH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"MTN\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"AirtelTigo\",\n                                \"networkType\": \"3G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Gibraltar\",\n                        \"locationLogo\": \"/img/flags/gi.png\",\n                        \"locationCode\": \"GI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"GibTel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Greece\",\n                        \"locationLogo\": \"/img/flags/gr.png\",\n                        \"locationCode\": \"GR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Wind\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Guam\",\n                        \"locationLogo\": \"/img/flags/gu.png\",\n                        \"locationCode\": \"GU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"IT&E Wireless\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Guatemala\",\n                        \"locationLogo\": \"/img/flags/gt.png\",\n                        \"locationCode\": \"GT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"movistar\",\n                                \"networkType\": \"3G\"\n                            },\n                            {\n                                \"operatorName\": \"Tigo\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Guinea-Bissau\",\n                        \"locationLogo\": \"/img/flags/gw.png\",\n                        \"locationCode\": \"GW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"MTN Areeba\",\n                                \"networkType\": \"3G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Honduras\",\n                        \"locationLogo\": \"/img/flags/hn.png\",\n                        \"locationCode\": \"HN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tigo\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Hong Kong (China)\",\n                        \"locationLogo\": \"/img/flags/hk.png\",\n                        \"locationCode\": \"HK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SmarTone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"csl/1010\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Hungary\",\n                        \"locationLogo\": \"/img/flags/hu.png\",\n                        \"locationCode\": \"HU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telenor Hungary\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Iceland\",\n                        \"locationLogo\": \"/img/flags/is.png\",\n                        \"locationCode\": \"IS\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Nova\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"India\",\n                        \"locationLogo\": \"/img/flags/in.png\",\n                        \"locationCode\": \"IN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"AirTel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Jio\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Indonesia\",\n                        \"locationLogo\": \"/img/flags/id.png\",\n                        \"locationCode\": \"ID\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Indosat Ooredoo\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telkomsel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Ireland\",\n                        \"locationLogo\": \"/img/flags/ie.png\",\n                        \"locationCode\": \"IE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Israel\",\n                        \"locationLogo\": \"/img/flags/il.png\",\n                        \"locationCode\": \"IL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Partner\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Hot Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Pelephone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"PHI Networks\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Italy\",\n                        \"locationLogo\": \"/img/flags/it.png\",\n                        \"locationCode\": \"IT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Wind\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"NTT docomo\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Rakuten Mobile\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Jordan\",\n                        \"locationLogo\": \"/img/flags/jo.png\",\n                        \"locationCode\": \"JO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Zain\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Umniah\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kazakhstan\",\n                        \"locationLogo\": \"/img/flags/kz.png\",\n                        \"locationCode\": \"KZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tele2.kz\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kenya\",\n                        \"locationLogo\": \"/img/flags/ke.png\",\n                        \"locationCode\": \"KE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kosovo\",\n                        \"locationLogo\": \"/img/flags/xk.png\",\n                        \"locationCode\": \"XK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"IPKO\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kuwait\",\n                        \"locationLogo\": \"/img/flags/kw.png\",\n                        \"locationCode\": \"KW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Zain\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Ooredoo\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kyrgyzstan\",\n                        \"locationLogo\": \"/img/flags/kg.png\",\n                        \"locationCode\": \"KG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Latvia\",\n                        \"locationLogo\": \"/img/flags/lv.png\",\n                        \"locationCode\": \"LV\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"LMT\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Bite\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Liberia\",\n                        \"locationLogo\": \"/img/flags/lr.png\",\n                        \"locationCode\": \"LR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Lonestar Cell MTN\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Liechtenstein\",\n                        \"locationLogo\": \"/img/flags/li.png\",\n                        \"locationCode\": \"LI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"FL1\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"7acht\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Lithuania\",\n                        \"locationLogo\": \"/img/flags/lt.png\",\n                        \"locationCode\": \"LT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"BITĖ\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Luxembourg\",\n                        \"locationLogo\": \"/img/flags/lu.png\",\n                        \"locationCode\": \"LU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"POST\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Tango\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Macao (China)\",\n                        \"locationLogo\": \"/img/flags/mo.png\",\n                        \"locationCode\": \"MO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Madagascar\",\n                        \"locationLogo\": \"/img/flags/mg.png\",\n                        \"locationCode\": \"MG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Malawi\",\n                        \"locationLogo\": \"/img/flags/mw.png\",\n                        \"locationCode\": \"MW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Malaysia\",\n                        \"locationLogo\": \"/img/flags/my.png\",\n                        \"locationCode\": \"MY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"U Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"CelcomDigi\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Mali\",\n                        \"locationLogo\": \"/img/flags/ml.png\",\n                        \"locationCode\": \"ML\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Malta\",\n                        \"locationLogo\": \"/img/flags/mt.png\",\n                        \"locationCode\": \"MT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"GO\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Melita\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Mauritius\",\n                        \"locationLogo\": \"/img/flags/mu.png\",\n                        \"locationCode\": \"MU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"my.t\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Mexico\",\n                        \"locationLogo\": \"/img/flags/mx.png\",\n                        \"locationCode\": \"MX\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telcel\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Moldova\",\n                        \"locationLogo\": \"/img/flags/md.png\",\n                        \"locationCode\": \"MD\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Unité\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Montenegro\",\n                        \"locationLogo\": \"/img/flags/me.png\",\n                        \"locationCode\": \"ME\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telenor\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"m:tel CG\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"T-Mobile\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Morocco\",\n                        \"locationLogo\": \"/img/flags/ma.png\",\n                        \"locationCode\": \"MA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange Morocco\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Netherlands\",\n                        \"locationLogo\": \"/img/flags/nl.png\",\n                        \"locationCode\": \"NL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"KPN\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"New Zealand\",\n                        \"locationLogo\": \"/img/flags/nz.png\",\n                        \"locationCode\": \"NZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Spark\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Nicaragua\",\n                        \"locationLogo\": \"/img/flags/ni.png\",\n                        \"locationCode\": \"NI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"movistar\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Niger\",\n                        \"locationLogo\": \"/img/flags/ne.png\",\n                        \"locationCode\": \"NE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"3G\"\n                            },\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"3G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Nigeria\",\n                        \"locationLogo\": \"/img/flags/ng.png\",\n                        \"locationCode\": \"NG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"MTN\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"North Macedonia\",\n                        \"locationLogo\": \"/img/flags/mk.png\",\n                        \"locationCode\": \"MK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telekom.mk\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"vip\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Norway\",\n                        \"locationLogo\": \"/img/flags/no.png\",\n                        \"locationCode\": \"NO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Oman\",\n                        \"locationLogo\": \"/img/flags/om.png\",\n                        \"locationCode\": \"OM\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Omantel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Pakistan\",\n                        \"locationLogo\": \"/img/flags/pk.png\",\n                        \"locationCode\": \"PK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Jazz\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Panama\",\n                        \"locationLogo\": \"/img/flags/pa.png\",\n                        \"locationCode\": \"PA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"movistar\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Paraguay\",\n                        \"locationLogo\": \"/img/flags/py.png\",\n                        \"locationCode\": \"PY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tigo\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Peru\",\n                        \"locationLogo\": \"/img/flags/pe.png\",\n                        \"locationCode\": \"PE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Philippines\",\n                        \"locationLogo\": \"/img/flags/ph.png\",\n                        \"locationCode\": \"PH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SMART\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Poland\",\n                        \"locationLogo\": \"/img/flags/pl.png\",\n                        \"locationCode\": \"PL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Play\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Plus\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Portugal\",\n                        \"locationLogo\": \"/img/flags/pt.png\",\n                        \"locationCode\": \"PT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"NOS\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"MEO\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Puerto Rico\",\n                        \"locationLogo\": \"/img/flags/pr.png\",\n                        \"locationCode\": \"PR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Qatar\",\n                        \"locationLogo\": \"/img/flags/qa.png\",\n                        \"locationCode\": \"QA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"ooredoo\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Republic of the Congo\",\n                        \"locationLogo\": \"/img/flags/cg.png\",\n                        \"locationCode\": \"CG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Romania\",\n                        \"locationLogo\": \"/img/flags/ro.png\",\n                        \"locationCode\": \"RO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Digi.Mobil\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Russia\",\n                        \"locationLogo\": \"/img/flags/ru.png\",\n                        \"locationCode\": \"RU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Saudi Arabia\",\n                        \"locationLogo\": \"/img/flags/sa.png\",\n                        \"locationCode\": \"SA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Mobily\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Zain\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Senegal\",\n                        \"locationLogo\": \"/img/flags/sn.png\",\n                        \"locationCode\": \"SN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Serbia\",\n                        \"locationLogo\": \"/img/flags/rs.png\",\n                        \"locationCode\": \"RS\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"VIP\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Telenor\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"mts\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Seychelles\",\n                        \"locationLogo\": \"/img/flags/sc.png\",\n                        \"locationCode\": \"SC\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Singapore\",\n                        \"locationLogo\": \"/img/flags/sg.png\",\n                        \"locationCode\": \"SG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"StarHub\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SingTel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"TPG Telecom\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Slovakia\",\n                        \"locationLogo\": \"/img/flags/sk.png\",\n                        \"locationCode\": \"SK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Slovenia\",\n                        \"locationLogo\": \"/img/flags/si.png\",\n                        \"locationCode\": \"SI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Mobitel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telemach\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"A1\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"South Africa\",\n                        \"locationLogo\": \"/img/flags/za.png\",\n                        \"locationCode\": \"ZA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"MTN\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodacom\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Cell C\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Telkom\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"South Korea\",\n                        \"locationLogo\": \"/img/flags/kr.png\",\n                        \"locationCode\": \"KR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SKTelecom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Spain\",\n                        \"locationLogo\": \"/img/flags/es.png\",\n                        \"locationCode\": \"ES\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Yoigo\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Sri Lanka\",\n                        \"locationLogo\": \"/img/flags/lk.png\",\n                        \"locationCode\": \"LK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Etisalat\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Dialog\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Mobitel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Hutch\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Sweden\",\n                        \"locationLogo\": \"/img/flags/se.png\",\n                        \"locationCode\": \"SE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Switzerland\",\n                        \"locationLogo\": \"/img/flags/ch.png\",\n                        \"locationCode\": \"CH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Sunrise\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Salt\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Swisscom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Taiwan (China)\",\n                        \"locationLogo\": \"/img/flags/tw.png\",\n                        \"locationCode\": \"TW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Chunghwa\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"FarEasTone\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Tanzania\",\n                        \"locationLogo\": \"/img/flags/tz.png\",\n                        \"locationCode\": \"TZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodacom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Thailand\",\n                        \"locationLogo\": \"/img/flags/th.png\",\n                        \"locationCode\": \"TH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"TrueMove H\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"CAT\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"AIS\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Tunisia\",\n                        \"locationLogo\": \"/img/flags/tn.png\",\n                        \"locationCode\": \"TN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Turkey\",\n                        \"locationLogo\": \"/img/flags/tr.png\",\n                        \"locationCode\": \"TR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Türk Telekom\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Turkcell\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Uganda\",\n                        \"locationLogo\": \"/img/flags/ug.png\",\n                        \"locationCode\": \"UG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"MTN\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Ukraine\",\n                        \"locationLogo\": \"/img/flags/ua.png\",\n                        \"locationCode\": \"UA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"lifecell\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Kyivstar\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"United Arab Emirates\",\n                        \"locationLogo\": \"/img/flags/ae.png\",\n                        \"locationCode\": \"AE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Etisalat\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"United Kingdom\",\n                        \"locationLogo\": \"/img/flags/gb.png\",\n                        \"locationCode\": \"GB\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"United States\",\n                        \"locationLogo\": \"/img/flags/us.png\",\n                        \"locationCode\": \"US\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Verizon\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Uruguay\",\n                        \"locationLogo\": \"/img/flags/uy.png\",\n                        \"locationCode\": \"UY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Antel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Uzbekistan\",\n                        \"locationLogo\": \"/img/flags/uz.png\",\n                        \"locationCode\": \"UZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Zambia\",\n                        \"locationLogo\": \"/img/flags/zm.png\",\n                        \"locationCode\": \"ZM\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"MTN\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PB83STJL6\",\n                \"slug\": \"GL-120_20_90\",\n                \"name\": \"Global (120+ areas) 20GB 90Days\",\n                \"price\": 665000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 21474836480,\n                \"smsStatus\": 2,\n                \"dataType\": 1,\n                \"unusedValidTime\": 180,\n                \"duration\": 90,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"PR,HK,PT,HN,PY,HR,HU,QA,ID,IE,IL,AE,IN,ZA,IS,IT,AL,AM,AR,AT,ZM,AU,AZ,RO,BA,RS,BE,RU,BG,JO,JP,BO,SA,BR,SC,SE,SG,BW,SI,SK,KE,SN,KG,CA,CD,SV,CF,CG,CH,CI,KR,SZ,CL,CM,CN,KW,CO,CR,KZ,TD,TH,CY,CZ,TN,LI,TR,LK,DE,TW,LR,TZ,DK,LT,LU,LV,UA,UG,MA,MD,ME,MG,US,EC,MK,ML,EE,MO,EG,UY,UZ,MT,MU,MW,MX,MY,ES,NE,NG,NI,NL,NO,FI,FR,NZ,GA,GB,OM,GH,GI,GR,GT,GU,GW,PA,XK,PE,PH,PK,PL\",\n                \"locationCode\": \"GL-120\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 2660000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 2,\n                \"fupPolicy\": \"\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Albania\",\n                        \"locationLogo\": \"/img/flags/al.png\",\n                        \"locationCode\": \"AL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telekom.al\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Argentina\",\n                        \"locationLogo\": \"/img/flags/ar.png\",\n                        \"locationCode\": \"AR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Armenia\",\n                        \"locationLogo\": \"/img/flags/am.png\",\n                        \"locationCode\": \"AM\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"MTS\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Australia\",\n                        \"locationLogo\": \"/img/flags/au.png\",\n                        \"locationCode\": \"AU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Optus\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Austria\",\n                        \"locationLogo\": \"/img/flags/at.png\",\n                        \"locationCode\": \"AT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Azerbaijan\",\n                        \"locationLogo\": \"/img/flags/az.png\",\n                        \"locationCode\": \"AZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Bakcell\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Belgium\",\n                        \"locationLogo\": \"/img/flags/be.png\",\n                        \"locationCode\": \"BE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Base\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Proximus\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Bolivia\",\n                        \"locationLogo\": \"/img/flags/bo.png\",\n                        \"locationCode\": \"BO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tigo\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Bosnia and Herzegovina\",\n                        \"locationLogo\": \"/img/flags/ba.png\",\n                        \"locationCode\": \"BA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"HT-ERONET\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"BH Mobile\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Botswana\",\n                        \"locationLogo\": \"/img/flags/bw.png\",\n                        \"locationCode\": \"BW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Mascom\",\n                                \"networkType\": \"3G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Brazil\",\n                        \"locationLogo\": \"/img/flags/br.png\",\n                        \"locationCode\": \"BR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"TIM\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vivo\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Bulgaria\",\n                        \"locationLogo\": \"/img/flags/bg.png\",\n                        \"locationCode\": \"BG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vivacom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Cameroon\",\n                        \"locationLogo\": \"/img/flags/cm.png\",\n                        \"locationCode\": \"CM\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"MTN Cameroon\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Canada\",\n                        \"locationLogo\": \"/img/flags/ca.png\",\n                        \"locationCode\": \"CA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Rogers Wireless\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Videotron\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Central African Republic\",\n                        \"locationLogo\": \"/img/flags/cf.png\",\n                        \"locationCode\": \"CF\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"3G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Chad\",\n                        \"locationLogo\": \"/img/flags/td.png\",\n                        \"locationCode\": \"TD\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Chile\",\n                        \"locationLogo\": \"/img/flags/cl.png\",\n                        \"locationCode\": \"CL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"movistar\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"WOM\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"China mainland\",\n                        \"locationLogo\": \"/img/flags/cn.png\",\n                        \"locationCode\": \"CN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"China Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"China Unicom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Colombia\",\n                        \"locationLogo\": \"/img/flags/co.png\",\n                        \"locationCode\": \"CO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"movistar\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Tigo\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Costa Rica\",\n                        \"locationLogo\": \"/img/flags/cr.png\",\n                        \"locationCode\": \"CR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"movistar\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Cote d'Ivoire\",\n                        \"locationLogo\": \"/img/flags/ci.png\",\n                        \"locationCode\": \"CI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Croatia\",\n                        \"locationLogo\": \"/img/flags/hr.png\",\n                        \"locationCode\": \"HR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tele2\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"A1\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Cyprus\",\n                        \"locationLogo\": \"/img/flags/cy.png\",\n                        \"locationCode\": \"CY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"PrimeTel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Czech Republic\",\n                        \"locationLogo\": \"/img/flags/cz.png\",\n                        \"locationCode\": \"CZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Democratic Republic of the Congo\",\n                        \"locationLogo\": \"/img/flags/cd.png\",\n                        \"locationCode\": \"CD\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Denmark\",\n                        \"locationLogo\": \"/img/flags/dk.png\",\n                        \"locationCode\": \"DK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"TDC\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Ecuador\",\n                        \"locationLogo\": \"/img/flags/ec.png\",\n                        \"locationCode\": \"EC\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Egypt\",\n                        \"locationLogo\": \"/img/flags/eg.png\",\n                        \"locationCode\": \"EG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Etisalat\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"El Salvador\",\n                        \"locationLogo\": \"/img/flags/sv.png\",\n                        \"locationCode\": \"SV\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tigo\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"movistar\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Estonia\",\n                        \"locationLogo\": \"/img/flags/ee.png\",\n                        \"locationCode\": \"EE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Elisa\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Eswatini\",\n                        \"locationLogo\": \"/img/flags/sz.png\",\n                        \"locationCode\": \"SZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Swazi MTN\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Swazi Mobile\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Finland\",\n                        \"locationLogo\": \"/img/flags/fi.png\",\n                        \"locationCode\": \"FI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Elisa\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia / DNA\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"France\",\n                        \"locationLogo\": \"/img/flags/fr.png\",\n                        \"locationCode\": \"FR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SFR\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Bouygues\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Free Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Gabon\",\n                        \"locationLogo\": \"/img/flags/ga.png\",\n                        \"locationCode\": \"GA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Germany\",\n                        \"locationLogo\": \"/img/flags/de.png\",\n                        \"locationCode\": \"DE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Ghana\",\n                        \"locationLogo\": \"/img/flags/gh.png\",\n                        \"locationCode\": \"GH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"MTN\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"AirtelTigo\",\n                                \"networkType\": \"3G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Gibraltar\",\n                        \"locationLogo\": \"/img/flags/gi.png\",\n                        \"locationCode\": \"GI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"GibTel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Greece\",\n                        \"locationLogo\": \"/img/flags/gr.png\",\n                        \"locationCode\": \"GR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Wind\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Guam\",\n                        \"locationLogo\": \"/img/flags/gu.png\",\n                        \"locationCode\": \"GU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"IT&E Wireless\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Guatemala\",\n                        \"locationLogo\": \"/img/flags/gt.png\",\n                        \"locationCode\": \"GT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"movistar\",\n                                \"networkType\": \"3G\"\n                            },\n                            {\n                                \"operatorName\": \"Tigo\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Guinea-Bissau\",\n                        \"locationLogo\": \"/img/flags/gw.png\",\n                        \"locationCode\": \"GW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"MTN Areeba\",\n                                \"networkType\": \"3G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Honduras\",\n                        \"locationLogo\": \"/img/flags/hn.png\",\n                        \"locationCode\": \"HN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tigo\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Hong Kong (China)\",\n                        \"locationLogo\": \"/img/flags/hk.png\",\n                        \"locationCode\": \"HK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SmarTone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"csl/1010\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Hungary\",\n                        \"locationLogo\": \"/img/flags/hu.png\",\n                        \"locationCode\": \"HU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telenor Hungary\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Iceland\",\n                        \"locationLogo\": \"/img/flags/is.png\",\n                        \"locationCode\": \"IS\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Nova\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"India\",\n                        \"locationLogo\": \"/img/flags/in.png\",\n                        \"locationCode\": \"IN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"AirTel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Jio\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Indonesia\",\n                        \"locationLogo\": \"/img/flags/id.png\",\n                        \"locationCode\": \"ID\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Indosat Ooredoo\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telkomsel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Ireland\",\n                        \"locationLogo\": \"/img/flags/ie.png\",\n                        \"locationCode\": \"IE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Israel\",\n                        \"locationLogo\": \"/img/flags/il.png\",\n                        \"locationCode\": \"IL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Partner\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Hot Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Pelephone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"PHI Networks\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Italy\",\n                        \"locationLogo\": \"/img/flags/it.png\",\n                        \"locationCode\": \"IT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Wind\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"NTT docomo\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Rakuten Mobile\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Jordan\",\n                        \"locationLogo\": \"/img/flags/jo.png\",\n                        \"locationCode\": \"JO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Zain\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Umniah\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kazakhstan\",\n                        \"locationLogo\": \"/img/flags/kz.png\",\n                        \"locationCode\": \"KZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tele2.kz\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kenya\",\n                        \"locationLogo\": \"/img/flags/ke.png\",\n                        \"locationCode\": \"KE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kosovo\",\n                        \"locationLogo\": \"/img/flags/xk.png\",\n                        \"locationCode\": \"XK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"IPKO\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kuwait\",\n                        \"locationLogo\": \"/img/flags/kw.png\",\n                        \"locationCode\": \"KW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Zain\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Ooredoo\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kyrgyzstan\",\n                        \"locationLogo\": \"/img/flags/kg.png\",\n                        \"locationCode\": \"KG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Latvia\",\n                        \"locationLogo\": \"/img/flags/lv.png\",\n                        \"locationCode\": \"LV\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"LMT\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Bite\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Liberia\",\n                        \"locationLogo\": \"/img/flags/lr.png\",\n                        \"locationCode\": \"LR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Lonestar Cell MTN\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Liechtenstein\",\n                        \"locationLogo\": \"/img/flags/li.png\",\n                        \"locationCode\": \"LI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"FL1\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"7acht\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Lithuania\",\n                        \"locationLogo\": \"/img/flags/lt.png\",\n                        \"locationCode\": \"LT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"BITĖ\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Luxembourg\",\n                        \"locationLogo\": \"/img/flags/lu.png\",\n                        \"locationCode\": \"LU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"POST\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Tango\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Macao (China)\",\n                        \"locationLogo\": \"/img/flags/mo.png\",\n                        \"locationCode\": \"MO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Madagascar\",\n                        \"locationLogo\": \"/img/flags/mg.png\",\n                        \"locationCode\": \"MG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Malawi\",\n                        \"locationLogo\": \"/img/flags/mw.png\",\n                        \"locationCode\": \"MW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Malaysia\",\n                        \"locationLogo\": \"/img/flags/my.png\",\n                        \"locationCode\": \"MY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"U Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"CelcomDigi\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Mali\",\n                        \"locationLogo\": \"/img/flags/ml.png\",\n                        \"locationCode\": \"ML\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Malta\",\n                        \"locationLogo\": \"/img/flags/mt.png\",\n                        \"locationCode\": \"MT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"GO\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Melita\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Mauritius\",\n                        \"locationLogo\": \"/img/flags/mu.png\",\n                        \"locationCode\": \"MU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"my.t\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Mexico\",\n                        \"locationLogo\": \"/img/flags/mx.png\",\n                        \"locationCode\": \"MX\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telcel\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Moldova\",\n                        \"locationLogo\": \"/img/flags/md.png\",\n                        \"locationCode\": \"MD\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Unité\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Montenegro\",\n                        \"locationLogo\": \"/img/flags/me.png\",\n                        \"locationCode\": \"ME\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telenor\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"m:tel CG\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"T-Mobile\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Morocco\",\n                        \"locationLogo\": \"/img/flags/ma.png\",\n                        \"locationCode\": \"MA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange Morocco\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Netherlands\",\n                        \"locationLogo\": \"/img/flags/nl.png\",\n                        \"locationCode\": \"NL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"KPN\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"New Zealand\",\n                        \"locationLogo\": \"/img/flags/nz.png\",\n                        \"locationCode\": \"NZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Spark\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Nicaragua\",\n                        \"locationLogo\": \"/img/flags/ni.png\",\n                        \"locationCode\": \"NI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"movistar\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Niger\",\n                        \"locationLogo\": \"/img/flags/ne.png\",\n                        \"locationCode\": \"NE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"3G\"\n                            },\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"3G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Nigeria\",\n                        \"locationLogo\": \"/img/flags/ng.png\",\n                        \"locationCode\": \"NG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"MTN\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"North Macedonia\",\n                        \"locationLogo\": \"/img/flags/mk.png\",\n                        \"locationCode\": \"MK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telekom.mk\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"vip\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Norway\",\n                        \"locationLogo\": \"/img/flags/no.png\",\n                        \"locationCode\": \"NO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Oman\",\n                        \"locationLogo\": \"/img/flags/om.png\",\n                        \"locationCode\": \"OM\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Omantel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Pakistan\",\n                        \"locationLogo\": \"/img/flags/pk.png\",\n                        \"locationCode\": \"PK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Jazz\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Panama\",\n                        \"locationLogo\": \"/img/flags/pa.png\",\n                        \"locationCode\": \"PA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"movistar\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Paraguay\",\n                        \"locationLogo\": \"/img/flags/py.png\",\n                        \"locationCode\": \"PY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tigo\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Peru\",\n                        \"locationLogo\": \"/img/flags/pe.png\",\n                        \"locationCode\": \"PE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Philippines\",\n                        \"locationLogo\": \"/img/flags/ph.png\",\n                        \"locationCode\": \"PH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SMART\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Poland\",\n                        \"locationLogo\": \"/img/flags/pl.png\",\n                        \"locationCode\": \"PL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Play\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Plus\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Portugal\",\n                        \"locationLogo\": \"/img/flags/pt.png\",\n                        \"locationCode\": \"PT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"NOS\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"MEO\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Puerto Rico\",\n                        \"locationLogo\": \"/img/flags/pr.png\",\n                        \"locationCode\": \"PR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Qatar\",\n                        \"locationLogo\": \"/img/flags/qa.png\",\n                        \"locationCode\": \"QA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"ooredoo\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Republic of the Congo\",\n                        \"locationLogo\": \"/img/flags/cg.png\",\n                        \"locationCode\": \"CG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Romania\",\n                        \"locationLogo\": \"/img/flags/ro.png\",\n                        \"locationCode\": \"RO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Digi.Mobil\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Russia\",\n                        \"locationLogo\": \"/img/flags/ru.png\",\n                        \"locationCode\": \"RU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Saudi Arabia\",\n                        \"locationLogo\": \"/img/flags/sa.png\",\n                        \"locationCode\": \"SA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Mobily\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Zain\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Senegal\",\n                        \"locationLogo\": \"/img/flags/sn.png\",\n                        \"locationCode\": \"SN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Serbia\",\n                        \"locationLogo\": \"/img/flags/rs.png\",\n                        \"locationCode\": \"RS\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"VIP\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Telenor\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"mts\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Seychelles\",\n                        \"locationLogo\": \"/img/flags/sc.png\",\n                        \"locationCode\": \"SC\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Singapore\",\n                        \"locationLogo\": \"/img/flags/sg.png\",\n                        \"locationCode\": \"SG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"StarHub\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SingTel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"TPG Telecom\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Slovakia\",\n                        \"locationLogo\": \"/img/flags/sk.png\",\n                        \"locationCode\": \"SK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Slovenia\",\n                        \"locationLogo\": \"/img/flags/si.png\",\n                        \"locationCode\": \"SI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Mobitel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telemach\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"A1\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"South Africa\",\n                        \"locationLogo\": \"/img/flags/za.png\",\n                        \"locationCode\": \"ZA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"MTN\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodacom\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Cell C\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Telkom\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"South Korea\",\n                        \"locationLogo\": \"/img/flags/kr.png\",\n                        \"locationCode\": \"KR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SKTelecom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Spain\",\n                        \"locationLogo\": \"/img/flags/es.png\",\n                        \"locationCode\": \"ES\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Yoigo\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Sri Lanka\",\n                        \"locationLogo\": \"/img/flags/lk.png\",\n                        \"locationCode\": \"LK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Etisalat\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Dialog\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Mobitel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Hutch\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Sweden\",\n                        \"locationLogo\": \"/img/flags/se.png\",\n                        \"locationCode\": \"SE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Switzerland\",\n                        \"locationLogo\": \"/img/flags/ch.png\",\n                        \"locationCode\": \"CH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Sunrise\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Salt\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Swisscom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Taiwan (China)\",\n                        \"locationLogo\": \"/img/flags/tw.png\",\n                        \"locationCode\": \"TW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Chunghwa\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"FarEasTone\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Tanzania\",\n                        \"locationLogo\": \"/img/flags/tz.png\",\n                        \"locationCode\": \"TZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodacom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Thailand\",\n                        \"locationLogo\": \"/img/flags/th.png\",\n                        \"locationCode\": \"TH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"TrueMove H\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"CAT\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"AIS\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Tunisia\",\n                        \"locationLogo\": \"/img/flags/tn.png\",\n                        \"locationCode\": \"TN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Turkey\",\n                        \"locationLogo\": \"/img/flags/tr.png\",\n                        \"locationCode\": \"TR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Türk Telekom\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Turkcell\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Uganda\",\n                        \"locationLogo\": \"/img/flags/ug.png\",\n                        \"locationCode\": \"UG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"MTN\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Ukraine\",\n                        \"locationLogo\": \"/img/flags/ua.png\",\n                        \"locationCode\": \"UA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"lifecell\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Kyivstar\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"United Arab Emirates\",\n                        \"locationLogo\": \"/img/flags/ae.png\",\n                        \"locationCode\": \"AE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Etisalat\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"United Kingdom\",\n                        \"locationLogo\": \"/img/flags/gb.png\",\n                        \"locationCode\": \"GB\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"United States\",\n                        \"locationLogo\": \"/img/flags/us.png\",\n                        \"locationCode\": \"US\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Verizon\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Uruguay\",\n                        \"locationLogo\": \"/img/flags/uy.png\",\n                        \"locationCode\": \"UY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Antel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Uzbekistan\",\n                        \"locationLogo\": \"/img/flags/uz.png\",\n                        \"locationCode\": \"UZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Zambia\",\n                        \"locationLogo\": \"/img/flags/zm.png\",\n                        \"locationCode\": \"ZM\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"MTN\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PR3JZMC20\",\n                \"slug\": \"GL-120_20_30\",\n                \"name\": \"Global (120+ areas) 20GB 30Days\",\n                \"price\": 600000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 21474836480,\n                \"smsStatus\": 2,\n                \"dataType\": 1,\n                \"unusedValidTime\": 180,\n                \"duration\": 30,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"PR,HK,PT,HN,PY,HR,HU,QA,ID,IE,IL,AE,IN,ZA,IS,IT,AL,AM,AR,AT,ZM,AU,AZ,RO,BA,RS,BE,RU,BG,JO,JP,BO,SA,BR,SC,SE,SG,BW,SI,SK,KE,SN,KG,CA,CD,SV,CF,CG,CH,CI,KR,SZ,CL,CM,CN,KW,CO,CR,KZ,TD,TH,CY,CZ,TN,LI,TR,LK,DE,TW,LR,TZ,DK,LT,LU,LV,UA,UG,MA,MD,ME,MG,US,EC,MK,ML,EE,MO,EG,UY,UZ,MT,MU,MW,MX,MY,ES,NE,NG,NI,NL,NO,FI,FR,NZ,GA,GB,OM,GH,GI,GR,GT,GU,GW,PA,XK,PE,PH,PK,PL\",\n                \"locationCode\": \"GL-120\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 2400000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 2,\n                \"fupPolicy\": \"\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Albania\",\n                        \"locationLogo\": \"/img/flags/al.png\",\n                        \"locationCode\": \"AL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telekom.al\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Argentina\",\n                        \"locationLogo\": \"/img/flags/ar.png\",\n                        \"locationCode\": \"AR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Armenia\",\n                        \"locationLogo\": \"/img/flags/am.png\",\n                        \"locationCode\": \"AM\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"MTS\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Australia\",\n                        \"locationLogo\": \"/img/flags/au.png\",\n                        \"locationCode\": \"AU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Optus\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Austria\",\n                        \"locationLogo\": \"/img/flags/at.png\",\n                        \"locationCode\": \"AT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Azerbaijan\",\n                        \"locationLogo\": \"/img/flags/az.png\",\n                        \"locationCode\": \"AZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Bakcell\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Belgium\",\n                        \"locationLogo\": \"/img/flags/be.png\",\n                        \"locationCode\": \"BE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Base\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Proximus\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Bolivia\",\n                        \"locationLogo\": \"/img/flags/bo.png\",\n                        \"locationCode\": \"BO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tigo\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Bosnia and Herzegovina\",\n                        \"locationLogo\": \"/img/flags/ba.png\",\n                        \"locationCode\": \"BA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"HT-ERONET\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"BH Mobile\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Botswana\",\n                        \"locationLogo\": \"/img/flags/bw.png\",\n                        \"locationCode\": \"BW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Mascom\",\n                                \"networkType\": \"3G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Brazil\",\n                        \"locationLogo\": \"/img/flags/br.png\",\n                        \"locationCode\": \"BR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"TIM\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vivo\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Bulgaria\",\n                        \"locationLogo\": \"/img/flags/bg.png\",\n                        \"locationCode\": \"BG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vivacom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Cameroon\",\n                        \"locationLogo\": \"/img/flags/cm.png\",\n                        \"locationCode\": \"CM\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"MTN Cameroon\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Canada\",\n                        \"locationLogo\": \"/img/flags/ca.png\",\n                        \"locationCode\": \"CA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Rogers Wireless\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Videotron\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Central African Republic\",\n                        \"locationLogo\": \"/img/flags/cf.png\",\n                        \"locationCode\": \"CF\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"3G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Chad\",\n                        \"locationLogo\": \"/img/flags/td.png\",\n                        \"locationCode\": \"TD\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Chile\",\n                        \"locationLogo\": \"/img/flags/cl.png\",\n                        \"locationCode\": \"CL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"movistar\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"WOM\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"China mainland\",\n                        \"locationLogo\": \"/img/flags/cn.png\",\n                        \"locationCode\": \"CN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"China Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"China Unicom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Colombia\",\n                        \"locationLogo\": \"/img/flags/co.png\",\n                        \"locationCode\": \"CO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"movistar\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Tigo\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Costa Rica\",\n                        \"locationLogo\": \"/img/flags/cr.png\",\n                        \"locationCode\": \"CR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"movistar\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Cote d'Ivoire\",\n                        \"locationLogo\": \"/img/flags/ci.png\",\n                        \"locationCode\": \"CI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Croatia\",\n                        \"locationLogo\": \"/img/flags/hr.png\",\n                        \"locationCode\": \"HR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tele2\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"A1\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Cyprus\",\n                        \"locationLogo\": \"/img/flags/cy.png\",\n                        \"locationCode\": \"CY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"PrimeTel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Czech Republic\",\n                        \"locationLogo\": \"/img/flags/cz.png\",\n                        \"locationCode\": \"CZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Democratic Republic of the Congo\",\n                        \"locationLogo\": \"/img/flags/cd.png\",\n                        \"locationCode\": \"CD\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Denmark\",\n                        \"locationLogo\": \"/img/flags/dk.png\",\n                        \"locationCode\": \"DK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"TDC\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Ecuador\",\n                        \"locationLogo\": \"/img/flags/ec.png\",\n                        \"locationCode\": \"EC\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Egypt\",\n                        \"locationLogo\": \"/img/flags/eg.png\",\n                        \"locationCode\": \"EG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Etisalat\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"El Salvador\",\n                        \"locationLogo\": \"/img/flags/sv.png\",\n                        \"locationCode\": \"SV\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tigo\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"movistar\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Estonia\",\n                        \"locationLogo\": \"/img/flags/ee.png\",\n                        \"locationCode\": \"EE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Elisa\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Eswatini\",\n                        \"locationLogo\": \"/img/flags/sz.png\",\n                        \"locationCode\": \"SZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Swazi MTN\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Swazi Mobile\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Finland\",\n                        \"locationLogo\": \"/img/flags/fi.png\",\n                        \"locationCode\": \"FI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Elisa\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia / DNA\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"France\",\n                        \"locationLogo\": \"/img/flags/fr.png\",\n                        \"locationCode\": \"FR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SFR\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Bouygues\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Free Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Gabon\",\n                        \"locationLogo\": \"/img/flags/ga.png\",\n                        \"locationCode\": \"GA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Germany\",\n                        \"locationLogo\": \"/img/flags/de.png\",\n                        \"locationCode\": \"DE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Ghana\",\n                        \"locationLogo\": \"/img/flags/gh.png\",\n                        \"locationCode\": \"GH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"MTN\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"AirtelTigo\",\n                                \"networkType\": \"3G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Gibraltar\",\n                        \"locationLogo\": \"/img/flags/gi.png\",\n                        \"locationCode\": \"GI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"GibTel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Greece\",\n                        \"locationLogo\": \"/img/flags/gr.png\",\n                        \"locationCode\": \"GR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Wind\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Guam\",\n                        \"locationLogo\": \"/img/flags/gu.png\",\n                        \"locationCode\": \"GU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"IT&E Wireless\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Guatemala\",\n                        \"locationLogo\": \"/img/flags/gt.png\",\n                        \"locationCode\": \"GT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"movistar\",\n                                \"networkType\": \"3G\"\n                            },\n                            {\n                                \"operatorName\": \"Tigo\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Guinea-Bissau\",\n                        \"locationLogo\": \"/img/flags/gw.png\",\n                        \"locationCode\": \"GW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"MTN Areeba\",\n                                \"networkType\": \"3G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Honduras\",\n                        \"locationLogo\": \"/img/flags/hn.png\",\n                        \"locationCode\": \"HN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tigo\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Hong Kong (China)\",\n                        \"locationLogo\": \"/img/flags/hk.png\",\n                        \"locationCode\": \"HK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SmarTone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"csl/1010\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Hungary\",\n                        \"locationLogo\": \"/img/flags/hu.png\",\n                        \"locationCode\": \"HU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telenor Hungary\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Iceland\",\n                        \"locationLogo\": \"/img/flags/is.png\",\n                        \"locationCode\": \"IS\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Nova\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"India\",\n                        \"locationLogo\": \"/img/flags/in.png\",\n                        \"locationCode\": \"IN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"AirTel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Jio\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Indonesia\",\n                        \"locationLogo\": \"/img/flags/id.png\",\n                        \"locationCode\": \"ID\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Indosat Ooredoo\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telkomsel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Ireland\",\n                        \"locationLogo\": \"/img/flags/ie.png\",\n                        \"locationCode\": \"IE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Israel\",\n                        \"locationLogo\": \"/img/flags/il.png\",\n                        \"locationCode\": \"IL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Partner\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Hot Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Pelephone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"PHI Networks\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Italy\",\n                        \"locationLogo\": \"/img/flags/it.png\",\n                        \"locationCode\": \"IT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Wind\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"NTT docomo\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Rakuten Mobile\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Jordan\",\n                        \"locationLogo\": \"/img/flags/jo.png\",\n                        \"locationCode\": \"JO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Zain\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Umniah\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kazakhstan\",\n                        \"locationLogo\": \"/img/flags/kz.png\",\n                        \"locationCode\": \"KZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tele2.kz\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kenya\",\n                        \"locationLogo\": \"/img/flags/ke.png\",\n                        \"locationCode\": \"KE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kosovo\",\n                        \"locationLogo\": \"/img/flags/xk.png\",\n                        \"locationCode\": \"XK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"IPKO\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kuwait\",\n                        \"locationLogo\": \"/img/flags/kw.png\",\n                        \"locationCode\": \"KW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Zain\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Ooredoo\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kyrgyzstan\",\n                        \"locationLogo\": \"/img/flags/kg.png\",\n                        \"locationCode\": \"KG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Latvia\",\n                        \"locationLogo\": \"/img/flags/lv.png\",\n                        \"locationCode\": \"LV\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"LMT\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Bite\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Liberia\",\n                        \"locationLogo\": \"/img/flags/lr.png\",\n                        \"locationCode\": \"LR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Lonestar Cell MTN\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Liechtenstein\",\n                        \"locationLogo\": \"/img/flags/li.png\",\n                        \"locationCode\": \"LI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"FL1\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"7acht\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Lithuania\",\n                        \"locationLogo\": \"/img/flags/lt.png\",\n                        \"locationCode\": \"LT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"BITĖ\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Luxembourg\",\n                        \"locationLogo\": \"/img/flags/lu.png\",\n                        \"locationCode\": \"LU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"POST\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Tango\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Macao (China)\",\n                        \"locationLogo\": \"/img/flags/mo.png\",\n                        \"locationCode\": \"MO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Madagascar\",\n                        \"locationLogo\": \"/img/flags/mg.png\",\n                        \"locationCode\": \"MG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Malawi\",\n                        \"locationLogo\": \"/img/flags/mw.png\",\n                        \"locationCode\": \"MW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Malaysia\",\n                        \"locationLogo\": \"/img/flags/my.png\",\n                        \"locationCode\": \"MY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"U Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"CelcomDigi\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Mali\",\n                        \"locationLogo\": \"/img/flags/ml.png\",\n                        \"locationCode\": \"ML\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Malta\",\n                        \"locationLogo\": \"/img/flags/mt.png\",\n                        \"locationCode\": \"MT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"GO\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Melita\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Mauritius\",\n                        \"locationLogo\": \"/img/flags/mu.png\",\n                        \"locationCode\": \"MU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"my.t\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Mexico\",\n                        \"locationLogo\": \"/img/flags/mx.png\",\n                        \"locationCode\": \"MX\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telcel\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Moldova\",\n                        \"locationLogo\": \"/img/flags/md.png\",\n                        \"locationCode\": \"MD\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Unité\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Montenegro\",\n                        \"locationLogo\": \"/img/flags/me.png\",\n                        \"locationCode\": \"ME\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telenor\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"m:tel CG\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"T-Mobile\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Morocco\",\n                        \"locationLogo\": \"/img/flags/ma.png\",\n                        \"locationCode\": \"MA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange Morocco\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Netherlands\",\n                        \"locationLogo\": \"/img/flags/nl.png\",\n                        \"locationCode\": \"NL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"KPN\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"New Zealand\",\n                        \"locationLogo\": \"/img/flags/nz.png\",\n                        \"locationCode\": \"NZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Spark\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Nicaragua\",\n                        \"locationLogo\": \"/img/flags/ni.png\",\n                        \"locationCode\": \"NI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"movistar\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Niger\",\n                        \"locationLogo\": \"/img/flags/ne.png\",\n                        \"locationCode\": \"NE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"3G\"\n                            },\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"3G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Nigeria\",\n                        \"locationLogo\": \"/img/flags/ng.png\",\n                        \"locationCode\": \"NG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"MTN\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"North Macedonia\",\n                        \"locationLogo\": \"/img/flags/mk.png\",\n                        \"locationCode\": \"MK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telekom.mk\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"vip\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Norway\",\n                        \"locationLogo\": \"/img/flags/no.png\",\n                        \"locationCode\": \"NO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Oman\",\n                        \"locationLogo\": \"/img/flags/om.png\",\n                        \"locationCode\": \"OM\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Omantel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Pakistan\",\n                        \"locationLogo\": \"/img/flags/pk.png\",\n                        \"locationCode\": \"PK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Jazz\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Panama\",\n                        \"locationLogo\": \"/img/flags/pa.png\",\n                        \"locationCode\": \"PA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"movistar\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Paraguay\",\n                        \"locationLogo\": \"/img/flags/py.png\",\n                        \"locationCode\": \"PY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tigo\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Peru\",\n                        \"locationLogo\": \"/img/flags/pe.png\",\n                        \"locationCode\": \"PE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Philippines\",\n                        \"locationLogo\": \"/img/flags/ph.png\",\n                        \"locationCode\": \"PH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SMART\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Poland\",\n                        \"locationLogo\": \"/img/flags/pl.png\",\n                        \"locationCode\": \"PL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Play\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Plus\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Portugal\",\n                        \"locationLogo\": \"/img/flags/pt.png\",\n                        \"locationCode\": \"PT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"NOS\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"MEO\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Puerto Rico\",\n                        \"locationLogo\": \"/img/flags/pr.png\",\n                        \"locationCode\": \"PR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Qatar\",\n                        \"locationLogo\": \"/img/flags/qa.png\",\n                        \"locationCode\": \"QA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"ooredoo\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Republic of the Congo\",\n                        \"locationLogo\": \"/img/flags/cg.png\",\n                        \"locationCode\": \"CG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Romania\",\n                        \"locationLogo\": \"/img/flags/ro.png\",\n                        \"locationCode\": \"RO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Digi.Mobil\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Russia\",\n                        \"locationLogo\": \"/img/flags/ru.png\",\n                        \"locationCode\": \"RU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Saudi Arabia\",\n                        \"locationLogo\": \"/img/flags/sa.png\",\n                        \"locationCode\": \"SA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Mobily\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Zain\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Senegal\",\n                        \"locationLogo\": \"/img/flags/sn.png\",\n                        \"locationCode\": \"SN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Serbia\",\n                        \"locationLogo\": \"/img/flags/rs.png\",\n                        \"locationCode\": \"RS\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"VIP\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Telenor\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"mts\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Seychelles\",\n                        \"locationLogo\": \"/img/flags/sc.png\",\n                        \"locationCode\": \"SC\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Singapore\",\n                        \"locationLogo\": \"/img/flags/sg.png\",\n                        \"locationCode\": \"SG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"StarHub\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SingTel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"TPG Telecom\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Slovakia\",\n                        \"locationLogo\": \"/img/flags/sk.png\",\n                        \"locationCode\": \"SK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Slovenia\",\n                        \"locationLogo\": \"/img/flags/si.png\",\n                        \"locationCode\": \"SI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Mobitel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telemach\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"A1\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"South Africa\",\n                        \"locationLogo\": \"/img/flags/za.png\",\n                        \"locationCode\": \"ZA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"MTN\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodacom\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Cell C\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Telkom\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"South Korea\",\n                        \"locationLogo\": \"/img/flags/kr.png\",\n                        \"locationCode\": \"KR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SKTelecom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Spain\",\n                        \"locationLogo\": \"/img/flags/es.png\",\n                        \"locationCode\": \"ES\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Yoigo\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Sri Lanka\",\n                        \"locationLogo\": \"/img/flags/lk.png\",\n                        \"locationCode\": \"LK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Etisalat\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Dialog\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Mobitel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Hutch\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Sweden\",\n                        \"locationLogo\": \"/img/flags/se.png\",\n                        \"locationCode\": \"SE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Switzerland\",\n                        \"locationLogo\": \"/img/flags/ch.png\",\n                        \"locationCode\": \"CH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Sunrise\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Salt\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Swisscom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Taiwan (China)\",\n                        \"locationLogo\": \"/img/flags/tw.png\",\n                        \"locationCode\": \"TW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Chunghwa\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"FarEasTone\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Tanzania\",\n                        \"locationLogo\": \"/img/flags/tz.png\",\n                        \"locationCode\": \"TZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodacom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Thailand\",\n                        \"locationLogo\": \"/img/flags/th.png\",\n                        \"locationCode\": \"TH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"TrueMove H\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"CAT\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"AIS\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Tunisia\",\n                        \"locationLogo\": \"/img/flags/tn.png\",\n                        \"locationCode\": \"TN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Turkey\",\n                        \"locationLogo\": \"/img/flags/tr.png\",\n                        \"locationCode\": \"TR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Türk Telekom\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Turkcell\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Uganda\",\n                        \"locationLogo\": \"/img/flags/ug.png\",\n                        \"locationCode\": \"UG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"MTN\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Ukraine\",\n                        \"locationLogo\": \"/img/flags/ua.png\",\n                        \"locationCode\": \"UA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"lifecell\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Kyivstar\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"United Arab Emirates\",\n                        \"locationLogo\": \"/img/flags/ae.png\",\n                        \"locationCode\": \"AE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Etisalat\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"United Kingdom\",\n                        \"locationLogo\": \"/img/flags/gb.png\",\n                        \"locationCode\": \"GB\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"United States\",\n                        \"locationLogo\": \"/img/flags/us.png\",\n                        \"locationCode\": \"US\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Verizon\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Uruguay\",\n                        \"locationLogo\": \"/img/flags/uy.png\",\n                        \"locationCode\": \"UY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Antel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Uzbekistan\",\n                        \"locationLogo\": \"/img/flags/uz.png\",\n                        \"locationCode\": \"UZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Zambia\",\n                        \"locationLogo\": \"/img/flags/zm.png\",\n                        \"locationCode\": \"ZM\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"MTN\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P34FHRF8J\",\n                \"slug\": \"GL-120_10_30\",\n                \"name\": \"Global (120+ areas) 10GB 30Days\",\n                \"price\": 340000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 10737418240,\n                \"smsStatus\": 2,\n                \"dataType\": 1,\n                \"unusedValidTime\": 180,\n                \"duration\": 30,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"PR,HK,PT,HN,PY,HR,HU,QA,ID,IE,IL,AE,IN,ZA,IS,IT,AL,AM,AR,AT,ZM,AU,AZ,RO,BA,RS,BE,RU,BG,JO,JP,BO,SA,BR,SC,SE,SG,BW,SI,SK,KE,SN,KG,CA,CD,SV,CF,CG,CH,CI,KR,SZ,CL,CM,CN,KW,CO,CR,KZ,TD,TH,CY,CZ,TN,LI,TR,LK,DE,TW,LR,TZ,DK,LT,LU,LV,UA,UG,MA,MD,ME,MG,US,EC,MK,ML,EE,MO,EG,UY,UZ,MT,MU,MW,MX,MY,ES,NE,NG,NI,NL,NO,FI,FR,NZ,GA,GB,OM,GH,GI,GR,GT,GU,GW,PA,XK,PE,PH,PK,PL\",\n                \"locationCode\": \"GL-120\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 1360000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 2,\n                \"fupPolicy\": \"\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Albania\",\n                        \"locationLogo\": \"/img/flags/al.png\",\n                        \"locationCode\": \"AL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telekom.al\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Argentina\",\n                        \"locationLogo\": \"/img/flags/ar.png\",\n                        \"locationCode\": \"AR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Armenia\",\n                        \"locationLogo\": \"/img/flags/am.png\",\n                        \"locationCode\": \"AM\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"MTS\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Australia\",\n                        \"locationLogo\": \"/img/flags/au.png\",\n                        \"locationCode\": \"AU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Optus\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Austria\",\n                        \"locationLogo\": \"/img/flags/at.png\",\n                        \"locationCode\": \"AT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Azerbaijan\",\n                        \"locationLogo\": \"/img/flags/az.png\",\n                        \"locationCode\": \"AZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Bakcell\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Belgium\",\n                        \"locationLogo\": \"/img/flags/be.png\",\n                        \"locationCode\": \"BE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Base\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Proximus\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Bolivia\",\n                        \"locationLogo\": \"/img/flags/bo.png\",\n                        \"locationCode\": \"BO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tigo\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Bosnia and Herzegovina\",\n                        \"locationLogo\": \"/img/flags/ba.png\",\n                        \"locationCode\": \"BA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"HT-ERONET\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"BH Mobile\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Botswana\",\n                        \"locationLogo\": \"/img/flags/bw.png\",\n                        \"locationCode\": \"BW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Mascom\",\n                                \"networkType\": \"3G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Brazil\",\n                        \"locationLogo\": \"/img/flags/br.png\",\n                        \"locationCode\": \"BR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"TIM\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vivo\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Bulgaria\",\n                        \"locationLogo\": \"/img/flags/bg.png\",\n                        \"locationCode\": \"BG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vivacom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Cameroon\",\n                        \"locationLogo\": \"/img/flags/cm.png\",\n                        \"locationCode\": \"CM\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"MTN Cameroon\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Canada\",\n                        \"locationLogo\": \"/img/flags/ca.png\",\n                        \"locationCode\": \"CA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Rogers Wireless\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Videotron\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Central African Republic\",\n                        \"locationLogo\": \"/img/flags/cf.png\",\n                        \"locationCode\": \"CF\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"3G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Chad\",\n                        \"locationLogo\": \"/img/flags/td.png\",\n                        \"locationCode\": \"TD\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Chile\",\n                        \"locationLogo\": \"/img/flags/cl.png\",\n                        \"locationCode\": \"CL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"movistar\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"WOM\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"China mainland\",\n                        \"locationLogo\": \"/img/flags/cn.png\",\n                        \"locationCode\": \"CN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"China Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"China Unicom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Colombia\",\n                        \"locationLogo\": \"/img/flags/co.png\",\n                        \"locationCode\": \"CO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"movistar\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Tigo\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Costa Rica\",\n                        \"locationLogo\": \"/img/flags/cr.png\",\n                        \"locationCode\": \"CR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"movistar\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Cote d'Ivoire\",\n                        \"locationLogo\": \"/img/flags/ci.png\",\n                        \"locationCode\": \"CI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Croatia\",\n                        \"locationLogo\": \"/img/flags/hr.png\",\n                        \"locationCode\": \"HR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tele2\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"A1\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Cyprus\",\n                        \"locationLogo\": \"/img/flags/cy.png\",\n                        \"locationCode\": \"CY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"PrimeTel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Czech Republic\",\n                        \"locationLogo\": \"/img/flags/cz.png\",\n                        \"locationCode\": \"CZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Democratic Republic of the Congo\",\n                        \"locationLogo\": \"/img/flags/cd.png\",\n                        \"locationCode\": \"CD\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Denmark\",\n                        \"locationLogo\": \"/img/flags/dk.png\",\n                        \"locationCode\": \"DK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"TDC\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Ecuador\",\n                        \"locationLogo\": \"/img/flags/ec.png\",\n                        \"locationCode\": \"EC\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Egypt\",\n                        \"locationLogo\": \"/img/flags/eg.png\",\n                        \"locationCode\": \"EG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Etisalat\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"El Salvador\",\n                        \"locationLogo\": \"/img/flags/sv.png\",\n                        \"locationCode\": \"SV\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tigo\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"movistar\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Estonia\",\n                        \"locationLogo\": \"/img/flags/ee.png\",\n                        \"locationCode\": \"EE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Elisa\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Eswatini\",\n                        \"locationLogo\": \"/img/flags/sz.png\",\n                        \"locationCode\": \"SZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Swazi MTN\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Swazi Mobile\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Finland\",\n                        \"locationLogo\": \"/img/flags/fi.png\",\n                        \"locationCode\": \"FI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Elisa\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia / DNA\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"France\",\n                        \"locationLogo\": \"/img/flags/fr.png\",\n                        \"locationCode\": \"FR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SFR\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Bouygues\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Free Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Gabon\",\n                        \"locationLogo\": \"/img/flags/ga.png\",\n                        \"locationCode\": \"GA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Germany\",\n                        \"locationLogo\": \"/img/flags/de.png\",\n                        \"locationCode\": \"DE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Ghana\",\n                        \"locationLogo\": \"/img/flags/gh.png\",\n                        \"locationCode\": \"GH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"MTN\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"AirtelTigo\",\n                                \"networkType\": \"3G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Gibraltar\",\n                        \"locationLogo\": \"/img/flags/gi.png\",\n                        \"locationCode\": \"GI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"GibTel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Greece\",\n                        \"locationLogo\": \"/img/flags/gr.png\",\n                        \"locationCode\": \"GR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Wind\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Guam\",\n                        \"locationLogo\": \"/img/flags/gu.png\",\n                        \"locationCode\": \"GU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"IT&E Wireless\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Guatemala\",\n                        \"locationLogo\": \"/img/flags/gt.png\",\n                        \"locationCode\": \"GT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"movistar\",\n                                \"networkType\": \"3G\"\n                            },\n                            {\n                                \"operatorName\": \"Tigo\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Guinea-Bissau\",\n                        \"locationLogo\": \"/img/flags/gw.png\",\n                        \"locationCode\": \"GW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"MTN Areeba\",\n                                \"networkType\": \"3G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Honduras\",\n                        \"locationLogo\": \"/img/flags/hn.png\",\n                        \"locationCode\": \"HN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tigo\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Hong Kong (China)\",\n                        \"locationLogo\": \"/img/flags/hk.png\",\n                        \"locationCode\": \"HK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SmarTone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"csl/1010\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Hungary\",\n                        \"locationLogo\": \"/img/flags/hu.png\",\n                        \"locationCode\": \"HU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telenor Hungary\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Iceland\",\n                        \"locationLogo\": \"/img/flags/is.png\",\n                        \"locationCode\": \"IS\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Nova\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"India\",\n                        \"locationLogo\": \"/img/flags/in.png\",\n                        \"locationCode\": \"IN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"AirTel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Jio\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Indonesia\",\n                        \"locationLogo\": \"/img/flags/id.png\",\n                        \"locationCode\": \"ID\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Indosat Ooredoo\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telkomsel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Ireland\",\n                        \"locationLogo\": \"/img/flags/ie.png\",\n                        \"locationCode\": \"IE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Israel\",\n                        \"locationLogo\": \"/img/flags/il.png\",\n                        \"locationCode\": \"IL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Partner\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Hot Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Pelephone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"PHI Networks\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Italy\",\n                        \"locationLogo\": \"/img/flags/it.png\",\n                        \"locationCode\": \"IT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Wind\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"NTT docomo\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Rakuten Mobile\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Jordan\",\n                        \"locationLogo\": \"/img/flags/jo.png\",\n                        \"locationCode\": \"JO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Zain\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Umniah\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kazakhstan\",\n                        \"locationLogo\": \"/img/flags/kz.png\",\n                        \"locationCode\": \"KZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tele2.kz\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kenya\",\n                        \"locationLogo\": \"/img/flags/ke.png\",\n                        \"locationCode\": \"KE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kosovo\",\n                        \"locationLogo\": \"/img/flags/xk.png\",\n                        \"locationCode\": \"XK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"IPKO\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kuwait\",\n                        \"locationLogo\": \"/img/flags/kw.png\",\n                        \"locationCode\": \"KW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Zain\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Ooredoo\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kyrgyzstan\",\n                        \"locationLogo\": \"/img/flags/kg.png\",\n                        \"locationCode\": \"KG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Latvia\",\n                        \"locationLogo\": \"/img/flags/lv.png\",\n                        \"locationCode\": \"LV\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"LMT\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Bite\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Liberia\",\n                        \"locationLogo\": \"/img/flags/lr.png\",\n                        \"locationCode\": \"LR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Lonestar Cell MTN\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Liechtenstein\",\n                        \"locationLogo\": \"/img/flags/li.png\",\n                        \"locationCode\": \"LI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"FL1\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"7acht\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Lithuania\",\n                        \"locationLogo\": \"/img/flags/lt.png\",\n                        \"locationCode\": \"LT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"BITĖ\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Luxembourg\",\n                        \"locationLogo\": \"/img/flags/lu.png\",\n                        \"locationCode\": \"LU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"POST\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Tango\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Macao (China)\",\n                        \"locationLogo\": \"/img/flags/mo.png\",\n                        \"locationCode\": \"MO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Madagascar\",\n                        \"locationLogo\": \"/img/flags/mg.png\",\n                        \"locationCode\": \"MG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Malawi\",\n                        \"locationLogo\": \"/img/flags/mw.png\",\n                        \"locationCode\": \"MW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Malaysia\",\n                        \"locationLogo\": \"/img/flags/my.png\",\n                        \"locationCode\": \"MY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"U Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"CelcomDigi\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Mali\",\n                        \"locationLogo\": \"/img/flags/ml.png\",\n                        \"locationCode\": \"ML\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Malta\",\n                        \"locationLogo\": \"/img/flags/mt.png\",\n                        \"locationCode\": \"MT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"GO\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Melita\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Mauritius\",\n                        \"locationLogo\": \"/img/flags/mu.png\",\n                        \"locationCode\": \"MU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"my.t\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Mexico\",\n                        \"locationLogo\": \"/img/flags/mx.png\",\n                        \"locationCode\": \"MX\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telcel\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Moldova\",\n                        \"locationLogo\": \"/img/flags/md.png\",\n                        \"locationCode\": \"MD\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Unité\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Montenegro\",\n                        \"locationLogo\": \"/img/flags/me.png\",\n                        \"locationCode\": \"ME\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telenor\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"m:tel CG\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"T-Mobile\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Morocco\",\n                        \"locationLogo\": \"/img/flags/ma.png\",\n                        \"locationCode\": \"MA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange Morocco\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Netherlands\",\n                        \"locationLogo\": \"/img/flags/nl.png\",\n                        \"locationCode\": \"NL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"KPN\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"New Zealand\",\n                        \"locationLogo\": \"/img/flags/nz.png\",\n                        \"locationCode\": \"NZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Spark\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Nicaragua\",\n                        \"locationLogo\": \"/img/flags/ni.png\",\n                        \"locationCode\": \"NI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"movistar\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Niger\",\n                        \"locationLogo\": \"/img/flags/ne.png\",\n                        \"locationCode\": \"NE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"3G\"\n                            },\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"3G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Nigeria\",\n                        \"locationLogo\": \"/img/flags/ng.png\",\n                        \"locationCode\": \"NG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"MTN\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"North Macedonia\",\n                        \"locationLogo\": \"/img/flags/mk.png\",\n                        \"locationCode\": \"MK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telekom.mk\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"vip\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Norway\",\n                        \"locationLogo\": \"/img/flags/no.png\",\n                        \"locationCode\": \"NO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Oman\",\n                        \"locationLogo\": \"/img/flags/om.png\",\n                        \"locationCode\": \"OM\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Omantel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Pakistan\",\n                        \"locationLogo\": \"/img/flags/pk.png\",\n                        \"locationCode\": \"PK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Jazz\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Panama\",\n                        \"locationLogo\": \"/img/flags/pa.png\",\n                        \"locationCode\": \"PA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"movistar\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Paraguay\",\n                        \"locationLogo\": \"/img/flags/py.png\",\n                        \"locationCode\": \"PY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tigo\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Peru\",\n                        \"locationLogo\": \"/img/flags/pe.png\",\n                        \"locationCode\": \"PE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Philippines\",\n                        \"locationLogo\": \"/img/flags/ph.png\",\n                        \"locationCode\": \"PH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SMART\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Poland\",\n                        \"locationLogo\": \"/img/flags/pl.png\",\n                        \"locationCode\": \"PL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Play\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Plus\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Portugal\",\n                        \"locationLogo\": \"/img/flags/pt.png\",\n                        \"locationCode\": \"PT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"NOS\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"MEO\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Puerto Rico\",\n                        \"locationLogo\": \"/img/flags/pr.png\",\n                        \"locationCode\": \"PR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Qatar\",\n                        \"locationLogo\": \"/img/flags/qa.png\",\n                        \"locationCode\": \"QA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"ooredoo\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Republic of the Congo\",\n                        \"locationLogo\": \"/img/flags/cg.png\",\n                        \"locationCode\": \"CG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Romania\",\n                        \"locationLogo\": \"/img/flags/ro.png\",\n                        \"locationCode\": \"RO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Digi.Mobil\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Russia\",\n                        \"locationLogo\": \"/img/flags/ru.png\",\n                        \"locationCode\": \"RU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Saudi Arabia\",\n                        \"locationLogo\": \"/img/flags/sa.png\",\n                        \"locationCode\": \"SA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Mobily\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Zain\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Senegal\",\n                        \"locationLogo\": \"/img/flags/sn.png\",\n                        \"locationCode\": \"SN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Serbia\",\n                        \"locationLogo\": \"/img/flags/rs.png\",\n                        \"locationCode\": \"RS\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"VIP\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Telenor\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"mts\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Seychelles\",\n                        \"locationLogo\": \"/img/flags/sc.png\",\n                        \"locationCode\": \"SC\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Singapore\",\n                        \"locationLogo\": \"/img/flags/sg.png\",\n                        \"locationCode\": \"SG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"StarHub\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SingTel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"TPG Telecom\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Slovakia\",\n                        \"locationLogo\": \"/img/flags/sk.png\",\n                        \"locationCode\": \"SK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Slovenia\",\n                        \"locationLogo\": \"/img/flags/si.png\",\n                        \"locationCode\": \"SI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Mobitel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telemach\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"A1\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"South Africa\",\n                        \"locationLogo\": \"/img/flags/za.png\",\n                        \"locationCode\": \"ZA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"MTN\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodacom\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Cell C\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Telkom\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"South Korea\",\n                        \"locationLogo\": \"/img/flags/kr.png\",\n                        \"locationCode\": \"KR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SKTelecom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Spain\",\n                        \"locationLogo\": \"/img/flags/es.png\",\n                        \"locationCode\": \"ES\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Yoigo\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Sri Lanka\",\n                        \"locationLogo\": \"/img/flags/lk.png\",\n                        \"locationCode\": \"LK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Etisalat\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Dialog\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Mobitel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Hutch\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Sweden\",\n                        \"locationLogo\": \"/img/flags/se.png\",\n                        \"locationCode\": \"SE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Switzerland\",\n                        \"locationLogo\": \"/img/flags/ch.png\",\n                        \"locationCode\": \"CH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Sunrise\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Salt\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Swisscom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Taiwan (China)\",\n                        \"locationLogo\": \"/img/flags/tw.png\",\n                        \"locationCode\": \"TW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Chunghwa\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"FarEasTone\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Tanzania\",\n                        \"locationLogo\": \"/img/flags/tz.png\",\n                        \"locationCode\": \"TZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodacom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Thailand\",\n                        \"locationLogo\": \"/img/flags/th.png\",\n                        \"locationCode\": \"TH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"TrueMove H\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"CAT\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"AIS\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Tunisia\",\n                        \"locationLogo\": \"/img/flags/tn.png\",\n                        \"locationCode\": \"TN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Turkey\",\n                        \"locationLogo\": \"/img/flags/tr.png\",\n                        \"locationCode\": \"TR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Türk Telekom\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Turkcell\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Uganda\",\n                        \"locationLogo\": \"/img/flags/ug.png\",\n                        \"locationCode\": \"UG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"MTN\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Ukraine\",\n                        \"locationLogo\": \"/img/flags/ua.png\",\n                        \"locationCode\": \"UA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"lifecell\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Kyivstar\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"United Arab Emirates\",\n                        \"locationLogo\": \"/img/flags/ae.png\",\n                        \"locationCode\": \"AE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Etisalat\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"United Kingdom\",\n                        \"locationLogo\": \"/img/flags/gb.png\",\n                        \"locationCode\": \"GB\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"United States\",\n                        \"locationLogo\": \"/img/flags/us.png\",\n                        \"locationCode\": \"US\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Verizon\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Uruguay\",\n                        \"locationLogo\": \"/img/flags/uy.png\",\n                        \"locationCode\": \"UY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Antel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Uzbekistan\",\n                        \"locationLogo\": \"/img/flags/uz.png\",\n                        \"locationCode\": \"UZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Zambia\",\n                        \"locationLogo\": \"/img/flags/zm.png\",\n                        \"locationCode\": \"ZM\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"MTN\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PACK04L3R\",\n                \"slug\": \"AS-12_0.5_Daily\",\n                \"name\": \"Asia (12 areas) 500MB/Day\",\n                \"price\": 19000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"MO,HK,TW,TH,SG,JP,KR,VN,ID,CN,MY,KH\",\n                \"locationCode\": \"AS-12\",\n                \"description\": \"Asia (12 areas) 500MB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 76000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"128 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Cambodia\",\n                        \"locationLogo\": \"/img/flags/kh.png\",\n                        \"locationCode\": \"KH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Metfone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"China mainland\",\n                        \"locationLogo\": \"/img/flags/cn.png\",\n                        \"locationCode\": \"CN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"China Unicom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Hong Kong (China)\",\n                        \"locationLogo\": \"/img/flags/hk.png\",\n                        \"locationCode\": \"HK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"csl\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Indonesia\",\n                        \"locationLogo\": \"/img/flags/id.png\",\n                        \"locationCode\": \"ID\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telkomsel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Macao (China)\",\n                        \"locationLogo\": \"/img/flags/mo.png\",\n                        \"locationCode\": \"MO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"CTM\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Malaysia\",\n                        \"locationLogo\": \"/img/flags/my.png\",\n                        \"locationCode\": \"MY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"CelcomDigi\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Maxis\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Singapore\",\n                        \"locationLogo\": \"/img/flags/sg.png\",\n                        \"locationCode\": \"SG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SingTel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"South Korea\",\n                        \"locationLogo\": \"/img/flags/kr.png\",\n                        \"locationCode\": \"KR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SKTelecom\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"LG U+\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Taiwan (China)\",\n                        \"locationLogo\": \"/img/flags/tw.png\",\n                        \"locationCode\": \"TW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Chunghwa\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Thailand\",\n                        \"locationLogo\": \"/img/flags/th.png\",\n                        \"locationCode\": \"TH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"DTAC\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"TrueMove H\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Vietnam\",\n                        \"locationLogo\": \"/img/flags/vn.png\",\n                        \"locationCode\": \"VN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"MobiFone\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Viettel Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vietnamobile\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PXJ8HG40S\",\n                \"slug\": \"AS-12_1_Daily\",\n                \"name\": \"Asia (12 areas) 1GB/Day\",\n                \"price\": 34000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"MO,HK,TW,TH,SG,JP,KR,VN,ID,CN,MY,KH\",\n                \"locationCode\": \"AS-12\",\n                \"description\": \"Asia (12 areas) 1GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 136000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Cambodia\",\n                        \"locationLogo\": \"/img/flags/kh.png\",\n                        \"locationCode\": \"KH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Metfone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"China mainland\",\n                        \"locationLogo\": \"/img/flags/cn.png\",\n                        \"locationCode\": \"CN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"China Unicom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Hong Kong (China)\",\n                        \"locationLogo\": \"/img/flags/hk.png\",\n                        \"locationCode\": \"HK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"csl\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Indonesia\",\n                        \"locationLogo\": \"/img/flags/id.png\",\n                        \"locationCode\": \"ID\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telkomsel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Macao (China)\",\n                        \"locationLogo\": \"/img/flags/mo.png\",\n                        \"locationCode\": \"MO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"CTM\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Malaysia\",\n                        \"locationLogo\": \"/img/flags/my.png\",\n                        \"locationCode\": \"MY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"CelcomDigi\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Maxis\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Singapore\",\n                        \"locationLogo\": \"/img/flags/sg.png\",\n                        \"locationCode\": \"SG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SingTel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"South Korea\",\n                        \"locationLogo\": \"/img/flags/kr.png\",\n                        \"locationCode\": \"KR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SKTelecom\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"LG U+\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Taiwan (China)\",\n                        \"locationLogo\": \"/img/flags/tw.png\",\n                        \"locationCode\": \"TW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Chunghwa\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Thailand\",\n                        \"locationLogo\": \"/img/flags/th.png\",\n                        \"locationCode\": \"TH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"DTAC\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"TrueMove H\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Vietnam\",\n                        \"locationLogo\": \"/img/flags/vn.png\",\n                        \"locationCode\": \"VN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"MobiFone\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Viettel Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vietnamobile\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PVBKS19B4\",\n                \"slug\": \"AS-12_2_Daily\",\n                \"name\": \"Asia (12 areas) 2GB/Day\",\n                \"price\": 66000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"MO,HK,TW,TH,SG,JP,KR,VN,ID,CN,MY,KH\",\n                \"locationCode\": \"AS-12\",\n                \"description\": \"Asia (12 areas) 2GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 264000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"128 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Cambodia\",\n                        \"locationLogo\": \"/img/flags/kh.png\",\n                        \"locationCode\": \"KH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Metfone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"China mainland\",\n                        \"locationLogo\": \"/img/flags/cn.png\",\n                        \"locationCode\": \"CN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"China Unicom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Hong Kong (China)\",\n                        \"locationLogo\": \"/img/flags/hk.png\",\n                        \"locationCode\": \"HK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"csl\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Indonesia\",\n                        \"locationLogo\": \"/img/flags/id.png\",\n                        \"locationCode\": \"ID\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telkomsel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Macao (China)\",\n                        \"locationLogo\": \"/img/flags/mo.png\",\n                        \"locationCode\": \"MO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"CTM\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Malaysia\",\n                        \"locationLogo\": \"/img/flags/my.png\",\n                        \"locationCode\": \"MY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"CelcomDigi\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Maxis\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Singapore\",\n                        \"locationLogo\": \"/img/flags/sg.png\",\n                        \"locationCode\": \"SG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SingTel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"South Korea\",\n                        \"locationLogo\": \"/img/flags/kr.png\",\n                        \"locationCode\": \"KR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SKTelecom\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"LG U+\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Taiwan (China)\",\n                        \"locationLogo\": \"/img/flags/tw.png\",\n                        \"locationCode\": \"TW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Chunghwa\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Thailand\",\n                        \"locationLogo\": \"/img/flags/th.png\",\n                        \"locationCode\": \"TH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"DTAC\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"TrueMove H\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Vietnam\",\n                        \"locationLogo\": \"/img/flags/vn.png\",\n                        \"locationCode\": \"VN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"MobiFone\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Viettel Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vietnamobile\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PM5T3Z4UM\",\n                \"slug\": \"AS-12_3_Daily\",\n                \"name\": \"Asia (12 areas) 3GB/Day\",\n                \"price\": 87000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 3221225472,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"MO,HK,TW,TH,SG,JP,KR,VN,ID,CN,MY,KH\",\n                \"locationCode\": \"AS-12\",\n                \"description\": \"Asia (12 areas) 3GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 348000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"128 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Cambodia\",\n                        \"locationLogo\": \"/img/flags/kh.png\",\n                        \"locationCode\": \"KH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Metfone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"China mainland\",\n                        \"locationLogo\": \"/img/flags/cn.png\",\n                        \"locationCode\": \"CN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"China Unicom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Hong Kong (China)\",\n                        \"locationLogo\": \"/img/flags/hk.png\",\n                        \"locationCode\": \"HK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"csl\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Indonesia\",\n                        \"locationLogo\": \"/img/flags/id.png\",\n                        \"locationCode\": \"ID\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telkomsel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Macao (China)\",\n                        \"locationLogo\": \"/img/flags/mo.png\",\n                        \"locationCode\": \"MO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"CTM\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Malaysia\",\n                        \"locationLogo\": \"/img/flags/my.png\",\n                        \"locationCode\": \"MY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"CelcomDigi\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Maxis\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Singapore\",\n                        \"locationLogo\": \"/img/flags/sg.png\",\n                        \"locationCode\": \"SG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SingTel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"South Korea\",\n                        \"locationLogo\": \"/img/flags/kr.png\",\n                        \"locationCode\": \"KR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SKTelecom\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"LG U+\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Taiwan (China)\",\n                        \"locationLogo\": \"/img/flags/tw.png\",\n                        \"locationCode\": \"TW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Chunghwa\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Thailand\",\n                        \"locationLogo\": \"/img/flags/th.png\",\n                        \"locationCode\": \"TH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"DTAC\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"TrueMove H\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Vietnam\",\n                        \"locationLogo\": \"/img/flags/vn.png\",\n                        \"locationCode\": \"VN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"MobiFone\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Viettel Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vietnamobile\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P0GTZA81N\",\n                \"slug\": \"JP_3_Daily\",\n                \"name\": \"Japan 3GB/Day\",\n                \"price\": 22000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 3221225472,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"JP\",\n                \"locationCode\": \"JP\",\n                \"description\": \"Japan 3GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 88000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SoftBank\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PFFM6ED75\",\n                \"slug\": \"JP_5_Daily\",\n                \"name\": \"Japan 5GB/Day\",\n                \"price\": 44000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 5368709120,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"JP\",\n                \"locationCode\": \"JP\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 176000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SoftBank\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PGURVYHQ1\",\n                \"slug\": \"JP_10_Daily\",\n                \"name\": \"Japan 10GB/Day\",\n                \"price\": 50000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 10737418240,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"JP\",\n                \"locationCode\": \"JP\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 200000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SoftBank\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P4XU0X3CX\",\n                \"slug\": \"CNJPKR-3_1_7\",\n                \"name\": \"China mainland & Japan & South Korea 1GB 7Days\",\n                \"price\": 23000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 1,\n                \"unusedValidTime\": 180,\n                \"duration\": 7,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"JP,KR,CN\",\n                \"locationCode\": \"CNJPKR-3\",\n                \"description\": \"China mainland & Japan & South Korea 1GB 7Days\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 92000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 2,\n                \"fupPolicy\": \"\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"China mainland\",\n                        \"locationLogo\": \"/img/flags/cn.png\",\n                        \"locationCode\": \"CN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"China Unicom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"South Korea\",\n                        \"locationLogo\": \"/img/flags/kr.png\",\n                        \"locationCode\": \"KR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SKTelecom\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"LG U+\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P9Q0XP8HU\",\n                \"slug\": \"CNJPKR-3_3_15\",\n                \"name\": \"China mainland & Japan & South Korea 3GB 15Days\",\n                \"price\": 57000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 3221225472,\n                \"smsStatus\": 2,\n                \"dataType\": 1,\n                \"unusedValidTime\": 180,\n                \"duration\": 15,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"JP,KR,CN\",\n                \"locationCode\": \"CNJPKR-3\",\n                \"description\": \"China mainland & Japan & South Korea 3GB 15Days\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 228000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 2,\n                \"fupPolicy\": \"\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"China mainland\",\n                        \"locationLogo\": \"/img/flags/cn.png\",\n                        \"locationCode\": \"CN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"China Unicom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"South Korea\",\n                        \"locationLogo\": \"/img/flags/kr.png\",\n                        \"locationCode\": \"KR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SKTelecom\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"LG U+\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P64BPV0PR\",\n                \"slug\": \"CNJPKR-3_3_30\",\n                \"name\": \"China mainland & Japan & South Korea 3GB 30Days\",\n                \"price\": 59000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 3221225472,\n                \"smsStatus\": 2,\n                \"dataType\": 1,\n                \"unusedValidTime\": 180,\n                \"duration\": 30,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"JP,KR,CN\",\n                \"locationCode\": \"CNJPKR-3\",\n                \"description\": \"China mainland & Japan & South Korea 3GB 30Days\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 236000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 2,\n                \"fupPolicy\": \"\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"China mainland\",\n                        \"locationLogo\": \"/img/flags/cn.png\",\n                        \"locationCode\": \"CN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"China Unicom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"South Korea\",\n                        \"locationLogo\": \"/img/flags/kr.png\",\n                        \"locationCode\": \"KR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SKTelecom\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"LG U+\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P5KZF2WY6\",\n                \"slug\": \"CNJPKR-3_5_30\",\n                \"name\": \"China mainland & Japan & South Korea 5GB 30Days\",\n                \"price\": 88000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 5368709120,\n                \"smsStatus\": 2,\n                \"dataType\": 1,\n                \"unusedValidTime\": 180,\n                \"duration\": 30,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"JP,KR,CN\",\n                \"locationCode\": \"CNJPKR-3\",\n                \"description\": \"China mainland & Japan & South Korea 5GB 30Days\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 352000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 2,\n                \"fupPolicy\": \"\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"China mainland\",\n                        \"locationLogo\": \"/img/flags/cn.png\",\n                        \"locationCode\": \"CN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"China Unicom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"South Korea\",\n                        \"locationLogo\": \"/img/flags/kr.png\",\n                        \"locationCode\": \"KR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SKTelecom\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"LG U+\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P5JHQ39EE\",\n                \"slug\": \"CNJPKR-3_10_30\",\n                \"name\": \"China mainland & Japan & South Korea 10GB 30Days\",\n                \"price\": 152000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 10737418240,\n                \"smsStatus\": 2,\n                \"dataType\": 1,\n                \"unusedValidTime\": 180,\n                \"duration\": 30,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"JP,KR,CN\",\n                \"locationCode\": \"CNJPKR-3\",\n                \"description\": \"China mainland & Japan & South Korea 10GB 30Days\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 608000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 2,\n                \"fupPolicy\": \"\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"China mainland\",\n                        \"locationLogo\": \"/img/flags/cn.png\",\n                        \"locationCode\": \"CN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"China Unicom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"South Korea\",\n                        \"locationLogo\": \"/img/flags/kr.png\",\n                        \"locationCode\": \"KR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SKTelecom\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"LG U+\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P93F7ZCSY\",\n                \"slug\": \"CNJPKR-3_20_30\",\n                \"name\": \"China mainland & Japan & South Korea 20GB 30Days\",\n                \"price\": 250000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 21474836480,\n                \"smsStatus\": 2,\n                \"dataType\": 1,\n                \"unusedValidTime\": 180,\n                \"duration\": 30,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"JP,KR,CN\",\n                \"locationCode\": \"CNJPKR-3\",\n                \"description\": \"China mainland & Japan & South Korea 20GB 30Days\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 1000000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 2,\n                \"fupPolicy\": \"\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"China mainland\",\n                        \"locationLogo\": \"/img/flags/cn.png\",\n                        \"locationCode\": \"CN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"China Unicom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"South Korea\",\n                        \"locationLogo\": \"/img/flags/kr.png\",\n                        \"locationCode\": \"KR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SKTelecom\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"LG U+\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PD4EBQ08R\",\n                \"slug\": \"CNJPKR-3_0.5_Daily\",\n                \"name\": \"China mainland & Japan & South Korea 500MB/Day\",\n                \"price\": 12000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"JP,KR,CN\",\n                \"locationCode\": \"CNJPKR-3\",\n                \"description\": \"China mainland & Japan & South Korea 500MB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 48000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"China mainland\",\n                        \"locationLogo\": \"/img/flags/cn.png\",\n                        \"locationCode\": \"CN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"China Unicom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"South Korea\",\n                        \"locationLogo\": \"/img/flags/kr.png\",\n                        \"locationCode\": \"KR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SKTelecom\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"LG U+\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P8SU7BG1W\",\n                \"slug\": \"CNJPKR-3_1_Daily\",\n                \"name\": \"China mainland & Japan & South Korea 1GB/Day\",\n                \"price\": 22000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"JP,KR,CN\",\n                \"locationCode\": \"CNJPKR-3\",\n                \"description\": \"China mainland & Japan & South Korea 1GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 88000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"China mainland\",\n                        \"locationLogo\": \"/img/flags/cn.png\",\n                        \"locationCode\": \"CN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"China Unicom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"South Korea\",\n                        \"locationLogo\": \"/img/flags/kr.png\",\n                        \"locationCode\": \"KR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SKTelecom\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"LG U+\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P1Z74ZBVM\",\n                \"slug\": \"CNJPKR-3_2_Daily\",\n                \"name\": \"China mainland & Japan & South Korea 2GB/Day\",\n                \"price\": 43000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"JP,KR,CN\",\n                \"locationCode\": \"CNJPKR-3\",\n                \"description\": \"China mainland & Japan & South Korea 2GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 172000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"128 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"China mainland\",\n                        \"locationLogo\": \"/img/flags/cn.png\",\n                        \"locationCode\": \"CN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"China Unicom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"South Korea\",\n                        \"locationLogo\": \"/img/flags/kr.png\",\n                        \"locationCode\": \"KR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SKTelecom\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"LG U+\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P6ZMSDS1G\",\n                \"slug\": \"JP_0.1_7\",\n                \"name\": \"Japan 100MB 7Days\",\n                \"price\": 3000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 104857600,\n                \"smsStatus\": 0,\n                \"dataType\": 1,\n                \"unusedValidTime\": 180,\n                \"duration\": 7,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"JP\",\n                \"locationCode\": \"JP\",\n                \"description\": \"\",\n                \"activeType\": 1,\n                \"favorite\": false,\n                \"retailPrice\": 12000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 2,\n                \"fupPolicy\": \"\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SoftBank\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P94JA3ZNK\",\n                \"slug\": \"JP_1_7_nonhkip\",\n                \"name\": \"Japan 1GB 7Days (nonhkip)\",\n                \"price\": 10500,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 1,\n                \"unusedValidTime\": 180,\n                \"duration\": 7,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"JP\",\n                \"locationCode\": \"JP\",\n                \"description\": \"Japan 1GB 7Days (nonhkip)\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 42000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"SG\",\n                \"supportTopUpType\": 2,\n                \"fupPolicy\": \"\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PYA70JN8W\",\n                \"slug\": \"JP_3_15_nonhkip\",\n                \"name\": \"Japan 3GB 15Days (nonhkip)\",\n                \"price\": 28600,\n                \"currencyCode\": \"USD\",\n                \"volume\": 3221225472,\n                \"smsStatus\": 2,\n                \"dataType\": 1,\n                \"unusedValidTime\": 180,\n                \"duration\": 15,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"JP\",\n                \"locationCode\": \"JP\",\n                \"description\": \"Japan 3GB 15Days (nonhkip)\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 114400,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"SG\",\n                \"supportTopUpType\": 2,\n                \"fupPolicy\": \"\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PCUVF4Y91\",\n                \"slug\": \"JP_5_30_nonhkip\",\n                \"name\": \"Japan 5GB 30Days (nonhkip)\",\n                \"price\": 39600,\n                \"currencyCode\": \"USD\",\n                \"volume\": 5368709120,\n                \"smsStatus\": 2,\n                \"dataType\": 1,\n                \"unusedValidTime\": 180,\n                \"duration\": 30,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"JP\",\n                \"locationCode\": \"JP\",\n                \"description\": \"Japan 5GB 30Days (nonhkip)\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 158400,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"SG\",\n                \"supportTopUpType\": 2,\n                \"fupPolicy\": \"\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PR2V54EPD\",\n                \"slug\": \"JP_10_30_nonhkip\",\n                \"name\": \"Japan 10GB 30Days (nonhkip)\",\n                \"price\": 66000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 10737418240,\n                \"smsStatus\": 2,\n                \"dataType\": 1,\n                \"unusedValidTime\": 180,\n                \"duration\": 30,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"JP\",\n                \"locationCode\": \"JP\",\n                \"description\": \"Japan 10GB 30Days (nonhkip)\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 264000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"SG\",\n                \"supportTopUpType\": 2,\n                \"fupPolicy\": \"\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P7U1JSX2H\",\n                \"slug\": \"JP_20_30_nonhkip\",\n                \"name\": \"Japan 20GB 30Days (nonhkip)\",\n                \"price\": 110000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 21474836480,\n                \"smsStatus\": 2,\n                \"dataType\": 1,\n                \"unusedValidTime\": 180,\n                \"duration\": 30,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"JP\",\n                \"locationCode\": \"JP\",\n                \"description\": \"Japan 20GB 30Days (nonhkip)\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 440000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"SG\",\n                \"supportTopUpType\": 2,\n                \"fupPolicy\": \"\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PLVVS2N87\",\n                \"slug\": \"JP_0.5_Daily_nonhkip\",\n                \"name\": \"Japan 500MB/Day (nonhkip)\",\n                \"price\": 5200,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"JP\",\n                \"locationCode\": \"JP\",\n                \"description\": \"Japan 500MB/Day (nonhkip)\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 20800,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"SG\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P1GCN5FS9\",\n                \"slug\": \"JP_1_Daily_nonhkip\",\n                \"name\": \"Japan 1GB/Day (nonhkip)\",\n                \"price\": 9600,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"JP\",\n                \"locationCode\": \"JP\",\n                \"description\": \"Japan 1GB/Day (nonhkip)\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 38400,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"SG\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P2H1DV6JP\",\n                \"slug\": \"JP_2_Daily_nonhkip\",\n                \"name\": \"Japan 2GB/Day (nonhkip)\",\n                \"price\": 18400,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"JP\",\n                \"locationCode\": \"JP\",\n                \"description\": \"Japan 2GB/Day (nonhkip)\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 73600,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"SG\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PMWKBKC8Q\",\n                \"slug\": \"AS-12_1_7\",\n                \"name\": \"Asia (12 areas) 1GB 7Days\",\n                \"price\": 35000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 1,\n                \"unusedValidTime\": 180,\n                \"duration\": 7,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"MO,HK,TW,TH,SG,JP,KR,VN,ID,CN,MY,KH\",\n                \"locationCode\": \"AS-12\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 140000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 2,\n                \"fupPolicy\": \"\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Cambodia\",\n                        \"locationLogo\": \"/img/flags/kh.png\",\n                        \"locationCode\": \"KH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Metfone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"China mainland\",\n                        \"locationLogo\": \"/img/flags/cn.png\",\n                        \"locationCode\": \"CN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"China Unicom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Hong Kong (China)\",\n                        \"locationLogo\": \"/img/flags/hk.png\",\n                        \"locationCode\": \"HK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"csl\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Indonesia\",\n                        \"locationLogo\": \"/img/flags/id.png\",\n                        \"locationCode\": \"ID\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telkomsel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Macao (China)\",\n                        \"locationLogo\": \"/img/flags/mo.png\",\n                        \"locationCode\": \"MO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"CTM\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Malaysia\",\n                        \"locationLogo\": \"/img/flags/my.png\",\n                        \"locationCode\": \"MY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"CelcomDigi\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Maxis\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Singapore\",\n                        \"locationLogo\": \"/img/flags/sg.png\",\n                        \"locationCode\": \"SG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SingTel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"South Korea\",\n                        \"locationLogo\": \"/img/flags/kr.png\",\n                        \"locationCode\": \"KR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SKTelecom\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"LG U+\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Taiwan (China)\",\n                        \"locationLogo\": \"/img/flags/tw.png\",\n                        \"locationCode\": \"TW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Chunghwa\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Thailand\",\n                        \"locationLogo\": \"/img/flags/th.png\",\n                        \"locationCode\": \"TH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"DTAC\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"TrueMove H\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Vietnam\",\n                        \"locationLogo\": \"/img/flags/vn.png\",\n                        \"locationCode\": \"VN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"MobiFone\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Viettel Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vietnamobile\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PDX275FW0\",\n                \"slug\": \"AS-12_3_15\",\n                \"name\": \"Asia (12 areas) 3GB 15Days\",\n                \"price\": 88000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 3221225472,\n                \"smsStatus\": 2,\n                \"dataType\": 1,\n                \"unusedValidTime\": 180,\n                \"duration\": 15,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"MO,HK,TW,TH,SG,JP,KR,VN,ID,CN,MY,KH\",\n                \"locationCode\": \"AS-12\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 352000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 2,\n                \"fupPolicy\": \"\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Cambodia\",\n                        \"locationLogo\": \"/img/flags/kh.png\",\n                        \"locationCode\": \"KH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Metfone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"China mainland\",\n                        \"locationLogo\": \"/img/flags/cn.png\",\n                        \"locationCode\": \"CN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"China Unicom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Hong Kong (China)\",\n                        \"locationLogo\": \"/img/flags/hk.png\",\n                        \"locationCode\": \"HK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"csl\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Indonesia\",\n                        \"locationLogo\": \"/img/flags/id.png\",\n                        \"locationCode\": \"ID\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telkomsel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Macao (China)\",\n                        \"locationLogo\": \"/img/flags/mo.png\",\n                        \"locationCode\": \"MO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"CTM\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Malaysia\",\n                        \"locationLogo\": \"/img/flags/my.png\",\n                        \"locationCode\": \"MY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"CelcomDigi\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Maxis\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Singapore\",\n                        \"locationLogo\": \"/img/flags/sg.png\",\n                        \"locationCode\": \"SG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SingTel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"South Korea\",\n                        \"locationLogo\": \"/img/flags/kr.png\",\n                        \"locationCode\": \"KR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SKTelecom\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"LG U+\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Taiwan (China)\",\n                        \"locationLogo\": \"/img/flags/tw.png\",\n                        \"locationCode\": \"TW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Chunghwa\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Thailand\",\n                        \"locationLogo\": \"/img/flags/th.png\",\n                        \"locationCode\": \"TH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"DTAC\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"TrueMove H\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Vietnam\",\n                        \"locationLogo\": \"/img/flags/vn.png\",\n                        \"locationCode\": \"VN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"MobiFone\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Viettel Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vietnamobile\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PTPN61LUV\",\n                \"slug\": \"AS-20_3_30\",\n                \"name\": \"Asia-20 3GB 30Days\",\n                \"price\": 92000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 3221225472,\n                \"smsStatus\": 2,\n                \"dataType\": 1,\n                \"unusedValidTime\": 180,\n                \"duration\": 30,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"MO,HK,IL,IN,JP,KR,CN,NZ,MY,KW,SA,AU,TH,SG,VN,PH,ID,PK,KH,LK\",\n                \"locationCode\": \"AS-20\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 368000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 2,\n                \"fupPolicy\": \"\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Australia\",\n                        \"locationLogo\": \"/img/flags/au.png\",\n                        \"locationCode\": \"AU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Optus\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Cambodia\",\n                        \"locationLogo\": \"/img/flags/kh.png\",\n                        \"locationCode\": \"KH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Metfone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"China mainland\",\n                        \"locationLogo\": \"/img/flags/cn.png\",\n                        \"locationCode\": \"CN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"China Unicom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Hong Kong (China)\",\n                        \"locationLogo\": \"/img/flags/hk.png\",\n                        \"locationCode\": \"HK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"csl\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"India\",\n                        \"locationLogo\": \"/img/flags/in.png\",\n                        \"locationCode\": \"IN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Jio\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"IDEA\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"AirTel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Indonesia\",\n                        \"locationLogo\": \"/img/flags/id.png\",\n                        \"locationCode\": \"ID\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telkomsel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Israel\",\n                        \"locationLogo\": \"/img/flags/il.png\",\n                        \"locationCode\": \"IL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Pelephone\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kuwait\",\n                        \"locationLogo\": \"/img/flags/kw.png\",\n                        \"locationCode\": \"KW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"STC\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Macao (China)\",\n                        \"locationLogo\": \"/img/flags/mo.png\",\n                        \"locationCode\": \"MO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"CTM\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Malaysia\",\n                        \"locationLogo\": \"/img/flags/my.png\",\n                        \"locationCode\": \"MY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"CelcomDigi\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Maxis\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"New Zealand\",\n                        \"locationLogo\": \"/img/flags/nz.png\",\n                        \"locationCode\": \"NZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Spark\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Pakistan\",\n                        \"locationLogo\": \"/img/flags/pk.png\",\n                        \"locationCode\": \"PK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telenor\",\n                                \"networkType\": \"3G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Philippines\",\n                        \"locationLogo\": \"/img/flags/ph.png\",\n                        \"locationCode\": \"PH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Globe\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SMART\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Saudi Arabia\",\n                        \"locationLogo\": \"/img/flags/sa.png\",\n                        \"locationCode\": \"SA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Mobily\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Singapore\",\n                        \"locationLogo\": \"/img/flags/sg.png\",\n                        \"locationCode\": \"SG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SingTel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"South Korea\",\n                        \"locationLogo\": \"/img/flags/kr.png\",\n                        \"locationCode\": \"KR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SKTelecom\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"LG U+\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Sri Lanka\",\n                        \"locationLogo\": \"/img/flags/lk.png\",\n                        \"locationCode\": \"LK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Thailand\",\n                        \"locationLogo\": \"/img/flags/th.png\",\n                        \"locationCode\": \"TH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"DTAC\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"TrueMove H\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Vietnam\",\n                        \"locationLogo\": \"/img/flags/vn.png\",\n                        \"locationCode\": \"VN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"MobiFone\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Viettel Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vietnamobile\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PALTQIBLC\",\n                \"slug\": \"AS-20_20_30\",\n                \"name\": \"Asia-20 20GB 30Days\",\n                \"price\": 400000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 21474836480,\n                \"smsStatus\": 2,\n                \"dataType\": 1,\n                \"unusedValidTime\": 180,\n                \"duration\": 30,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"MO,HK,IL,IN,JP,KR,CN,NZ,MY,KW,SA,AU,TH,SG,VN,PH,ID,PK,KH,LK\",\n                \"locationCode\": \"AS-20\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 1600000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 2,\n                \"fupPolicy\": \"\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Australia\",\n                        \"locationLogo\": \"/img/flags/au.png\",\n                        \"locationCode\": \"AU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Optus\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Cambodia\",\n                        \"locationLogo\": \"/img/flags/kh.png\",\n                        \"locationCode\": \"KH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Metfone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"China mainland\",\n                        \"locationLogo\": \"/img/flags/cn.png\",\n                        \"locationCode\": \"CN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"China Unicom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Hong Kong (China)\",\n                        \"locationLogo\": \"/img/flags/hk.png\",\n                        \"locationCode\": \"HK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"csl\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"India\",\n                        \"locationLogo\": \"/img/flags/in.png\",\n                        \"locationCode\": \"IN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Jio\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"IDEA\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"AirTel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Indonesia\",\n                        \"locationLogo\": \"/img/flags/id.png\",\n                        \"locationCode\": \"ID\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telkomsel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Israel\",\n                        \"locationLogo\": \"/img/flags/il.png\",\n                        \"locationCode\": \"IL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Pelephone\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kuwait\",\n                        \"locationLogo\": \"/img/flags/kw.png\",\n                        \"locationCode\": \"KW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"STC\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Macao (China)\",\n                        \"locationLogo\": \"/img/flags/mo.png\",\n                        \"locationCode\": \"MO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"CTM\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Malaysia\",\n                        \"locationLogo\": \"/img/flags/my.png\",\n                        \"locationCode\": \"MY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"CelcomDigi\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Maxis\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"New Zealand\",\n                        \"locationLogo\": \"/img/flags/nz.png\",\n                        \"locationCode\": \"NZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Spark\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Pakistan\",\n                        \"locationLogo\": \"/img/flags/pk.png\",\n                        \"locationCode\": \"PK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telenor\",\n                                \"networkType\": \"3G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Philippines\",\n                        \"locationLogo\": \"/img/flags/ph.png\",\n                        \"locationCode\": \"PH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Globe\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SMART\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Saudi Arabia\",\n                        \"locationLogo\": \"/img/flags/sa.png\",\n                        \"locationCode\": \"SA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Mobily\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Singapore\",\n                        \"locationLogo\": \"/img/flags/sg.png\",\n                        \"locationCode\": \"SG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SingTel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"South Korea\",\n                        \"locationLogo\": \"/img/flags/kr.png\",\n                        \"locationCode\": \"KR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SKTelecom\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"LG U+\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Sri Lanka\",\n                        \"locationLogo\": \"/img/flags/lk.png\",\n                        \"locationCode\": \"LK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Thailand\",\n                        \"locationLogo\": \"/img/flags/th.png\",\n                        \"locationCode\": \"TH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"DTAC\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"TrueMove H\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Vietnam\",\n                        \"locationLogo\": \"/img/flags/vn.png\",\n                        \"locationCode\": \"VN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"MobiFone\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Viettel Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vietnamobile\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PZ1MZLM46\",\n                \"slug\": \"JP_3_Daily_nonhkip\",\n                \"name\": \"Japan 3GB/Day (nonhkip)\",\n                \"price\": 23800,\n                \"currencyCode\": \"USD\",\n                \"volume\": 3221225472,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"JP\",\n                \"locationCode\": \"JP\",\n                \"description\": \"Japan 3GB/Day (nonhkip)\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 95200,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"SG\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PK51LBYG2\",\n                \"slug\": \"JP_5_Daily_nonhkip\",\n                \"name\": \"Japan 5GB/Day (nonhkip)\",\n                \"price\": 35200,\n                \"currencyCode\": \"USD\",\n                \"volume\": 5368709120,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"JP\",\n                \"locationCode\": \"JP\",\n                \"description\": \"Japan 5GB/Day (nonhkip)\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 140800,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"SG\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PNYCXG870\",\n                \"slug\": \"JP_10_Daily_nonhkip\",\n                \"name\": \"Japan 10GB/Day (nonhkip)\",\n                \"price\": 48400,\n                \"currencyCode\": \"USD\",\n                \"volume\": 10737418240,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"JP\",\n                \"locationCode\": \"JP\",\n                \"description\": \"Japan 10GB/Day (nonhkip)\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 193600,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"SG\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P73JQXMJF\",\n                \"slug\": \"AS-21_1_7\",\n                \"name\": \"Asia (20 areas) 1GB 7Days\",\n                \"price\": 36000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 1,\n                \"unusedValidTime\": 180,\n                \"duration\": 7,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"MO,BD,HK,TW,UZ,IN,JP,KR,CN,MY,KZ,TH,SG,LA,VN,PH,ID,PK,KG,LK\",\n                \"locationCode\": \"AS-21\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 144000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 2,\n                \"fupPolicy\": \"\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Bangladesh\",\n                        \"locationLogo\": \"/img/flags/bd.png\",\n                        \"locationCode\": \"BD\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Banglalink\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Grameenphone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"China mainland\",\n                        \"locationLogo\": \"/img/flags/cn.png\",\n                        \"locationCode\": \"CN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"China Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"China Unicom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Hong Kong (China)\",\n                        \"locationLogo\": \"/img/flags/hk.png\",\n                        \"locationCode\": \"HK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SmarTone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"csl/1010\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"India\",\n                        \"locationLogo\": \"/img/flags/in.png\",\n                        \"locationCode\": \"IN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"AirTel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Jio\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Indonesia\",\n                        \"locationLogo\": \"/img/flags/id.png\",\n                        \"locationCode\": \"ID\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Indosat Ooredoo\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telkomsel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"NTT docomo\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Rakuten Mobile\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kazakhstan\",\n                        \"locationLogo\": \"/img/flags/kz.png\",\n                        \"locationCode\": \"KZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tele2.kz\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kyrgyzstan\",\n                        \"locationLogo\": \"/img/flags/kg.png\",\n                        \"locationCode\": \"KG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Laos\",\n                        \"locationLogo\": \"/img/flags/la.png\",\n                        \"locationCode\": \"LA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Unitel\",\n                                \"networkType\": \"3G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Macao (China)\",\n                        \"locationLogo\": \"/img/flags/mo.png\",\n                        \"locationCode\": \"MO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Malaysia\",\n                        \"locationLogo\": \"/img/flags/my.png\",\n                        \"locationCode\": \"MY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"U Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"CelcomDigi\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Pakistan\",\n                        \"locationLogo\": \"/img/flags/pk.png\",\n                        \"locationCode\": \"PK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Jazz\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Philippines\",\n                        \"locationLogo\": \"/img/flags/ph.png\",\n                        \"locationCode\": \"PH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SMART\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Singapore\",\n                        \"locationLogo\": \"/img/flags/sg.png\",\n                        \"locationCode\": \"SG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"StarHub\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SingTel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"TPG Telecom\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"South Korea\",\n                        \"locationLogo\": \"/img/flags/kr.png\",\n                        \"locationCode\": \"KR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SKTelecom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Sri Lanka\",\n                        \"locationLogo\": \"/img/flags/lk.png\",\n                        \"locationCode\": \"LK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Etisalat\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Dialog\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Mobitel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Hutch\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Taiwan (China)\",\n                        \"locationLogo\": \"/img/flags/tw.png\",\n                        \"locationCode\": \"TW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Chunghwa\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"FarEasTone\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Thailand\",\n                        \"locationLogo\": \"/img/flags/th.png\",\n                        \"locationCode\": \"TH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"TrueMove H\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"CAT\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"AIS\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Uzbekistan\",\n                        \"locationLogo\": \"/img/flags/uz.png\",\n                        \"locationCode\": \"UZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Vietnam\",\n                        \"locationLogo\": \"/img/flags/vn.png\",\n                        \"locationCode\": \"VN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"MobiFone\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Vietnamobile\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PYRXPREBV\",\n                \"slug\": \"AS-21_3_15\",\n                \"name\": \"Asia (20 areas) 3GB 15Days\",\n                \"price\": 89000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 3221225472,\n                \"smsStatus\": 2,\n                \"dataType\": 1,\n                \"unusedValidTime\": 180,\n                \"duration\": 15,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"MO,BD,HK,TW,UZ,IN,JP,KR,CN,MY,KZ,TH,SG,LA,VN,PH,ID,PK,KG,LK\",\n                \"locationCode\": \"AS-21\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 356000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 2,\n                \"fupPolicy\": \"\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Bangladesh\",\n                        \"locationLogo\": \"/img/flags/bd.png\",\n                        \"locationCode\": \"BD\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Banglalink\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Grameenphone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"China mainland\",\n                        \"locationLogo\": \"/img/flags/cn.png\",\n                        \"locationCode\": \"CN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"China Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"China Unicom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Hong Kong (China)\",\n                        \"locationLogo\": \"/img/flags/hk.png\",\n                        \"locationCode\": \"HK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SmarTone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"csl/1010\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"India\",\n                        \"locationLogo\": \"/img/flags/in.png\",\n                        \"locationCode\": \"IN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"AirTel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Jio\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Indonesia\",\n                        \"locationLogo\": \"/img/flags/id.png\",\n                        \"locationCode\": \"ID\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Indosat Ooredoo\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telkomsel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"NTT docomo\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Rakuten Mobile\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kazakhstan\",\n                        \"locationLogo\": \"/img/flags/kz.png\",\n                        \"locationCode\": \"KZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tele2.kz\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kyrgyzstan\",\n                        \"locationLogo\": \"/img/flags/kg.png\",\n                        \"locationCode\": \"KG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Laos\",\n                        \"locationLogo\": \"/img/flags/la.png\",\n                        \"locationCode\": \"LA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Unitel\",\n                                \"networkType\": \"3G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Macao (China)\",\n                        \"locationLogo\": \"/img/flags/mo.png\",\n                        \"locationCode\": \"MO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Malaysia\",\n                        \"locationLogo\": \"/img/flags/my.png\",\n                        \"locationCode\": \"MY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"U Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"CelcomDigi\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Pakistan\",\n                        \"locationLogo\": \"/img/flags/pk.png\",\n                        \"locationCode\": \"PK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Jazz\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Philippines\",\n                        \"locationLogo\": \"/img/flags/ph.png\",\n                        \"locationCode\": \"PH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SMART\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Singapore\",\n                        \"locationLogo\": \"/img/flags/sg.png\",\n                        \"locationCode\": \"SG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"StarHub\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SingTel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"TPG Telecom\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"South Korea\",\n                        \"locationLogo\": \"/img/flags/kr.png\",\n                        \"locationCode\": \"KR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SKTelecom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Sri Lanka\",\n                        \"locationLogo\": \"/img/flags/lk.png\",\n                        \"locationCode\": \"LK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Etisalat\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Dialog\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Mobitel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Hutch\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Taiwan (China)\",\n                        \"locationLogo\": \"/img/flags/tw.png\",\n                        \"locationCode\": \"TW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Chunghwa\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"FarEasTone\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Thailand\",\n                        \"locationLogo\": \"/img/flags/th.png\",\n                        \"locationCode\": \"TH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"TrueMove H\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"CAT\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"AIS\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Uzbekistan\",\n                        \"locationLogo\": \"/img/flags/uz.png\",\n                        \"locationCode\": \"UZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Vietnam\",\n                        \"locationLogo\": \"/img/flags/vn.png\",\n                        \"locationCode\": \"VN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"MobiFone\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Vietnamobile\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PK643CQ8L\",\n                \"slug\": \"AS-21_3_30\",\n                \"name\": \"Asia (20 areas) 3GB 30Days\",\n                \"price\": 92000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 3221225472,\n                \"smsStatus\": 2,\n                \"dataType\": 1,\n                \"unusedValidTime\": 180,\n                \"duration\": 30,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"MO,BD,HK,TW,UZ,IN,JP,KR,CN,MY,KZ,TH,SG,LA,VN,PH,ID,PK,KG,LK\",\n                \"locationCode\": \"AS-21\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 368000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 2,\n                \"fupPolicy\": \"\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Bangladesh\",\n                        \"locationLogo\": \"/img/flags/bd.png\",\n                        \"locationCode\": \"BD\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Banglalink\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Grameenphone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"China mainland\",\n                        \"locationLogo\": \"/img/flags/cn.png\",\n                        \"locationCode\": \"CN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"China Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"China Unicom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Hong Kong (China)\",\n                        \"locationLogo\": \"/img/flags/hk.png\",\n                        \"locationCode\": \"HK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SmarTone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"csl/1010\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"India\",\n                        \"locationLogo\": \"/img/flags/in.png\",\n                        \"locationCode\": \"IN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"AirTel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Jio\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Indonesia\",\n                        \"locationLogo\": \"/img/flags/id.png\",\n                        \"locationCode\": \"ID\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Indosat Ooredoo\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telkomsel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"NTT docomo\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Rakuten Mobile\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kazakhstan\",\n                        \"locationLogo\": \"/img/flags/kz.png\",\n                        \"locationCode\": \"KZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tele2.kz\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kyrgyzstan\",\n                        \"locationLogo\": \"/img/flags/kg.png\",\n                        \"locationCode\": \"KG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Laos\",\n                        \"locationLogo\": \"/img/flags/la.png\",\n                        \"locationCode\": \"LA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Unitel\",\n                                \"networkType\": \"3G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Macao (China)\",\n                        \"locationLogo\": \"/img/flags/mo.png\",\n                        \"locationCode\": \"MO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Malaysia\",\n                        \"locationLogo\": \"/img/flags/my.png\",\n                        \"locationCode\": \"MY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"U Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"CelcomDigi\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Pakistan\",\n                        \"locationLogo\": \"/img/flags/pk.png\",\n                        \"locationCode\": \"PK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Jazz\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Philippines\",\n                        \"locationLogo\": \"/img/flags/ph.png\",\n                        \"locationCode\": \"PH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SMART\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Singapore\",\n                        \"locationLogo\": \"/img/flags/sg.png\",\n                        \"locationCode\": \"SG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"StarHub\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SingTel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"TPG Telecom\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"South Korea\",\n                        \"locationLogo\": \"/img/flags/kr.png\",\n                        \"locationCode\": \"KR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SKTelecom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Sri Lanka\",\n                        \"locationLogo\": \"/img/flags/lk.png\",\n                        \"locationCode\": \"LK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Etisalat\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Dialog\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Mobitel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Hutch\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Taiwan (China)\",\n                        \"locationLogo\": \"/img/flags/tw.png\",\n                        \"locationCode\": \"TW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Chunghwa\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"FarEasTone\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Thailand\",\n                        \"locationLogo\": \"/img/flags/th.png\",\n                        \"locationCode\": \"TH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"TrueMove H\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"CAT\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"AIS\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Uzbekistan\",\n                        \"locationLogo\": \"/img/flags/uz.png\",\n                        \"locationCode\": \"UZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Vietnam\",\n                        \"locationLogo\": \"/img/flags/vn.png\",\n                        \"locationCode\": \"VN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"MobiFone\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Vietnamobile\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P548U444F\",\n                \"slug\": \"AS-21_5_30\",\n                \"name\": \"Asia (20 areas) 5GB 30Days\",\n                \"price\": 136000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 5368709120,\n                \"smsStatus\": 2,\n                \"dataType\": 1,\n                \"unusedValidTime\": 180,\n                \"duration\": 30,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"MO,BD,HK,TW,UZ,IN,JP,KR,CN,MY,KZ,TH,SG,LA,VN,PH,ID,PK,KG,LK\",\n                \"locationCode\": \"AS-21\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 544000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 2,\n                \"fupPolicy\": \"\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Bangladesh\",\n                        \"locationLogo\": \"/img/flags/bd.png\",\n                        \"locationCode\": \"BD\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Banglalink\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Grameenphone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"China mainland\",\n                        \"locationLogo\": \"/img/flags/cn.png\",\n                        \"locationCode\": \"CN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"China Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"China Unicom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Hong Kong (China)\",\n                        \"locationLogo\": \"/img/flags/hk.png\",\n                        \"locationCode\": \"HK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SmarTone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"csl/1010\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"India\",\n                        \"locationLogo\": \"/img/flags/in.png\",\n                        \"locationCode\": \"IN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"AirTel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Jio\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Indonesia\",\n                        \"locationLogo\": \"/img/flags/id.png\",\n                        \"locationCode\": \"ID\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Indosat Ooredoo\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telkomsel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"NTT docomo\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Rakuten Mobile\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kazakhstan\",\n                        \"locationLogo\": \"/img/flags/kz.png\",\n                        \"locationCode\": \"KZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tele2.kz\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kyrgyzstan\",\n                        \"locationLogo\": \"/img/flags/kg.png\",\n                        \"locationCode\": \"KG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Laos\",\n                        \"locationLogo\": \"/img/flags/la.png\",\n                        \"locationCode\": \"LA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Unitel\",\n                                \"networkType\": \"3G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Macao (China)\",\n                        \"locationLogo\": \"/img/flags/mo.png\",\n                        \"locationCode\": \"MO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Malaysia\",\n                        \"locationLogo\": \"/img/flags/my.png\",\n                        \"locationCode\": \"MY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"U Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"CelcomDigi\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Pakistan\",\n                        \"locationLogo\": \"/img/flags/pk.png\",\n                        \"locationCode\": \"PK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Jazz\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Philippines\",\n                        \"locationLogo\": \"/img/flags/ph.png\",\n                        \"locationCode\": \"PH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SMART\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Singapore\",\n                        \"locationLogo\": \"/img/flags/sg.png\",\n                        \"locationCode\": \"SG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"StarHub\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SingTel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"TPG Telecom\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"South Korea\",\n                        \"locationLogo\": \"/img/flags/kr.png\",\n                        \"locationCode\": \"KR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SKTelecom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Sri Lanka\",\n                        \"locationLogo\": \"/img/flags/lk.png\",\n                        \"locationCode\": \"LK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Etisalat\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Dialog\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Mobitel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Hutch\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Taiwan (China)\",\n                        \"locationLogo\": \"/img/flags/tw.png\",\n                        \"locationCode\": \"TW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Chunghwa\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"FarEasTone\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Thailand\",\n                        \"locationLogo\": \"/img/flags/th.png\",\n                        \"locationCode\": \"TH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"TrueMove H\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"CAT\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"AIS\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Uzbekistan\",\n                        \"locationLogo\": \"/img/flags/uz.png\",\n                        \"locationCode\": \"UZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Vietnam\",\n                        \"locationLogo\": \"/img/flags/vn.png\",\n                        \"locationCode\": \"VN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"MobiFone\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Vietnamobile\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PA893PFM1\",\n                \"slug\": \"AS-21_10_30\",\n                \"name\": \"Asia (20 areas) 10GB 30Days\",\n                \"price\": 230000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 10737418240,\n                \"smsStatus\": 2,\n                \"dataType\": 1,\n                \"unusedValidTime\": 180,\n                \"duration\": 30,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"MO,BD,HK,TW,UZ,IN,JP,KR,CN,MY,KZ,TH,SG,LA,VN,PH,ID,PK,KG,LK\",\n                \"locationCode\": \"AS-21\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 920000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 2,\n                \"fupPolicy\": \"\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Bangladesh\",\n                        \"locationLogo\": \"/img/flags/bd.png\",\n                        \"locationCode\": \"BD\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Banglalink\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Grameenphone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"China mainland\",\n                        \"locationLogo\": \"/img/flags/cn.png\",\n                        \"locationCode\": \"CN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"China Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"China Unicom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Hong Kong (China)\",\n                        \"locationLogo\": \"/img/flags/hk.png\",\n                        \"locationCode\": \"HK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SmarTone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"csl/1010\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"India\",\n                        \"locationLogo\": \"/img/flags/in.png\",\n                        \"locationCode\": \"IN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"AirTel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Jio\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Indonesia\",\n                        \"locationLogo\": \"/img/flags/id.png\",\n                        \"locationCode\": \"ID\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Indosat Ooredoo\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telkomsel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"NTT docomo\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Rakuten Mobile\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kazakhstan\",\n                        \"locationLogo\": \"/img/flags/kz.png\",\n                        \"locationCode\": \"KZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tele2.kz\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kyrgyzstan\",\n                        \"locationLogo\": \"/img/flags/kg.png\",\n                        \"locationCode\": \"KG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Laos\",\n                        \"locationLogo\": \"/img/flags/la.png\",\n                        \"locationCode\": \"LA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Unitel\",\n                                \"networkType\": \"3G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Macao (China)\",\n                        \"locationLogo\": \"/img/flags/mo.png\",\n                        \"locationCode\": \"MO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Malaysia\",\n                        \"locationLogo\": \"/img/flags/my.png\",\n                        \"locationCode\": \"MY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"U Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"CelcomDigi\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Pakistan\",\n                        \"locationLogo\": \"/img/flags/pk.png\",\n                        \"locationCode\": \"PK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Jazz\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Philippines\",\n                        \"locationLogo\": \"/img/flags/ph.png\",\n                        \"locationCode\": \"PH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SMART\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Singapore\",\n                        \"locationLogo\": \"/img/flags/sg.png\",\n                        \"locationCode\": \"SG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"StarHub\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SingTel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"TPG Telecom\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"South Korea\",\n                        \"locationLogo\": \"/img/flags/kr.png\",\n                        \"locationCode\": \"KR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SKTelecom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Sri Lanka\",\n                        \"locationLogo\": \"/img/flags/lk.png\",\n                        \"locationCode\": \"LK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Etisalat\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Dialog\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Mobitel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Hutch\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Taiwan (China)\",\n                        \"locationLogo\": \"/img/flags/tw.png\",\n                        \"locationCode\": \"TW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Chunghwa\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"FarEasTone\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Thailand\",\n                        \"locationLogo\": \"/img/flags/th.png\",\n                        \"locationCode\": \"TH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"TrueMove H\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"CAT\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"AIS\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Uzbekistan\",\n                        \"locationLogo\": \"/img/flags/uz.png\",\n                        \"locationCode\": \"UZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Vietnam\",\n                        \"locationLogo\": \"/img/flags/vn.png\",\n                        \"locationCode\": \"VN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"MobiFone\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Vietnamobile\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PL4HZ2L9F\",\n                \"slug\": \"AS-21_20_30\",\n                \"name\": \"Asia (20 areas) 20GB 30Days\",\n                \"price\": 400000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 21474836480,\n                \"smsStatus\": 2,\n                \"dataType\": 1,\n                \"unusedValidTime\": 180,\n                \"duration\": 30,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"MO,BD,HK,TW,UZ,IN,JP,KR,CN,MY,KZ,TH,SG,LA,VN,PH,ID,PK,KG,LK\",\n                \"locationCode\": \"AS-21\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 1600000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 2,\n                \"fupPolicy\": \"\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Bangladesh\",\n                        \"locationLogo\": \"/img/flags/bd.png\",\n                        \"locationCode\": \"BD\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Banglalink\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Grameenphone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"China mainland\",\n                        \"locationLogo\": \"/img/flags/cn.png\",\n                        \"locationCode\": \"CN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"China Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"China Unicom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Hong Kong (China)\",\n                        \"locationLogo\": \"/img/flags/hk.png\",\n                        \"locationCode\": \"HK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SmarTone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"csl/1010\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"India\",\n                        \"locationLogo\": \"/img/flags/in.png\",\n                        \"locationCode\": \"IN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"AirTel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Jio\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Indonesia\",\n                        \"locationLogo\": \"/img/flags/id.png\",\n                        \"locationCode\": \"ID\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Indosat Ooredoo\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telkomsel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"NTT docomo\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Rakuten Mobile\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kazakhstan\",\n                        \"locationLogo\": \"/img/flags/kz.png\",\n                        \"locationCode\": \"KZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tele2.kz\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kyrgyzstan\",\n                        \"locationLogo\": \"/img/flags/kg.png\",\n                        \"locationCode\": \"KG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Laos\",\n                        \"locationLogo\": \"/img/flags/la.png\",\n                        \"locationCode\": \"LA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Unitel\",\n                                \"networkType\": \"3G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Macao (China)\",\n                        \"locationLogo\": \"/img/flags/mo.png\",\n                        \"locationCode\": \"MO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Malaysia\",\n                        \"locationLogo\": \"/img/flags/my.png\",\n                        \"locationCode\": \"MY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"U Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"CelcomDigi\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Pakistan\",\n                        \"locationLogo\": \"/img/flags/pk.png\",\n                        \"locationCode\": \"PK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Jazz\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Philippines\",\n                        \"locationLogo\": \"/img/flags/ph.png\",\n                        \"locationCode\": \"PH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SMART\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Singapore\",\n                        \"locationLogo\": \"/img/flags/sg.png\",\n                        \"locationCode\": \"SG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"StarHub\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SingTel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"TPG Telecom\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"South Korea\",\n                        \"locationLogo\": \"/img/flags/kr.png\",\n                        \"locationCode\": \"KR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SKTelecom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Sri Lanka\",\n                        \"locationLogo\": \"/img/flags/lk.png\",\n                        \"locationCode\": \"LK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Etisalat\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Dialog\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Mobitel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Hutch\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Taiwan (China)\",\n                        \"locationLogo\": \"/img/flags/tw.png\",\n                        \"locationCode\": \"TW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Chunghwa\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"FarEasTone\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Thailand\",\n                        \"locationLogo\": \"/img/flags/th.png\",\n                        \"locationCode\": \"TH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"TrueMove H\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"CAT\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"AIS\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Uzbekistan\",\n                        \"locationLogo\": \"/img/flags/uz.png\",\n                        \"locationCode\": \"UZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Vietnam\",\n                        \"locationLogo\": \"/img/flags/vn.png\",\n                        \"locationCode\": \"VN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"MobiFone\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Vietnamobile\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PD3QG58OR\",\n                \"slug\": \"AS-21_0.5_Daily\",\n                \"name\": \"Asia (20 areas) 500MB/Day\",\n                \"price\": 16000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"MO,BD,HK,TW,UZ,IN,JP,KR,CN,MY,KZ,TH,SG,LA,VN,PH,ID,PK,KG,LK\",\n                \"locationCode\": \"AS-21\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 64000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Bangladesh\",\n                        \"locationLogo\": \"/img/flags/bd.png\",\n                        \"locationCode\": \"BD\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Banglalink\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Grameenphone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"China mainland\",\n                        \"locationLogo\": \"/img/flags/cn.png\",\n                        \"locationCode\": \"CN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"China Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"China Unicom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Hong Kong (China)\",\n                        \"locationLogo\": \"/img/flags/hk.png\",\n                        \"locationCode\": \"HK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SmarTone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"csl/1010\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"India\",\n                        \"locationLogo\": \"/img/flags/in.png\",\n                        \"locationCode\": \"IN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"AirTel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Jio\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Indonesia\",\n                        \"locationLogo\": \"/img/flags/id.png\",\n                        \"locationCode\": \"ID\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Indosat Ooredoo\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telkomsel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"NTT docomo\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Rakuten Mobile\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kazakhstan\",\n                        \"locationLogo\": \"/img/flags/kz.png\",\n                        \"locationCode\": \"KZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tele2.kz\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kyrgyzstan\",\n                        \"locationLogo\": \"/img/flags/kg.png\",\n                        \"locationCode\": \"KG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Laos\",\n                        \"locationLogo\": \"/img/flags/la.png\",\n                        \"locationCode\": \"LA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Unitel\",\n                                \"networkType\": \"3G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Macao (China)\",\n                        \"locationLogo\": \"/img/flags/mo.png\",\n                        \"locationCode\": \"MO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Malaysia\",\n                        \"locationLogo\": \"/img/flags/my.png\",\n                        \"locationCode\": \"MY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"U Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"CelcomDigi\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Pakistan\",\n                        \"locationLogo\": \"/img/flags/pk.png\",\n                        \"locationCode\": \"PK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Jazz\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Philippines\",\n                        \"locationLogo\": \"/img/flags/ph.png\",\n                        \"locationCode\": \"PH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SMART\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Singapore\",\n                        \"locationLogo\": \"/img/flags/sg.png\",\n                        \"locationCode\": \"SG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"StarHub\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SingTel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"TPG Telecom\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"South Korea\",\n                        \"locationLogo\": \"/img/flags/kr.png\",\n                        \"locationCode\": \"KR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SKTelecom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Sri Lanka\",\n                        \"locationLogo\": \"/img/flags/lk.png\",\n                        \"locationCode\": \"LK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Etisalat\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Dialog\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Mobitel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Hutch\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Taiwan (China)\",\n                        \"locationLogo\": \"/img/flags/tw.png\",\n                        \"locationCode\": \"TW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Chunghwa\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"FarEasTone\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Thailand\",\n                        \"locationLogo\": \"/img/flags/th.png\",\n                        \"locationCode\": \"TH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"TrueMove H\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"CAT\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"AIS\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Uzbekistan\",\n                        \"locationLogo\": \"/img/flags/uz.png\",\n                        \"locationCode\": \"UZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Vietnam\",\n                        \"locationLogo\": \"/img/flags/vn.png\",\n                        \"locationCode\": \"VN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"MobiFone\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Vietnamobile\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PL97OQ811\",\n                \"slug\": \"AS-21_1_Daily\",\n                \"name\": \"Asia (20 areas) 1GB/Day\",\n                \"price\": 30000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"MO,BD,HK,TW,UZ,IN,JP,KR,CN,MY,KZ,TH,SG,LA,VN,PH,ID,PK,KG,LK\",\n                \"locationCode\": \"AS-21\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 120000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Bangladesh\",\n                        \"locationLogo\": \"/img/flags/bd.png\",\n                        \"locationCode\": \"BD\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Banglalink\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Grameenphone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"China mainland\",\n                        \"locationLogo\": \"/img/flags/cn.png\",\n                        \"locationCode\": \"CN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"China Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"China Unicom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Hong Kong (China)\",\n                        \"locationLogo\": \"/img/flags/hk.png\",\n                        \"locationCode\": \"HK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SmarTone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"csl/1010\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"India\",\n                        \"locationLogo\": \"/img/flags/in.png\",\n                        \"locationCode\": \"IN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"AirTel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Jio\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Indonesia\",\n                        \"locationLogo\": \"/img/flags/id.png\",\n                        \"locationCode\": \"ID\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Indosat Ooredoo\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telkomsel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"NTT docomo\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Rakuten Mobile\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kazakhstan\",\n                        \"locationLogo\": \"/img/flags/kz.png\",\n                        \"locationCode\": \"KZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tele2.kz\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kyrgyzstan\",\n                        \"locationLogo\": \"/img/flags/kg.png\",\n                        \"locationCode\": \"KG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Laos\",\n                        \"locationLogo\": \"/img/flags/la.png\",\n                        \"locationCode\": \"LA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Unitel\",\n                                \"networkType\": \"3G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Macao (China)\",\n                        \"locationLogo\": \"/img/flags/mo.png\",\n                        \"locationCode\": \"MO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Malaysia\",\n                        \"locationLogo\": \"/img/flags/my.png\",\n                        \"locationCode\": \"MY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"U Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"CelcomDigi\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Pakistan\",\n                        \"locationLogo\": \"/img/flags/pk.png\",\n                        \"locationCode\": \"PK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Jazz\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Philippines\",\n                        \"locationLogo\": \"/img/flags/ph.png\",\n                        \"locationCode\": \"PH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SMART\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Singapore\",\n                        \"locationLogo\": \"/img/flags/sg.png\",\n                        \"locationCode\": \"SG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"StarHub\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SingTel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"TPG Telecom\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"South Korea\",\n                        \"locationLogo\": \"/img/flags/kr.png\",\n                        \"locationCode\": \"KR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SKTelecom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Sri Lanka\",\n                        \"locationLogo\": \"/img/flags/lk.png\",\n                        \"locationCode\": \"LK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Etisalat\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Dialog\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Mobitel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Hutch\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Taiwan (China)\",\n                        \"locationLogo\": \"/img/flags/tw.png\",\n                        \"locationCode\": \"TW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Chunghwa\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"FarEasTone\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Thailand\",\n                        \"locationLogo\": \"/img/flags/th.png\",\n                        \"locationCode\": \"TH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"TrueMove H\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"CAT\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"AIS\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Uzbekistan\",\n                        \"locationLogo\": \"/img/flags/uz.png\",\n                        \"locationCode\": \"UZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Vietnam\",\n                        \"locationLogo\": \"/img/flags/vn.png\",\n                        \"locationCode\": \"VN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"MobiFone\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Vietnamobile\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P9L10EL7F\",\n                \"slug\": \"AS-21_2_Daily\",\n                \"name\": \"Asia (20 areas) 2GB/Day\",\n                \"price\": 58000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"MO,BD,HK,TW,UZ,IN,JP,KR,CN,MY,KZ,TH,SG,LA,VN,PH,ID,PK,KG,LK\",\n                \"locationCode\": \"AS-21\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 232000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Bangladesh\",\n                        \"locationLogo\": \"/img/flags/bd.png\",\n                        \"locationCode\": \"BD\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Banglalink\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Grameenphone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"China mainland\",\n                        \"locationLogo\": \"/img/flags/cn.png\",\n                        \"locationCode\": \"CN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"China Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"China Unicom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Hong Kong (China)\",\n                        \"locationLogo\": \"/img/flags/hk.png\",\n                        \"locationCode\": \"HK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SmarTone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"csl/1010\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"India\",\n                        \"locationLogo\": \"/img/flags/in.png\",\n                        \"locationCode\": \"IN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"AirTel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Jio\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Indonesia\",\n                        \"locationLogo\": \"/img/flags/id.png\",\n                        \"locationCode\": \"ID\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Indosat Ooredoo\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telkomsel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"NTT docomo\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Rakuten Mobile\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kazakhstan\",\n                        \"locationLogo\": \"/img/flags/kz.png\",\n                        \"locationCode\": \"KZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tele2.kz\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kyrgyzstan\",\n                        \"locationLogo\": \"/img/flags/kg.png\",\n                        \"locationCode\": \"KG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Laos\",\n                        \"locationLogo\": \"/img/flags/la.png\",\n                        \"locationCode\": \"LA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Unitel\",\n                                \"networkType\": \"3G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Macao (China)\",\n                        \"locationLogo\": \"/img/flags/mo.png\",\n                        \"locationCode\": \"MO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Malaysia\",\n                        \"locationLogo\": \"/img/flags/my.png\",\n                        \"locationCode\": \"MY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"U Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"CelcomDigi\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Pakistan\",\n                        \"locationLogo\": \"/img/flags/pk.png\",\n                        \"locationCode\": \"PK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Jazz\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Philippines\",\n                        \"locationLogo\": \"/img/flags/ph.png\",\n                        \"locationCode\": \"PH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SMART\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Singapore\",\n                        \"locationLogo\": \"/img/flags/sg.png\",\n                        \"locationCode\": \"SG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"StarHub\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SingTel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"TPG Telecom\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"South Korea\",\n                        \"locationLogo\": \"/img/flags/kr.png\",\n                        \"locationCode\": \"KR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SKTelecom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Sri Lanka\",\n                        \"locationLogo\": \"/img/flags/lk.png\",\n                        \"locationCode\": \"LK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Etisalat\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Dialog\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Mobitel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Hutch\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Taiwan (China)\",\n                        \"locationLogo\": \"/img/flags/tw.png\",\n                        \"locationCode\": \"TW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Chunghwa\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"FarEasTone\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Thailand\",\n                        \"locationLogo\": \"/img/flags/th.png\",\n                        \"locationCode\": \"TH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"TrueMove H\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"CAT\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"AIS\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Uzbekistan\",\n                        \"locationLogo\": \"/img/flags/uz.png\",\n                        \"locationCode\": \"UZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Vietnam\",\n                        \"locationLogo\": \"/img/flags/vn.png\",\n                        \"locationCode\": \"VN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"MobiFone\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Vietnamobile\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PVDISIFP6\",\n                \"slug\": \"JP_0.5_7\",\n                \"name\": \"Japan 500MB 7Days\",\n                \"price\": 4000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 0,\n                \"dataType\": 1,\n                \"unusedValidTime\": 180,\n                \"duration\": 7,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"JP\",\n                \"locationCode\": \"JP\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 16000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 2,\n                \"fupPolicy\": \"\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SoftBank\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PK3VHQ9T6\",\n                \"slug\": \"JP_1_7_IIJ\",\n                \"name\": \"Japan 1GB 7Days (IIJ)\",\n                \"price\": 7000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 0,\n                \"dataType\": 1,\n                \"unusedValidTime\": 180,\n                \"duration\": 7,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"JP\",\n                \"locationCode\": \"JP\",\n                \"description\": \"Japan 1GB 7Days (IIJ)\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 28000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"JP\",\n                \"supportTopUpType\": 2,\n                \"fupPolicy\": \"\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"NTT docomo\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PR8JET2E0\",\n                \"slug\": \"JP_3_15_IIJ\",\n                \"name\": \"Japan 3GB 15Days (IIJ)\",\n                \"price\": 17000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 3221225472,\n                \"smsStatus\": 0,\n                \"dataType\": 1,\n                \"unusedValidTime\": 180,\n                \"duration\": 15,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"JP\",\n                \"locationCode\": \"JP\",\n                \"description\": \"Japan 3GB 15Days (IIJ)\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 68000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"JP\",\n                \"supportTopUpType\": 2,\n                \"fupPolicy\": \"\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"NTT docomo\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P2P4EE3TH\",\n                \"slug\": \"JP_3_30_IIJ\",\n                \"name\": \"Japan 3GB 30Days (IIJ)\",\n                \"price\": 18000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 3221225472,\n                \"smsStatus\": 0,\n                \"dataType\": 1,\n                \"unusedValidTime\": 180,\n                \"duration\": 30,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"JP\",\n                \"locationCode\": \"JP\",\n                \"description\": \"Japan 3GB 30Days (IIJ)\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 72000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"JP\",\n                \"supportTopUpType\": 2,\n                \"fupPolicy\": \"\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"NTT docomo\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PYTKZG843\",\n                \"slug\": \"JP_5_30_IIJ\",\n                \"name\": \"Japan 5GB 30Days (IIJ)\",\n                \"price\": 27000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 5368709120,\n                \"smsStatus\": 0,\n                \"dataType\": 1,\n                \"unusedValidTime\": 180,\n                \"duration\": 30,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"JP\",\n                \"locationCode\": \"JP\",\n                \"description\": \"Japan 5GB 30Days (IIJ)\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 108000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"JP\",\n                \"supportTopUpType\": 2,\n                \"fupPolicy\": \"\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"NTT docomo\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PAK783GRS\",\n                \"slug\": \"JP_10_30_IIJ\",\n                \"name\": \"Japan 10GB 30Days (IIJ)\",\n                \"price\": 47000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 10737418240,\n                \"smsStatus\": 0,\n                \"dataType\": 1,\n                \"unusedValidTime\": 180,\n                \"duration\": 30,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"JP\",\n                \"locationCode\": \"JP\",\n                \"description\": \"Japan 10GB 30Days (IIJ)\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 188000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"JP\",\n                \"supportTopUpType\": 2,\n                \"fupPolicy\": \"\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"NTT docomo\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PMR7KU23C\",\n                \"slug\": \"JP_20_30_IIJ\",\n                \"name\": \"Japan 20GB 30Days (IIJ)\",\n                \"price\": 82000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 21474836480,\n                \"smsStatus\": 0,\n                \"dataType\": 1,\n                \"unusedValidTime\": 180,\n                \"duration\": 30,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"JP\",\n                \"locationCode\": \"JP\",\n                \"description\": \"Japan 20GB 30Days (IIJ)\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 328000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"JP\",\n                \"supportTopUpType\": 2,\n                \"fupPolicy\": \"\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"NTT docomo\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PE5N02WZA\",\n                \"slug\": \"JP_50_30_IIJ\",\n                \"name\": \"Japan 50GB 30Days (IIJ)\",\n                \"price\": 170000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 53687091200,\n                \"smsStatus\": 0,\n                \"dataType\": 1,\n                \"unusedValidTime\": 180,\n                \"duration\": 30,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"JP\",\n                \"locationCode\": \"JP\",\n                \"description\": \"Japan 50GB 30Days (IIJ)\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 680000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"JP\",\n                \"supportTopUpType\": 2,\n                \"fupPolicy\": \"\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"NTT docomo\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PG64B5GYU\",\n                \"slug\": \"JP_0.5_Daily_IIJ\",\n                \"name\": \"Japan 500MB/Day (IIJ)\",\n                \"price\": 5000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"JP\",\n                \"locationCode\": \"JP\",\n                \"description\": \"Japan 500MB/Day (IIJ)\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 20000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"JP\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"256 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"NTT docomo\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PY2M1AG9T\",\n                \"slug\": \"JP_1_Daily_IIJ\",\n                \"name\": \"Japan 1GB/Day (IIJ)\",\n                \"price\": 10000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"JP\",\n                \"locationCode\": \"JP\",\n                \"description\": \"Japan 1GB/Day (IIJ)\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 40000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"JP\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"256 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"NTT docomo\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PPBL468ZK\",\n                \"slug\": \"JP_2_Daily_IIJ\",\n                \"name\": \"Japan 2GB/Day (IIJ)\",\n                \"price\": 20000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"JP\",\n                \"locationCode\": \"JP\",\n                \"description\": \"Japan 2GB/Day (IIJ)\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 80000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"JP\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"256 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"NTT docomo\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P97ZKMZW6\",\n                \"slug\": \"JP_3_30_nonhkip\",\n                \"name\": \"Japan 3GB 30Days (nonhkip)\",\n                \"price\": 29500,\n                \"currencyCode\": \"USD\",\n                \"volume\": 3221225472,\n                \"smsStatus\": 2,\n                \"dataType\": 1,\n                \"unusedValidTime\": 180,\n                \"duration\": 30,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"JP\",\n                \"locationCode\": \"JP\",\n                \"description\": \"Japan 3GB 30Days (nonhkip)\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 118000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"SG\",\n                \"supportTopUpType\": 2,\n                \"fupPolicy\": \"\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PR4ZUE9A0\",\n                \"slug\": \"JP_3_Daily_IIJ\",\n                \"name\": \"Japan 3GB/Day (IIJ)\",\n                \"price\": 22000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 3221225472,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"JP\",\n                \"locationCode\": \"JP\",\n                \"description\": \"Japan 3GB/Day (IIJ)\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 88000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"JP\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"256 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"NTT docomo\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PJGE891WE\",\n                \"slug\": \"JP_1_Daily_1Mbps\",\n                \"name\": \"Japan 1GB/Day FUP1Mbps\",\n                \"price\": 8000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"JP\",\n                \"locationCode\": \"JP\",\n                \"description\": \"Japan 1GB/Day FUP1Mbps\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 32000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"1 Mbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SoftBank\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P437LCDVF\",\n                \"slug\": \"JP_2_Daily_1Mbps\",\n                \"name\": \"Japan 2GB/Day FUP1Mbps\",\n                \"price\": 16000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"JP\",\n                \"locationCode\": \"JP\",\n                \"description\": \"Japan 2GB/Day FUP1Mbps\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 64000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"1 Mbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SoftBank\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            }\n        ]\n    }\n}"},{"id":"027e042e-0717-4276-8f53-dbd5c446d4ad","name":"Get TOPUP plans for a package","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"locationCode\": \"\",\n    \"type\":\"TOPUP\",\n    \"packageCode\":\"JC063\",\n    \"iccid\":\"\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v1/open/package/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"access-control-allow-origin, Authorization, Origin,Accept, X-Requested-With, Content-Type, x-forwarded-host, RT-Signature, RT-Timestamp, RT-RequestID, token"},{"key":"Access-Control-Allow-Methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 02 Dec 2025 16:40:06 GMT"},{"key":"X-B3-Traceid","value":"5e856d0dcae960bc"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": null,\n    \"errorMsg\": null,\n    \"success\": true,\n    \"obj\": {\n        \"packageList\": [\n            {\n                \"packageCode\": \"TOPUP_JC063\",\n                \"slug\": \"JP_1_7\",\n                \"name\": \"Japan 1GB 7Days\",\n                \"price\": 7000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 0,\n                \"dataType\": 1,\n                \"unusedValidTime\": 30,\n                \"duration\": 7,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"JP\",\n                \"locationCode\": \"JP\",\n                \"description\": \"Japan 1GB 7Days\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 28000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SoftBank\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"TOPUP_JC064\",\n                \"slug\": \"JP_3_15\",\n                \"name\": \"Japan 3GB 15Days\",\n                \"price\": 17000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 3221225472,\n                \"smsStatus\": 0,\n                \"dataType\": 1,\n                \"unusedValidTime\": 30,\n                \"duration\": 15,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"JP\",\n                \"locationCode\": \"JP\",\n                \"description\": \"Japan 3GB 15Days\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 68000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SoftBank\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"TOPUP_JC065\",\n                \"slug\": \"JP_5_30\",\n                \"name\": \"Japan 5GB 30Days\",\n                \"price\": 27000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 5368709120,\n                \"smsStatus\": 0,\n                \"dataType\": 1,\n                \"unusedValidTime\": 30,\n                \"duration\": 30,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"JP\",\n                \"locationCode\": \"JP\",\n                \"description\": \"Japan 5GB 30Days\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 108000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SoftBank\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"TOPUP_JC066\",\n                \"slug\": \"JP_10_30\",\n                \"name\": \"Japan 10GB 30Days\",\n                \"price\": 47000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 10737418240,\n                \"smsStatus\": 0,\n                \"dataType\": 1,\n                \"unusedValidTime\": 30,\n                \"duration\": 30,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"JP\",\n                \"locationCode\": \"JP\",\n                \"description\": \"Japan 10GB 30Days\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 188000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SoftBank\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"TOPUP_JC145\",\n                \"slug\": \"JP_20_30\",\n                \"name\": \"Japan 20GB 30Days\",\n                \"price\": 82000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 21474836480,\n                \"smsStatus\": 0,\n                \"dataType\": 1,\n                \"unusedValidTime\": 30,\n                \"duration\": 30,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"JP\",\n                \"locationCode\": \"JP\",\n                \"description\": \"Japan 20GB 30Days\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 328000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SoftBank\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"TOPUP_P2BCEGEKK\",\n                \"slug\": \"JP_3_30\",\n                \"name\": \"Japan 3GB 30Days\",\n                \"price\": 18000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 3221225472,\n                \"smsStatus\": 0,\n                \"dataType\": 1,\n                \"unusedValidTime\": 1,\n                \"duration\": 30,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"JP\",\n                \"locationCode\": \"JP\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 72000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SoftBank\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"TOPUP_PYQ441YDT\",\n                \"slug\": \"JP_50_30\",\n                \"name\": \"Japan 50GB 30Days\",\n                \"price\": 170000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 53687091200,\n                \"smsStatus\": 0,\n                \"dataType\": 1,\n                \"unusedValidTime\": 1,\n                \"duration\": 30,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"JP\",\n                \"locationCode\": \"JP\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 680000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SoftBank\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            }\n        ]\n    }\n}"},{"id":"e372b68a-8013-440c-be77-b7f4fcac0b13","name":"Get TOPUP plans for an ICCID","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"locationCode\": \"\",\n    \"type\":\"TOPUP\",\n    \"packageCode\":\"\",\n    \"iccid\":\"89852245280001360834\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v1/open/package/list"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": null,\n    \"errorMsg\": null,\n    \"success\": true,\n    \"obj\": {\n        \"packageList\": [\n            {\n                \"packageCode\": \"TOPUP_JC063\",\n                \"name\": \"Japan 1GB 7Days\",\n                \"price\": 40000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"unusedValidTime\": 30,\n                \"duration\": 7,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"JP\",\n                \"description\": \"Japan 1GB 7Days\",\n                \"activeType\": 1\n            },\n            {\n                \"packageCode\": \"TOPUP_JC064\",\n                \"name\": \"Japan 3GB 15Days\",\n                \"price\": 114000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 3221225472,\n                \"unusedValidTime\": 30,\n                \"duration\": 15,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"JP\",\n                \"description\": \"Japan 3GB 15Days\",\n                \"activeType\": 1\n            },\n            {\n                \"packageCode\": \"TOPUP_JC065\",\n                \"name\": \"Japan 5GB 30Days\",\n                \"price\": 180000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 5368709120,\n                \"unusedValidTime\": 30,\n                \"duration\": 30,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"JP\",\n                \"description\": \"Japan 5GB 30Days\",\n                \"activeType\": 1\n            },\n            {\n                \"packageCode\": \"TOPUP_JC066\",\n                \"name\": \"Japan 10GB 30Days\",\n                \"price\": 306000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 10737418240,\n                \"unusedValidTime\": 30,\n                \"duration\": 30,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"JP\",\n                \"description\": \"Japan 10GB 30Days\",\n                \"activeType\": 1\n            }\n        ]\n    }\n}"},{"id":"d9fe51f6-49a7-4ed0-8c25-8a897b339119","name":"Get all Day Pass Plans","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"locationCode\": \"\",\n    \"type\":\"\",\n    \"slug\":\"\",\n    \"packageCode\":\"\",\n    \"dataType\":\"2\",\n    \"iccid\":\"\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v1/open/package/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"access-control-allow-origin, Authorization, Origin,Accept, X-Requested-With, Content-Type, x-forwarded-host, RT-Signature, RT-Timestamp, RT-RequestID, token"},{"key":"Access-Control-Allow-Methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Date","value":"Tue, 02 Dec 2025 16:27:26 GMT"},{"key":"X-B3-Traceid","value":"7d1578dabfa1df00"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": null,\n    \"errorMsg\": null,\n    \"success\": true,\n    \"obj\": {\n        \"packageList\": [\n            {\n                \"packageCode\": \"P7YECLII9\",\n                \"slug\": \"SG_1_Daily\",\n                \"name\": \"Singapore 1GB/Day\",\n                \"price\": 9000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"SG\",\n                \"locationCode\": \"SG\",\n                \"description\": \"Singapore 1GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 36000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Singapore\",\n                        \"locationLogo\": \"/img/flags/sg.png\",\n                        \"locationCode\": \"SG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"StarHub\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"M1\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PXAZ8ZALE\",\n                \"slug\": \"SG_2_Daily\",\n                \"name\": \"Singapore 2GB/Day\",\n                \"price\": 18000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"SG\",\n                \"locationCode\": \"SG\",\n                \"description\": \"Singapore 2GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 72000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Singapore\",\n                        \"locationLogo\": \"/img/flags/sg.png\",\n                        \"locationCode\": \"SG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"StarHub\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"M1\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P5NHFJKUS\",\n                \"slug\": \"US_1_Daily\",\n                \"name\": \"United States 1GB/Day\",\n                \"price\": 13000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"US\",\n                \"locationCode\": \"US\",\n                \"description\": \"United States 1GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": true,\n                \"retailPrice\": 52000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"United States\",\n                        \"locationLogo\": \"/img/flags/us.png\",\n                        \"locationCode\": \"US\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"T-Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Verizon\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P7KMNQCEM\",\n                \"slug\": \"US_1.5_Daily\",\n                \"name\": \"United States 1.5GB/Day\",\n                \"price\": 16000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1610612736,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"US\",\n                \"locationCode\": \"US\",\n                \"description\": \"United States 1.5GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 64000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"United States\",\n                        \"locationLogo\": \"/img/flags/us.png\",\n                        \"locationCode\": \"US\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"T-Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Verizon\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P2D1OQDLK\",\n                \"slug\": \"US_2_Daily\",\n                \"name\": \"United States 2GB/Day\",\n                \"price\": 23000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"US\",\n                \"locationCode\": \"US\",\n                \"description\": \"United States 2GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 92000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"United States\",\n                        \"locationLogo\": \"/img/flags/us.png\",\n                        \"locationCode\": \"US\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"T-Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Verizon\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P4SQTPX02\",\n                \"slug\": \"CA_1_Daily\",\n                \"name\": \"Canada 1GB/Day\",\n                \"price\": 18000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"CA\",\n                \"locationCode\": \"CA\",\n                \"description\": \"Canada 1GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 72000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Canada\",\n                        \"locationLogo\": \"/img/flags/ca.png\",\n                        \"locationCode\": \"CA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Rogers Wireless\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PDSKSPL0T\",\n                \"slug\": \"CA_1.5_Daily\",\n                \"name\": \"Canada 1.5GB/Day\",\n                \"price\": 27000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1610612736,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"CA\",\n                \"locationCode\": \"CA\",\n                \"description\": \"Canada 1.5GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 108000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Canada\",\n                        \"locationLogo\": \"/img/flags/ca.png\",\n                        \"locationCode\": \"CA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Rogers Wireless\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P3BGO3VLL\",\n                \"slug\": \"CA_2_Daily\",\n                \"name\": \"Canada 2GB/Day\",\n                \"price\": 36000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"CA\",\n                \"locationCode\": \"CA\",\n                \"description\": \"Canada 2GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 144000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Canada\",\n                        \"locationLogo\": \"/img/flags/ca.png\",\n                        \"locationCode\": \"CA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Rogers Wireless\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PPGUJ3XIX\",\n                \"slug\": \"HK_1_Daily\",\n                \"name\": \"Hong Kong 1GB/Day\",\n                \"price\": 8500,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"HK\",\n                \"locationCode\": \"HK\",\n                \"description\": \"Hong Kong 1GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 34000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Hong Kong (China)\",\n                        \"locationLogo\": \"/img/flags/hk.png\",\n                        \"locationCode\": \"HK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"CMHK\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PJHK9ATRD\",\n                \"slug\": \"HK_2_Daily\",\n                \"name\": \"Hong Kong 2GB/Day\",\n                \"price\": 16000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"HK\",\n                \"locationCode\": \"HK\",\n                \"description\": \"Hong Kong 2GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 64000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Hong Kong (China)\",\n                        \"locationLogo\": \"/img/flags/hk.png\",\n                        \"locationCode\": \"HK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"CMHK\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PGS3HB984\",\n                \"slug\": \"IN_0.5_Daily\",\n                \"name\": \"India 500MB/Day\",\n                \"price\": 12000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"IN\",\n                \"locationCode\": \"IN\",\n                \"description\": \"India 500MB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 48000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"IL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"India\",\n                        \"locationLogo\": \"/img/flags/in.png\",\n                        \"locationCode\": \"IN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"IDEA\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PYGUMRHX1\",\n                \"slug\": \"IN_1_Daily\",\n                \"name\": \"India 1GB/Day\",\n                \"price\": 23000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"IN\",\n                \"locationCode\": \"IN\",\n                \"description\": \"India 1GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 92000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"IL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"India\",\n                        \"locationLogo\": \"/img/flags/in.png\",\n                        \"locationCode\": \"IN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"IDEA\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PXCJQ9KNR\",\n                \"slug\": \"ID_0.5_Daily\",\n                \"name\": \"Indonesia 500MB/Day\",\n                \"price\": 5000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"ID\",\n                \"locationCode\": \"ID\",\n                \"description\": \"Indonesia 500MB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 20000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Indonesia\",\n                        \"locationLogo\": \"/img/flags/id.png\",\n                        \"locationCode\": \"ID\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"XL\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Telkomsel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PGBV9EXGK\",\n                \"slug\": \"ID_1_Daily\",\n                \"name\": \"Indonesia 1GB/Day\",\n                \"price\": 9000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"ID\",\n                \"locationCode\": \"ID\",\n                \"description\": \"Indonesia 1GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 36000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Indonesia\",\n                        \"locationLogo\": \"/img/flags/id.png\",\n                        \"locationCode\": \"ID\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"XL\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Telkomsel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P9JS074W4\",\n                \"slug\": \"JP_0.5_Daily\",\n                \"name\": \"Japan 500MB/Day\",\n                \"price\": 5000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"JP\",\n                \"locationCode\": \"JP\",\n                \"description\": \"Japan 500MB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 20000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SoftBank\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P9TF1FXDA\",\n                \"slug\": \"JP_1_Daily\",\n                \"name\": \"Japan 1GB/Day\",\n                \"price\": 10000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"JP\",\n                \"locationCode\": \"JP\",\n                \"description\": \"Japan 1GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 40000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SoftBank\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PPWBVT0BF\",\n                \"slug\": \"JP_2_Daily\",\n                \"name\": \"Japan 2GB/Day\",\n                \"price\": 20000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"JP\",\n                \"locationCode\": \"JP\",\n                \"description\": \"Japan 2GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 80000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SoftBank\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PAN6REMMI\",\n                \"slug\": \"MY_0.5_Daily\",\n                \"name\": \"Malaysia 500MB/Day\",\n                \"price\": 5000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"MY\",\n                \"locationCode\": \"MY\",\n                \"description\": \"Malaysia 500MB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 20000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Malaysia\",\n                        \"locationLogo\": \"/img/flags/my.png\",\n                        \"locationCode\": \"MY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"CelcomDigi\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"U Mobile\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P4UTFE9WB\",\n                \"slug\": \"MY_1_Daily\",\n                \"name\": \"Malaysia 1GB/Day\",\n                \"price\": 9000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"MY\",\n                \"locationCode\": \"MY\",\n                \"description\": \"Malaysia 1GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 36000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Malaysia\",\n                        \"locationLogo\": \"/img/flags/my.png\",\n                        \"locationCode\": \"MY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"CelcomDigi\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"U Mobile\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"POLZ7NLE0\",\n                \"slug\": \"MY_2_Daily\",\n                \"name\": \"Malaysia 2GB/Day\",\n                \"price\": 17000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"MY\",\n                \"locationCode\": \"MY\",\n                \"description\": \"Malaysia 2GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 68000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Malaysia\",\n                        \"locationLogo\": \"/img/flags/my.png\",\n                        \"locationCode\": \"MY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"CelcomDigi\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"U Mobile\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PKI8J4QW7\",\n                \"slug\": \"PH_0.5_Daily\",\n                \"name\": \"Philippines 500MB/Day\",\n                \"price\": 8000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"PH\",\n                \"locationCode\": \"PH\",\n                \"description\": \"Philippines 500MB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 32000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Philippines\",\n                        \"locationLogo\": \"/img/flags/ph.png\",\n                        \"locationCode\": \"PH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Globe\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SMART\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PKOY9TRDZ\",\n                \"slug\": \"PH_1_Daily\",\n                \"name\": \"Philippines 1GB/Day\",\n                \"price\": 15000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"PH\",\n                \"locationCode\": \"PH\",\n                \"description\": \"Philippines 1GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 60000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Philippines\",\n                        \"locationLogo\": \"/img/flags/ph.png\",\n                        \"locationCode\": \"PH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Globe\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SMART\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PYKASRYFN\",\n                \"slug\": \"PH_2_Daily\",\n                \"name\": \"Philippines 2GB/Day\",\n                \"price\": 30000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"PH\",\n                \"locationCode\": \"PH\",\n                \"description\": \"Philippines 2GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 120000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Philippines\",\n                        \"locationLogo\": \"/img/flags/ph.png\",\n                        \"locationCode\": \"PH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Globe\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SMART\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PR7PDLXPX\",\n                \"slug\": \"KR_1_Daily\",\n                \"name\": \"South Korea 1GB/Day\",\n                \"price\": 8000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"KR\",\n                \"locationCode\": \"KR\",\n                \"description\": \"South Korea 1GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 32000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"South Korea\",\n                        \"locationLogo\": \"/img/flags/kr.png\",\n                        \"locationCode\": \"KR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SKTelecom\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"LG U+\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PZ9GTBKFR\",\n                \"slug\": \"TH_0.5_Daily\",\n                \"name\": \"Thailand 500MB/Day\",\n                \"price\": 5000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"TH\",\n                \"locationCode\": \"TH\",\n                \"description\": \"Thailand 500MB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 20000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Thailand\",\n                        \"locationLogo\": \"/img/flags/th.png\",\n                        \"locationCode\": \"TH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"TrueMove H\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"AIS\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P5V3QF0VA\",\n                \"slug\": \"TH_1_Daily\",\n                \"name\": \"Thailand 1GB/Day\",\n                \"price\": 9000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"TH\",\n                \"locationCode\": \"TH\",\n                \"description\": \"Thailand 1GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 36000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Thailand\",\n                        \"locationLogo\": \"/img/flags/th.png\",\n                        \"locationCode\": \"TH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"TrueMove H\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"AIS\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PF527KUIR\",\n                \"slug\": \"GB_0.5_Daily\",\n                \"name\": \"United Kingdom 500MB/Day\",\n                \"price\": 4000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"GB\",\n                \"locationCode\": \"GB\",\n                \"description\": \"United Kingdom 500MB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 16000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"United Kingdom\",\n                        \"locationLogo\": \"/img/flags/gb.png\",\n                        \"locationCode\": \"GB\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P0YFEWXGN\",\n                \"slug\": \"GB_1_Daily\",\n                \"name\": \"United Kingdom 1GB/Day\",\n                \"price\": 6500,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"GB\",\n                \"locationCode\": \"GB\",\n                \"description\": \"United Kingdom 1GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 26000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"United Kingdom\",\n                        \"locationLogo\": \"/img/flags/gb.png\",\n                        \"locationCode\": \"GB\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P9XKTG7UW\",\n                \"slug\": \"GB_2_Daily\",\n                \"name\": \"United Kingdom 2GB/Day\",\n                \"price\": 12000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"GB\",\n                \"locationCode\": \"GB\",\n                \"description\": \"United Kingdom 2GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 48000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"United Kingdom\",\n                        \"locationLogo\": \"/img/flags/gb.png\",\n                        \"locationCode\": \"GB\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PBLAOUJHR\",\n                \"slug\": \"AU_0.5_Daily\",\n                \"name\": \"Australia 500MB/Day\",\n                \"price\": 5000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"AU\",\n                \"locationCode\": \"AU\",\n                \"description\": \"Australia 500MB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 20000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Australia\",\n                        \"locationLogo\": \"/img/flags/au.png\",\n                        \"locationCode\": \"AU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Optus\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PKAECJYPB\",\n                \"slug\": \"AU_1_Daily\",\n                \"name\": \"Australia 1GB/Day\",\n                \"price\": 10000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"AU\",\n                \"locationCode\": \"AU\",\n                \"description\": \"Australia 1GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 40000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Australia\",\n                        \"locationLogo\": \"/img/flags/au.png\",\n                        \"locationCode\": \"AU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Optus\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PN7CXKOWL\",\n                \"slug\": \"NZ_0.5_Daily\",\n                \"name\": \"New Zealand 500MB/Day\",\n                \"price\": 8000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"NZ\",\n                \"locationCode\": \"NZ\",\n                \"description\": \"New Zealand 500MB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 32000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"SG\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"New Zealand\",\n                        \"locationLogo\": \"/img/flags/nz.png\",\n                        \"locationCode\": \"NZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Spark\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PDLIRFGHE\",\n                \"slug\": \"NZ_1_Daily\",\n                \"name\": \"New Zealand 1GB/Day\",\n                \"price\": 12000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"NZ\",\n                \"locationCode\": \"NZ\",\n                \"description\": \"New Zealand 1GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 48000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"SG\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"New Zealand\",\n                        \"locationLogo\": \"/img/flags/nz.png\",\n                        \"locationCode\": \"NZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Spark\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PRSWURT3J\",\n                \"slug\": \"EU-42_0.5_Daily\",\n                \"name\": \"Europe 500MB/Day\",\n                \"price\": 16000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"NO,RS,DE,RU,BE,FI,PT,BG,DK,LT,LU,LV,HR,UA,FR,HU,SE,SI,SK,GB,IE,MK,GG,EE,GI,IM,CH,MT,IS,IT,GR,ES,AT,CY,AX,CZ,JE,PL,RO,LI,NL,TR\",\n                \"locationCode\": \"EU-42\",\n                \"description\": \"Europe 500MB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 64000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Aland Islands\",\n                        \"locationLogo\": \"/img/flags/ax.png\",\n                        \"locationCode\": \"AX\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Ålcom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Austria\",\n                        \"locationLogo\": \"/img/flags/at.png\",\n                        \"locationCode\": \"AT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Belgium\",\n                        \"locationLogo\": \"/img/flags/be.png\",\n                        \"locationCode\": \"BE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Base\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Proximus\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Bulgaria\",\n                        \"locationLogo\": \"/img/flags/bg.png\",\n                        \"locationCode\": \"BG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vivacom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Croatia\",\n                        \"locationLogo\": \"/img/flags/hr.png\",\n                        \"locationCode\": \"HR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tele2\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"A1\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Cyprus\",\n                        \"locationLogo\": \"/img/flags/cy.png\",\n                        \"locationCode\": \"CY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"PrimeTel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Czech Republic\",\n                        \"locationLogo\": \"/img/flags/cz.png\",\n                        \"locationCode\": \"CZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Denmark\",\n                        \"locationLogo\": \"/img/flags/dk.png\",\n                        \"locationCode\": \"DK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"TDC\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Estonia\",\n                        \"locationLogo\": \"/img/flags/ee.png\",\n                        \"locationCode\": \"EE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Elisa\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Finland\",\n                        \"locationLogo\": \"/img/flags/fi.png\",\n                        \"locationCode\": \"FI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Elisa\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia / DNA\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"France\",\n                        \"locationLogo\": \"/img/flags/fr.png\",\n                        \"locationCode\": \"FR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SFR\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Bouygues\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Free Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Germany\",\n                        \"locationLogo\": \"/img/flags/de.png\",\n                        \"locationCode\": \"DE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Gibraltar\",\n                        \"locationLogo\": \"/img/flags/gi.png\",\n                        \"locationCode\": \"GI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"GibTel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Greece\",\n                        \"locationLogo\": \"/img/flags/gr.png\",\n                        \"locationCode\": \"GR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Wind\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Guernsey\",\n                        \"locationLogo\": \"/img/flags/gg.png\",\n                        \"locationCode\": \"GG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"JT\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Hungary\",\n                        \"locationLogo\": \"/img/flags/hu.png\",\n                        \"locationCode\": \"HU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telenor Hungary\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Iceland\",\n                        \"locationLogo\": \"/img/flags/is.png\",\n                        \"locationCode\": \"IS\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Nova\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Ireland\",\n                        \"locationLogo\": \"/img/flags/ie.png\",\n                        \"locationCode\": \"IE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Isle of Man\",\n                        \"locationLogo\": \"/img/flags/im.png\",\n                        \"locationCode\": \"IM\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Pronto GSM\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Italy\",\n                        \"locationLogo\": \"/img/flags/it.png\",\n                        \"locationCode\": \"IT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Wind\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Jersey\",\n                        \"locationLogo\": \"/img/flags/je.png\",\n                        \"locationCode\": \"JE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"JT\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Latvia\",\n                        \"locationLogo\": \"/img/flags/lv.png\",\n                        \"locationCode\": \"LV\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"LMT\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Bite\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Liechtenstein\",\n                        \"locationLogo\": \"/img/flags/li.png\",\n                        \"locationCode\": \"LI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"FL1\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"7acht\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Lithuania\",\n                        \"locationLogo\": \"/img/flags/lt.png\",\n                        \"locationCode\": \"LT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"BITĖ\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Luxembourg\",\n                        \"locationLogo\": \"/img/flags/lu.png\",\n                        \"locationCode\": \"LU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"POST\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Tango\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Malta\",\n                        \"locationLogo\": \"/img/flags/mt.png\",\n                        \"locationCode\": \"MT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"GO\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Melita\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Netherlands\",\n                        \"locationLogo\": \"/img/flags/nl.png\",\n                        \"locationCode\": \"NL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"KPN\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"North Macedonia\",\n                        \"locationLogo\": \"/img/flags/mk.png\",\n                        \"locationCode\": \"MK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telekom.mk\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"vip\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Norway\",\n                        \"locationLogo\": \"/img/flags/no.png\",\n                        \"locationCode\": \"NO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Poland\",\n                        \"locationLogo\": \"/img/flags/pl.png\",\n                        \"locationCode\": \"PL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Play\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Plus\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Portugal\",\n                        \"locationLogo\": \"/img/flags/pt.png\",\n                        \"locationCode\": \"PT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"NOS\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"MEO\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Romania\",\n                        \"locationLogo\": \"/img/flags/ro.png\",\n                        \"locationCode\": \"RO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Digi.Mobil\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Russia\",\n                        \"locationLogo\": \"/img/flags/ru.png\",\n                        \"locationCode\": \"RU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Serbia\",\n                        \"locationLogo\": \"/img/flags/rs.png\",\n                        \"locationCode\": \"RS\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"VIP\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Telenor\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"mts\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Slovakia\",\n                        \"locationLogo\": \"/img/flags/sk.png\",\n                        \"locationCode\": \"SK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Slovenia\",\n                        \"locationLogo\": \"/img/flags/si.png\",\n                        \"locationCode\": \"SI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Mobitel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telemach\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"A1\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Spain\",\n                        \"locationLogo\": \"/img/flags/es.png\",\n                        \"locationCode\": \"ES\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Yoigo\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Sweden\",\n                        \"locationLogo\": \"/img/flags/se.png\",\n                        \"locationCode\": \"SE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Switzerland\",\n                        \"locationLogo\": \"/img/flags/ch.png\",\n                        \"locationCode\": \"CH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Sunrise\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Salt\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Swisscom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Turkey\",\n                        \"locationLogo\": \"/img/flags/tr.png\",\n                        \"locationCode\": \"TR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Türk Telekom\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Turkcell\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Ukraine\",\n                        \"locationLogo\": \"/img/flags/ua.png\",\n                        \"locationCode\": \"UA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"lifecell\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Kyivstar\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"United Kingdom\",\n                        \"locationLogo\": \"/img/flags/gb.png\",\n                        \"locationCode\": \"GB\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PRXI4V4TF\",\n                \"slug\": \"EU-42_1_Daily\",\n                \"name\": \"Europe 1GB/Day\",\n                \"price\": 28000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"NO,RS,DE,RU,BE,FI,PT,BG,DK,LT,LU,LV,HR,UA,FR,HU,SE,SI,SK,GB,IE,MK,GG,EE,GI,IM,CH,MT,IS,IT,GR,ES,AT,CY,AX,CZ,JE,PL,RO,LI,NL,TR\",\n                \"locationCode\": \"EU-42\",\n                \"description\": \"Europe 1GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 112000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Aland Islands\",\n                        \"locationLogo\": \"/img/flags/ax.png\",\n                        \"locationCode\": \"AX\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Ålcom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Austria\",\n                        \"locationLogo\": \"/img/flags/at.png\",\n                        \"locationCode\": \"AT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Belgium\",\n                        \"locationLogo\": \"/img/flags/be.png\",\n                        \"locationCode\": \"BE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Base\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Proximus\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Bulgaria\",\n                        \"locationLogo\": \"/img/flags/bg.png\",\n                        \"locationCode\": \"BG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vivacom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Croatia\",\n                        \"locationLogo\": \"/img/flags/hr.png\",\n                        \"locationCode\": \"HR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tele2\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"A1\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Cyprus\",\n                        \"locationLogo\": \"/img/flags/cy.png\",\n                        \"locationCode\": \"CY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"PrimeTel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Czech Republic\",\n                        \"locationLogo\": \"/img/flags/cz.png\",\n                        \"locationCode\": \"CZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Denmark\",\n                        \"locationLogo\": \"/img/flags/dk.png\",\n                        \"locationCode\": \"DK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"TDC\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Estonia\",\n                        \"locationLogo\": \"/img/flags/ee.png\",\n                        \"locationCode\": \"EE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Elisa\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Finland\",\n                        \"locationLogo\": \"/img/flags/fi.png\",\n                        \"locationCode\": \"FI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Elisa\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia / DNA\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"France\",\n                        \"locationLogo\": \"/img/flags/fr.png\",\n                        \"locationCode\": \"FR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SFR\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Bouygues\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Free Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Germany\",\n                        \"locationLogo\": \"/img/flags/de.png\",\n                        \"locationCode\": \"DE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Gibraltar\",\n                        \"locationLogo\": \"/img/flags/gi.png\",\n                        \"locationCode\": \"GI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"GibTel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Greece\",\n                        \"locationLogo\": \"/img/flags/gr.png\",\n                        \"locationCode\": \"GR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Wind\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Guernsey\",\n                        \"locationLogo\": \"/img/flags/gg.png\",\n                        \"locationCode\": \"GG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"JT\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Hungary\",\n                        \"locationLogo\": \"/img/flags/hu.png\",\n                        \"locationCode\": \"HU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telenor Hungary\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Iceland\",\n                        \"locationLogo\": \"/img/flags/is.png\",\n                        \"locationCode\": \"IS\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Nova\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Ireland\",\n                        \"locationLogo\": \"/img/flags/ie.png\",\n                        \"locationCode\": \"IE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Isle of Man\",\n                        \"locationLogo\": \"/img/flags/im.png\",\n                        \"locationCode\": \"IM\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Pronto GSM\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Italy\",\n                        \"locationLogo\": \"/img/flags/it.png\",\n                        \"locationCode\": \"IT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Wind\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Jersey\",\n                        \"locationLogo\": \"/img/flags/je.png\",\n                        \"locationCode\": \"JE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"JT\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Latvia\",\n                        \"locationLogo\": \"/img/flags/lv.png\",\n                        \"locationCode\": \"LV\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"LMT\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Bite\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Liechtenstein\",\n                        \"locationLogo\": \"/img/flags/li.png\",\n                        \"locationCode\": \"LI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"FL1\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"7acht\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Lithuania\",\n                        \"locationLogo\": \"/img/flags/lt.png\",\n                        \"locationCode\": \"LT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"BITĖ\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Luxembourg\",\n                        \"locationLogo\": \"/img/flags/lu.png\",\n                        \"locationCode\": \"LU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"POST\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Tango\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Malta\",\n                        \"locationLogo\": \"/img/flags/mt.png\",\n                        \"locationCode\": \"MT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"GO\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Melita\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Netherlands\",\n                        \"locationLogo\": \"/img/flags/nl.png\",\n                        \"locationCode\": \"NL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"KPN\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"North Macedonia\",\n                        \"locationLogo\": \"/img/flags/mk.png\",\n                        \"locationCode\": \"MK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telekom.mk\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"vip\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Norway\",\n                        \"locationLogo\": \"/img/flags/no.png\",\n                        \"locationCode\": \"NO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Poland\",\n                        \"locationLogo\": \"/img/flags/pl.png\",\n                        \"locationCode\": \"PL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Play\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Plus\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Portugal\",\n                        \"locationLogo\": \"/img/flags/pt.png\",\n                        \"locationCode\": \"PT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"NOS\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"MEO\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Romania\",\n                        \"locationLogo\": \"/img/flags/ro.png\",\n                        \"locationCode\": \"RO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Digi.Mobil\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Russia\",\n                        \"locationLogo\": \"/img/flags/ru.png\",\n                        \"locationCode\": \"RU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Serbia\",\n                        \"locationLogo\": \"/img/flags/rs.png\",\n                        \"locationCode\": \"RS\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"VIP\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Telenor\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"mts\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Slovakia\",\n                        \"locationLogo\": \"/img/flags/sk.png\",\n                        \"locationCode\": \"SK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Slovenia\",\n                        \"locationLogo\": \"/img/flags/si.png\",\n                        \"locationCode\": \"SI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Mobitel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telemach\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"A1\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Spain\",\n                        \"locationLogo\": \"/img/flags/es.png\",\n                        \"locationCode\": \"ES\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Yoigo\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Sweden\",\n                        \"locationLogo\": \"/img/flags/se.png\",\n                        \"locationCode\": \"SE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Switzerland\",\n                        \"locationLogo\": \"/img/flags/ch.png\",\n                        \"locationCode\": \"CH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Sunrise\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Salt\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Swisscom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Turkey\",\n                        \"locationLogo\": \"/img/flags/tr.png\",\n                        \"locationCode\": \"TR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Türk Telekom\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Turkcell\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Ukraine\",\n                        \"locationLogo\": \"/img/flags/ua.png\",\n                        \"locationCode\": \"UA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"lifecell\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Kyivstar\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"United Kingdom\",\n                        \"locationLogo\": \"/img/flags/gb.png\",\n                        \"locationCode\": \"GB\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PCTEPKHJW\",\n                \"slug\": \"NA-3_1_Daily\",\n                \"name\": \"North America 1GB/Day\",\n                \"price\": 22000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"MX,US,CA\",\n                \"locationCode\": \"NA-3\",\n                \"description\": \"North America 1GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 88000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Canada\",\n                        \"locationLogo\": \"/img/flags/ca.png\",\n                        \"locationCode\": \"CA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Rogers Wireless\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telus\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Bell\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Mexico\",\n                        \"locationLogo\": \"/img/flags/mx.png\",\n                        \"locationCode\": \"MX\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telcel\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"AT&T\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"United States\",\n                        \"locationLogo\": \"/img/flags/us.png\",\n                        \"locationCode\": \"US\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Verizon\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"AT&T\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P5SQ1FXCQ\",\n                \"slug\": \"NA-3_1.5_Daily\",\n                \"name\": \"North America 1.5GB/Day\",\n                \"price\": 32000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1610612736,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"MX,US,CA\",\n                \"locationCode\": \"NA-3\",\n                \"description\": \"North America 1.5GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 128000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Canada\",\n                        \"locationLogo\": \"/img/flags/ca.png\",\n                        \"locationCode\": \"CA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Rogers Wireless\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Videotron\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Mexico\",\n                        \"locationLogo\": \"/img/flags/mx.png\",\n                        \"locationCode\": \"MX\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telcel\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"United States\",\n                        \"locationLogo\": \"/img/flags/us.png\",\n                        \"locationCode\": \"US\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Verizon\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PWTRNZF6E\",\n                \"slug\": \"NA-3_2_Daily\",\n                \"name\": \"North America 2GB/Day\",\n                \"price\": 43000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"MX,US,CA\",\n                \"locationCode\": \"NA-3\",\n                \"description\": \"North America 2GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 172000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Canada\",\n                        \"locationLogo\": \"/img/flags/ca.png\",\n                        \"locationCode\": \"CA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Rogers Wireless\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Videotron\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Mexico\",\n                        \"locationLogo\": \"/img/flags/mx.png\",\n                        \"locationCode\": \"MX\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telcel\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"United States\",\n                        \"locationLogo\": \"/img/flags/us.png\",\n                        \"locationCode\": \"US\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Verizon\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PH83BFJ2F\",\n                \"slug\": \"SG_0.5_Daily\",\n                \"name\": \"Singapore 500MB/Day\",\n                \"price\": 5000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"SG\",\n                \"locationCode\": \"SG\",\n                \"description\": \"Singapore 500MB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 20000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Singapore\",\n                        \"locationLogo\": \"/img/flags/sg.png\",\n                        \"locationCode\": \"SG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"StarHub\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"M1\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P21XNC9CT\",\n                \"slug\": \"KR_0.5_Daily\",\n                \"name\": \"South Korea 500MB/Day\",\n                \"price\": 4000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"KR\",\n                \"locationCode\": \"KR\",\n                \"description\": \"South Korea 500MB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 16000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"South Korea\",\n                        \"locationLogo\": \"/img/flags/kr.png\",\n                        \"locationCode\": \"KR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SKTelecom\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"LG U+\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PZPE5LW98\",\n                \"slug\": \"TH_10_Daily\",\n                \"name\": \"Thailand 10GB/Day\",\n                \"price\": 50000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 10737418240,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"TH\",\n                \"locationCode\": \"TH\",\n                \"description\": \"Thailand 10GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 200000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Thailand\",\n                        \"locationLogo\": \"/img/flags/th.png\",\n                        \"locationCode\": \"TH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"TrueMove H\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"AIS\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PT2J1Y4JX\",\n                \"slug\": \"VN_1_Daily\",\n                \"name\": \"Vietnam 1GB/Day\",\n                \"price\": 14600,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"VN\",\n                \"locationCode\": \"VN\",\n                \"description\": \"Vietnam 1GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 58400,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Vietnam\",\n                        \"locationLogo\": \"/img/flags/vn.png\",\n                        \"locationCode\": \"VN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vietnamobile\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Vinaphone\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PUDV52A3R\",\n                \"slug\": \"EU-30_1_Daily\",\n                \"name\": \"Europe(30+ areas) 1GB/Day\",\n                \"price\": 15000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"NO,DE,BE,FI,PT,BG,DK,LT,LU,LV,HR,UA,FR,HU,SE,SI,SK,GB,IE,EE,CH,MT,IS,IT,GR,ES,AT,CY,CZ,PL,RO,LI,NL,TR\",\n                \"locationCode\": \"EU-30\",\n                \"description\": \"Europe(30+ areas) 1GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 60000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Austria\",\n                        \"locationLogo\": \"/img/flags/at.png\",\n                        \"locationCode\": \"AT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Belgium\",\n                        \"locationLogo\": \"/img/flags/be.png\",\n                        \"locationCode\": \"BE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Base\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Proximus\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Bulgaria\",\n                        \"locationLogo\": \"/img/flags/bg.png\",\n                        \"locationCode\": \"BG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vivacom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Croatia\",\n                        \"locationLogo\": \"/img/flags/hr.png\",\n                        \"locationCode\": \"HR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tele2\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"A1\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Cyprus\",\n                        \"locationLogo\": \"/img/flags/cy.png\",\n                        \"locationCode\": \"CY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"PrimeTel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Czech Republic\",\n                        \"locationLogo\": \"/img/flags/cz.png\",\n                        \"locationCode\": \"CZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Denmark\",\n                        \"locationLogo\": \"/img/flags/dk.png\",\n                        \"locationCode\": \"DK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"TDC\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Estonia\",\n                        \"locationLogo\": \"/img/flags/ee.png\",\n                        \"locationCode\": \"EE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Elisa\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Finland\",\n                        \"locationLogo\": \"/img/flags/fi.png\",\n                        \"locationCode\": \"FI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Elisa\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia / DNA\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"France\",\n                        \"locationLogo\": \"/img/flags/fr.png\",\n                        \"locationCode\": \"FR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SFR\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Bouygues\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Free Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Germany\",\n                        \"locationLogo\": \"/img/flags/de.png\",\n                        \"locationCode\": \"DE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Greece\",\n                        \"locationLogo\": \"/img/flags/gr.png\",\n                        \"locationCode\": \"GR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Wind\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Hungary\",\n                        \"locationLogo\": \"/img/flags/hu.png\",\n                        \"locationCode\": \"HU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telenor Hungary\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Iceland\",\n                        \"locationLogo\": \"/img/flags/is.png\",\n                        \"locationCode\": \"IS\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Nova\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Ireland\",\n                        \"locationLogo\": \"/img/flags/ie.png\",\n                        \"locationCode\": \"IE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Italy\",\n                        \"locationLogo\": \"/img/flags/it.png\",\n                        \"locationCode\": \"IT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Wind\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Latvia\",\n                        \"locationLogo\": \"/img/flags/lv.png\",\n                        \"locationCode\": \"LV\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"LMT\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Bite\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Liechtenstein\",\n                        \"locationLogo\": \"/img/flags/li.png\",\n                        \"locationCode\": \"LI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"FL1\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"7acht\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Lithuania\",\n                        \"locationLogo\": \"/img/flags/lt.png\",\n                        \"locationCode\": \"LT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"BITĖ\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Luxembourg\",\n                        \"locationLogo\": \"/img/flags/lu.png\",\n                        \"locationCode\": \"LU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"POST\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Tango\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Malta\",\n                        \"locationLogo\": \"/img/flags/mt.png\",\n                        \"locationCode\": \"MT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"GO\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Melita\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Netherlands\",\n                        \"locationLogo\": \"/img/flags/nl.png\",\n                        \"locationCode\": \"NL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"KPN\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Norway\",\n                        \"locationLogo\": \"/img/flags/no.png\",\n                        \"locationCode\": \"NO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Poland\",\n                        \"locationLogo\": \"/img/flags/pl.png\",\n                        \"locationCode\": \"PL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Play\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Plus\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Portugal\",\n                        \"locationLogo\": \"/img/flags/pt.png\",\n                        \"locationCode\": \"PT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"NOS\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"MEO\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Romania\",\n                        \"locationLogo\": \"/img/flags/ro.png\",\n                        \"locationCode\": \"RO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Digi.Mobil\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Slovakia\",\n                        \"locationLogo\": \"/img/flags/sk.png\",\n                        \"locationCode\": \"SK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Slovenia\",\n                        \"locationLogo\": \"/img/flags/si.png\",\n                        \"locationCode\": \"SI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Mobitel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telemach\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"A1\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Spain\",\n                        \"locationLogo\": \"/img/flags/es.png\",\n                        \"locationCode\": \"ES\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Yoigo\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Sweden\",\n                        \"locationLogo\": \"/img/flags/se.png\",\n                        \"locationCode\": \"SE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Switzerland\",\n                        \"locationLogo\": \"/img/flags/ch.png\",\n                        \"locationCode\": \"CH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Sunrise\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Salt\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Swisscom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Turkey\",\n                        \"locationLogo\": \"/img/flags/tr.png\",\n                        \"locationCode\": \"TR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Türk Telekom\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Turkcell\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Ukraine\",\n                        \"locationLogo\": \"/img/flags/ua.png\",\n                        \"locationCode\": \"UA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"lifecell\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Kyivstar\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"United Kingdom\",\n                        \"locationLogo\": \"/img/flags/gb.png\",\n                        \"locationCode\": \"GB\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P34CJYA6C\",\n                \"slug\": \"EU-30_1.5_Daily\",\n                \"name\": \"Europe(30+ areas) 1.5GB/Day\",\n                \"price\": 22000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1610612736,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"NO,DE,BE,FI,PT,BG,DK,LT,LU,LV,HR,UA,FR,HU,SE,SI,SK,GB,IE,EE,CH,MT,IS,IT,GR,ES,AT,CY,CZ,PL,RO,LI,NL,TR\",\n                \"locationCode\": \"EU-30\",\n                \"description\": \"Europe(30+ areas) 1.5GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 88000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Austria\",\n                        \"locationLogo\": \"/img/flags/at.png\",\n                        \"locationCode\": \"AT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Belgium\",\n                        \"locationLogo\": \"/img/flags/be.png\",\n                        \"locationCode\": \"BE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Base\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Proximus\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Bulgaria\",\n                        \"locationLogo\": \"/img/flags/bg.png\",\n                        \"locationCode\": \"BG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vivacom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Croatia\",\n                        \"locationLogo\": \"/img/flags/hr.png\",\n                        \"locationCode\": \"HR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tele2\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"A1\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Cyprus\",\n                        \"locationLogo\": \"/img/flags/cy.png\",\n                        \"locationCode\": \"CY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"PrimeTel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Czech Republic\",\n                        \"locationLogo\": \"/img/flags/cz.png\",\n                        \"locationCode\": \"CZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Denmark\",\n                        \"locationLogo\": \"/img/flags/dk.png\",\n                        \"locationCode\": \"DK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"TDC\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Estonia\",\n                        \"locationLogo\": \"/img/flags/ee.png\",\n                        \"locationCode\": \"EE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Elisa\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Finland\",\n                        \"locationLogo\": \"/img/flags/fi.png\",\n                        \"locationCode\": \"FI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Elisa\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia / DNA\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"France\",\n                        \"locationLogo\": \"/img/flags/fr.png\",\n                        \"locationCode\": \"FR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SFR\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Bouygues\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Free Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Germany\",\n                        \"locationLogo\": \"/img/flags/de.png\",\n                        \"locationCode\": \"DE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Greece\",\n                        \"locationLogo\": \"/img/flags/gr.png\",\n                        \"locationCode\": \"GR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Wind\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Hungary\",\n                        \"locationLogo\": \"/img/flags/hu.png\",\n                        \"locationCode\": \"HU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telenor Hungary\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Iceland\",\n                        \"locationLogo\": \"/img/flags/is.png\",\n                        \"locationCode\": \"IS\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Nova\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Ireland\",\n                        \"locationLogo\": \"/img/flags/ie.png\",\n                        \"locationCode\": \"IE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Italy\",\n                        \"locationLogo\": \"/img/flags/it.png\",\n                        \"locationCode\": \"IT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Wind\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Latvia\",\n                        \"locationLogo\": \"/img/flags/lv.png\",\n                        \"locationCode\": \"LV\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"LMT\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Bite\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Liechtenstein\",\n                        \"locationLogo\": \"/img/flags/li.png\",\n                        \"locationCode\": \"LI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"FL1\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"7acht\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Lithuania\",\n                        \"locationLogo\": \"/img/flags/lt.png\",\n                        \"locationCode\": \"LT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"BITĖ\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Luxembourg\",\n                        \"locationLogo\": \"/img/flags/lu.png\",\n                        \"locationCode\": \"LU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"POST\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Tango\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Malta\",\n                        \"locationLogo\": \"/img/flags/mt.png\",\n                        \"locationCode\": \"MT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"GO\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Melita\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Netherlands\",\n                        \"locationLogo\": \"/img/flags/nl.png\",\n                        \"locationCode\": \"NL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"KPN\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Norway\",\n                        \"locationLogo\": \"/img/flags/no.png\",\n                        \"locationCode\": \"NO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Poland\",\n                        \"locationLogo\": \"/img/flags/pl.png\",\n                        \"locationCode\": \"PL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Play\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Plus\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Portugal\",\n                        \"locationLogo\": \"/img/flags/pt.png\",\n                        \"locationCode\": \"PT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"NOS\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"MEO\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Romania\",\n                        \"locationLogo\": \"/img/flags/ro.png\",\n                        \"locationCode\": \"RO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Digi.Mobil\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Slovakia\",\n                        \"locationLogo\": \"/img/flags/sk.png\",\n                        \"locationCode\": \"SK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Slovenia\",\n                        \"locationLogo\": \"/img/flags/si.png\",\n                        \"locationCode\": \"SI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Mobitel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telemach\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"A1\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Spain\",\n                        \"locationLogo\": \"/img/flags/es.png\",\n                        \"locationCode\": \"ES\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Yoigo\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Sweden\",\n                        \"locationLogo\": \"/img/flags/se.png\",\n                        \"locationCode\": \"SE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Switzerland\",\n                        \"locationLogo\": \"/img/flags/ch.png\",\n                        \"locationCode\": \"CH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Sunrise\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Salt\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Swisscom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Turkey\",\n                        \"locationLogo\": \"/img/flags/tr.png\",\n                        \"locationCode\": \"TR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Türk Telekom\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Turkcell\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Ukraine\",\n                        \"locationLogo\": \"/img/flags/ua.png\",\n                        \"locationCode\": \"UA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"lifecell\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Kyivstar\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"United Kingdom\",\n                        \"locationLogo\": \"/img/flags/gb.png\",\n                        \"locationCode\": \"GB\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PZ6R8ASH9\",\n                \"slug\": \"EU-30_2_Daily\",\n                \"name\": \"Europe(30+ areas) 2GB/Day\",\n                \"price\": 29000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"NO,DE,BE,FI,PT,BG,DK,LT,LU,LV,HR,UA,FR,HU,SE,SI,SK,GB,IE,EE,CH,MT,IS,IT,GR,ES,AT,CY,CZ,PL,RO,LI,NL,TR\",\n                \"locationCode\": \"EU-30\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 116000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Austria\",\n                        \"locationLogo\": \"/img/flags/at.png\",\n                        \"locationCode\": \"AT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Belgium\",\n                        \"locationLogo\": \"/img/flags/be.png\",\n                        \"locationCode\": \"BE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Base\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Proximus\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Bulgaria\",\n                        \"locationLogo\": \"/img/flags/bg.png\",\n                        \"locationCode\": \"BG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vivacom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Croatia\",\n                        \"locationLogo\": \"/img/flags/hr.png\",\n                        \"locationCode\": \"HR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tele2\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"A1\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Cyprus\",\n                        \"locationLogo\": \"/img/flags/cy.png\",\n                        \"locationCode\": \"CY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"PrimeTel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Czech Republic\",\n                        \"locationLogo\": \"/img/flags/cz.png\",\n                        \"locationCode\": \"CZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Denmark\",\n                        \"locationLogo\": \"/img/flags/dk.png\",\n                        \"locationCode\": \"DK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"TDC\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Estonia\",\n                        \"locationLogo\": \"/img/flags/ee.png\",\n                        \"locationCode\": \"EE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Elisa\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Finland\",\n                        \"locationLogo\": \"/img/flags/fi.png\",\n                        \"locationCode\": \"FI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Elisa\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia / DNA\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"France\",\n                        \"locationLogo\": \"/img/flags/fr.png\",\n                        \"locationCode\": \"FR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SFR\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Bouygues\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Free Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Germany\",\n                        \"locationLogo\": \"/img/flags/de.png\",\n                        \"locationCode\": \"DE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Greece\",\n                        \"locationLogo\": \"/img/flags/gr.png\",\n                        \"locationCode\": \"GR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Wind\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Hungary\",\n                        \"locationLogo\": \"/img/flags/hu.png\",\n                        \"locationCode\": \"HU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telenor Hungary\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Iceland\",\n                        \"locationLogo\": \"/img/flags/is.png\",\n                        \"locationCode\": \"IS\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Nova\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Ireland\",\n                        \"locationLogo\": \"/img/flags/ie.png\",\n                        \"locationCode\": \"IE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Italy\",\n                        \"locationLogo\": \"/img/flags/it.png\",\n                        \"locationCode\": \"IT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Wind\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Latvia\",\n                        \"locationLogo\": \"/img/flags/lv.png\",\n                        \"locationCode\": \"LV\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"LMT\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Bite\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Liechtenstein\",\n                        \"locationLogo\": \"/img/flags/li.png\",\n                        \"locationCode\": \"LI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"FL1\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"7acht\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Lithuania\",\n                        \"locationLogo\": \"/img/flags/lt.png\",\n                        \"locationCode\": \"LT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"BITĖ\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Luxembourg\",\n                        \"locationLogo\": \"/img/flags/lu.png\",\n                        \"locationCode\": \"LU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"POST\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Tango\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Malta\",\n                        \"locationLogo\": \"/img/flags/mt.png\",\n                        \"locationCode\": \"MT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"GO\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Melita\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Netherlands\",\n                        \"locationLogo\": \"/img/flags/nl.png\",\n                        \"locationCode\": \"NL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"KPN\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Norway\",\n                        \"locationLogo\": \"/img/flags/no.png\",\n                        \"locationCode\": \"NO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Poland\",\n                        \"locationLogo\": \"/img/flags/pl.png\",\n                        \"locationCode\": \"PL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Play\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Plus\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Portugal\",\n                        \"locationLogo\": \"/img/flags/pt.png\",\n                        \"locationCode\": \"PT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"NOS\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"MEO\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Romania\",\n                        \"locationLogo\": \"/img/flags/ro.png\",\n                        \"locationCode\": \"RO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Digi.Mobil\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Slovakia\",\n                        \"locationLogo\": \"/img/flags/sk.png\",\n                        \"locationCode\": \"SK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Slovenia\",\n                        \"locationLogo\": \"/img/flags/si.png\",\n                        \"locationCode\": \"SI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Mobitel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telemach\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"A1\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Spain\",\n                        \"locationLogo\": \"/img/flags/es.png\",\n                        \"locationCode\": \"ES\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Yoigo\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Sweden\",\n                        \"locationLogo\": \"/img/flags/se.png\",\n                        \"locationCode\": \"SE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Switzerland\",\n                        \"locationLogo\": \"/img/flags/ch.png\",\n                        \"locationCode\": \"CH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Sunrise\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Salt\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Swisscom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Turkey\",\n                        \"locationLogo\": \"/img/flags/tr.png\",\n                        \"locationCode\": \"TR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Türk Telekom\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Turkcell\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Ukraine\",\n                        \"locationLogo\": \"/img/flags/ua.png\",\n                        \"locationCode\": \"UA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"lifecell\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Kyivstar\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"United Kingdom\",\n                        \"locationLogo\": \"/img/flags/gb.png\",\n                        \"locationCode\": \"GB\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PE01DJZS7\",\n                \"slug\": \"EU-30_3_Daily\",\n                \"name\": \"Europe(30+ areas) 3GB/Day\",\n                \"price\": 44000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 3221225472,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"NO,DE,BE,FI,PT,BG,DK,LT,LU,LV,HR,UA,FR,HU,SE,SI,SK,GB,IE,EE,CH,MT,IS,IT,GR,ES,AT,CY,CZ,PL,RO,LI,NL,TR\",\n                \"locationCode\": \"EU-30\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 176000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"128 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Austria\",\n                        \"locationLogo\": \"/img/flags/at.png\",\n                        \"locationCode\": \"AT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Belgium\",\n                        \"locationLogo\": \"/img/flags/be.png\",\n                        \"locationCode\": \"BE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Base\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Proximus\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Bulgaria\",\n                        \"locationLogo\": \"/img/flags/bg.png\",\n                        \"locationCode\": \"BG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vivacom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Croatia\",\n                        \"locationLogo\": \"/img/flags/hr.png\",\n                        \"locationCode\": \"HR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tele2\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"A1\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Cyprus\",\n                        \"locationLogo\": \"/img/flags/cy.png\",\n                        \"locationCode\": \"CY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"PrimeTel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Czech Republic\",\n                        \"locationLogo\": \"/img/flags/cz.png\",\n                        \"locationCode\": \"CZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Denmark\",\n                        \"locationLogo\": \"/img/flags/dk.png\",\n                        \"locationCode\": \"DK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"TDC\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Estonia\",\n                        \"locationLogo\": \"/img/flags/ee.png\",\n                        \"locationCode\": \"EE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Elisa\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Finland\",\n                        \"locationLogo\": \"/img/flags/fi.png\",\n                        \"locationCode\": \"FI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Elisa\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia / DNA\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"France\",\n                        \"locationLogo\": \"/img/flags/fr.png\",\n                        \"locationCode\": \"FR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SFR\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Bouygues\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Free Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Germany\",\n                        \"locationLogo\": \"/img/flags/de.png\",\n                        \"locationCode\": \"DE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Greece\",\n                        \"locationLogo\": \"/img/flags/gr.png\",\n                        \"locationCode\": \"GR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Wind\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Hungary\",\n                        \"locationLogo\": \"/img/flags/hu.png\",\n                        \"locationCode\": \"HU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telenor Hungary\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Iceland\",\n                        \"locationLogo\": \"/img/flags/is.png\",\n                        \"locationCode\": \"IS\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Nova\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Ireland\",\n                        \"locationLogo\": \"/img/flags/ie.png\",\n                        \"locationCode\": \"IE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Italy\",\n                        \"locationLogo\": \"/img/flags/it.png\",\n                        \"locationCode\": \"IT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Wind\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Latvia\",\n                        \"locationLogo\": \"/img/flags/lv.png\",\n                        \"locationCode\": \"LV\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"LMT\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Bite\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Liechtenstein\",\n                        \"locationLogo\": \"/img/flags/li.png\",\n                        \"locationCode\": \"LI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"FL1\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"7acht\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Lithuania\",\n                        \"locationLogo\": \"/img/flags/lt.png\",\n                        \"locationCode\": \"LT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"BITĖ\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Luxembourg\",\n                        \"locationLogo\": \"/img/flags/lu.png\",\n                        \"locationCode\": \"LU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"POST\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Tango\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Malta\",\n                        \"locationLogo\": \"/img/flags/mt.png\",\n                        \"locationCode\": \"MT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"GO\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Melita\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Netherlands\",\n                        \"locationLogo\": \"/img/flags/nl.png\",\n                        \"locationCode\": \"NL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"KPN\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Norway\",\n                        \"locationLogo\": \"/img/flags/no.png\",\n                        \"locationCode\": \"NO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Poland\",\n                        \"locationLogo\": \"/img/flags/pl.png\",\n                        \"locationCode\": \"PL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Play\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Plus\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Portugal\",\n                        \"locationLogo\": \"/img/flags/pt.png\",\n                        \"locationCode\": \"PT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"NOS\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"MEO\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Romania\",\n                        \"locationLogo\": \"/img/flags/ro.png\",\n                        \"locationCode\": \"RO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Digi.Mobil\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Slovakia\",\n                        \"locationLogo\": \"/img/flags/sk.png\",\n                        \"locationCode\": \"SK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Slovenia\",\n                        \"locationLogo\": \"/img/flags/si.png\",\n                        \"locationCode\": \"SI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Mobitel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telemach\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"A1\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Spain\",\n                        \"locationLogo\": \"/img/flags/es.png\",\n                        \"locationCode\": \"ES\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Yoigo\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Sweden\",\n                        \"locationLogo\": \"/img/flags/se.png\",\n                        \"locationCode\": \"SE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Switzerland\",\n                        \"locationLogo\": \"/img/flags/ch.png\",\n                        \"locationCode\": \"CH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Sunrise\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Salt\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Swisscom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Turkey\",\n                        \"locationLogo\": \"/img/flags/tr.png\",\n                        \"locationCode\": \"TR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Türk Telekom\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Turkcell\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Ukraine\",\n                        \"locationLogo\": \"/img/flags/ua.png\",\n                        \"locationCode\": \"UA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"lifecell\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Kyivstar\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"United Kingdom\",\n                        \"locationLogo\": \"/img/flags/gb.png\",\n                        \"locationCode\": \"GB\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PACK04L3R\",\n                \"slug\": \"AS-12_0.5_Daily\",\n                \"name\": \"Asia (12 areas) 500MB/Day\",\n                \"price\": 19000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"MO,HK,TW,TH,SG,JP,KR,VN,ID,CN,MY,KH\",\n                \"locationCode\": \"AS-12\",\n                \"description\": \"Asia (12 areas) 500MB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 76000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"128 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Cambodia\",\n                        \"locationLogo\": \"/img/flags/kh.png\",\n                        \"locationCode\": \"KH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Metfone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"China mainland\",\n                        \"locationLogo\": \"/img/flags/cn.png\",\n                        \"locationCode\": \"CN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"China Unicom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Hong Kong (China)\",\n                        \"locationLogo\": \"/img/flags/hk.png\",\n                        \"locationCode\": \"HK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"csl\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Indonesia\",\n                        \"locationLogo\": \"/img/flags/id.png\",\n                        \"locationCode\": \"ID\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telkomsel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Macao (China)\",\n                        \"locationLogo\": \"/img/flags/mo.png\",\n                        \"locationCode\": \"MO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"CTM\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Malaysia\",\n                        \"locationLogo\": \"/img/flags/my.png\",\n                        \"locationCode\": \"MY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"CelcomDigi\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Maxis\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Singapore\",\n                        \"locationLogo\": \"/img/flags/sg.png\",\n                        \"locationCode\": \"SG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SingTel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"South Korea\",\n                        \"locationLogo\": \"/img/flags/kr.png\",\n                        \"locationCode\": \"KR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SKTelecom\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"LG U+\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Taiwan (China)\",\n                        \"locationLogo\": \"/img/flags/tw.png\",\n                        \"locationCode\": \"TW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Chunghwa\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Thailand\",\n                        \"locationLogo\": \"/img/flags/th.png\",\n                        \"locationCode\": \"TH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"DTAC\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"TrueMove H\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Vietnam\",\n                        \"locationLogo\": \"/img/flags/vn.png\",\n                        \"locationCode\": \"VN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"MobiFone\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Viettel Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vietnamobile\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PXJ8HG40S\",\n                \"slug\": \"AS-12_1_Daily\",\n                \"name\": \"Asia (12 areas) 1GB/Day\",\n                \"price\": 34000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"MO,HK,TW,TH,SG,JP,KR,VN,ID,CN,MY,KH\",\n                \"locationCode\": \"AS-12\",\n                \"description\": \"Asia (12 areas) 1GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 136000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Cambodia\",\n                        \"locationLogo\": \"/img/flags/kh.png\",\n                        \"locationCode\": \"KH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Metfone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"China mainland\",\n                        \"locationLogo\": \"/img/flags/cn.png\",\n                        \"locationCode\": \"CN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"China Unicom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Hong Kong (China)\",\n                        \"locationLogo\": \"/img/flags/hk.png\",\n                        \"locationCode\": \"HK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"csl\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Indonesia\",\n                        \"locationLogo\": \"/img/flags/id.png\",\n                        \"locationCode\": \"ID\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telkomsel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Macao (China)\",\n                        \"locationLogo\": \"/img/flags/mo.png\",\n                        \"locationCode\": \"MO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"CTM\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Malaysia\",\n                        \"locationLogo\": \"/img/flags/my.png\",\n                        \"locationCode\": \"MY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"CelcomDigi\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Maxis\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Singapore\",\n                        \"locationLogo\": \"/img/flags/sg.png\",\n                        \"locationCode\": \"SG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SingTel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"South Korea\",\n                        \"locationLogo\": \"/img/flags/kr.png\",\n                        \"locationCode\": \"KR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SKTelecom\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"LG U+\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Taiwan (China)\",\n                        \"locationLogo\": \"/img/flags/tw.png\",\n                        \"locationCode\": \"TW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Chunghwa\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Thailand\",\n                        \"locationLogo\": \"/img/flags/th.png\",\n                        \"locationCode\": \"TH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"DTAC\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"TrueMove H\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Vietnam\",\n                        \"locationLogo\": \"/img/flags/vn.png\",\n                        \"locationCode\": \"VN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"MobiFone\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Viettel Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vietnamobile\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PVBKS19B4\",\n                \"slug\": \"AS-12_2_Daily\",\n                \"name\": \"Asia (12 areas) 2GB/Day\",\n                \"price\": 66000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"MO,HK,TW,TH,SG,JP,KR,VN,ID,CN,MY,KH\",\n                \"locationCode\": \"AS-12\",\n                \"description\": \"Asia (12 areas) 2GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 264000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"128 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Cambodia\",\n                        \"locationLogo\": \"/img/flags/kh.png\",\n                        \"locationCode\": \"KH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Metfone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"China mainland\",\n                        \"locationLogo\": \"/img/flags/cn.png\",\n                        \"locationCode\": \"CN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"China Unicom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Hong Kong (China)\",\n                        \"locationLogo\": \"/img/flags/hk.png\",\n                        \"locationCode\": \"HK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"csl\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Indonesia\",\n                        \"locationLogo\": \"/img/flags/id.png\",\n                        \"locationCode\": \"ID\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telkomsel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Macao (China)\",\n                        \"locationLogo\": \"/img/flags/mo.png\",\n                        \"locationCode\": \"MO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"CTM\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Malaysia\",\n                        \"locationLogo\": \"/img/flags/my.png\",\n                        \"locationCode\": \"MY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"CelcomDigi\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Maxis\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Singapore\",\n                        \"locationLogo\": \"/img/flags/sg.png\",\n                        \"locationCode\": \"SG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SingTel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"South Korea\",\n                        \"locationLogo\": \"/img/flags/kr.png\",\n                        \"locationCode\": \"KR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SKTelecom\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"LG U+\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Taiwan (China)\",\n                        \"locationLogo\": \"/img/flags/tw.png\",\n                        \"locationCode\": \"TW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Chunghwa\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Thailand\",\n                        \"locationLogo\": \"/img/flags/th.png\",\n                        \"locationCode\": \"TH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"DTAC\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"TrueMove H\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Vietnam\",\n                        \"locationLogo\": \"/img/flags/vn.png\",\n                        \"locationCode\": \"VN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"MobiFone\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Viettel Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vietnamobile\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PM5T3Z4UM\",\n                \"slug\": \"AS-12_3_Daily\",\n                \"name\": \"Asia (12 areas) 3GB/Day\",\n                \"price\": 87000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 3221225472,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"MO,HK,TW,TH,SG,JP,KR,VN,ID,CN,MY,KH\",\n                \"locationCode\": \"AS-12\",\n                \"description\": \"Asia (12 areas) 3GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 348000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"128 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Cambodia\",\n                        \"locationLogo\": \"/img/flags/kh.png\",\n                        \"locationCode\": \"KH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Metfone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"China mainland\",\n                        \"locationLogo\": \"/img/flags/cn.png\",\n                        \"locationCode\": \"CN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"China Unicom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Hong Kong (China)\",\n                        \"locationLogo\": \"/img/flags/hk.png\",\n                        \"locationCode\": \"HK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"csl\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Indonesia\",\n                        \"locationLogo\": \"/img/flags/id.png\",\n                        \"locationCode\": \"ID\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telkomsel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Macao (China)\",\n                        \"locationLogo\": \"/img/flags/mo.png\",\n                        \"locationCode\": \"MO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"CTM\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Malaysia\",\n                        \"locationLogo\": \"/img/flags/my.png\",\n                        \"locationCode\": \"MY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"CelcomDigi\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Maxis\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Singapore\",\n                        \"locationLogo\": \"/img/flags/sg.png\",\n                        \"locationCode\": \"SG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SingTel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"South Korea\",\n                        \"locationLogo\": \"/img/flags/kr.png\",\n                        \"locationCode\": \"KR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SKTelecom\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"LG U+\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Taiwan (China)\",\n                        \"locationLogo\": \"/img/flags/tw.png\",\n                        \"locationCode\": \"TW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Chunghwa\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Thailand\",\n                        \"locationLogo\": \"/img/flags/th.png\",\n                        \"locationCode\": \"TH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"DTAC\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"TrueMove H\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Vietnam\",\n                        \"locationLogo\": \"/img/flags/vn.png\",\n                        \"locationCode\": \"VN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"MobiFone\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Viettel Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vietnamobile\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PRUQ8T3B2\",\n                \"slug\": \"AU_2_Daily\",\n                \"name\": \"Australia 2GB/Day\",\n                \"price\": 20000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"AU\",\n                \"locationCode\": \"AU\",\n                \"description\": \"Australia 2GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 80000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Australia\",\n                        \"locationLogo\": \"/img/flags/au.png\",\n                        \"locationCode\": \"AU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Optus\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P4GHU52FZ\",\n                \"slug\": \"AU_3_Daily\",\n                \"name\": \"Australia 3GB/Day\",\n                \"price\": 28500,\n                \"currencyCode\": \"USD\",\n                \"volume\": 3221225472,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"AU\",\n                \"locationCode\": \"AU\",\n                \"description\": \"Australia 3GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 114000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Australia\",\n                        \"locationLogo\": \"/img/flags/au.png\",\n                        \"locationCode\": \"AU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Optus\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PWV71AAT5\",\n                \"slug\": \"AU_10_Daily\",\n                \"name\": \"Australia 10GB/Day\",\n                \"price\": 50000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 10737418240,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"AU\",\n                \"locationCode\": \"AU\",\n                \"description\": \"Australia 10GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 200000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Australia\",\n                        \"locationLogo\": \"/img/flags/au.png\",\n                        \"locationCode\": \"AU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Optus\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PS4XW6D9Y\",\n                \"slug\": \"BH_0.5_Daily\",\n                \"name\": \"Bahrain 500MB/Day\",\n                \"price\": 11000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"BH\",\n                \"locationCode\": \"BH\",\n                \"description\": \"Bahrain 500MB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 44000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Bahrain\",\n                        \"locationLogo\": \"/img/flags/bh.png\",\n                        \"locationCode\": \"BH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Zain\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PU3UL09EV\",\n                \"slug\": \"BH_1_Daily\",\n                \"name\": \"Bahrain 1GB/Day\",\n                \"price\": 22000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"BH\",\n                \"locationCode\": \"BH\",\n                \"description\": \"Bahrain 1GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 88000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Bahrain\",\n                        \"locationLogo\": \"/img/flags/bh.png\",\n                        \"locationCode\": \"BH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Zain\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PCF04T9CZ\",\n                \"slug\": \"BH_2_Daily\",\n                \"name\": \"Bahrain 2GB/Day\",\n                \"price\": 38000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"BH\",\n                \"locationCode\": \"BH\",\n                \"description\": \"Bahrain 2GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 152000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Bahrain\",\n                        \"locationLogo\": \"/img/flags/bh.png\",\n                        \"locationCode\": \"BH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Zain\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PX05WUEX1\",\n                \"slug\": \"BH_3_Daily\",\n                \"name\": \"Bahrain 3GB/Day\",\n                \"price\": 57000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 3221225472,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"BH\",\n                \"locationCode\": \"BH\",\n                \"description\": \"Bahrain 3GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 228000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Bahrain\",\n                        \"locationLogo\": \"/img/flags/bh.png\",\n                        \"locationCode\": \"BH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Zain\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PRWWKX908\",\n                \"slug\": \"BN_0.5_Daily\",\n                \"name\": \"Brunei Darussalam 500MB/Day\",\n                \"price\": 30000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"BN\",\n                \"locationCode\": \"BN\",\n                \"description\": \"Brunei Darussalam 500MB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 120000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"128 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Brunei Darussalam\",\n                        \"locationLogo\": \"/img/flags/bn.png\",\n                        \"locationCode\": \"BN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"DST\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PU2ENL69H\",\n                \"slug\": \"BN_1_Daily\",\n                \"name\": \"Brunei Darussalam 1GB/Day\",\n                \"price\": 45000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"BN\",\n                \"locationCode\": \"BN\",\n                \"description\": \"Brunei Darussalam 1GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 180000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"128 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Brunei Darussalam\",\n                        \"locationLogo\": \"/img/flags/bn.png\",\n                        \"locationCode\": \"BN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"DST\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PPPTNR783\",\n                \"slug\": \"CA_0.5_Daily\",\n                \"name\": \"Canada 500MB/Day\",\n                \"price\": 9000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"CA\",\n                \"locationCode\": \"CA\",\n                \"description\": \"Canada 500MB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 36000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Canada\",\n                        \"locationLogo\": \"/img/flags/ca.png\",\n                        \"locationCode\": \"CA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Rogers Wireless\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P58GBEZQ3\",\n                \"slug\": \"CA_3_Daily\",\n                \"name\": \"Canada 3GB/Day\",\n                \"price\": 54000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 3221225472,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"CA\",\n                \"locationCode\": \"CA\",\n                \"description\": \"Canada 3GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 216000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Canada\",\n                        \"locationLogo\": \"/img/flags/ca.png\",\n                        \"locationCode\": \"CA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Rogers Wireless\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PN6QWT0Q4\",\n                \"slug\": \"CN-3_0.5_Daily\",\n                \"name\": \"China (mainland HK Macao) 500MB/Day\",\n                \"price\": 9000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"MO,HK,CN\",\n                \"locationCode\": \"CN-3\",\n                \"description\": \"China (mainland HK Macao) 500MB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 36000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"China mainland\",\n                        \"locationLogo\": \"/img/flags/cn.png\",\n                        \"locationCode\": \"CN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"China Mobile\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Hong Kong (China)\",\n                        \"locationLogo\": \"/img/flags/hk.png\",\n                        \"locationCode\": \"HK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"CMHK\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Macao (China)\",\n                        \"locationLogo\": \"/img/flags/mo.png\",\n                        \"locationCode\": \"MO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"CTM\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P78RBUJQ4\",\n                \"slug\": \"CN-3_1_Daily\",\n                \"name\": \"China (mainland HK Macao) 1GB/Day\",\n                \"price\": 16000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"MO,HK,CN\",\n                \"locationCode\": \"CN-3\",\n                \"description\": \"China (mainland HK Macao) 1GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 64000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"China mainland\",\n                        \"locationLogo\": \"/img/flags/cn.png\",\n                        \"locationCode\": \"CN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"China Mobile\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Hong Kong (China)\",\n                        \"locationLogo\": \"/img/flags/hk.png\",\n                        \"locationCode\": \"HK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"CMHK\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Macao (China)\",\n                        \"locationLogo\": \"/img/flags/mo.png\",\n                        \"locationCode\": \"MO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"CTM\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PY0WGY2C1\",\n                \"slug\": \"CN-3_2_Daily\",\n                \"name\": \"China (mainland HK Macao) 2GB/Day\",\n                \"price\": 25000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"MO,HK,CN\",\n                \"locationCode\": \"CN-3\",\n                \"description\": \"China (mainland HK Macao) 2GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 100000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"China mainland\",\n                        \"locationLogo\": \"/img/flags/cn.png\",\n                        \"locationCode\": \"CN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"China Mobile\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Hong Kong (China)\",\n                        \"locationLogo\": \"/img/flags/hk.png\",\n                        \"locationCode\": \"HK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"CMHK\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Macao (China)\",\n                        \"locationLogo\": \"/img/flags/mo.png\",\n                        \"locationCode\": \"MO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"CTM\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PB64TT7WN\",\n                \"slug\": \"CN-3_3_Daily\",\n                \"name\": \"China (mainland HK Macao) 3GB/Day\",\n                \"price\": 38000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 3221225472,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"MO,HK,CN\",\n                \"locationCode\": \"CN-3\",\n                \"description\": \"China (mainland HK Macao) 3GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 152000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"China mainland\",\n                        \"locationLogo\": \"/img/flags/cn.png\",\n                        \"locationCode\": \"CN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"China Mobile\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Hong Kong (China)\",\n                        \"locationLogo\": \"/img/flags/hk.png\",\n                        \"locationCode\": \"HK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"CMHK\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Macao (China)\",\n                        \"locationLogo\": \"/img/flags/mo.png\",\n                        \"locationCode\": \"MO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"CTM\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P61RQP7ZW\",\n                \"slug\": \"EU-30_0.5_Daily\",\n                \"name\": \"Europe(30+ areas) 500MB/Day\",\n                \"price\": 8000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"NO,DE,BE,FI,PT,BG,DK,LT,LU,LV,HR,UA,FR,HU,SE,SI,SK,GB,IE,EE,CH,MT,IS,IT,GR,ES,AT,CY,CZ,PL,RO,LI,NL,TR\",\n                \"locationCode\": \"EU-30\",\n                \"description\": \"Europe(30+ areas) 500MB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 32000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Austria\",\n                        \"locationLogo\": \"/img/flags/at.png\",\n                        \"locationCode\": \"AT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Belgium\",\n                        \"locationLogo\": \"/img/flags/be.png\",\n                        \"locationCode\": \"BE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Base\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Proximus\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Bulgaria\",\n                        \"locationLogo\": \"/img/flags/bg.png\",\n                        \"locationCode\": \"BG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vivacom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Croatia\",\n                        \"locationLogo\": \"/img/flags/hr.png\",\n                        \"locationCode\": \"HR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tele2\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"A1\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Cyprus\",\n                        \"locationLogo\": \"/img/flags/cy.png\",\n                        \"locationCode\": \"CY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"PrimeTel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Czech Republic\",\n                        \"locationLogo\": \"/img/flags/cz.png\",\n                        \"locationCode\": \"CZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Denmark\",\n                        \"locationLogo\": \"/img/flags/dk.png\",\n                        \"locationCode\": \"DK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"TDC\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Estonia\",\n                        \"locationLogo\": \"/img/flags/ee.png\",\n                        \"locationCode\": \"EE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Elisa\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Finland\",\n                        \"locationLogo\": \"/img/flags/fi.png\",\n                        \"locationCode\": \"FI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Elisa\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia / DNA\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"France\",\n                        \"locationLogo\": \"/img/flags/fr.png\",\n                        \"locationCode\": \"FR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SFR\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Bouygues\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Free Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Germany\",\n                        \"locationLogo\": \"/img/flags/de.png\",\n                        \"locationCode\": \"DE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Greece\",\n                        \"locationLogo\": \"/img/flags/gr.png\",\n                        \"locationCode\": \"GR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Wind\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Hungary\",\n                        \"locationLogo\": \"/img/flags/hu.png\",\n                        \"locationCode\": \"HU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telenor Hungary\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Iceland\",\n                        \"locationLogo\": \"/img/flags/is.png\",\n                        \"locationCode\": \"IS\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Nova\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Ireland\",\n                        \"locationLogo\": \"/img/flags/ie.png\",\n                        \"locationCode\": \"IE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Italy\",\n                        \"locationLogo\": \"/img/flags/it.png\",\n                        \"locationCode\": \"IT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Wind\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Latvia\",\n                        \"locationLogo\": \"/img/flags/lv.png\",\n                        \"locationCode\": \"LV\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"LMT\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Bite\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Liechtenstein\",\n                        \"locationLogo\": \"/img/flags/li.png\",\n                        \"locationCode\": \"LI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"FL1\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"7acht\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Lithuania\",\n                        \"locationLogo\": \"/img/flags/lt.png\",\n                        \"locationCode\": \"LT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"BITĖ\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Luxembourg\",\n                        \"locationLogo\": \"/img/flags/lu.png\",\n                        \"locationCode\": \"LU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"POST\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Tango\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Malta\",\n                        \"locationLogo\": \"/img/flags/mt.png\",\n                        \"locationCode\": \"MT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"GO\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Melita\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Netherlands\",\n                        \"locationLogo\": \"/img/flags/nl.png\",\n                        \"locationCode\": \"NL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"KPN\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Norway\",\n                        \"locationLogo\": \"/img/flags/no.png\",\n                        \"locationCode\": \"NO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Poland\",\n                        \"locationLogo\": \"/img/flags/pl.png\",\n                        \"locationCode\": \"PL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Play\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Plus\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Portugal\",\n                        \"locationLogo\": \"/img/flags/pt.png\",\n                        \"locationCode\": \"PT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"NOS\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"MEO\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Romania\",\n                        \"locationLogo\": \"/img/flags/ro.png\",\n                        \"locationCode\": \"RO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Digi.Mobil\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Slovakia\",\n                        \"locationLogo\": \"/img/flags/sk.png\",\n                        \"locationCode\": \"SK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Slovenia\",\n                        \"locationLogo\": \"/img/flags/si.png\",\n                        \"locationCode\": \"SI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Mobitel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telemach\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"A1\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Spain\",\n                        \"locationLogo\": \"/img/flags/es.png\",\n                        \"locationCode\": \"ES\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Yoigo\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Sweden\",\n                        \"locationLogo\": \"/img/flags/se.png\",\n                        \"locationCode\": \"SE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Switzerland\",\n                        \"locationLogo\": \"/img/flags/ch.png\",\n                        \"locationCode\": \"CH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Sunrise\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Salt\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Swisscom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Turkey\",\n                        \"locationLogo\": \"/img/flags/tr.png\",\n                        \"locationCode\": \"TR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Türk Telekom\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Turkcell\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Ukraine\",\n                        \"locationLogo\": \"/img/flags/ua.png\",\n                        \"locationCode\": \"UA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"lifecell\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Kyivstar\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"United Kingdom\",\n                        \"locationLogo\": \"/img/flags/gb.png\",\n                        \"locationCode\": \"GB\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P82Y6VYRL\",\n                \"slug\": \"EU-30_0.3_Daily\",\n                \"name\": \"Europe(30+ areas) 300MB/Day\",\n                \"price\": 4500,\n                \"currencyCode\": \"USD\",\n                \"volume\": 314572800,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"NO,DE,BE,FI,PT,BG,DK,LT,LU,LV,HR,UA,FR,HU,SE,SI,SK,GB,IE,EE,CH,MT,IS,IT,GR,ES,AT,CY,CZ,PL,RO,LI,NL,TR\",\n                \"locationCode\": \"EU-30\",\n                \"description\": \"Europe(30+ areas) 300MB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 18000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Austria\",\n                        \"locationLogo\": \"/img/flags/at.png\",\n                        \"locationCode\": \"AT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Belgium\",\n                        \"locationLogo\": \"/img/flags/be.png\",\n                        \"locationCode\": \"BE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Base\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Proximus\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Bulgaria\",\n                        \"locationLogo\": \"/img/flags/bg.png\",\n                        \"locationCode\": \"BG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vivacom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Croatia\",\n                        \"locationLogo\": \"/img/flags/hr.png\",\n                        \"locationCode\": \"HR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tele2\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"A1\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Cyprus\",\n                        \"locationLogo\": \"/img/flags/cy.png\",\n                        \"locationCode\": \"CY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"PrimeTel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Czech Republic\",\n                        \"locationLogo\": \"/img/flags/cz.png\",\n                        \"locationCode\": \"CZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Denmark\",\n                        \"locationLogo\": \"/img/flags/dk.png\",\n                        \"locationCode\": \"DK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"TDC\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Estonia\",\n                        \"locationLogo\": \"/img/flags/ee.png\",\n                        \"locationCode\": \"EE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Elisa\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Finland\",\n                        \"locationLogo\": \"/img/flags/fi.png\",\n                        \"locationCode\": \"FI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Elisa\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia / DNA\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"France\",\n                        \"locationLogo\": \"/img/flags/fr.png\",\n                        \"locationCode\": \"FR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SFR\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Bouygues\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Free Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Germany\",\n                        \"locationLogo\": \"/img/flags/de.png\",\n                        \"locationCode\": \"DE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Greece\",\n                        \"locationLogo\": \"/img/flags/gr.png\",\n                        \"locationCode\": \"GR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Wind\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Hungary\",\n                        \"locationLogo\": \"/img/flags/hu.png\",\n                        \"locationCode\": \"HU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telenor Hungary\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Iceland\",\n                        \"locationLogo\": \"/img/flags/is.png\",\n                        \"locationCode\": \"IS\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Nova\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Ireland\",\n                        \"locationLogo\": \"/img/flags/ie.png\",\n                        \"locationCode\": \"IE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Italy\",\n                        \"locationLogo\": \"/img/flags/it.png\",\n                        \"locationCode\": \"IT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Wind\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Latvia\",\n                        \"locationLogo\": \"/img/flags/lv.png\",\n                        \"locationCode\": \"LV\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"LMT\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Bite\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Liechtenstein\",\n                        \"locationLogo\": \"/img/flags/li.png\",\n                        \"locationCode\": \"LI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"FL1\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"7acht\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Lithuania\",\n                        \"locationLogo\": \"/img/flags/lt.png\",\n                        \"locationCode\": \"LT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"BITĖ\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Luxembourg\",\n                        \"locationLogo\": \"/img/flags/lu.png\",\n                        \"locationCode\": \"LU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"POST\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Tango\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Malta\",\n                        \"locationLogo\": \"/img/flags/mt.png\",\n                        \"locationCode\": \"MT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"GO\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Melita\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Netherlands\",\n                        \"locationLogo\": \"/img/flags/nl.png\",\n                        \"locationCode\": \"NL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"KPN\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Norway\",\n                        \"locationLogo\": \"/img/flags/no.png\",\n                        \"locationCode\": \"NO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Poland\",\n                        \"locationLogo\": \"/img/flags/pl.png\",\n                        \"locationCode\": \"PL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Play\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Plus\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Portugal\",\n                        \"locationLogo\": \"/img/flags/pt.png\",\n                        \"locationCode\": \"PT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"NOS\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"MEO\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Romania\",\n                        \"locationLogo\": \"/img/flags/ro.png\",\n                        \"locationCode\": \"RO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Digi.Mobil\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Slovakia\",\n                        \"locationLogo\": \"/img/flags/sk.png\",\n                        \"locationCode\": \"SK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Slovenia\",\n                        \"locationLogo\": \"/img/flags/si.png\",\n                        \"locationCode\": \"SI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Mobitel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telemach\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"A1\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Spain\",\n                        \"locationLogo\": \"/img/flags/es.png\",\n                        \"locationCode\": \"ES\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Yoigo\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Sweden\",\n                        \"locationLogo\": \"/img/flags/se.png\",\n                        \"locationCode\": \"SE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Switzerland\",\n                        \"locationLogo\": \"/img/flags/ch.png\",\n                        \"locationCode\": \"CH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Sunrise\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Salt\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Swisscom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Turkey\",\n                        \"locationLogo\": \"/img/flags/tr.png\",\n                        \"locationCode\": \"TR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Türk Telekom\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Turkcell\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Ukraine\",\n                        \"locationLogo\": \"/img/flags/ua.png\",\n                        \"locationCode\": \"UA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"lifecell\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Kyivstar\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"United Kingdom\",\n                        \"locationLogo\": \"/img/flags/gb.png\",\n                        \"locationCode\": \"GB\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P3RA09KRL\",\n                \"slug\": \"ID_2_Daily\",\n                \"name\": \"Indonesia 2GB/Day\",\n                \"price\": 16000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"ID\",\n                \"locationCode\": \"ID\",\n                \"description\": \"Indonesia 2GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 64000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Indonesia\",\n                        \"locationLogo\": \"/img/flags/id.png\",\n                        \"locationCode\": \"ID\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"XL\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Telkomsel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PWV1DH08R\",\n                \"slug\": \"ID_3_Daily\",\n                \"name\": \"Indonesia 3GB/Day\",\n                \"price\": 24000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 3221225472,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"ID\",\n                \"locationCode\": \"ID\",\n                \"description\": \"Indonesia 3GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 96000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Indonesia\",\n                        \"locationLogo\": \"/img/flags/id.png\",\n                        \"locationCode\": \"ID\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"XL\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Telkomsel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P2KEH0D5E\",\n                \"slug\": \"ID_10_Daily\",\n                \"name\": \"Indonesia 10GB/Day\",\n                \"price\": 58000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 10737418240,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"ID\",\n                \"locationCode\": \"ID\",\n                \"description\": \"Indonesia 10GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 232000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Indonesia\",\n                        \"locationLogo\": \"/img/flags/id.png\",\n                        \"locationCode\": \"ID\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"XL\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Telkomsel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P6XJ4XAA1\",\n                \"slug\": \"IQ_0.5_Daily\",\n                \"name\": \"Iraq 500MB/Day\",\n                \"price\": 11000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"IQ\",\n                \"locationCode\": \"IQ\",\n                \"description\": \"Iraq 500MB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 44000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"128 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Iraq\",\n                        \"locationLogo\": \"/img/flags/iq.png\",\n                        \"locationCode\": \"IQ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Zain\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Korek\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Asia Cell\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PS0TRW67Y\",\n                \"slug\": \"IQ_1_Daily\",\n                \"name\": \"Iraq 1GB/Day\",\n                \"price\": 22000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"IQ\",\n                \"locationCode\": \"IQ\",\n                \"description\": \"Iraq 1GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 88000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"128 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Iraq\",\n                        \"locationLogo\": \"/img/flags/iq.png\",\n                        \"locationCode\": \"IQ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Zain\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Korek\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Asia Cell\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PQ206NZYN\",\n                \"slug\": \"IQ_2_Daily\",\n                \"name\": \"Iraq 2GB/Day\",\n                \"price\": 43000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"IQ\",\n                \"locationCode\": \"IQ\",\n                \"description\": \"Iraq 2GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 172000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"128 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Iraq\",\n                        \"locationLogo\": \"/img/flags/iq.png\",\n                        \"locationCode\": \"IQ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Zain\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Korek\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Asia Cell\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P3YAYU76M\",\n                \"slug\": \"IQ_3_Daily\",\n                \"name\": \"Iraq 3GB/Day\",\n                \"price\": 56000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 3221225472,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"IQ\",\n                \"locationCode\": \"IQ\",\n                \"description\": \"Iraq 3GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 224000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"128 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Iraq\",\n                        \"locationLogo\": \"/img/flags/iq.png\",\n                        \"locationCode\": \"IQ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Zain\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Korek\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Asia Cell\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P6EUQ8HV5\",\n                \"slug\": \"IL_0.5_Daily\",\n                \"name\": \"Israel 500MB/Day\",\n                \"price\": 18500,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"IL\",\n                \"locationCode\": \"IL\",\n                \"description\": \"Israel 500MB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 74000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"IL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Israel\",\n                        \"locationLogo\": \"/img/flags/il.png\",\n                        \"locationCode\": \"IL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Cellcom\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Pelephone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Hot Mobile\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P83SJWZ7Z\",\n                \"slug\": \"IL_1_Daily\",\n                \"name\": \"Israel 1GB/Day\",\n                \"price\": 29000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"IL\",\n                \"locationCode\": \"IL\",\n                \"description\": \"Israel 1GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 116000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"IL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Israel\",\n                        \"locationLogo\": \"/img/flags/il.png\",\n                        \"locationCode\": \"IL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Cellcom\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Pelephone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Hot Mobile\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PQSCDP235\",\n                \"slug\": \"IL_2_Daily\",\n                \"name\": \"Israel 2GB/Day\",\n                \"price\": 54000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"IL\",\n                \"locationCode\": \"IL\",\n                \"description\": \"Israel 2GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 216000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"IL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Israel\",\n                        \"locationLogo\": \"/img/flags/il.png\",\n                        \"locationCode\": \"IL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Cellcom\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Pelephone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Hot Mobile\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PYCQ2P3E1\",\n                \"slug\": \"IL_3_Daily\",\n                \"name\": \"Israel 3GB/Day\",\n                \"price\": 80000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 3221225472,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"IL\",\n                \"locationCode\": \"IL\",\n                \"description\": \"Israel 3GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 320000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"IL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Israel\",\n                        \"locationLogo\": \"/img/flags/il.png\",\n                        \"locationCode\": \"IL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Cellcom\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Pelephone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Hot Mobile\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P0GTZA81N\",\n                \"slug\": \"JP_3_Daily\",\n                \"name\": \"Japan 3GB/Day\",\n                \"price\": 22000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 3221225472,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"JP\",\n                \"locationCode\": \"JP\",\n                \"description\": \"Japan 3GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 88000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SoftBank\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P7L62ZCMR\",\n                \"slug\": \"NZ_2_Daily\",\n                \"name\": \"New Zealand 2GB/Day\",\n                \"price\": 24000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"NZ\",\n                \"locationCode\": \"NZ\",\n                \"description\": \"New Zealand 2GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 96000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"SG\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"New Zealand\",\n                        \"locationLogo\": \"/img/flags/nz.png\",\n                        \"locationCode\": \"NZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Spark\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P65ZSJGC3\",\n                \"slug\": \"NZ_3_Daily\",\n                \"name\": \"New Zealand 3GB/Day\",\n                \"price\": 30000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 3221225472,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"NZ\",\n                \"locationCode\": \"NZ\",\n                \"description\": \"New Zealand 3GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 120000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"SG\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"New Zealand\",\n                        \"locationLogo\": \"/img/flags/nz.png\",\n                        \"locationCode\": \"NZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Spark\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PLF76MUC5\",\n                \"slug\": \"NA-3_0.5_Daily\",\n                \"name\": \"North America 500MB/Day\",\n                \"price\": 11500,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"MX,US,CA\",\n                \"locationCode\": \"NA-3\",\n                \"description\": \"North America 500MB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 46000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Canada\",\n                        \"locationLogo\": \"/img/flags/ca.png\",\n                        \"locationCode\": \"CA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Rogers Wireless\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telus\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Bell\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Mexico\",\n                        \"locationLogo\": \"/img/flags/mx.png\",\n                        \"locationCode\": \"MX\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telcel\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"AT&T\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"United States\",\n                        \"locationLogo\": \"/img/flags/us.png\",\n                        \"locationCode\": \"US\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Verizon\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"AT&T\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P5N9FP7RL\",\n                \"slug\": \"NA-3_3_Daily\",\n                \"name\": \"North America 3GB/Day\",\n                \"price\": 56000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 3221225472,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"MX,US,CA\",\n                \"locationCode\": \"NA-3\",\n                \"description\": \"North America 3GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 224000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"128 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Canada\",\n                        \"locationLogo\": \"/img/flags/ca.png\",\n                        \"locationCode\": \"CA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Rogers Wireless\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Videotron\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Mexico\",\n                        \"locationLogo\": \"/img/flags/mx.png\",\n                        \"locationCode\": \"MX\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telcel\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"United States\",\n                        \"locationLogo\": \"/img/flags/us.png\",\n                        \"locationCode\": \"US\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Verizon\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P7H5ESZX4\",\n                \"slug\": \"PH_3_Daily\",\n                \"name\": \"Philippine 3GB/Day\",\n                \"price\": 45000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 3221225472,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"PH\",\n                \"locationCode\": \"PH\",\n                \"description\": \"Philippine 3GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 180000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Philippines\",\n                        \"locationLogo\": \"/img/flags/ph.png\",\n                        \"locationCode\": \"PH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Globe\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SMART\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PQD094RUX\",\n                \"slug\": \"RE_0.5_Daily\",\n                \"name\": \"Reunion 500MB/Day\",\n                \"price\": 14500,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"RE\",\n                \"locationCode\": \"RE\",\n                \"description\": \"Reunion 500MB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 58000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"128 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Reunion\",\n                        \"locationLogo\": \"/img/flags/re.png\",\n                        \"locationCode\": \"RE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PHMS8J01F\",\n                \"slug\": \"RE_1_Daily\",\n                \"name\": \"Reunion 1GB/Day\",\n                \"price\": 29000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"RE\",\n                \"locationCode\": \"RE\",\n                \"description\": \"Reunion 1GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 116000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"128 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Reunion\",\n                        \"locationLogo\": \"/img/flags/re.png\",\n                        \"locationCode\": \"RE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P1X3N5XFT\",\n                \"slug\": \"RE_2_Daily\",\n                \"name\": \"Reunion 2GB/Day\",\n                \"price\": 55000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"RE\",\n                \"locationCode\": \"RE\",\n                \"description\": \"Reunion 2GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 220000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"128 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Reunion\",\n                        \"locationLogo\": \"/img/flags/re.png\",\n                        \"locationCode\": \"RE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P530XLLHQ\",\n                \"slug\": \"RE_3_Daily\",\n                \"name\": \"Reunion 3GB/Day\",\n                \"price\": 71000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 3221225472,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"RE\",\n                \"locationCode\": \"RE\",\n                \"description\": \"Reunion 3GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 284000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"128 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Reunion\",\n                        \"locationLogo\": \"/img/flags/re.png\",\n                        \"locationCode\": \"RE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PD97RF0HS\",\n                \"slug\": \"KR_2_Daily\",\n                \"name\": \"South Korea 2GB/Day\",\n                \"price\": 16000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"KR\",\n                \"locationCode\": \"KR\",\n                \"description\": \"South Korea 2GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 64000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"South Korea\",\n                        \"locationLogo\": \"/img/flags/kr.png\",\n                        \"locationCode\": \"KR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SKTelecom\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"LG U+\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P8Z0SR4YM\",\n                \"slug\": \"KR_3_Daily\",\n                \"name\": \"South Korea 3GB/Day\",\n                \"price\": 24000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 3221225472,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"KR\",\n                \"locationCode\": \"KR\",\n                \"description\": \"South Korea 3GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 96000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"South Korea\",\n                        \"locationLogo\": \"/img/flags/kr.png\",\n                        \"locationCode\": \"KR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SKTelecom\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"LG U+\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P2R7CWSN9\",\n                \"slug\": \"TH_2_Daily\",\n                \"name\": \"Thailand 2GB/Day\",\n                \"price\": 16000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"TH\",\n                \"locationCode\": \"TH\",\n                \"description\": \"Thailand 2GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 64000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Thailand\",\n                        \"locationLogo\": \"/img/flags/th.png\",\n                        \"locationCode\": \"TH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"TrueMove H\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"AIS\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PJ0FB89GA\",\n                \"slug\": \"TH_3_Daily\",\n                \"name\": \"Thailand 3GB/Day\",\n                \"price\": 24000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 3221225472,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"TH\",\n                \"locationCode\": \"TH\",\n                \"description\": \"Thailand 3GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 96000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Thailand\",\n                        \"locationLogo\": \"/img/flags/th.png\",\n                        \"locationCode\": \"TH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"TrueMove H\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"AIS\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PZGX3L09J\",\n                \"slug\": \"US_3_Daily\",\n                \"name\": \"United States 3GB/Day\",\n                \"price\": 38000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 3221225472,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"US\",\n                \"locationCode\": \"US\",\n                \"description\": \"United States 3GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 152000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"United States\",\n                        \"locationLogo\": \"/img/flags/us.png\",\n                        \"locationCode\": \"US\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"T-Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Verizon\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PCD8C1K9R\",\n                \"slug\": \"US_0.5_Daily\",\n                \"name\": \"United States 500MB/Day\",\n                \"price\": 8600,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"US\",\n                \"locationCode\": \"US\",\n                \"description\": \"United States 500MB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 34400,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"United States\",\n                        \"locationLogo\": \"/img/flags/us.png\",\n                        \"locationCode\": \"US\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"T-Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Verizon\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P0VDH4W3H\",\n                \"slug\": \"US_10_Daily\",\n                \"name\": \"United States 10GB/Day\",\n                \"price\": 47000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 10737418240,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"US\",\n                \"locationCode\": \"US\",\n                \"description\": \"United States 10GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 188000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"United States\",\n                        \"locationLogo\": \"/img/flags/us.png\",\n                        \"locationCode\": \"US\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"T-Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Verizon\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PFFM6ED75\",\n                \"slug\": \"JP_5_Daily\",\n                \"name\": \"Japan 5GB/Day\",\n                \"price\": 44000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 5368709120,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"JP\",\n                \"locationCode\": \"JP\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 176000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SoftBank\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PX9TSB16T\",\n                \"slug\": \"KR_5_Daily\",\n                \"name\": \"South Korea 5GB/Day\",\n                \"price\": 39000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 5368709120,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"KR\",\n                \"locationCode\": \"KR\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 156000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"South Korea\",\n                        \"locationLogo\": \"/img/flags/kr.png\",\n                        \"locationCode\": \"KR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SKTelecom\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"LG U+\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"POD4NMN5I\",\n                \"slug\": \"CN_10_Daily\",\n                \"name\": \"China 10GB/Day\",\n                \"price\": 50000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 10737418240,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"CN\",\n                \"locationCode\": \"CN\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 200000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"China mainland\",\n                        \"locationLogo\": \"/img/flags/cn.png\",\n                        \"locationCode\": \"CN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"China Telecom\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"China Unicom\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"China Mobile\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PGP9AZY26\",\n                \"slug\": \"AS-5_10_Daily\",\n                \"name\": \"Central Asia 10GB/Day\",\n                \"price\": 108000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 10737418240,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"UZ,PK,KG,KZ,LK\",\n                \"locationCode\": \"AS-5\",\n                \"description\": \"Central Asia 10GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 432000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Kazakhstan\",\n                        \"locationLogo\": \"/img/flags/kz.png\",\n                        \"locationCode\": \"KZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kyrgyzstan\",\n                        \"locationLogo\": \"/img/flags/kg.png\",\n                        \"locationCode\": \"KG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Pakistan\",\n                        \"locationLogo\": \"/img/flags/pk.png\",\n                        \"locationCode\": \"PK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Jazz\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Sri Lanka\",\n                        \"locationLogo\": \"/img/flags/lk.png\",\n                        \"locationCode\": \"LK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Mobitel\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Hutch\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Uzbekistan\",\n                        \"locationLogo\": \"/img/flags/uz.png\",\n                        \"locationCode\": \"UZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P9RS4VV0A\",\n                \"slug\": \"AS-5_5_Daily\",\n                \"name\": \"Central Asia 5GB/Day\",\n                \"price\": 60000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 5368709120,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"UZ,PK,KG,KZ,LK\",\n                \"locationCode\": \"AS-5\",\n                \"description\": \"Central Asia 5GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 240000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Kazakhstan\",\n                        \"locationLogo\": \"/img/flags/kz.png\",\n                        \"locationCode\": \"KZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kyrgyzstan\",\n                        \"locationLogo\": \"/img/flags/kg.png\",\n                        \"locationCode\": \"KG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Pakistan\",\n                        \"locationLogo\": \"/img/flags/pk.png\",\n                        \"locationCode\": \"PK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Jazz\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Sri Lanka\",\n                        \"locationLogo\": \"/img/flags/lk.png\",\n                        \"locationCode\": \"LK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Mobitel\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Hutch\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Uzbekistan\",\n                        \"locationLogo\": \"/img/flags/uz.png\",\n                        \"locationCode\": \"UZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PJA28XEA7\",\n                \"slug\": \"AS-5_1_Daily\",\n                \"name\": \"Central Asia 1GB/Day\",\n                \"price\": 14000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"UZ,PK,KG,KZ,LK\",\n                \"locationCode\": \"AS-5\",\n                \"description\": \"Central Asia 1GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 56000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Kazakhstan\",\n                        \"locationLogo\": \"/img/flags/kz.png\",\n                        \"locationCode\": \"KZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kyrgyzstan\",\n                        \"locationLogo\": \"/img/flags/kg.png\",\n                        \"locationCode\": \"KG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Pakistan\",\n                        \"locationLogo\": \"/img/flags/pk.png\",\n                        \"locationCode\": \"PK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Jazz\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Sri Lanka\",\n                        \"locationLogo\": \"/img/flags/lk.png\",\n                        \"locationCode\": \"LK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Mobitel\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Hutch\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Uzbekistan\",\n                        \"locationLogo\": \"/img/flags/uz.png\",\n                        \"locationCode\": \"UZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P712EDLGB\",\n                \"slug\": \"AS-5_0.5_Daily\",\n                \"name\": \"Central Asia 500MB/Day\",\n                \"price\": 6000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"UZ,PK,KG,KZ,LK\",\n                \"locationCode\": \"AS-5\",\n                \"description\": \"Central Asia 500MB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 24000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Kazakhstan\",\n                        \"locationLogo\": \"/img/flags/kz.png\",\n                        \"locationCode\": \"KZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kyrgyzstan\",\n                        \"locationLogo\": \"/img/flags/kg.png\",\n                        \"locationCode\": \"KG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Pakistan\",\n                        \"locationLogo\": \"/img/flags/pk.png\",\n                        \"locationCode\": \"PK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Jazz\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Sri Lanka\",\n                        \"locationLogo\": \"/img/flags/lk.png\",\n                        \"locationCode\": \"LK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Mobitel\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Hutch\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Uzbekistan\",\n                        \"locationLogo\": \"/img/flags/uz.png\",\n                        \"locationCode\": \"UZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PLR26GSE7\",\n                \"slug\": \"ME-6_10_Daily\",\n                \"name\": \"Gulf Region 10GB/Day\",\n                \"price\": 220000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 10737418240,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"QA,AE,BH,IQ,KW,SA\",\n                \"locationCode\": \"ME-6\",\n                \"description\": \"Gulf Region 10GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 880000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Bahrain\",\n                        \"locationLogo\": \"/img/flags/bh.png\",\n                        \"locationCode\": \"BH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Zain\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Iraq\",\n                        \"locationLogo\": \"/img/flags/iq.png\",\n                        \"locationCode\": \"IQ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Korek\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kuwait\",\n                        \"locationLogo\": \"/img/flags/kw.png\",\n                        \"locationCode\": \"KW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Zain\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Qatar\",\n                        \"locationLogo\": \"/img/flags/qa.png\",\n                        \"locationCode\": \"QA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"ooredoo\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Saudi Arabia\",\n                        \"locationLogo\": \"/img/flags/sa.png\",\n                        \"locationCode\": \"SA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Mobily\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"United Arab Emirates\",\n                        \"locationLogo\": \"/img/flags/ae.png\",\n                        \"locationCode\": \"AE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Etisalat\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PLK713DWL\",\n                \"slug\": \"ME-6_5_Daily\",\n                \"name\": \"Gulf Region 5GB/Day\",\n                \"price\": 108000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 5368709120,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"QA,AE,BH,IQ,KW,SA\",\n                \"locationCode\": \"ME-6\",\n                \"description\": \"Gulf Region 5GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 432000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Bahrain\",\n                        \"locationLogo\": \"/img/flags/bh.png\",\n                        \"locationCode\": \"BH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Zain\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Iraq\",\n                        \"locationLogo\": \"/img/flags/iq.png\",\n                        \"locationCode\": \"IQ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Korek\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kuwait\",\n                        \"locationLogo\": \"/img/flags/kw.png\",\n                        \"locationCode\": \"KW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Zain\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Qatar\",\n                        \"locationLogo\": \"/img/flags/qa.png\",\n                        \"locationCode\": \"QA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"ooredoo\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Saudi Arabia\",\n                        \"locationLogo\": \"/img/flags/sa.png\",\n                        \"locationCode\": \"SA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Mobily\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"United Arab Emirates\",\n                        \"locationLogo\": \"/img/flags/ae.png\",\n                        \"locationCode\": \"AE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Etisalat\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P40YDJ9WA\",\n                \"slug\": \"ME-6_1_Daily\",\n                \"name\": \"Gulf Region 1GB/Day\",\n                \"price\": 29000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"QA,AE,BH,IQ,KW,SA\",\n                \"locationCode\": \"ME-6\",\n                \"description\": \"Gulf Region 1GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 116000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Bahrain\",\n                        \"locationLogo\": \"/img/flags/bh.png\",\n                        \"locationCode\": \"BH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Zain\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Iraq\",\n                        \"locationLogo\": \"/img/flags/iq.png\",\n                        \"locationCode\": \"IQ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Korek\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kuwait\",\n                        \"locationLogo\": \"/img/flags/kw.png\",\n                        \"locationCode\": \"KW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Zain\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Qatar\",\n                        \"locationLogo\": \"/img/flags/qa.png\",\n                        \"locationCode\": \"QA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"ooredoo\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Saudi Arabia\",\n                        \"locationLogo\": \"/img/flags/sa.png\",\n                        \"locationCode\": \"SA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Mobily\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"United Arab Emirates\",\n                        \"locationLogo\": \"/img/flags/ae.png\",\n                        \"locationCode\": \"AE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Etisalat\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PW9U86NGE\",\n                \"slug\": \"ME-6_0.5_Daily\",\n                \"name\": \"Gulf Region 500MB/Day\",\n                \"price\": 18000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"QA,AE,BH,IQ,KW,SA\",\n                \"locationCode\": \"ME-6\",\n                \"description\": \"Gulf Region 500MB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 72000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Bahrain\",\n                        \"locationLogo\": \"/img/flags/bh.png\",\n                        \"locationCode\": \"BH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Zain\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Iraq\",\n                        \"locationLogo\": \"/img/flags/iq.png\",\n                        \"locationCode\": \"IQ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Korek\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kuwait\",\n                        \"locationLogo\": \"/img/flags/kw.png\",\n                        \"locationCode\": \"KW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Zain\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Qatar\",\n                        \"locationLogo\": \"/img/flags/qa.png\",\n                        \"locationCode\": \"QA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"ooredoo\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Saudi Arabia\",\n                        \"locationLogo\": \"/img/flags/sa.png\",\n                        \"locationCode\": \"SA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Mobily\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"United Arab Emirates\",\n                        \"locationLogo\": \"/img/flags/ae.png\",\n                        \"locationCode\": \"AE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Etisalat\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PX18HJ4XW\",\n                \"slug\": \"CB-24_5_Daily\",\n                \"name\": \"Caribbean (20+ areas) 5GB/Day\",\n                \"price\": 350000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 5368709120,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"BB,PR,JM,PY,DM,DO,BO,BR,GD,GF,KN,UY,AG,MS,AI,GP,CO,AN,VC,KY,TC,AR,VG,PE,LC\",\n                \"locationCode\": \"CB-25\",\n                \"description\": \"Caribbean (20+ areas) 5GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 1400000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Anguilla\",\n                        \"locationLogo\": \"/img/flags/ai.png\",\n                        \"locationCode\": \"AI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"FLOW\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Antigua and Barbuda\",\n                        \"locationLogo\": \"/img/flags/ag.png\",\n                        \"locationCode\": \"AG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"FLOW\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Argentina\",\n                        \"locationLogo\": \"/img/flags/ar.png\",\n                        \"locationCode\": \"AR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Barbados\",\n                        \"locationLogo\": \"/img/flags/bb.png\",\n                        \"locationCode\": \"BB\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"FLOW\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Bolivia\",\n                        \"locationLogo\": \"/img/flags/bo.png\",\n                        \"locationCode\": \"BO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tigo\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Brazil\",\n                        \"locationLogo\": \"/img/flags/br.png\",\n                        \"locationCode\": \"BR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"TIM\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Cayman Islands\",\n                        \"locationLogo\": \"/img/flags/ky.png\",\n                        \"locationCode\": \"KY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"FLOW\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Colombia\",\n                        \"locationLogo\": \"/img/flags/co.png\",\n                        \"locationCode\": \"CO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Tigo\",\n                                \"networkType\": \"3G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Dominica\",\n                        \"locationLogo\": \"/img/flags/dm.png\",\n                        \"locationCode\": \"DM\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"FLOW\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Dominican Republic\",\n                        \"locationLogo\": \"/img/flags/do.png\",\n                        \"locationCode\": \"DO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Altice\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"French Guiana\",\n                        \"locationLogo\": \"/img/flags/gf.png\",\n                        \"locationCode\": \"GF\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Digicel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Grenada\",\n                        \"locationLogo\": \"/img/flags/gd.png\",\n                        \"locationCode\": \"GD\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"FLOW\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Guadeloupe\",\n                        \"locationLogo\": \"/img/flags/gp.png\",\n                        \"locationCode\": \"GP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Dauphin\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Jamaica\",\n                        \"locationLogo\": \"/img/flags/jm.png\",\n                        \"locationCode\": \"JM\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"FLOW\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Montserrat\",\n                        \"locationLogo\": \"/img/flags/ms.png\",\n                        \"locationCode\": \"MS\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"FLOW\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Netherlands Antilles\",\n                        \"locationLogo\": \"/img/flags/an.png\",\n                        \"locationCode\": \"AN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Chippie\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Paraguay\",\n                        \"locationLogo\": \"/img/flags/py.png\",\n                        \"locationCode\": \"PY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tigo\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Personal\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Peru\",\n                        \"locationLogo\": \"/img/flags/pe.png\",\n                        \"locationCode\": \"PE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Entel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Puerto Rico\",\n                        \"locationLogo\": \"/img/flags/pr.png\",\n                        \"locationCode\": \"PR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Saint Kitts and Nevis\",\n                        \"locationLogo\": \"/img/flags/kn.png\",\n                        \"locationCode\": \"KN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"FLOW\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Saint Lucia\",\n                        \"locationLogo\": \"/img/flags/lc.png\",\n                        \"locationCode\": \"LC\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"FLOW\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Saint Vincent and the Grenadines\",\n                        \"locationLogo\": \"/img/flags/vc.png\",\n                        \"locationCode\": \"VC\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"FLOW\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Turks and Caicos Islands\",\n                        \"locationLogo\": \"/img/flags/tc.png\",\n                        \"locationCode\": \"TC\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"FLOW\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Uruguay\",\n                        \"locationLogo\": \"/img/flags/uy.png\",\n                        \"locationCode\": \"UY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Antel\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Virgin Islands- British\",\n                        \"locationLogo\": \"/img/flags/vg.png\",\n                        \"locationCode\": \"VG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"FLOW\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P8JCL47FC\",\n                \"slug\": \"CB-24_1_Daily\",\n                \"name\": \"Caribbean (20+ areas) 1GB/Day\",\n                \"price\": 68000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"BB,PR,JM,PY,DM,DO,BO,BR,GD,GF,KN,UY,AG,MS,AI,GP,CO,AN,VC,KY,TC,AR,VG,PE,LC\",\n                \"locationCode\": \"CB-25\",\n                \"description\": \"Caribbean (20+ areas) 1GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 272000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Anguilla\",\n                        \"locationLogo\": \"/img/flags/ai.png\",\n                        \"locationCode\": \"AI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"FLOW\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Antigua and Barbuda\",\n                        \"locationLogo\": \"/img/flags/ag.png\",\n                        \"locationCode\": \"AG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"FLOW\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Argentina\",\n                        \"locationLogo\": \"/img/flags/ar.png\",\n                        \"locationCode\": \"AR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Barbados\",\n                        \"locationLogo\": \"/img/flags/bb.png\",\n                        \"locationCode\": \"BB\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"FLOW\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Bolivia\",\n                        \"locationLogo\": \"/img/flags/bo.png\",\n                        \"locationCode\": \"BO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tigo\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Brazil\",\n                        \"locationLogo\": \"/img/flags/br.png\",\n                        \"locationCode\": \"BR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"TIM\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Cayman Islands\",\n                        \"locationLogo\": \"/img/flags/ky.png\",\n                        \"locationCode\": \"KY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"FLOW\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Colombia\",\n                        \"locationLogo\": \"/img/flags/co.png\",\n                        \"locationCode\": \"CO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Tigo\",\n                                \"networkType\": \"3G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Dominica\",\n                        \"locationLogo\": \"/img/flags/dm.png\",\n                        \"locationCode\": \"DM\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"FLOW\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Dominican Republic\",\n                        \"locationLogo\": \"/img/flags/do.png\",\n                        \"locationCode\": \"DO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Altice\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"French Guiana\",\n                        \"locationLogo\": \"/img/flags/gf.png\",\n                        \"locationCode\": \"GF\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Digicel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Grenada\",\n                        \"locationLogo\": \"/img/flags/gd.png\",\n                        \"locationCode\": \"GD\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"FLOW\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Guadeloupe\",\n                        \"locationLogo\": \"/img/flags/gp.png\",\n                        \"locationCode\": \"GP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Dauphin\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Jamaica\",\n                        \"locationLogo\": \"/img/flags/jm.png\",\n                        \"locationCode\": \"JM\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"FLOW\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Montserrat\",\n                        \"locationLogo\": \"/img/flags/ms.png\",\n                        \"locationCode\": \"MS\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"FLOW\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Netherlands Antilles\",\n                        \"locationLogo\": \"/img/flags/an.png\",\n                        \"locationCode\": \"AN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Chippie\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Paraguay\",\n                        \"locationLogo\": \"/img/flags/py.png\",\n                        \"locationCode\": \"PY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tigo\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Personal\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Peru\",\n                        \"locationLogo\": \"/img/flags/pe.png\",\n                        \"locationCode\": \"PE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Entel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Puerto Rico\",\n                        \"locationLogo\": \"/img/flags/pr.png\",\n                        \"locationCode\": \"PR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Saint Kitts and Nevis\",\n                        \"locationLogo\": \"/img/flags/kn.png\",\n                        \"locationCode\": \"KN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"FLOW\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Saint Lucia\",\n                        \"locationLogo\": \"/img/flags/lc.png\",\n                        \"locationCode\": \"LC\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"FLOW\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Saint Vincent and the Grenadines\",\n                        \"locationLogo\": \"/img/flags/vc.png\",\n                        \"locationCode\": \"VC\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"FLOW\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Turks and Caicos Islands\",\n                        \"locationLogo\": \"/img/flags/tc.png\",\n                        \"locationCode\": \"TC\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"FLOW\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Uruguay\",\n                        \"locationLogo\": \"/img/flags/uy.png\",\n                        \"locationCode\": \"UY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Antel\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Virgin Islands- British\",\n                        \"locationLogo\": \"/img/flags/vg.png\",\n                        \"locationCode\": \"VG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"FLOW\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PX2WSA7L1\",\n                \"slug\": \"CB-24_0.5_Daily\",\n                \"name\": \"Caribbean (20+ areas) 500MB/Day\",\n                \"price\": 30000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"BB,PR,JM,PY,DM,DO,BO,BR,GD,GF,KN,UY,AG,MS,AI,GP,CO,AN,VC,KY,TC,AR,VG,PE,LC\",\n                \"locationCode\": \"CB-25\",\n                \"description\": \"Caribbean (20+ areas) 500MB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 120000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Anguilla\",\n                        \"locationLogo\": \"/img/flags/ai.png\",\n                        \"locationCode\": \"AI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"FLOW\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Antigua and Barbuda\",\n                        \"locationLogo\": \"/img/flags/ag.png\",\n                        \"locationCode\": \"AG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"FLOW\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Argentina\",\n                        \"locationLogo\": \"/img/flags/ar.png\",\n                        \"locationCode\": \"AR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Barbados\",\n                        \"locationLogo\": \"/img/flags/bb.png\",\n                        \"locationCode\": \"BB\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"FLOW\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Bolivia\",\n                        \"locationLogo\": \"/img/flags/bo.png\",\n                        \"locationCode\": \"BO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tigo\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Brazil\",\n                        \"locationLogo\": \"/img/flags/br.png\",\n                        \"locationCode\": \"BR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"TIM\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Cayman Islands\",\n                        \"locationLogo\": \"/img/flags/ky.png\",\n                        \"locationCode\": \"KY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"FLOW\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Colombia\",\n                        \"locationLogo\": \"/img/flags/co.png\",\n                        \"locationCode\": \"CO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Tigo\",\n                                \"networkType\": \"3G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Dominica\",\n                        \"locationLogo\": \"/img/flags/dm.png\",\n                        \"locationCode\": \"DM\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"FLOW\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Dominican Republic\",\n                        \"locationLogo\": \"/img/flags/do.png\",\n                        \"locationCode\": \"DO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Altice\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"French Guiana\",\n                        \"locationLogo\": \"/img/flags/gf.png\",\n                        \"locationCode\": \"GF\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Digicel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Grenada\",\n                        \"locationLogo\": \"/img/flags/gd.png\",\n                        \"locationCode\": \"GD\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"FLOW\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Guadeloupe\",\n                        \"locationLogo\": \"/img/flags/gp.png\",\n                        \"locationCode\": \"GP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Dauphin\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Jamaica\",\n                        \"locationLogo\": \"/img/flags/jm.png\",\n                        \"locationCode\": \"JM\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"FLOW\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Montserrat\",\n                        \"locationLogo\": \"/img/flags/ms.png\",\n                        \"locationCode\": \"MS\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"FLOW\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Netherlands Antilles\",\n                        \"locationLogo\": \"/img/flags/an.png\",\n                        \"locationCode\": \"AN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Chippie\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Paraguay\",\n                        \"locationLogo\": \"/img/flags/py.png\",\n                        \"locationCode\": \"PY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tigo\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Personal\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Peru\",\n                        \"locationLogo\": \"/img/flags/pe.png\",\n                        \"locationCode\": \"PE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Entel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Puerto Rico\",\n                        \"locationLogo\": \"/img/flags/pr.png\",\n                        \"locationCode\": \"PR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Saint Kitts and Nevis\",\n                        \"locationLogo\": \"/img/flags/kn.png\",\n                        \"locationCode\": \"KN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"FLOW\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Saint Lucia\",\n                        \"locationLogo\": \"/img/flags/lc.png\",\n                        \"locationCode\": \"LC\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"FLOW\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Saint Vincent and the Grenadines\",\n                        \"locationLogo\": \"/img/flags/vc.png\",\n                        \"locationCode\": \"VC\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"FLOW\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Turks and Caicos Islands\",\n                        \"locationLogo\": \"/img/flags/tc.png\",\n                        \"locationCode\": \"TC\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"FLOW\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Uruguay\",\n                        \"locationLogo\": \"/img/flags/uy.png\",\n                        \"locationCode\": \"UY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Antel\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Virgin Islands- British\",\n                        \"locationLogo\": \"/img/flags/vg.png\",\n                        \"locationCode\": \"VG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"FLOW\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PUQ2TP57A\",\n                \"slug\": \"BR_5_Daily\",\n                \"name\": \"Brazil 5GB/Day\",\n                \"price\": 57400,\n                \"currencyCode\": \"USD\",\n                \"volume\": 5368709120,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"BR\",\n                \"locationCode\": \"BR\",\n                \"description\": \"Brazil 5GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 229600,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Brazil\",\n                        \"locationLogo\": \"/img/flags/br.png\",\n                        \"locationCode\": \"BR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"TIM\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PT5G8VBW7\",\n                \"slug\": \"BR_1_Daily\",\n                \"name\": \"Brazil 1GB/Day\",\n                \"price\": 18400,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"BR\",\n                \"locationCode\": \"BR\",\n                \"description\": \"Brazil 1GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 73600,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Brazil\",\n                        \"locationLogo\": \"/img/flags/br.png\",\n                        \"locationCode\": \"BR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"TIM\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P74QTP3AR\",\n                \"slug\": \"BR_0.5_Daily\",\n                \"name\": \"Brazil 500MB/Day\",\n                \"price\": 10800,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"BR\",\n                \"locationCode\": \"BR\",\n                \"description\": \"Brazil 500MB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 43200,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Brazil\",\n                        \"locationLogo\": \"/img/flags/br.png\",\n                        \"locationCode\": \"BR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"TIM\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PVT108ZDN\",\n                \"slug\": \"NA-3_10_Daily\",\n                \"name\": \"North America 10GB/Day\",\n                \"price\": 151000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 10737418240,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"MX,US,CA\",\n                \"locationCode\": \"NA-3\",\n                \"description\": \"North America 10GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 604000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Canada\",\n                        \"locationLogo\": \"/img/flags/ca.png\",\n                        \"locationCode\": \"CA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Rogers Wireless\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telus\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Bell\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Mexico\",\n                        \"locationLogo\": \"/img/flags/mx.png\",\n                        \"locationCode\": \"MX\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telcel\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"AT&T\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"United States\",\n                        \"locationLogo\": \"/img/flags/us.png\",\n                        \"locationCode\": \"US\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Verizon\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"AT&T\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P8L7JA0WC\",\n                \"slug\": \"NA-3_5_Daily\",\n                \"name\": \"North America 5GB/Day\",\n                \"price\": 87000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 5368709120,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"MX,US,CA\",\n                \"locationCode\": \"NA-3\",\n                \"description\": \"North America 5GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 348000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Canada\",\n                        \"locationLogo\": \"/img/flags/ca.png\",\n                        \"locationCode\": \"CA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Rogers Wireless\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telus\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Bell\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Mexico\",\n                        \"locationLogo\": \"/img/flags/mx.png\",\n                        \"locationCode\": \"MX\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telcel\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"AT&T\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"United States\",\n                        \"locationLogo\": \"/img/flags/us.png\",\n                        \"locationCode\": \"US\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Verizon\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"AT&T\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P2XI9YHJG\",\n                \"slug\": \"KR_10_Daily\",\n                \"name\": \"South Korea 10GB/Day\",\n                \"price\": 50000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 10737418240,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"KR\",\n                \"locationCode\": \"KR\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 200000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"South Korea\",\n                        \"locationLogo\": \"/img/flags/kr.png\",\n                        \"locationCode\": \"KR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SKTelecom\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"LG U+\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PUHL77M18\",\n                \"slug\": \"VN_10_Daily\",\n                \"name\": \"Vietnam 10GB/Day\",\n                \"price\": 136000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 10737418240,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"VN\",\n                \"locationCode\": \"VN\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 544000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Vietnam\",\n                        \"locationLogo\": \"/img/flags/vn.png\",\n                        \"locationCode\": \"VN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vietnamobile\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Vinaphone\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P3LR5JXFO\",\n                \"slug\": \"SG_10_Daily\",\n                \"name\": \"Singapore 10GB/Day\",\n                \"price\": 90000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 10737418240,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"SG\",\n                \"locationCode\": \"SG\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 360000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Singapore\",\n                        \"locationLogo\": \"/img/flags/sg.png\",\n                        \"locationCode\": \"SG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"StarHub\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"M1\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P08FIDBBQ\",\n                \"slug\": \"PH_10_Daily\",\n                \"name\": \"Philippines 10GB/Day\",\n                \"price\": 122000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 10737418240,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"PH\",\n                \"locationCode\": \"PH\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 488000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Philippines\",\n                        \"locationLogo\": \"/img/flags/ph.png\",\n                        \"locationCode\": \"PH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Globe\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SMART\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PGURVYHQ1\",\n                \"slug\": \"JP_10_Daily\",\n                \"name\": \"Japan 10GB/Day\",\n                \"price\": 50000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 10737418240,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"JP\",\n                \"locationCode\": \"JP\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 200000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SoftBank\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PG9WP0YY6\",\n                \"slug\": \"HK_10_Daily\",\n                \"name\": \"Hong Kong 10GB/Day\",\n                \"price\": 46000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 10737418240,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"HK\",\n                \"locationCode\": \"HK\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 184000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Hong Kong (China)\",\n                        \"locationLogo\": \"/img/flags/hk.png\",\n                        \"locationCode\": \"HK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"CMHK\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PZ60GWHNI\",\n                \"slug\": \"CN_0.5_Daily\",\n                \"name\": \"China 500MB/Day\",\n                \"price\": 5000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"CN\",\n                \"locationCode\": \"CN\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 20000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"China mainland\",\n                        \"locationLogo\": \"/img/flags/cn.png\",\n                        \"locationCode\": \"CN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"China Telecom\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"China Unicom\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"China Mobile\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P92TALXP8\",\n                \"slug\": \"CN_1_Daily\",\n                \"name\": \"China 1GB/Day\",\n                \"price\": 6500,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"CN\",\n                \"locationCode\": \"CN\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 26000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"China mainland\",\n                        \"locationLogo\": \"/img/flags/cn.png\",\n                        \"locationCode\": \"CN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"China Telecom\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"China Unicom\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"China Mobile\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PF4K8XI0Q\",\n                \"slug\": \"LK_0.5_Daily\",\n                \"name\": \"Sri Lanka 500MB/Day\",\n                \"price\": 7800,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"LK\",\n                \"locationCode\": \"LK\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 31200,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"BE\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Sri Lanka\",\n                        \"locationLogo\": \"/img/flags/lk.png\",\n                        \"locationCode\": \"LK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Mobitel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PB6CYXWPA\",\n                \"slug\": \"LK_1_Daily\",\n                \"name\": \"Sri Lanka 1GB/Day\",\n                \"price\": 15600,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"LK\",\n                \"locationCode\": \"LK\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 62400,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"BE\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Sri Lanka\",\n                        \"locationLogo\": \"/img/flags/lk.png\",\n                        \"locationCode\": \"LK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Mobitel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PSUGO9SDM\",\n                \"slug\": \"LK_2_Daily\",\n                \"name\": \"Sri Lanka 2GB/Day\",\n                \"price\": 24000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"LK\",\n                \"locationCode\": \"LK\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 96000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"BE\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Sri Lanka\",\n                        \"locationLogo\": \"/img/flags/lk.png\",\n                        \"locationCode\": \"LK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Mobitel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PGP70GWM9\",\n                \"slug\": \"LK_3_Daily\",\n                \"name\": \"Sri Lanka 3GB/Day\",\n                \"price\": 36000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 3221225472,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"LK\",\n                \"locationCode\": \"LK\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 144000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"BE\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Sri Lanka\",\n                        \"locationLogo\": \"/img/flags/lk.png\",\n                        \"locationCode\": \"LK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Mobitel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PWNVS0KKQ\",\n                \"slug\": \"LK_5_Daily\",\n                \"name\": \"Sri Lanka 5GB/Day\",\n                \"price\": 60000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 5368709120,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"LK\",\n                \"locationCode\": \"LK\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 240000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"BE\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Sri Lanka\",\n                        \"locationLogo\": \"/img/flags/lk.png\",\n                        \"locationCode\": \"LK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Mobitel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PHO29N7QD\",\n                \"slug\": \"MX_1_Daily\",\n                \"name\": \"Mexico 1GB/Day\",\n                \"price\": 15100,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"MX\",\n                \"locationCode\": \"MX\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 60400,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Mexico\",\n                        \"locationLogo\": \"/img/flags/mx.png\",\n                        \"locationCode\": \"MX\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"AT&T\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PTS4IGND3\",\n                \"slug\": \"VN_0.5_Daily\",\n                \"name\": \"Vietnam 500MB/Day\",\n                \"price\": 5700,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"VN\",\n                \"locationCode\": \"VN\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 22800,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Vietnam\",\n                        \"locationLogo\": \"/img/flags/vn.png\",\n                        \"locationCode\": \"VN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vietnamobile\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Vinaphone\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PII4YA815\",\n                \"slug\": \"CN-3_10_Daily\",\n                \"name\": \"China (mainland HK Macao) 10GB/Day\",\n                \"price\": 100000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 10737418240,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"MO,HK,CN\",\n                \"locationCode\": \"CN-3\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 400000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"China mainland\",\n                        \"locationLogo\": \"/img/flags/cn.png\",\n                        \"locationCode\": \"CN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"China Mobile\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Hong Kong (China)\",\n                        \"locationLogo\": \"/img/flags/hk.png\",\n                        \"locationCode\": \"HK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"CMHK\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Macao (China)\",\n                        \"locationLogo\": \"/img/flags/mo.png\",\n                        \"locationCode\": \"MO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"CTM\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PXB5F4VY4\",\n                \"slug\": \"DE_1_Daily\",\n                \"name\": \"Germany 1GB/Day\",\n                \"price\": 6500,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"DE\",\n                \"locationCode\": \"DE\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 26000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Germany\",\n                        \"locationLogo\": \"/img/flags/de.png\",\n                        \"locationCode\": \"DE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PZARONTRP\",\n                \"slug\": \"IT_1_Daily\",\n                \"name\": \"Italy 1GB/Day\",\n                \"price\": 6500,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"IT\",\n                \"locationCode\": \"IT\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 26000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Italy\",\n                        \"locationLogo\": \"/img/flags/it.png\",\n                        \"locationCode\": \"IT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Wind\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PKUWF7BJC\",\n                \"slug\": \"MA_1_Daily\",\n                \"name\": \"Morocco 1GB/Day\",\n                \"price\": 14000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"MA\",\n                \"locationCode\": \"MA\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 56000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"BE\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Morocco\",\n                        \"locationLogo\": \"/img/flags/ma.png\",\n                        \"locationCode\": \"MA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange Morocco\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P33C3KC73\",\n                \"slug\": \"MA_2_Daily\",\n                \"name\": \"Morocco 2GB/Day\",\n                \"price\": 25000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"MA\",\n                \"locationCode\": \"MA\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 100000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"BE\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"128 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Morocco\",\n                        \"locationLogo\": \"/img/flags/ma.png\",\n                        \"locationCode\": \"MA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange Morocco\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PZ23T9OT0\",\n                \"slug\": \"EG_2_Daily\",\n                \"name\": \"Egypt 2GB/Day\",\n                \"price\": 28000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"EG\",\n                \"locationCode\": \"EG\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 112000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Egypt\",\n                        \"locationLogo\": \"/img/flags/eg.png\",\n                        \"locationCode\": \"EG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Etisalat\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PBSI82U47\",\n                \"slug\": \"ZA_1_Daily\",\n                \"name\": \"South Africa 1GB/Day\",\n                \"price\": 54600,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"ZA\",\n                \"locationCode\": \"ZA\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 218400,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"NL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"South Africa\",\n                        \"locationLogo\": \"/img/flags/za.png\",\n                        \"locationCode\": \"ZA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodacom\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Cell C\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PMJUJWRQ8\",\n                \"slug\": \"QA_1_Daily\",\n                \"name\": \"Qatar 1GB/Day\",\n                \"price\": 18500,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"QA\",\n                \"locationCode\": \"QA\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 74000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Qatar\",\n                        \"locationLogo\": \"/img/flags/qa.png\",\n                        \"locationCode\": \"QA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"ooredoo\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P0VDPD9F2\",\n                \"slug\": \"AR_1_Daily\",\n                \"name\": \"Argentina 1GB/Day\",\n                \"price\": 28100,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"AR\",\n                \"locationCode\": \"AR\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 112400,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Argentina\",\n                        \"locationLogo\": \"/img/flags/ar.png\",\n                        \"locationCode\": \"AR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PLHCEBQDV\",\n                \"slug\": \"MU_2_Daily\",\n                \"name\": \"Mauritius 2GB/Day\",\n                \"price\": 54000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"MU\",\n                \"locationCode\": \"MU\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 216000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"128 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Mauritius\",\n                        \"locationLogo\": \"/img/flags/mu.png\",\n                        \"locationCode\": \"MU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"my.t\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PFR50X7FM\",\n                \"slug\": \"AUNZ-2_0.5_Daily\",\n                \"name\": \"Australia & New Zealand 500MB/Day\",\n                \"price\": 11000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"AU,NZ\",\n                \"locationCode\": \"AUNZ-2\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 44000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"128 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Australia\",\n                        \"locationLogo\": \"/img/flags/au.png\",\n                        \"locationCode\": \"AU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Optus\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"New Zealand\",\n                        \"locationLogo\": \"/img/flags/nz.png\",\n                        \"locationCode\": \"NZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Spark\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PNJ1T3NUH\",\n                \"slug\": \"AUNZ-2_1_Daily\",\n                \"name\": \"Australia & New Zealand 1GB/Day\",\n                \"price\": 16000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"AU,NZ\",\n                \"locationCode\": \"AUNZ-2\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 64000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Australia\",\n                        \"locationLogo\": \"/img/flags/au.png\",\n                        \"locationCode\": \"AU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Optus\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"New Zealand\",\n                        \"locationLogo\": \"/img/flags/nz.png\",\n                        \"locationCode\": \"NZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Spark\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PVJFVOZ8F\",\n                \"slug\": \"AUNZ-2_10_Daily\",\n                \"name\": \"Australia & New Zealand 10GB/Day\",\n                \"price\": 158000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 10737418240,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"AU,NZ\",\n                \"locationCode\": \"AUNZ-2\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 632000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Australia\",\n                        \"locationLogo\": \"/img/flags/au.png\",\n                        \"locationCode\": \"AU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Optus\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"New Zealand\",\n                        \"locationLogo\": \"/img/flags/nz.png\",\n                        \"locationCode\": \"NZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Spark\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P1G6QKLC2\",\n                \"slug\": \"TR_1_Daily\",\n                \"name\": \"Turkey 1GB/Day\",\n                \"price\": 4200,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"TR\",\n                \"locationCode\": \"TR\",\n                \"description\": \"Turkey 1GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 16800,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"FR/NL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Turkey\",\n                        \"locationLogo\": \"/img/flags/tr.png\",\n                        \"locationCode\": \"TR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Türk Telekom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PK564ELYK\",\n                \"slug\": \"EG_1_Daily\",\n                \"name\": \"Egypt 1GB/Day\",\n                \"price\": 17000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"EG\",\n                \"locationCode\": \"EG\",\n                \"description\": \"Egypt 1GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 68000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Egypt\",\n                        \"locationLogo\": \"/img/flags/eg.png\",\n                        \"locationCode\": \"EG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Etisalat\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PG0H26XJA\",\n                \"slug\": \"FR_1_Daily\",\n                \"name\": \"France 1GB/Day\",\n                \"price\": 6500,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"FR\",\n                \"locationCode\": \"FR\",\n                \"description\": \"France 1GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 26000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"France\",\n                        \"locationLogo\": \"/img/flags/fr.png\",\n                        \"locationCode\": \"FR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SFR\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Bouygues\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Free Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P3AFY29GY\",\n                \"slug\": \"UA_1_Daily\",\n                \"name\": \"Ukraine 1GB/Day\",\n                \"price\": 6500,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"UA\",\n                \"locationCode\": \"UA\",\n                \"description\": \"Ukraine 1GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 26000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Ukraine\",\n                        \"locationLogo\": \"/img/flags/ua.png\",\n                        \"locationCode\": \"UA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"lifecell\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Kyivstar\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PTA4S7UN1\",\n                \"slug\": \"DZ_1_Daily\",\n                \"name\": \"Algeria 1GB/Day\",\n                \"price\": 8000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"DZ\",\n                \"locationCode\": \"DZ\",\n                \"description\": \"Algeria 1GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 32000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"NL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Algeria\",\n                        \"locationLogo\": \"/img/flags/dz.png\",\n                        \"locationCode\": \"DZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Mobilis\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Ooredoo\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PC0TA4B6L\",\n                \"slug\": \"IE_1_Daily\",\n                \"name\": \"Ireland 1GB/Day\",\n                \"price\": 8500,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"IE\",\n                \"locationCode\": \"IE\",\n                \"description\": \"Ireland 1GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 34000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"128 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Ireland\",\n                        \"locationLogo\": \"/img/flags/ie.png\",\n                        \"locationCode\": \"IE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P0N8SUBG5\",\n                \"slug\": \"AS-7_1_Daily\",\n                \"name\": \"Asia (7 areas) 1GB/Day\",\n                \"price\": 17000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"TH,SG,VN,PH,ID,MY,KH\",\n                \"locationCode\": \"AS-7\",\n                \"description\": \"Asia (7 areas) 1GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 68000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"128 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Cambodia\",\n                        \"locationLogo\": \"/img/flags/kh.png\",\n                        \"locationCode\": \"KH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Metfone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Indonesia\",\n                        \"locationLogo\": \"/img/flags/id.png\",\n                        \"locationCode\": \"ID\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telkomsel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Malaysia\",\n                        \"locationLogo\": \"/img/flags/my.png\",\n                        \"locationCode\": \"MY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"CelcomDigi\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Maxis\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Philippines\",\n                        \"locationLogo\": \"/img/flags/ph.png\",\n                        \"locationCode\": \"PH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Globe\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SMART\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Singapore\",\n                        \"locationLogo\": \"/img/flags/sg.png\",\n                        \"locationCode\": \"SG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SingTel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Thailand\",\n                        \"locationLogo\": \"/img/flags/th.png\",\n                        \"locationCode\": \"TH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"DTAC\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"TrueMove H\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Vietnam\",\n                        \"locationLogo\": \"/img/flags/vn.png\",\n                        \"locationCode\": \"VN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"MobiFone\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Viettel Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vietnamobile\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P6P4JNC5G\",\n                \"slug\": \"AE_1_Daily\",\n                \"name\": \"United Arab Emirates 1GB/Day\",\n                \"price\": 18100,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"AE\",\n                \"locationCode\": \"AE\",\n                \"description\": \"United Arab Emirates 1GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 72400,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"United Arab Emirates\",\n                        \"locationLogo\": \"/img/flags/ae.png\",\n                        \"locationCode\": \"AE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Etisalat\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PWRT10ZX4\",\n                \"slug\": \"BE_1_Daily\",\n                \"name\": \"Belgium 1GB/Day\",\n                \"price\": 8500,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"BE\",\n                \"locationCode\": \"BE\",\n                \"description\": \"Belgium 1GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 34000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"128 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Belgium\",\n                        \"locationLogo\": \"/img/flags/be.png\",\n                        \"locationCode\": \"BE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Base\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Proximus\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P7R54NBNC\",\n                \"slug\": \"PT_1_Daily\",\n                \"name\": \"Portugal 1GB/Day\",\n                \"price\": 8500,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"PT\",\n                \"locationCode\": \"PT\",\n                \"description\": \"Portugal 1GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 34000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Portugal\",\n                        \"locationLogo\": \"/img/flags/pt.png\",\n                        \"locationCode\": \"PT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"NOS\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"MEO\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PMV0HAP98\",\n                \"slug\": \"TN_1_Daily\",\n                \"name\": \"Tunisia 1GB/Day\",\n                \"price\": 17000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"TN\",\n                \"locationCode\": \"TN\",\n                \"description\": \"Tunisia 1GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 68000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"NL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Tunisia\",\n                        \"locationLogo\": \"/img/flags/tn.png\",\n                        \"locationCode\": \"TN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"OOREDOO TN\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PL6FJ9N2A\",\n                \"slug\": \"NO_1_Daily\",\n                \"name\": \"Norway 1GB/Day\",\n                \"price\": 6500,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"NO\",\n                \"locationCode\": \"NO\",\n                \"description\": \"Norway 1GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 26000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Norway\",\n                        \"locationLogo\": \"/img/flags/no.png\",\n                        \"locationCode\": \"NO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PBUK9LV51\",\n                \"slug\": \"CN_2_Daily\",\n                \"name\": \"China mainland 2GB/Day\",\n                \"price\": 12000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"CN\",\n                \"locationCode\": \"CN\",\n                \"description\": \"China mainland 2GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 48000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"China mainland\",\n                        \"locationLogo\": \"/img/flags/cn.png\",\n                        \"locationCode\": \"CN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"China Telecom\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"China Unicom\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"China Mobile\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P78LXV6UX\",\n                \"slug\": \"CN_5_Daily\",\n                \"name\": \"China mainland 5GB/Day\",\n                \"price\": 24000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 5368709120,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"CN\",\n                \"locationCode\": \"CN\",\n                \"description\": \"China mainland 5GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 96000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"China mainland\",\n                        \"locationLogo\": \"/img/flags/cn.png\",\n                        \"locationCode\": \"CN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"China Telecom\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"China Unicom\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"China Mobile\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P4PJDQ93V\",\n                \"slug\": \"TR_0.5_Daily\",\n                \"name\": \"Turkey 500MB/Day\",\n                \"price\": 3000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"TR\",\n                \"locationCode\": \"TR\",\n                \"description\": \"Turkey 500MB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 12000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"FR/NL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Turkey\",\n                        \"locationLogo\": \"/img/flags/tr.png\",\n                        \"locationCode\": \"TR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Türk Telekom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PF1K57KAZ\",\n                \"slug\": \"TR_2_Daily\",\n                \"name\": \"Turkey 2GB/Day\",\n                \"price\": 8000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"TR\",\n                \"locationCode\": \"TR\",\n                \"description\": \"Turkey 2GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 32000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"FR/NL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"500 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Turkey\",\n                        \"locationLogo\": \"/img/flags/tr.png\",\n                        \"locationCode\": \"TR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Türk Telekom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P3V2FT7FJ\",\n                \"slug\": \"TR_5_Daily\",\n                \"name\": \"Turkey 5GB/Day\",\n                \"price\": 18000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 5368709120,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"TR\",\n                \"locationCode\": \"TR\",\n                \"description\": \"Turkey 5GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 72000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"FR/NL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Turkey\",\n                        \"locationLogo\": \"/img/flags/tr.png\",\n                        \"locationCode\": \"TR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Türk Telekom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PQWSL862L\",\n                \"slug\": \"DE_0.5_Daily\",\n                \"name\": \"Germany 500MB/Day\",\n                \"price\": 4000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"DE\",\n                \"locationCode\": \"DE\",\n                \"description\": \"Germany 500MB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 16000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Germany\",\n                        \"locationLogo\": \"/img/flags/de.png\",\n                        \"locationCode\": \"DE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PQ6VQPJ28\",\n                \"slug\": \"DE_2_Daily\",\n                \"name\": \"Germany 2GB/Day\",\n                \"price\": 12000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"DE\",\n                \"locationCode\": \"DE\",\n                \"description\": \"Germany 2GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 48000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Germany\",\n                        \"locationLogo\": \"/img/flags/de.png\",\n                        \"locationCode\": \"DE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P241WBSZG\",\n                \"slug\": \"DE_5_Daily\",\n                \"name\": \"Germany 5GB/Day\",\n                \"price\": 25000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 5368709120,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"DE\",\n                \"locationCode\": \"DE\",\n                \"description\": \"Germany 5GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 100000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Germany\",\n                        \"locationLogo\": \"/img/flags/de.png\",\n                        \"locationCode\": \"DE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PQWC3N4R1\",\n                \"slug\": \"AE_0.5_Daily\",\n                \"name\": \"United Arab Emirates 500MB/Day\",\n                \"price\": 11000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"AE\",\n                \"locationCode\": \"AE\",\n                \"description\": \"United Arab Emirates 500MB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 44000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"United Arab Emirates\",\n                        \"locationLogo\": \"/img/flags/ae.png\",\n                        \"locationCode\": \"AE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Etisalat\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PRQJ9TH03\",\n                \"slug\": \"AE_2_Daily\",\n                \"name\": \"United Arab Emirates 2GB/Day\",\n                \"price\": 27700,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"AE\",\n                \"locationCode\": \"AE\",\n                \"description\": \"United Arab Emirates 2GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 110800,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"United Arab Emirates\",\n                        \"locationLogo\": \"/img/flags/ae.png\",\n                        \"locationCode\": \"AE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Etisalat\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PVA0GD3V7\",\n                \"slug\": \"AE_5_Daily\",\n                \"name\": \"United Arab Emirates 5GB/Day\",\n                \"price\": 63900,\n                \"currencyCode\": \"USD\",\n                \"volume\": 5368709120,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"AE\",\n                \"locationCode\": \"AE\",\n                \"description\": \"United Arab Emirates 5GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 255600,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"United Arab Emirates\",\n                        \"locationLogo\": \"/img/flags/ae.png\",\n                        \"locationCode\": \"AE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Etisalat\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PRPJ3X0Y2\",\n                \"slug\": \"MA_0.5_Daily\",\n                \"name\": \"Morocco 500MB/Day\",\n                \"price\": 7300,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"MA\",\n                \"locationCode\": \"MA\",\n                \"description\": \"Morocco 500MB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 29200,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"BE\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Morocco\",\n                        \"locationLogo\": \"/img/flags/ma.png\",\n                        \"locationCode\": \"MA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange Morocco\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PX5NT8Z4K\",\n                \"slug\": \"AS-7_0.5_Daily\",\n                \"name\": \"Asia (7 areas) 500MB/Day\",\n                \"price\": 9000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"TH,SG,VN,PH,ID,MY,KH\",\n                \"locationCode\": \"AS-7\",\n                \"description\": \"Asia (7 areas) 500MB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 36000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"128 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Cambodia\",\n                        \"locationLogo\": \"/img/flags/kh.png\",\n                        \"locationCode\": \"KH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Metfone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Indonesia\",\n                        \"locationLogo\": \"/img/flags/id.png\",\n                        \"locationCode\": \"ID\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telkomsel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Malaysia\",\n                        \"locationLogo\": \"/img/flags/my.png\",\n                        \"locationCode\": \"MY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"CelcomDigi\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Maxis\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Philippines\",\n                        \"locationLogo\": \"/img/flags/ph.png\",\n                        \"locationCode\": \"PH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Globe\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SMART\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Singapore\",\n                        \"locationLogo\": \"/img/flags/sg.png\",\n                        \"locationCode\": \"SG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SingTel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Thailand\",\n                        \"locationLogo\": \"/img/flags/th.png\",\n                        \"locationCode\": \"TH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"DTAC\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"TrueMove H\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Vietnam\",\n                        \"locationLogo\": \"/img/flags/vn.png\",\n                        \"locationCode\": \"VN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"MobiFone\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Viettel Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vietnamobile\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PBZUB2S60\",\n                \"slug\": \"AS-7_2_Daily\",\n                \"name\": \"Asia (7 areas) 2GB/Day\",\n                \"price\": 30000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"TH,SG,VN,PH,ID,MY,KH\",\n                \"locationCode\": \"AS-7\",\n                \"description\": \"Asia (7 areas) 2GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 120000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"128 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Cambodia\",\n                        \"locationLogo\": \"/img/flags/kh.png\",\n                        \"locationCode\": \"KH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Metfone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Indonesia\",\n                        \"locationLogo\": \"/img/flags/id.png\",\n                        \"locationCode\": \"ID\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telkomsel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Malaysia\",\n                        \"locationLogo\": \"/img/flags/my.png\",\n                        \"locationCode\": \"MY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"CelcomDigi\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Maxis\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Philippines\",\n                        \"locationLogo\": \"/img/flags/ph.png\",\n                        \"locationCode\": \"PH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Globe\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SMART\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Singapore\",\n                        \"locationLogo\": \"/img/flags/sg.png\",\n                        \"locationCode\": \"SG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SingTel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Thailand\",\n                        \"locationLogo\": \"/img/flags/th.png\",\n                        \"locationCode\": \"TH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"DTAC\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"TrueMove H\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Vietnam\",\n                        \"locationLogo\": \"/img/flags/vn.png\",\n                        \"locationCode\": \"VN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"MobiFone\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Viettel Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vietnamobile\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PJ2W7KTJ4\",\n                \"slug\": \"AS-7_5_Daily\",\n                \"name\": \"Asia (7 areas) 5GB/Day\",\n                \"price\": 60000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 5368709120,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"TH,SG,VN,PH,ID,MY,KH\",\n                \"locationCode\": \"AS-7\",\n                \"description\": \"Asia (7 areas) 5GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 240000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Cambodia\",\n                        \"locationLogo\": \"/img/flags/kh.png\",\n                        \"locationCode\": \"KH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Metfone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Indonesia\",\n                        \"locationLogo\": \"/img/flags/id.png\",\n                        \"locationCode\": \"ID\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telkomsel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Malaysia\",\n                        \"locationLogo\": \"/img/flags/my.png\",\n                        \"locationCode\": \"MY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"CelcomDigi\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Maxis\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Philippines\",\n                        \"locationLogo\": \"/img/flags/ph.png\",\n                        \"locationCode\": \"PH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Globe\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SMART\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Singapore\",\n                        \"locationLogo\": \"/img/flags/sg.png\",\n                        \"locationCode\": \"SG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SingTel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Thailand\",\n                        \"locationLogo\": \"/img/flags/th.png\",\n                        \"locationCode\": \"TH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"DTAC\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"TrueMove H\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Vietnam\",\n                        \"locationLogo\": \"/img/flags/vn.png\",\n                        \"locationCode\": \"VN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"MobiFone\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Viettel Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vietnamobile\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P6SW3B9NG\",\n                \"slug\": \"HK_0.5_Daily\",\n                \"name\": \"Hong Kong (China) 500MB/Day\",\n                \"price\": 4500,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"HK\",\n                \"locationCode\": \"HK\",\n                \"description\": \"Hong Kong (China) 500MB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 18000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Hong Kong (China)\",\n                        \"locationLogo\": \"/img/flags/hk.png\",\n                        \"locationCode\": \"HK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"CMHK\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PL2WG7K9D\",\n                \"slug\": \"FR_0.5_Daily\",\n                \"name\": \"France 500MB/Day\",\n                \"price\": 4000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"FR\",\n                \"locationCode\": \"FR\",\n                \"description\": \"France 500MB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 16000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"France\",\n                        \"locationLogo\": \"/img/flags/fr.png\",\n                        \"locationCode\": \"FR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SFR\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Bouygues\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Free Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P05WBGPG2\",\n                \"slug\": \"FR_2_Daily\",\n                \"name\": \"France 2GB/Day\",\n                \"price\": 12000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"FR\",\n                \"locationCode\": \"FR\",\n                \"description\": \"France 2GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 48000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"France\",\n                        \"locationLogo\": \"/img/flags/fr.png\",\n                        \"locationCode\": \"FR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SFR\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Bouygues\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Free Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P2G8P5FHJ\",\n                \"slug\": \"FR_5_Daily\",\n                \"name\": \"France 5GB/Day\",\n                \"price\": 23000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 5368709120,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"FR\",\n                \"locationCode\": \"FR\",\n                \"description\": \"France 5GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 92000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"France\",\n                        \"locationLogo\": \"/img/flags/fr.png\",\n                        \"locationCode\": \"FR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SFR\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Bouygues\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Free Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P79VVN4GK\",\n                \"slug\": \"IT_0.5_Daily\",\n                \"name\": \"Italy 500MB/Day\",\n                \"price\": 4000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"IT\",\n                \"locationCode\": \"IT\",\n                \"description\": \"Italy 500MB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 16000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Italy\",\n                        \"locationLogo\": \"/img/flags/it.png\",\n                        \"locationCode\": \"IT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Wind\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PMMQ41F5S\",\n                \"slug\": \"IT_2_Daily\",\n                \"name\": \"Italy 2GB/Day\",\n                \"price\": 12000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"IT\",\n                \"locationCode\": \"IT\",\n                \"description\": \"Italy 2GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 48000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Italy\",\n                        \"locationLogo\": \"/img/flags/it.png\",\n                        \"locationCode\": \"IT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Wind\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P9Z3HQ8HG\",\n                \"slug\": \"IT_5_Daily\",\n                \"name\": \"Italy 5GB/Day\",\n                \"price\": 23000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 5368709120,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"IT\",\n                \"locationCode\": \"IT\",\n                \"description\": \"Italy 5GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 92000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Italy\",\n                        \"locationLogo\": \"/img/flags/it.png\",\n                        \"locationCode\": \"IT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Wind\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PKS9FL7X0\",\n                \"slug\": \"IN_2_Daily\",\n                \"name\": \"India 2GB/Day\",\n                \"price\": 40000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"IN\",\n                \"locationCode\": \"IN\",\n                \"description\": \"India 2GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 160000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"IL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"India\",\n                        \"locationLogo\": \"/img/flags/in.png\",\n                        \"locationCode\": \"IN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"IDEA\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P6XTH0M8D\",\n                \"slug\": \"EG_0.5_Daily\",\n                \"name\": \"Egypt 500MB/Day\",\n                \"price\": 10000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"EG\",\n                \"locationCode\": \"EG\",\n                \"description\": \"Egypt 500MB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 40000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Egypt\",\n                        \"locationLogo\": \"/img/flags/eg.png\",\n                        \"locationCode\": \"EG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Etisalat\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PM2K0J3TX\",\n                \"slug\": \"VN_2_Daily\",\n                \"name\": \"Vietnam 2GB/Day\",\n                \"price\": 28000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"VN\",\n                \"locationCode\": \"VN\",\n                \"description\": \"Vietnam 2GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 112000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Vietnam\",\n                        \"locationLogo\": \"/img/flags/vn.png\",\n                        \"locationCode\": \"VN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vietnamobile\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Vinaphone\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P6WL2RRH5\",\n                \"slug\": \"ES_0.5_Daily\",\n                \"name\": \"Spain 500MB/Day\",\n                \"price\": 4000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"ES\",\n                \"locationCode\": \"ES\",\n                \"description\": \"Spain 500MB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 16000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Spain\",\n                        \"locationLogo\": \"/img/flags/es.png\",\n                        \"locationCode\": \"ES\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Yoigo\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PZBY51PX0\",\n                \"slug\": \"ES_1_Daily\",\n                \"name\": \"Spain 1GB/Day\",\n                \"price\": 6500,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"ES\",\n                \"locationCode\": \"ES\",\n                \"description\": \"Spain 1GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 26000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Spain\",\n                        \"locationLogo\": \"/img/flags/es.png\",\n                        \"locationCode\": \"ES\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Yoigo\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P1BF5HDU2\",\n                \"slug\": \"ES_2_Daily\",\n                \"name\": \"Spain 2GB/Day\",\n                \"price\": 10000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"ES\",\n                \"locationCode\": \"ES\",\n                \"description\": \"Spain 2GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 40000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Spain\",\n                        \"locationLogo\": \"/img/flags/es.png\",\n                        \"locationCode\": \"ES\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Yoigo\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PKXERFUDN\",\n                \"slug\": \"MU_1_Daily\",\n                \"name\": \"Mauritius 1GB/Day\",\n                \"price\": 49000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"MU\",\n                \"locationCode\": \"MU\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 196000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Mauritius\",\n                        \"locationLogo\": \"/img/flags/mu.png\",\n                        \"locationCode\": \"MU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"my.t\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PUX79Y0PK\",\n                \"slug\": \"PK_0.5_Daily\",\n                \"name\": \"Pakistan 500MB/Day\",\n                \"price\": 5000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"PK\",\n                \"locationCode\": \"PK\",\n                \"description\": \"Pakistan 500MB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 20000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Pakistan\",\n                        \"locationLogo\": \"/img/flags/pk.png\",\n                        \"locationCode\": \"PK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Jazz\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P8HM06KTX\",\n                \"slug\": \"PK_1_Daily\",\n                \"name\": \"Pakistan 1GB/Day\",\n                \"price\": 10000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"PK\",\n                \"locationCode\": \"PK\",\n                \"description\": \"Pakistan 1GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 40000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Pakistan\",\n                        \"locationLogo\": \"/img/flags/pk.png\",\n                        \"locationCode\": \"PK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Jazz\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PK5CD34NF\",\n                \"slug\": \"BD_0.5_Daily\",\n                \"name\": \"Bangladesh 500MB/Day\",\n                \"price\": 16000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"BD\",\n                \"locationCode\": \"BD\",\n                \"description\": \"Bangladesh 500MB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 64000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Bangladesh\",\n                        \"locationLogo\": \"/img/flags/bd.png\",\n                        \"locationCode\": \"BD\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Grameenphone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PBUY278RL\",\n                \"slug\": \"BD_1_Daily\",\n                \"name\": \"Bangladesh 1GB/Day\",\n                \"price\": 28000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"BD\",\n                \"locationCode\": \"BD\",\n                \"description\": \"Bangladesh 1GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 112000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Bangladesh\",\n                        \"locationLogo\": \"/img/flags/bd.png\",\n                        \"locationCode\": \"BD\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Grameenphone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PF4W7T3DU\",\n                \"slug\": \"KH_0.5_Daily\",\n                \"name\": \"Cambodia 500MB/Day\",\n                \"price\": 13000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"KH\",\n                \"locationCode\": \"KH\",\n                \"description\": \"Cambodia 500MB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 52000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Cambodia\",\n                        \"locationLogo\": \"/img/flags/kh.png\",\n                        \"locationCode\": \"KH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Smart\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PN31AMMA7\",\n                \"slug\": \"KH_1_Daily\",\n                \"name\": \"Cambodia 1GB/Day\",\n                \"price\": 22000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"KH\",\n                \"locationCode\": \"KH\",\n                \"description\": \"Cambodia 1GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 88000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"128 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Cambodia\",\n                        \"locationLogo\": \"/img/flags/kh.png\",\n                        \"locationCode\": \"KH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Smart\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PY1F5Y3BJ\",\n                \"slug\": \"KW_1_Daily\",\n                \"name\": \"Kuwait 1GB/Day\",\n                \"price\": 12100,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"KW\",\n                \"locationCode\": \"KW\",\n                \"description\": \"Kuwait 1GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 48400,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Kuwait\",\n                        \"locationLogo\": \"/img/flags/kw.png\",\n                        \"locationCode\": \"KW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Zain\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PJ0NTC74S\",\n                \"slug\": \"JO_1_Daily\",\n                \"name\": \"Jordan 1GB/Day\",\n                \"price\": 15500,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"JO\",\n                \"locationCode\": \"JO\",\n                \"description\": \"Jordan 1GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 62000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Jordan\",\n                        \"locationLogo\": \"/img/flags/jo.png\",\n                        \"locationCode\": \"JO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Zain\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Umniah\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PZN25QW0P\",\n                \"slug\": \"OM_1_Daily\",\n                \"name\": \"Oman 1GB/Day\",\n                \"price\": 28600,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"OM\",\n                \"locationCode\": \"OM\",\n                \"description\": \"Oman 1GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 114400,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Oman\",\n                        \"locationLogo\": \"/img/flags/om.png\",\n                        \"locationCode\": \"OM\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Omantel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PH1C85GUN\",\n                \"slug\": \"SA_1_Daily\",\n                \"name\": \"Saudi Arabia 1GB/Day\",\n                \"price\": 18000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"SA\",\n                \"locationCode\": \"SA\",\n                \"description\": \"Saudi Arabia 1GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 72000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"BE\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Saudi Arabia\",\n                        \"locationLogo\": \"/img/flags/sa.png\",\n                        \"locationCode\": \"SA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Zain\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"STC\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PPH6FKY49\",\n                \"slug\": \"KE_1_Daily\",\n                \"name\": \"Kenya 1GB/Day\",\n                \"price\": 56000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"KE\",\n                \"locationCode\": \"KE\",\n                \"description\": \"Kenya 1GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 224000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Kenya\",\n                        \"locationLogo\": \"/img/flags/ke.png\",\n                        \"locationCode\": \"KE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PAUUT871A\",\n                \"slug\": \"NG_1_Daily\",\n                \"name\": \"Nigeria 1GB/Day\",\n                \"price\": 45000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"NG\",\n                \"locationCode\": \"NG\",\n                \"description\": \"Nigeria 1GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 180000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Nigeria\",\n                        \"locationLogo\": \"/img/flags/ng.png\",\n                        \"locationCode\": \"NG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"MTN\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PW9P5L2MM\",\n                \"slug\": \"SC_1_Daily\",\n                \"name\": \"Seychelles 1GB/Day\",\n                \"price\": 45000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"SC\",\n                \"locationCode\": \"SC\",\n                \"description\": \"Seychelles 1GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 180000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Seychelles\",\n                        \"locationLogo\": \"/img/flags/sc.png\",\n                        \"locationCode\": \"SC\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P4EFAKF51\",\n                \"slug\": \"SZ_1_Daily\",\n                \"name\": \"Eswatini 1GB/Day\",\n                \"price\": 81100,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"SZ\",\n                \"locationCode\": \"SZ\",\n                \"description\": \"Eswatini 1GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 324400,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Eswatini\",\n                        \"locationLogo\": \"/img/flags/sz.png\",\n                        \"locationCode\": \"SZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Swazi MTN\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Swazi Mobile\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PU85BG0CJ\",\n                \"slug\": \"UG_1_Daily\",\n                \"name\": \"Uganda 1GB/Day\",\n                \"price\": 46000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"UG\",\n                \"locationCode\": \"UG\",\n                \"description\": \"Uganda 1GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 184000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Uganda\",\n                        \"locationLogo\": \"/img/flags/ug.png\",\n                        \"locationCode\": \"UG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"MTN\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PU7E8G0MV\",\n                \"slug\": \"PL_1_Daily\",\n                \"name\": \"Poland 1GB/Day\",\n                \"price\": 6000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"PL\",\n                \"locationCode\": \"PL\",\n                \"description\": \"Poland 1GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 24000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"128 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Poland\",\n                        \"locationLogo\": \"/img/flags/pl.png\",\n                        \"locationCode\": \"PL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Play\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Plus\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PFS5H1QC7\",\n                \"slug\": \"GR_1_Daily\",\n                \"name\": \"Greece 1GB/Day\",\n                \"price\": 8000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"GR\",\n                \"locationCode\": \"GR\",\n                \"description\": \"Greece 1GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 32000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Greece\",\n                        \"locationLogo\": \"/img/flags/gr.png\",\n                        \"locationCode\": \"GR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Wind\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P6SDEX48S\",\n                \"slug\": \"TR_10_Daily\",\n                \"name\": \"Turkey 10GB/Day\",\n                \"price\": 26000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 10737418240,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"TR\",\n                \"locationCode\": \"TR\",\n                \"description\": \"Turkey 10GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 104000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"FR/NL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Turkey\",\n                        \"locationLogo\": \"/img/flags/tr.png\",\n                        \"locationCode\": \"TR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Türk Telekom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"POQG1P0XP\",\n                \"slug\": \"AUNZ-2_2_Daily\",\n                \"name\": \"Australia & New Zealand 2GB/Day\",\n                \"price\": 29000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"AU,NZ\",\n                \"locationCode\": \"AUNZ-2\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 116000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"128 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Australia\",\n                        \"locationLogo\": \"/img/flags/au.png\",\n                        \"locationCode\": \"AU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Optus\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"New Zealand\",\n                        \"locationLogo\": \"/img/flags/nz.png\",\n                        \"locationCode\": \"NZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Spark\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PKH1BH2G4\",\n                \"slug\": \"CA_10_Daily\",\n                \"name\": \"Canada 10GB/Day\",\n                \"price\": 96000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 10737418240,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"CA\",\n                \"locationCode\": \"CA\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 384000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Canada\",\n                        \"locationLogo\": \"/img/flags/ca.png\",\n                        \"locationCode\": \"CA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Rogers Wireless\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PRWGGZ9J4\",\n                \"slug\": \"IN_10_Daily\",\n                \"name\": \"India 10GB/Day\",\n                \"price\": 160000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 10737418240,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"IN\",\n                \"locationCode\": \"IN\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 640000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"IL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"India\",\n                        \"locationLogo\": \"/img/flags/in.png\",\n                        \"locationCode\": \"IN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"IDEA\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P47EK1L7K\",\n                \"slug\": \"MO_10_Daily\",\n                \"name\": \"Macao 10GB/Day\",\n                \"price\": 58000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 10737418240,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"MO\",\n                \"locationCode\": \"MO\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 232000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Macao (China)\",\n                        \"locationLogo\": \"/img/flags/mo.png\",\n                        \"locationCode\": \"MO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"CTM\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PFE7I8GF9\",\n                \"slug\": \"MX_10_Daily\",\n                \"name\": \"Mexico 10GB/Day\",\n                \"price\": 103700,\n                \"currencyCode\": \"USD\",\n                \"volume\": 10737418240,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"MX\",\n                \"locationCode\": \"MX\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 414800,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Mexico\",\n                        \"locationLogo\": \"/img/flags/mx.png\",\n                        \"locationCode\": \"MX\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"AT&T\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PDTLGU9Q1\",\n                \"slug\": \"NZ_10_Daily\",\n                \"name\": \"New Zealand 10GB/Day\",\n                \"price\": 135000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 10737418240,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"NZ\",\n                \"locationCode\": \"NZ\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 540000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"New Zealand\",\n                        \"locationLogo\": \"/img/flags/nz.png\",\n                        \"locationCode\": \"NZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Spark\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PT4XEW052\",\n                \"slug\": \"AE_10_Daily\",\n                \"name\": \"United Arab Emirates 10GB/Day\",\n                \"price\": 97000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 10737418240,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"AE\",\n                \"locationCode\": \"AE\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 388000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"United Arab Emirates\",\n                        \"locationLogo\": \"/img/flags/ae.png\",\n                        \"locationCode\": \"AE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Etisalat\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PE50C29LR\",\n                \"slug\": \"GB_10_Daily\",\n                \"name\": \"United Kingdom 10GB/Day\",\n                \"price\": 45000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 10737418240,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"GB\",\n                \"locationCode\": \"GB\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 180000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"United Kingdom\",\n                        \"locationLogo\": \"/img/flags/gb.png\",\n                        \"locationCode\": \"GB\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PB9B7RVL0\",\n                \"slug\": \"SGMYTH-3_0.5_Daily\",\n                \"name\": \"Singapore & Malaysia & Thailand 500MB/Day\",\n                \"price\": 6000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"TH,SG,MY\",\n                \"locationCode\": \"SGMYTH-3\",\n                \"description\": \"Singapore & Malaysia & Thailand 500MB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 24000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"128 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Malaysia\",\n                        \"locationLogo\": \"/img/flags/my.png\",\n                        \"locationCode\": \"MY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"CelcomDigi\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Maxis\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Singapore\",\n                        \"locationLogo\": \"/img/flags/sg.png\",\n                        \"locationCode\": \"SG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SingTel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Thailand\",\n                        \"locationLogo\": \"/img/flags/th.png\",\n                        \"locationCode\": \"TH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"DTAC\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"TrueMove H\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PS6VQM34Q\",\n                \"slug\": \"SGMYTH-3_1_Daily\",\n                \"name\": \"Singapore & Malaysia & Thailand 1GB/Day\",\n                \"price\": 10000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"TH,SG,MY\",\n                \"locationCode\": \"SGMYTH-3\",\n                \"description\": \"Singapore & Malaysia & Thailand 1GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 40000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"128 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Malaysia\",\n                        \"locationLogo\": \"/img/flags/my.png\",\n                        \"locationCode\": \"MY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"CelcomDigi\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Maxis\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Singapore\",\n                        \"locationLogo\": \"/img/flags/sg.png\",\n                        \"locationCode\": \"SG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SingTel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Thailand\",\n                        \"locationLogo\": \"/img/flags/th.png\",\n                        \"locationCode\": \"TH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"DTAC\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"TrueMove H\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PRPNZ697N\",\n                \"slug\": \"SGMYTH-3_2_Daily\",\n                \"name\": \"Singapore & Malaysia & Thailand 2GB/Day\",\n                \"price\": 20000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"TH,SG,MY\",\n                \"locationCode\": \"SGMYTH-3\",\n                \"description\": \"Singapore & Malaysia & Thailand 2GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 80000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"128 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Malaysia\",\n                        \"locationLogo\": \"/img/flags/my.png\",\n                        \"locationCode\": \"MY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"CelcomDigi\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Maxis\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Singapore\",\n                        \"locationLogo\": \"/img/flags/sg.png\",\n                        \"locationCode\": \"SG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SingTel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Thailand\",\n                        \"locationLogo\": \"/img/flags/th.png\",\n                        \"locationCode\": \"TH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"DTAC\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"TrueMove H\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PD4EBQ08R\",\n                \"slug\": \"CNJPKR-3_0.5_Daily\",\n                \"name\": \"China mainland & Japan & South Korea 500MB/Day\",\n                \"price\": 12000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"JP,KR,CN\",\n                \"locationCode\": \"CNJPKR-3\",\n                \"description\": \"China mainland & Japan & South Korea 500MB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 48000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"China mainland\",\n                        \"locationLogo\": \"/img/flags/cn.png\",\n                        \"locationCode\": \"CN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"China Unicom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"South Korea\",\n                        \"locationLogo\": \"/img/flags/kr.png\",\n                        \"locationCode\": \"KR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SKTelecom\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"LG U+\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P8SU7BG1W\",\n                \"slug\": \"CNJPKR-3_1_Daily\",\n                \"name\": \"China mainland & Japan & South Korea 1GB/Day\",\n                \"price\": 22000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"JP,KR,CN\",\n                \"locationCode\": \"CNJPKR-3\",\n                \"description\": \"China mainland & Japan & South Korea 1GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 88000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"China mainland\",\n                        \"locationLogo\": \"/img/flags/cn.png\",\n                        \"locationCode\": \"CN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"China Unicom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"South Korea\",\n                        \"locationLogo\": \"/img/flags/kr.png\",\n                        \"locationCode\": \"KR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SKTelecom\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"LG U+\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P1Z74ZBVM\",\n                \"slug\": \"CNJPKR-3_2_Daily\",\n                \"name\": \"China mainland & Japan & South Korea 2GB/Day\",\n                \"price\": 43000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"JP,KR,CN\",\n                \"locationCode\": \"CNJPKR-3\",\n                \"description\": \"China mainland & Japan & South Korea 2GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 172000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"128 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"China mainland\",\n                        \"locationLogo\": \"/img/flags/cn.png\",\n                        \"locationCode\": \"CN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"China Unicom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"South Korea\",\n                        \"locationLogo\": \"/img/flags/kr.png\",\n                        \"locationCode\": \"KR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SKTelecom\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"LG U+\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PC374AFNY\",\n                \"slug\": \"ID_0.5_Daily_nonhkip\",\n                \"name\": \"Indonesia 500MB/Day (nonhkip)\",\n                \"price\": 6600,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"ID\",\n                \"locationCode\": \"ID\",\n                \"description\": \"Indonesia 500MB/Day (nonhkip)\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 26400,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"SG\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Indonesia\",\n                        \"locationLogo\": \"/img/flags/id.png\",\n                        \"locationCode\": \"ID\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telkomsel\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Telkomsel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P2TU7X1XJ\",\n                \"slug\": \"ID_1_Daily_nonhkip\",\n                \"name\": \"Indonesia 1GB/Day (nonhkip)\",\n                \"price\": 10500,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"ID\",\n                \"locationCode\": \"ID\",\n                \"description\": \"Indonesia 1GB/Day (nonhkip)\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 42000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"SG\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Indonesia\",\n                        \"locationLogo\": \"/img/flags/id.png\",\n                        \"locationCode\": \"ID\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telkomsel\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Telkomsel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P09WQCRL3\",\n                \"slug\": \"ID_2_Daily_nonhkip\",\n                \"name\": \"Indonesia 2GB/Day (nonhkip)\",\n                \"price\": 18000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"ID\",\n                \"locationCode\": \"ID\",\n                \"description\": \"Indonesia 2GB/Day (nonhkip)\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 72000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"SG\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Indonesia\",\n                        \"locationLogo\": \"/img/flags/id.png\",\n                        \"locationCode\": \"ID\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telkomsel\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Telkomsel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PLVVS2N87\",\n                \"slug\": \"JP_0.5_Daily_nonhkip\",\n                \"name\": \"Japan 500MB/Day (nonhkip)\",\n                \"price\": 5200,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"JP\",\n                \"locationCode\": \"JP\",\n                \"description\": \"Japan 500MB/Day (nonhkip)\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 20800,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"SG\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P1GCN5FS9\",\n                \"slug\": \"JP_1_Daily_nonhkip\",\n                \"name\": \"Japan 1GB/Day (nonhkip)\",\n                \"price\": 9600,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"JP\",\n                \"locationCode\": \"JP\",\n                \"description\": \"Japan 1GB/Day (nonhkip)\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 38400,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"SG\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P2H1DV6JP\",\n                \"slug\": \"JP_2_Daily_nonhkip\",\n                \"name\": \"Japan 2GB/Day (nonhkip)\",\n                \"price\": 18400,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"JP\",\n                \"locationCode\": \"JP\",\n                \"description\": \"Japan 2GB/Day (nonhkip)\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 73600,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"SG\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PZH4CF30G\",\n                \"slug\": \"TH_0.5_Daily_nonhkip\",\n                \"name\": \"Thailand 500MB/Day (nonhkip)\",\n                \"price\": 6600,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"TH\",\n                \"locationCode\": \"TH\",\n                \"description\": \"Thailand 500MB/Day (nonhkip)\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 26400,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"SG\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Thailand\",\n                        \"locationLogo\": \"/img/flags/th.png\",\n                        \"locationCode\": \"TH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"AIS\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PPS28ZZ4H\",\n                \"slug\": \"TH_1_Daily_nonhkip\",\n                \"name\": \"Thailand 1GB/Day (nonhkip)\",\n                \"price\": 10500,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"TH\",\n                \"locationCode\": \"TH\",\n                \"description\": \"Thailand 1GB/Day (nonhkip)\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 42000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"SG\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Thailand\",\n                        \"locationLogo\": \"/img/flags/th.png\",\n                        \"locationCode\": \"TH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"AIS\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PR73YYZN4\",\n                \"slug\": \"TH_2_Daily_nonhkip\",\n                \"name\": \"Thailand 2GB/Day (nonhkip)\",\n                \"price\": 17600,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"TH\",\n                \"locationCode\": \"TH\",\n                \"description\": \"Thailand 2GB/Day (nonhkip)\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 70400,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"SG\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Thailand\",\n                        \"locationLogo\": \"/img/flags/th.png\",\n                        \"locationCode\": \"TH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"AIS\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PBA7XW0H5\",\n                \"slug\": \"CN_0.5_Daily_nonhkip\",\n                \"name\": \"China mainland 500MB/Day (nonhkip)\",\n                \"price\": 5200,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"CN\",\n                \"locationCode\": \"CN\",\n                \"description\": \"China mainland 500MB/Day (nonhkip)\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 20800,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"SG\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"China mainland\",\n                        \"locationLogo\": \"/img/flags/cn.png\",\n                        \"locationCode\": \"CN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"China Mobile\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P6JDSP39N\",\n                \"slug\": \"CN_1_Daily_nonhkip\",\n                \"name\": \"China mainland 1GB/Day (nonhkip)\",\n                \"price\": 9600,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"CN\",\n                \"locationCode\": \"CN\",\n                \"description\": \"China mainland 1GB/Day (nonhkip)\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 38400,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"SG\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"China mainland\",\n                        \"locationLogo\": \"/img/flags/cn.png\",\n                        \"locationCode\": \"CN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"China Mobile\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PYWR9L63K\",\n                \"slug\": \"CN_2_Daily_nonhkip\",\n                \"name\": \"China mainland 2GB/Day (nonhkip)\",\n                \"price\": 17600,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"CN\",\n                \"locationCode\": \"CN\",\n                \"description\": \"China mainland 2GB/Day (nonhkip)\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 70400,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"SG\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"China mainland\",\n                        \"locationLogo\": \"/img/flags/cn.png\",\n                        \"locationCode\": \"CN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"China Mobile\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P07TJRC8Y\",\n                \"slug\": \"SG_0.5_Daily_nonhkip\",\n                \"name\": \"Singapore 500MB/Day (nonhkip)\",\n                \"price\": 4800,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"SG\",\n                \"locationCode\": \"SG\",\n                \"description\": \"Singapore 500MB/Day (nonhkip)\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 19200,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"SG\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Singapore\",\n                        \"locationLogo\": \"/img/flags/sg.png\",\n                        \"locationCode\": \"SG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SingTel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P2B5NQ3VH\",\n                \"slug\": \"SG_1_Daily_nonhkip\",\n                \"name\": \"Singapore 1GB/Day (nonhkip)\",\n                \"price\": 8300,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"SG\",\n                \"locationCode\": \"SG\",\n                \"description\": \"Singapore 1GB/Day (nonhkip)\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 33200,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"SG\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Singapore\",\n                        \"locationLogo\": \"/img/flags/sg.png\",\n                        \"locationCode\": \"SG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SingTel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PHDQJ3J94\",\n                \"slug\": \"SG_2_Daily_nonhkip\",\n                \"name\": \"Singapore 2GB/Day (nonhkip)\",\n                \"price\": 15800,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"SG\",\n                \"locationCode\": \"SG\",\n                \"description\": \"Singapore 2GB/Day (nonhkip)\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 63200,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"SG\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Singapore\",\n                        \"locationLogo\": \"/img/flags/sg.png\",\n                        \"locationCode\": \"SG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SingTel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PZ2UCMK37\",\n                \"slug\": \"KR_0.5_Daily_nonhkip\",\n                \"name\": \"South Korea 500MB/Day (nonhkip)\",\n                \"price\": 4800,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"KR\",\n                \"locationCode\": \"KR\",\n                \"description\": \"South Korea 500MB/Day (nonhkip)\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 19200,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"SG\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"South Korea\",\n                        \"locationLogo\": \"/img/flags/kr.png\",\n                        \"locationCode\": \"KR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SKTelecom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P20PMGJQ5\",\n                \"slug\": \"KR_1_Daily_nonhkip\",\n                \"name\": \"South Korea 1GB/Day (nonhkip)\",\n                \"price\": 8300,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"KR\",\n                \"locationCode\": \"KR\",\n                \"description\": \"South Korea 1GB/Day (nonhkip)\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 33200,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"SG\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"South Korea\",\n                        \"locationLogo\": \"/img/flags/kr.png\",\n                        \"locationCode\": \"KR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SKTelecom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PLF859LWP\",\n                \"slug\": \"KR_2_Daily_nonhkip\",\n                \"name\": \"South Korea 2GB/Day (nonhkip)\",\n                \"price\": 14500,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"KR\",\n                \"locationCode\": \"KR\",\n                \"description\": \"South Korea 2GB/Day (nonhkip)\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 58000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"SG\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"South Korea\",\n                        \"locationLogo\": \"/img/flags/kr.png\",\n                        \"locationCode\": \"KR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SKTelecom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P06DPM5ME\",\n                \"slug\": \"MO_0.5_Daily_nonhkip\",\n                \"name\": \"Macao 500MB/Day (nonhkip)\",\n                \"price\": 5700,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"MO\",\n                \"locationCode\": \"MO\",\n                \"description\": \"Macao 500MB/Day (nonhkip)\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 22800,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"SG\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Macao (China)\",\n                        \"locationLogo\": \"/img/flags/mo.png\",\n                        \"locationCode\": \"MO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"CTM\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P0EA95AKM\",\n                \"slug\": \"MO_1_Daily_nonhkip\",\n                \"name\": \"Macao 1GB/Day (nonhkip)\",\n                \"price\": 9200,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"MO\",\n                \"locationCode\": \"MO\",\n                \"description\": \"Macao 1GB/Day (nonhkip)\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 36800,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"SG\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Macao (China)\",\n                        \"locationLogo\": \"/img/flags/mo.png\",\n                        \"locationCode\": \"MO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"CTM\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PMC972NJJ\",\n                \"slug\": \"MO_2_Daily_nonhkip\",\n                \"name\": \"Macao 2GB/Day (nonhkip)\",\n                \"price\": 17600,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"MO\",\n                \"locationCode\": \"MO\",\n                \"description\": \"Macao 2GB/Day (nonhkip)\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 70400,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"SG\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Macao (China)\",\n                        \"locationLogo\": \"/img/flags/mo.png\",\n                        \"locationCode\": \"MO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"CTM\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PJJ7HCK42\",\n                \"slug\": \"MY_0.5_Daily_nonhkip\",\n                \"name\": \"Malaysia 500MB/Day (nonhkip)\",\n                \"price\": 4400,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"MY\",\n                \"locationCode\": \"MY\",\n                \"description\": \"Malaysia 500MB/Day (nonhkip)\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 17600,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"SG\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Malaysia\",\n                        \"locationLogo\": \"/img/flags/my.png\",\n                        \"locationCode\": \"MY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Maxis\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PKFR059MT\",\n                \"slug\": \"MY_1_Daily_nonhkip\",\n                \"name\": \"Malaysia 1GB/Day (nonhkip)\",\n                \"price\": 7900,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"MY\",\n                \"locationCode\": \"MY\",\n                \"description\": \"Malaysia 1GB/Day (nonhkip)\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 31600,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"SG\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Malaysia\",\n                        \"locationLogo\": \"/img/flags/my.png\",\n                        \"locationCode\": \"MY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Maxis\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P9BPF41DU\",\n                \"slug\": \"MY_2_Daily_nonhkip\",\n                \"name\": \"Malaysia 2GB/Day (nonhkip)\",\n                \"price\": 14900,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"MY\",\n                \"locationCode\": \"MY\",\n                \"description\": \"Malaysia 2GB/Day (nonhkip)\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 59600,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"SG\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Malaysia\",\n                        \"locationLogo\": \"/img/flags/my.png\",\n                        \"locationCode\": \"MY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Maxis\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P9JL3S1GG\",\n                \"slug\": \"VN_0.5_Daily_nonhkip\",\n                \"name\": \"Vietnam 500MB/Day (nonhkip)\",\n                \"price\": 5100,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"VN\",\n                \"locationCode\": \"VN\",\n                \"description\": \"Vietnam 500MB/Day (nonhkip)\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 20400,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"SG\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Vietnam\",\n                        \"locationLogo\": \"/img/flags/vn.png\",\n                        \"locationCode\": \"VN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vinaphone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PP9NT7XP0\",\n                \"slug\": \"VN_1_Daily_nonhkip\",\n                \"name\": \"Vietnam 1GB/Day (nonhkip)\",\n                \"price\": 12800,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"VN\",\n                \"locationCode\": \"VN\",\n                \"description\": \"Vietnam 1GB/Day (nonhkip)\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 51200,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"SG\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Vietnam\",\n                        \"locationLogo\": \"/img/flags/vn.png\",\n                        \"locationCode\": \"VN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vinaphone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PSCA610LL\",\n                \"slug\": \"VN_2_Daily_nonhkip\",\n                \"name\": \"Vietnam 2GB/Day (nonhkip)\",\n                \"price\": 24600,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"VN\",\n                \"locationCode\": \"VN\",\n                \"description\": \"Vietnam 2GB/Day (nonhkip)\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 98400,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"SG\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Vietnam\",\n                        \"locationLogo\": \"/img/flags/vn.png\",\n                        \"locationCode\": \"VN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vinaphone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PE3UHN6BJ\",\n                \"slug\": \"HK_3_Daily\",\n                \"name\": \"Hong Kong 3GB/Day\",\n                \"price\": 22500,\n                \"currencyCode\": \"USD\",\n                \"volume\": 3221225472,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"HK\",\n                \"locationCode\": \"HK\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 90000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Hong Kong (China)\",\n                        \"locationLogo\": \"/img/flags/hk.png\",\n                        \"locationCode\": \"HK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"CMHK\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P0VZY58TB\",\n                \"slug\": \"KR_3_Daily_nonhkip\",\n                \"name\": \"South Korea 3GB/Day (nonhkip)\",\n                \"price\": 18400,\n                \"currencyCode\": \"USD\",\n                \"volume\": 3221225472,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"KR\",\n                \"locationCode\": \"KR\",\n                \"description\": \"South Korea 3GB/Day (nonhkip)\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 73600,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"SG\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"South Korea\",\n                        \"locationLogo\": \"/img/flags/kr.png\",\n                        \"locationCode\": \"KR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SKTelecom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PKT0YY7DH\",\n                \"slug\": \"EU-43_1_Daily\",\n                \"name\": \"Europe (40+ areas) & Morocco 1GB/Day\",\n                \"price\": 32000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"NO,RS,DE,RU,BE,FI,PT,BG,DK,LT,LU,LV,HR,UA,FR,HU,SE,MA,SI,SK,GB,IE,MK,EE,GI,IM,CH,MT,IS,IT,GR,ES,AT,CY,AX,CZ,JE,PL,RO,LI,NL,TR\",\n                \"locationCode\": \"EU-43\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 128000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Aland Islands\",\n                        \"locationLogo\": \"/img/flags/ax.png\",\n                        \"locationCode\": \"AX\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Ålcom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Austria\",\n                        \"locationLogo\": \"/img/flags/at.png\",\n                        \"locationCode\": \"AT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Belgium\",\n                        \"locationLogo\": \"/img/flags/be.png\",\n                        \"locationCode\": \"BE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Base\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Proximus\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Bulgaria\",\n                        \"locationLogo\": \"/img/flags/bg.png\",\n                        \"locationCode\": \"BG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vivacom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Croatia\",\n                        \"locationLogo\": \"/img/flags/hr.png\",\n                        \"locationCode\": \"HR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tele2\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"A1\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Cyprus\",\n                        \"locationLogo\": \"/img/flags/cy.png\",\n                        \"locationCode\": \"CY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"PrimeTel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Czech Republic\",\n                        \"locationLogo\": \"/img/flags/cz.png\",\n                        \"locationCode\": \"CZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Denmark\",\n                        \"locationLogo\": \"/img/flags/dk.png\",\n                        \"locationCode\": \"DK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"TDC\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Estonia\",\n                        \"locationLogo\": \"/img/flags/ee.png\",\n                        \"locationCode\": \"EE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Elisa\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Finland\",\n                        \"locationLogo\": \"/img/flags/fi.png\",\n                        \"locationCode\": \"FI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Elisa\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia / DNA\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"France\",\n                        \"locationLogo\": \"/img/flags/fr.png\",\n                        \"locationCode\": \"FR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SFR\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Bouygues\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Free Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Germany\",\n                        \"locationLogo\": \"/img/flags/de.png\",\n                        \"locationCode\": \"DE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Gibraltar\",\n                        \"locationLogo\": \"/img/flags/gi.png\",\n                        \"locationCode\": \"GI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"GibTel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Greece\",\n                        \"locationLogo\": \"/img/flags/gr.png\",\n                        \"locationCode\": \"GR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Wind\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Hungary\",\n                        \"locationLogo\": \"/img/flags/hu.png\",\n                        \"locationCode\": \"HU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telenor Hungary\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Iceland\",\n                        \"locationLogo\": \"/img/flags/is.png\",\n                        \"locationCode\": \"IS\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Nova\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Ireland\",\n                        \"locationLogo\": \"/img/flags/ie.png\",\n                        \"locationCode\": \"IE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Isle of Man\",\n                        \"locationLogo\": \"/img/flags/im.png\",\n                        \"locationCode\": \"IM\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Pronto GSM\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Italy\",\n                        \"locationLogo\": \"/img/flags/it.png\",\n                        \"locationCode\": \"IT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Wind\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Jersey\",\n                        \"locationLogo\": \"/img/flags/je.png\",\n                        \"locationCode\": \"JE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"JT\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Latvia\",\n                        \"locationLogo\": \"/img/flags/lv.png\",\n                        \"locationCode\": \"LV\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"LMT\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Bite\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Liechtenstein\",\n                        \"locationLogo\": \"/img/flags/li.png\",\n                        \"locationCode\": \"LI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"FL1\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"7acht\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Lithuania\",\n                        \"locationLogo\": \"/img/flags/lt.png\",\n                        \"locationCode\": \"LT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"BITĖ\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Luxembourg\",\n                        \"locationLogo\": \"/img/flags/lu.png\",\n                        \"locationCode\": \"LU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"POST\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Tango\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Malta\",\n                        \"locationLogo\": \"/img/flags/mt.png\",\n                        \"locationCode\": \"MT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"GO\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Melita\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Morocco\",\n                        \"locationLogo\": \"/img/flags/ma.png\",\n                        \"locationCode\": \"MA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange Morocco\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Netherlands\",\n                        \"locationLogo\": \"/img/flags/nl.png\",\n                        \"locationCode\": \"NL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"KPN\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"North Macedonia\",\n                        \"locationLogo\": \"/img/flags/mk.png\",\n                        \"locationCode\": \"MK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telekom.mk\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"vip\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Norway\",\n                        \"locationLogo\": \"/img/flags/no.png\",\n                        \"locationCode\": \"NO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Poland\",\n                        \"locationLogo\": \"/img/flags/pl.png\",\n                        \"locationCode\": \"PL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Play\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Plus\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Portugal\",\n                        \"locationLogo\": \"/img/flags/pt.png\",\n                        \"locationCode\": \"PT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"NOS\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"MEO\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Romania\",\n                        \"locationLogo\": \"/img/flags/ro.png\",\n                        \"locationCode\": \"RO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Digi.Mobil\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Russia\",\n                        \"locationLogo\": \"/img/flags/ru.png\",\n                        \"locationCode\": \"RU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Serbia\",\n                        \"locationLogo\": \"/img/flags/rs.png\",\n                        \"locationCode\": \"RS\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"VIP\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Telenor\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"mts\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Slovakia\",\n                        \"locationLogo\": \"/img/flags/sk.png\",\n                        \"locationCode\": \"SK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Slovenia\",\n                        \"locationLogo\": \"/img/flags/si.png\",\n                        \"locationCode\": \"SI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Mobitel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telemach\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"A1\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Spain\",\n                        \"locationLogo\": \"/img/flags/es.png\",\n                        \"locationCode\": \"ES\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Yoigo\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Sweden\",\n                        \"locationLogo\": \"/img/flags/se.png\",\n                        \"locationCode\": \"SE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Switzerland\",\n                        \"locationLogo\": \"/img/flags/ch.png\",\n                        \"locationCode\": \"CH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Sunrise\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Salt\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Swisscom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Turkey\",\n                        \"locationLogo\": \"/img/flags/tr.png\",\n                        \"locationCode\": \"TR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Türk Telekom\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Turkcell\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Ukraine\",\n                        \"locationLogo\": \"/img/flags/ua.png\",\n                        \"locationCode\": \"UA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"lifecell\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Kyivstar\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"United Kingdom\",\n                        \"locationLogo\": \"/img/flags/gb.png\",\n                        \"locationCode\": \"GB\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PT69SXX00\",\n                \"slug\": \"IT_10_Daily\",\n                \"name\": \"Italy 10GB/Day\",\n                \"price\": 45000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 10737418240,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"IT\",\n                \"locationCode\": \"IT\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 180000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Italy\",\n                        \"locationLogo\": \"/img/flags/it.png\",\n                        \"locationCode\": \"IT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Wind\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PP2FWWA8N\",\n                \"slug\": \"AL_0.5_Daily\",\n                \"name\": \"Albania 500MB/Day\",\n                \"price\": 7000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"AL\",\n                \"locationCode\": \"AL\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 28000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Albania\",\n                        \"locationLogo\": \"/img/flags/al.png\",\n                        \"locationCode\": \"AL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PT6YNFLX8\",\n                \"slug\": \"AL_1_Daily\",\n                \"name\": \"Albania 1GB/Day\",\n                \"price\": 12000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"AL\",\n                \"locationCode\": \"AL\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 48000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Albania\",\n                        \"locationLogo\": \"/img/flags/al.png\",\n                        \"locationCode\": \"AL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PSXVB0YDP\",\n                \"slug\": \"AL_2_Daily\",\n                \"name\": \"Albania 2GB/Day\",\n                \"price\": 24000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"AL\",\n                \"locationCode\": \"AL\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 96000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Albania\",\n                        \"locationLogo\": \"/img/flags/al.png\",\n                        \"locationCode\": \"AL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P13SRIDO8\",\n                \"slug\": \"MX_0.5_Daily\",\n                \"name\": \"Mexico 500MB/Day\",\n                \"price\": 9700,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"MX\",\n                \"locationCode\": \"MX\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 38800,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Mexico\",\n                        \"locationLogo\": \"/img/flags/mx.png\",\n                        \"locationCode\": \"MX\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"AT&T\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PQV9J51Q6\",\n                \"slug\": \"MX_2_Daily\",\n                \"name\": \"Mexico 2GB/Day\",\n                \"price\": 26400,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"MX\",\n                \"locationCode\": \"MX\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 105600,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Mexico\",\n                        \"locationLogo\": \"/img/flags/mx.png\",\n                        \"locationCode\": \"MX\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"AT&T\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P3818ZAKH\",\n                \"slug\": \"SA_0.5_Daily\",\n                \"name\": \"Saudi Arabia 500MB/Day\",\n                \"price\": 10500,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"SA\",\n                \"locationCode\": \"SA\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 42000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"BE\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Saudi Arabia\",\n                        \"locationLogo\": \"/img/flags/sa.png\",\n                        \"locationCode\": \"SA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Zain\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"STC\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PTRB35F3U\",\n                \"slug\": \"SA_2_Daily\",\n                \"name\": \"Saudi Arabia 2GB/Day\",\n                \"price\": 32000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"SA\",\n                \"locationCode\": \"SA\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 128000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"BE\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Saudi Arabia\",\n                        \"locationLogo\": \"/img/flags/sa.png\",\n                        \"locationCode\": \"SA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Zain\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"STC\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PSWPO99LO\",\n                \"slug\": \"CH_0.5_Daily\",\n                \"name\": \"Switzerland 500MB/Day\",\n                \"price\": 4000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"CH\",\n                \"locationCode\": \"CH\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 16000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Switzerland\",\n                        \"locationLogo\": \"/img/flags/ch.png\",\n                        \"locationCode\": \"CH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Sunrise\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Salt\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Swisscom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PUF7KJHOP\",\n                \"slug\": \"CH_1_Daily\",\n                \"name\": \"Switzerland 1GB/Day\",\n                \"price\": 6500,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"CH\",\n                \"locationCode\": \"CH\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 26000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Switzerland\",\n                        \"locationLogo\": \"/img/flags/ch.png\",\n                        \"locationCode\": \"CH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Sunrise\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Salt\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Swisscom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PZ594KWLT\",\n                \"slug\": \"CN_3_Daily_nonhkip\",\n                \"name\": \"China mainland 3GB/Day (nonhkip)\",\n                \"price\": 23800,\n                \"currencyCode\": \"USD\",\n                \"volume\": 3221225472,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"CN\",\n                \"locationCode\": \"CN\",\n                \"description\": \"China mainland 3GB/Day (nonhkip)\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 95200,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"SG\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"China mainland\",\n                        \"locationLogo\": \"/img/flags/cn.png\",\n                        \"locationCode\": \"CN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"China Mobile\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P468CPENH\",\n                \"slug\": \"CN_5_Daily_nonhkip\",\n                \"name\": \"China mainland 5GB/Day (nonhkip)\",\n                \"price\": 35200,\n                \"currencyCode\": \"USD\",\n                \"volume\": 5368709120,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"CN\",\n                \"locationCode\": \"CN\",\n                \"description\": \"China mainland 5GB/Day (nonhkip)\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 140800,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"SG\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"China mainland\",\n                        \"locationLogo\": \"/img/flags/cn.png\",\n                        \"locationCode\": \"CN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"China Mobile\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P6U5JSNS2\",\n                \"slug\": \"CN_10_Daily_nonhkip\",\n                \"name\": \"China mainland 10GB/Day (nonhkip)\",\n                \"price\": 48400,\n                \"currencyCode\": \"USD\",\n                \"volume\": 10737418240,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"CN\",\n                \"locationCode\": \"CN\",\n                \"description\": \"China mainland 10GB/Day (nonhkip)\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 193600,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"SG\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"China mainland\",\n                        \"locationLogo\": \"/img/flags/cn.png\",\n                        \"locationCode\": \"CN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"China Mobile\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PZ1MZLM46\",\n                \"slug\": \"JP_3_Daily_nonhkip\",\n                \"name\": \"Japan 3GB/Day (nonhkip)\",\n                \"price\": 23800,\n                \"currencyCode\": \"USD\",\n                \"volume\": 3221225472,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"JP\",\n                \"locationCode\": \"JP\",\n                \"description\": \"Japan 3GB/Day (nonhkip)\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 95200,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"SG\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PK51LBYG2\",\n                \"slug\": \"JP_5_Daily_nonhkip\",\n                \"name\": \"Japan 5GB/Day (nonhkip)\",\n                \"price\": 35200,\n                \"currencyCode\": \"USD\",\n                \"volume\": 5368709120,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"JP\",\n                \"locationCode\": \"JP\",\n                \"description\": \"Japan 5GB/Day (nonhkip)\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 140800,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"SG\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PNYCXG870\",\n                \"slug\": \"JP_10_Daily_nonhkip\",\n                \"name\": \"Japan 10GB/Day (nonhkip)\",\n                \"price\": 48400,\n                \"currencyCode\": \"USD\",\n                \"volume\": 10737418240,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"JP\",\n                \"locationCode\": \"JP\",\n                \"description\": \"Japan 10GB/Day (nonhkip)\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 193600,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"SG\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PZ1XRA5P8\",\n                \"slug\": \"KR_5_Daily_nonhkip\",\n                \"name\": \"South Korea 5GB/Day (nonhkip)\",\n                \"price\": 30800,\n                \"currencyCode\": \"USD\",\n                \"volume\": 5368709120,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"KR\",\n                \"locationCode\": \"KR\",\n                \"description\": \"South Korea 5GB/Day (nonhkip)\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 123200,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"SG\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"South Korea\",\n                        \"locationLogo\": \"/img/flags/kr.png\",\n                        \"locationCode\": \"KR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SKTelecom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P3N7QMR2R\",\n                \"slug\": \"KR_10_Daily_nonhkip\",\n                \"name\": \"South Korea 10GB/Day (nonhkip)\",\n                \"price\": 48400,\n                \"currencyCode\": \"USD\",\n                \"volume\": 10737418240,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"KR\",\n                \"locationCode\": \"KR\",\n                \"description\": \"South Korea 10GB/Day (nonhkip)\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 193600,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"SG\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"South Korea\",\n                        \"locationLogo\": \"/img/flags/kr.png\",\n                        \"locationCode\": \"KR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SKTelecom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PDTNE7W56\",\n                \"slug\": \"HK_5_Daily\",\n                \"name\": \"Hong Kong 5GB/Day\",\n                \"price\": 35000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 5368709120,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"HK\",\n                \"locationCode\": \"HK\",\n                \"description\": \"Hong Kong 5GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 140000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Hong Kong (China)\",\n                        \"locationLogo\": \"/img/flags/hk.png\",\n                        \"locationCode\": \"HK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"CMHK\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PHGYC4KTI\",\n                \"slug\": \"CH_2_Daily\",\n                \"name\": \"Switzerland 2GB/Day\",\n                \"price\": 12000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"CH\",\n                \"locationCode\": \"CH\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 48000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Switzerland\",\n                        \"locationLogo\": \"/img/flags/ch.png\",\n                        \"locationCode\": \"CH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Sunrise\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Salt\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Swisscom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P5AHB4R4J\",\n                \"slug\": \"MO_0.5_Daily\",\n                \"name\": \"Macao 500MB/Day\",\n                \"price\": 4000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"MO\",\n                \"locationCode\": \"MO\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 16000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Macao (China)\",\n                        \"locationLogo\": \"/img/flags/mo.png\",\n                        \"locationCode\": \"MO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"CTM\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PX9B24XFW\",\n                \"slug\": \"MO_1_Daily\",\n                \"name\": \"Macao 1GB/Day\",\n                \"price\": 6000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"MO\",\n                \"locationCode\": \"MO\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 24000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Macao (China)\",\n                        \"locationLogo\": \"/img/flags/mo.png\",\n                        \"locationCode\": \"MO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"CTM\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PGR7VFURB\",\n                \"slug\": \"MO_2_Daily\",\n                \"name\": \"Macao 2GB/Day\",\n                \"price\": 11000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"MO\",\n                \"locationCode\": \"MO\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 44000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Macao (China)\",\n                        \"locationLogo\": \"/img/flags/mo.png\",\n                        \"locationCode\": \"MO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"CTM\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PQNDWT1QZ\",\n                \"slug\": \"BD_2_Daily\",\n                \"name\": \"Bangladesh 2GB/Day\",\n                \"price\": 54000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"BD\",\n                \"locationCode\": \"BD\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 216000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Bangladesh\",\n                        \"locationLogo\": \"/img/flags/bd.png\",\n                        \"locationCode\": \"BD\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Grameenphone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PZZSMZCWX\",\n                \"slug\": \"GR_0.5_Daily\",\n                \"name\": \"Greece 500MB/Day\",\n                \"price\": 5000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"GR\",\n                \"locationCode\": \"GR\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 20000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Greece\",\n                        \"locationLogo\": \"/img/flags/gr.png\",\n                        \"locationCode\": \"GR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Wind\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PL6M2BY1R\",\n                \"slug\": \"GR_2_Daily\",\n                \"name\": \"Greece 2GB/Day\",\n                \"price\": 15000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"GR\",\n                \"locationCode\": \"GR\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 60000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Greece\",\n                        \"locationLogo\": \"/img/flags/gr.png\",\n                        \"locationCode\": \"GR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Wind\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PH430V510\",\n                \"slug\": \"AT_0.5_Daily\",\n                \"name\": \"Austria 500MB/Day\",\n                \"price\": 5000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"AT\",\n                \"locationCode\": \"AT\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 20000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Austria\",\n                        \"locationLogo\": \"/img/flags/at.png\",\n                        \"locationCode\": \"AT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P4TPF32H7\",\n                \"slug\": \"AT_1_Daily\",\n                \"name\": \"Austria 1GB/Day\",\n                \"price\": 8000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"AT\",\n                \"locationCode\": \"AT\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 32000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Austria\",\n                        \"locationLogo\": \"/img/flags/at.png\",\n                        \"locationCode\": \"AT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PDO2DS0KF\",\n                \"slug\": \"AT_2_Daily\",\n                \"name\": \"Austria 2GB/Day\",\n                \"price\": 15000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"AT\",\n                \"locationCode\": \"AT\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 60000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Austria\",\n                        \"locationLogo\": \"/img/flags/at.png\",\n                        \"locationCode\": \"AT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PFWU44064\",\n                \"slug\": \"DO_0.5_Daily\",\n                \"name\": \"Dominican Republic 500MB/Day\",\n                \"price\": 30000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"DO\",\n                \"locationCode\": \"DO\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 120000,\n                \"speed\": \"3G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Dominican Republic\",\n                        \"locationLogo\": \"/img/flags/do.png\",\n                        \"locationCode\": \"DO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Altice\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PA32H7KFJ\",\n                \"slug\": \"DO_1_Daily\",\n                \"name\": \"Dominican Republic 1GB/Day\",\n                \"price\": 56000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"DO\",\n                \"locationCode\": \"DO\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 224000,\n                \"speed\": \"3G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Dominican Republic\",\n                        \"locationLogo\": \"/img/flags/do.png\",\n                        \"locationCode\": \"DO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Altice\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PRENIM469\",\n                \"slug\": \"DO_2_Daily\",\n                \"name\": \"Dominican Republic 2GB/Day\",\n                \"price\": 110000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"DO\",\n                \"locationCode\": \"DO\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 440000,\n                \"speed\": \"3G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Dominican Republic\",\n                        \"locationLogo\": \"/img/flags/do.png\",\n                        \"locationCode\": \"DO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Altice\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PJCB7UMFE\",\n                \"slug\": \"GE_0.5_Daily\",\n                \"name\": \"Georgia 500MB/Day\",\n                \"price\": 9000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"GE\",\n                \"locationCode\": \"GE\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 36000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"FR/NL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Georgia\",\n                        \"locationLogo\": \"/img/flags/ge.png\",\n                        \"locationCode\": \"GE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Geocell\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PYA78QW9K\",\n                \"slug\": \"GE_1_Daily\",\n                \"name\": \"Georgia 1GB/Day\",\n                \"price\": 14000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"GE\",\n                \"locationCode\": \"GE\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 56000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"FR/NL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Georgia\",\n                        \"locationLogo\": \"/img/flags/ge.png\",\n                        \"locationCode\": \"GE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Geocell\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PQ17VC467\",\n                \"slug\": \"GE_2_Daily\",\n                \"name\": \"Georgia 2GB/Day\",\n                \"price\": 26000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"GE\",\n                \"locationCode\": \"GE\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 104000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"FR/NL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Georgia\",\n                        \"locationLogo\": \"/img/flags/ge.png\",\n                        \"locationCode\": \"GE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Geocell\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P1PD57B2W\",\n                \"slug\": \"NL_0.5_Daily\",\n                \"name\": \"Netherlands 500MB/Day\",\n                \"price\": 3500,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"NL\",\n                \"locationCode\": \"NL\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 14000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Netherlands\",\n                        \"locationLogo\": \"/img/flags/nl.png\",\n                        \"locationCode\": \"NL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Odido\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"KPN\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P7B64E9XP\",\n                \"slug\": \"NL_1_Daily\",\n                \"name\": \"Netherlands 1GB/Day\",\n                \"price\": 5500,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"NL\",\n                \"locationCode\": \"NL\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 22000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Netherlands\",\n                        \"locationLogo\": \"/img/flags/nl.png\",\n                        \"locationCode\": \"NL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Odido\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"KPN\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PCRX1TLMJ\",\n                \"slug\": \"NL_2_Daily\",\n                \"name\": \"Netherlands 2GB/Day\",\n                \"price\": 9600,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"NL\",\n                \"locationCode\": \"NL\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 38400,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Netherlands\",\n                        \"locationLogo\": \"/img/flags/nl.png\",\n                        \"locationCode\": \"NL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Odido\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"KPN\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PPNNVC3TZ\",\n                \"slug\": \"BR_2_Daily\",\n                \"name\": \"Brazil 2GB/Day\",\n                \"price\": 32100,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"BR\",\n                \"locationCode\": \"BR\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 128400,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Brazil\",\n                        \"locationLogo\": \"/img/flags/br.png\",\n                        \"locationCode\": \"BR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"TIM\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P86IZZAO9\",\n                \"slug\": \"FI_0.5_Daily\",\n                \"name\": \"Finland 500MB/Day\",\n                \"price\": 4000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"FI\",\n                \"locationCode\": \"FI\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 16000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Finland\",\n                        \"locationLogo\": \"/img/flags/fi.png\",\n                        \"locationCode\": \"FI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Elisa\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia / DNA\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PCMZ4TZT8\",\n                \"slug\": \"FI_1_Daily\",\n                \"name\": \"Finland 1GB/Day\",\n                \"price\": 6000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"FI\",\n                \"locationCode\": \"FI\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 24000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"128 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Finland\",\n                        \"locationLogo\": \"/img/flags/fi.png\",\n                        \"locationCode\": \"FI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Elisa\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia / DNA\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PBCIBKPGY\",\n                \"slug\": \"FI_2_Daily\",\n                \"name\": \"Finland 2GB/Day\",\n                \"price\": 11000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"FI\",\n                \"locationCode\": \"FI\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 44000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Finland\",\n                        \"locationLogo\": \"/img/flags/fi.png\",\n                        \"locationCode\": \"FI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Elisa\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia / DNA\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PLJHEZMSO\",\n                \"slug\": \"SE_0.5_Daily\",\n                \"name\": \"Sweden 500MB/Day\",\n                \"price\": 5000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"SE\",\n                \"locationCode\": \"SE\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 20000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Sweden\",\n                        \"locationLogo\": \"/img/flags/se.png\",\n                        \"locationCode\": \"SE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PK4S1JX7N\",\n                \"slug\": \"SE_1_Daily\",\n                \"name\": \"Sweden 1GB/Day\",\n                \"price\": 8000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"SE\",\n                \"locationCode\": \"SE\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 32000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"128 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Sweden\",\n                        \"locationLogo\": \"/img/flags/se.png\",\n                        \"locationCode\": \"SE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PR8X1J6BW\",\n                \"slug\": \"SE_2_Daily\",\n                \"name\": \"Sweden 2GB/Day\",\n                \"price\": 15000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"SE\",\n                \"locationCode\": \"SE\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 60000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Sweden\",\n                        \"locationLogo\": \"/img/flags/se.png\",\n                        \"locationCode\": \"SE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PA0AZVI8D\",\n                \"slug\": \"MK_0.5_Daily\",\n                \"name\": \"North Macedonia of 500MB/Day\",\n                \"price\": 11000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"MK\",\n                \"locationCode\": \"MK\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 44000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"North Macedonia\",\n                        \"locationLogo\": \"/img/flags/mk.png\",\n                        \"locationCode\": \"MK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telekom.mk\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"vip\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PHSY9PHQE\",\n                \"slug\": \"MK_1_Daily\",\n                \"name\": \"North Macedonia of 1GB/Day\",\n                \"price\": 20000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"MK\",\n                \"locationCode\": \"MK\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 80000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"North Macedonia\",\n                        \"locationLogo\": \"/img/flags/mk.png\",\n                        \"locationCode\": \"MK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telekom.mk\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"vip\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PJ9QJX3RO\",\n                \"slug\": \"MK_2_Daily\",\n                \"name\": \"North Macedonia of 2GB/Day\",\n                \"price\": 37000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"MK\",\n                \"locationCode\": \"MK\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 148000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"North Macedonia\",\n                        \"locationLogo\": \"/img/flags/mk.png\",\n                        \"locationCode\": \"MK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telekom.mk\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"vip\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P9PXYXUN9\",\n                \"slug\": \"PT_0.5_Daily\",\n                \"name\": \"Portugal 500MB/Day\",\n                \"price\": 5000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"PT\",\n                \"locationCode\": \"PT\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 20000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Portugal\",\n                        \"locationLogo\": \"/img/flags/pt.png\",\n                        \"locationCode\": \"PT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"NOS\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"MEO\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PFXG8IN4R\",\n                \"slug\": \"PT_2_Daily\",\n                \"name\": \"Portugal 2GB/Day\",\n                \"price\": 15000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"PT\",\n                \"locationCode\": \"PT\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 60000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Portugal\",\n                        \"locationLogo\": \"/img/flags/pt.png\",\n                        \"locationCode\": \"PT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"NOS\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"MEO\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PJFFZMYNM\",\n                \"slug\": \"PL_0.5_Daily\",\n                \"name\": \"Poland 500MB/Day\",\n                \"price\": 4000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"PL\",\n                \"locationCode\": \"PL\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 16000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Poland\",\n                        \"locationLogo\": \"/img/flags/pl.png\",\n                        \"locationCode\": \"PL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Play\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Plus\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PFDGVQ1B3\",\n                \"slug\": \"PL_2_Daily\",\n                \"name\": \"Poland 2GB/Day\",\n                \"price\": 11000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"PL\",\n                \"locationCode\": \"PL\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 44000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Poland\",\n                        \"locationLogo\": \"/img/flags/pl.png\",\n                        \"locationCode\": \"PL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Play\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Plus\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PL3LOJLMM\",\n                \"slug\": \"JO_0.5_Daily\",\n                \"name\": \"Jordan 500MB/Day\",\n                \"price\": 10000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"JO\",\n                \"locationCode\": \"JO\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 40000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Jordan\",\n                        \"locationLogo\": \"/img/flags/jo.png\",\n                        \"locationCode\": \"JO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Zain\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Umniah\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P10JVIWAX\",\n                \"slug\": \"JO_2_Daily\",\n                \"name\": \"Jordan 2GB/Day\",\n                \"price\": 27200,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"JO\",\n                \"locationCode\": \"JO\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 108800,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Jordan\",\n                        \"locationLogo\": \"/img/flags/jo.png\",\n                        \"locationCode\": \"JO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Zain\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Umniah\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P4X5L0Z1B\",\n                \"slug\": \"BE_0.5_Daily\",\n                \"name\": \"Belgium 500MB/Day\",\n                \"price\": 5000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"BE\",\n                \"locationCode\": \"BE\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 20000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Belgium\",\n                        \"locationLogo\": \"/img/flags/be.png\",\n                        \"locationCode\": \"BE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Base\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Proximus\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P3BGYRU56\",\n                \"slug\": \"BE_2_Daily\",\n                \"name\": \"Belgium 2GB/Day\",\n                \"price\": 16000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"BE\",\n                \"locationCode\": \"BE\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 64000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Belgium\",\n                        \"locationLogo\": \"/img/flags/be.png\",\n                        \"locationCode\": \"BE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Base\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Proximus\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PU0PLIZUK\",\n                \"slug\": \"NO_0.5_Daily\",\n                \"name\": \"Norway 500MB/Day\",\n                \"price\": 4000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"NO\",\n                \"locationCode\": \"NO\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 16000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Norway\",\n                        \"locationLogo\": \"/img/flags/no.png\",\n                        \"locationCode\": \"NO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PYD20OWIB\",\n                \"slug\": \"NO_2_Daily\",\n                \"name\": \"Norway 2GB/Day\",\n                \"price\": 12000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"NO\",\n                \"locationCode\": \"NO\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 48000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Norway\",\n                        \"locationLogo\": \"/img/flags/no.png\",\n                        \"locationCode\": \"NO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P597LY81J\",\n                \"slug\": \"AR_0.5_Daily\",\n                \"name\": \"Argentina 500MB/Day\",\n                \"price\": 17000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"AR\",\n                \"locationCode\": \"AR\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 68000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Argentina\",\n                        \"locationLogo\": \"/img/flags/ar.png\",\n                        \"locationCode\": \"AR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P1YR0L0LJ\",\n                \"slug\": \"AR_2_Daily\",\n                \"name\": \"Argentina 2GB/Day\",\n                \"price\": 49200,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"AR\",\n                \"locationCode\": \"AR\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 196800,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Argentina\",\n                        \"locationLogo\": \"/img/flags/ar.png\",\n                        \"locationCode\": \"AR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PZPTIBNIE\",\n                \"slug\": \"IE_0.5_Daily\",\n                \"name\": \"Ireland 500MB/Day\",\n                \"price\": 5000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"IE\",\n                \"locationCode\": \"IE\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 20000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Ireland\",\n                        \"locationLogo\": \"/img/flags/ie.png\",\n                        \"locationCode\": \"IE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PDB6K4TRZ\",\n                \"slug\": \"IE_2_Daily\",\n                \"name\": \"Ireland 2GB/Day\",\n                \"price\": 15000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"IE\",\n                \"locationCode\": \"IE\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 60000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Ireland\",\n                        \"locationLogo\": \"/img/flags/ie.png\",\n                        \"locationCode\": \"IE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PUJ9JZ49L\",\n                \"slug\": \"HU_0.5_Daily\",\n                \"name\": \"Hungary 500MB/Day\",\n                \"price\": 5000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"HU\",\n                \"locationCode\": \"HU\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 20000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Hungary\",\n                        \"locationLogo\": \"/img/flags/hu.png\",\n                        \"locationCode\": \"HU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telenor Hungary\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PCDALO1ZH\",\n                \"slug\": \"HU_1_Daily\",\n                \"name\": \"Hungary 1GB/Day\",\n                \"price\": 8000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"HU\",\n                \"locationCode\": \"HU\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 32000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"128 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Hungary\",\n                        \"locationLogo\": \"/img/flags/hu.png\",\n                        \"locationCode\": \"HU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telenor Hungary\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P8DVM8J4F\",\n                \"slug\": \"HU_2_Daily\",\n                \"name\": \"Hungary 2GB/Day\",\n                \"price\": 14000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"HU\",\n                \"locationCode\": \"HU\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 56000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Hungary\",\n                        \"locationLogo\": \"/img/flags/hu.png\",\n                        \"locationCode\": \"HU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telenor Hungary\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PY0UOJQWT\",\n                \"slug\": \"RO_0.5_Daily\",\n                \"name\": \"Romania 500MB/Day\",\n                \"price\": 4000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"RO\",\n                \"locationCode\": \"RO\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 16000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Romania\",\n                        \"locationLogo\": \"/img/flags/ro.png\",\n                        \"locationCode\": \"RO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Digi.Mobil\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PXZDE3VLY\",\n                \"slug\": \"RO_1_Daily\",\n                \"name\": \"Romania 1GB/Day\",\n                \"price\": 6000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"RO\",\n                \"locationCode\": \"RO\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 24000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"128 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Romania\",\n                        \"locationLogo\": \"/img/flags/ro.png\",\n                        \"locationCode\": \"RO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Digi.Mobil\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P313T8IQR\",\n                \"slug\": \"RO_2_Daily\",\n                \"name\": \"Romania 2GB/Day\",\n                \"price\": 10000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"RO\",\n                \"locationCode\": \"RO\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 40000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Romania\",\n                        \"locationLogo\": \"/img/flags/ro.png\",\n                        \"locationCode\": \"RO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Digi.Mobil\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PR2QG6WHD\",\n                \"slug\": \"CY_0.5_Daily\",\n                \"name\": \"Cyprus 500MB/Day\",\n                \"price\": 5000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"CY\",\n                \"locationCode\": \"CY\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 20000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Cyprus\",\n                        \"locationLogo\": \"/img/flags/cy.png\",\n                        \"locationCode\": \"CY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"PrimeTel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PTQUYUAC4\",\n                \"slug\": \"CY_1_Daily\",\n                \"name\": \"Cyprus 1GB/Day\",\n                \"price\": 8000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"CY\",\n                \"locationCode\": \"CY\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 32000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"128 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Cyprus\",\n                        \"locationLogo\": \"/img/flags/cy.png\",\n                        \"locationCode\": \"CY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"PrimeTel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PNULBHHBS\",\n                \"slug\": \"CY_2_Daily\",\n                \"name\": \"Cyprus 2GB/Day\",\n                \"price\": 14000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"CY\",\n                \"locationCode\": \"CY\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 56000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Cyprus\",\n                        \"locationLogo\": \"/img/flags/cy.png\",\n                        \"locationCode\": \"CY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"PrimeTel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PEZ3PBWS2\",\n                \"slug\": \"BG_0.5_Daily\",\n                \"name\": \"Bulgaria 500MB/Day\",\n                \"price\": 5000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"BG\",\n                \"locationCode\": \"BG\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 20000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Bulgaria\",\n                        \"locationLogo\": \"/img/flags/bg.png\",\n                        \"locationCode\": \"BG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vivacom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P59XXGYFY\",\n                \"slug\": \"BG_1_Daily\",\n                \"name\": \"Bulgaria 1GB/Day\",\n                \"price\": 8000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"BG\",\n                \"locationCode\": \"BG\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 32000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"128 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Bulgaria\",\n                        \"locationLogo\": \"/img/flags/bg.png\",\n                        \"locationCode\": \"BG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vivacom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PTGN0AGAT\",\n                \"slug\": \"BG_2_Daily\",\n                \"name\": \"Bulgaria 2GB/Day\",\n                \"price\": 14000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"BG\",\n                \"locationCode\": \"BG\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 56000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Bulgaria\",\n                        \"locationLogo\": \"/img/flags/bg.png\",\n                        \"locationCode\": \"BG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vivacom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P5RX9H6NB\",\n                \"slug\": \"CZ_0.5_Daily\",\n                \"name\": \"Czech Republic 500MB/Day\",\n                \"price\": 5000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"CZ\",\n                \"locationCode\": \"CZ\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 20000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Czech Republic\",\n                        \"locationLogo\": \"/img/flags/cz.png\",\n                        \"locationCode\": \"CZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PLSMCMC60\",\n                \"slug\": \"CZ_1_Daily\",\n                \"name\": \"Czech Republic 1GB/Day\",\n                \"price\": 8000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"CZ\",\n                \"locationCode\": \"CZ\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 32000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"128 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Czech Republic\",\n                        \"locationLogo\": \"/img/flags/cz.png\",\n                        \"locationCode\": \"CZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P0Z4X92BZ\",\n                \"slug\": \"CZ_2_Daily\",\n                \"name\": \"Czech Republic 2GB/Day\",\n                \"price\": 15000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"CZ\",\n                \"locationCode\": \"CZ\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 60000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Czech Republic\",\n                        \"locationLogo\": \"/img/flags/cz.png\",\n                        \"locationCode\": \"CZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PQDR977DM\",\n                \"slug\": \"DK_0.5_Daily\",\n                \"name\": \"Denmark 500MB/Day\",\n                \"price\": 5000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"DK\",\n                \"locationCode\": \"DK\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 20000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Denmark\",\n                        \"locationLogo\": \"/img/flags/dk.png\",\n                        \"locationCode\": \"DK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"TDC\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PRH1UOA37\",\n                \"slug\": \"DK_1_Daily\",\n                \"name\": \"Denmark 1GB/Day\",\n                \"price\": 8000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"DK\",\n                \"locationCode\": \"DK\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 32000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Denmark\",\n                        \"locationLogo\": \"/img/flags/dk.png\",\n                        \"locationCode\": \"DK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"TDC\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PHNMQSROO\",\n                \"slug\": \"DK_2_Daily\",\n                \"name\": \"Denmark 2GB/Day\",\n                \"price\": 14000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"DK\",\n                \"locationCode\": \"DK\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 56000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Denmark\",\n                        \"locationLogo\": \"/img/flags/dk.png\",\n                        \"locationCode\": \"DK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"TDC\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PV1EZMB3M\",\n                \"slug\": \"HR_0.5_Daily\",\n                \"name\": \"Croatia 500MB/Day\",\n                \"price\": 5000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"HR\",\n                \"locationCode\": \"HR\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 20000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Croatia\",\n                        \"locationLogo\": \"/img/flags/hr.png\",\n                        \"locationCode\": \"HR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tele2\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"A1\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P3C8CYU5D\",\n                \"slug\": \"HR_1_Daily\",\n                \"name\": \"Croatia 1GB/Day\",\n                \"price\": 8000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"HR\",\n                \"locationCode\": \"HR\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 32000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"128 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Croatia\",\n                        \"locationLogo\": \"/img/flags/hr.png\",\n                        \"locationCode\": \"HR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tele2\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"A1\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PJF1UAJYX\",\n                \"slug\": \"HR_2_Daily\",\n                \"name\": \"Croatia 2GB/Day\",\n                \"price\": 15000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"HR\",\n                \"locationCode\": \"HR\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 60000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Croatia\",\n                        \"locationLogo\": \"/img/flags/hr.png\",\n                        \"locationCode\": \"HR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tele2\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"A1\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P3J2KL1FT\",\n                \"slug\": \"CR_0.5_Daily\",\n                \"name\": \"Costa Rica 500MB/Day\",\n                \"price\": 15400,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"CR\",\n                \"locationCode\": \"CR\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 61600,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Costa Rica\",\n                        \"locationLogo\": \"/img/flags/cr.png\",\n                        \"locationCode\": \"CR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PU23HBI0J\",\n                \"slug\": \"CR_1_Daily\",\n                \"name\": \"Costa Rica 1GB/Day\",\n                \"price\": 24000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"CR\",\n                \"locationCode\": \"CR\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 96000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Costa Rica\",\n                        \"locationLogo\": \"/img/flags/cr.png\",\n                        \"locationCode\": \"CR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P9SN3NHU8\",\n                \"slug\": \"CR_2_Daily\",\n                \"name\": \"Costa Rica 2GB/Day\",\n                \"price\": 42000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"CR\",\n                \"locationCode\": \"CR\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 168000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Costa Rica\",\n                        \"locationLogo\": \"/img/flags/cr.png\",\n                        \"locationCode\": \"CR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P4ZKUW7DZ\",\n                \"slug\": \"MU_0.5_Daily\",\n                \"name\": \"Mauritius 500MB/Day\",\n                \"price\": 31000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"MU\",\n                \"locationCode\": \"MU\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 124000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Mauritius\",\n                        \"locationLogo\": \"/img/flags/mu.png\",\n                        \"locationCode\": \"MU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"my.t\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PON7FUWT2\",\n                \"slug\": \"PE_0.5_Daily\",\n                \"name\": \"Peru 500MB/Day\",\n                \"price\": 14200,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"PE\",\n                \"locationCode\": \"PE\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 56800,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Peru\",\n                        \"locationLogo\": \"/img/flags/pe.png\",\n                        \"locationCode\": \"PE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PYVM14CFK\",\n                \"slug\": \"PE_1_Daily\",\n                \"name\": \"Peru 1GB/Day\",\n                \"price\": 22200,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"PE\",\n                \"locationCode\": \"PE\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 88800,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Peru\",\n                        \"locationLogo\": \"/img/flags/pe.png\",\n                        \"locationCode\": \"PE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P9G7EWOHM\",\n                \"slug\": \"PE_2_Daily\",\n                \"name\": \"Peru 2GB/Day\",\n                \"price\": 38800,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"PE\",\n                \"locationCode\": \"PE\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 155200,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Peru\",\n                        \"locationLogo\": \"/img/flags/pe.png\",\n                        \"locationCode\": \"PE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PEL5YC2E9\",\n                \"slug\": \"AU_0.5_Daily_nonhkip\",\n                \"name\": \"Australia 500MB/Day (nonhkip)\",\n                \"price\": 6200,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"AU\",\n                \"locationCode\": \"AU\",\n                \"description\": \"Australia 500MB/Day (nonhkip)\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 24800,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"AU/SG\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Australia\",\n                        \"locationLogo\": \"/img/flags/au.png\",\n                        \"locationCode\": \"AU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Optus\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P5YK1QF0H\",\n                \"slug\": \"AU_1_Daily_nonhkip\",\n                \"name\": \"Australia 1GB/Day (nonhkip)\",\n                \"price\": 10600,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"AU\",\n                \"locationCode\": \"AU\",\n                \"description\": \"Australia 1GB/Day (nonhkip)\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 42400,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"AU/SG\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Australia\",\n                        \"locationLogo\": \"/img/flags/au.png\",\n                        \"locationCode\": \"AU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Optus\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P67G2WSBZ\",\n                \"slug\": \"AU_2_Daily_nonhkip\",\n                \"name\": \"Australia 2GB/Day (nonhkip)\",\n                \"price\": 19400,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"AU\",\n                \"locationCode\": \"AU\",\n                \"description\": \"Australia 2GB/Day (nonhkip)\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 77600,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"AU/SG\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Australia\",\n                        \"locationLogo\": \"/img/flags/au.png\",\n                        \"locationCode\": \"AU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Optus\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PVU1V30PY\",\n                \"slug\": \"AU_3_Daily_nonhkip\",\n                \"name\": \"Australia 3GB/Day (nonhkip)\",\n                \"price\": 26400,\n                \"currencyCode\": \"USD\",\n                \"volume\": 3221225472,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"AU\",\n                \"locationCode\": \"AU\",\n                \"description\": \"Australia 3GB/Day (nonhkip)\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 105600,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"AU/SG\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Australia\",\n                        \"locationLogo\": \"/img/flags/au.png\",\n                        \"locationCode\": \"AU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Optus\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PQ4B7SU9W\",\n                \"slug\": \"AU_5_Daily_nonhkip\",\n                \"name\": \"Australia 5GB/Day (nonhkip)\",\n                \"price\": 39600,\n                \"currencyCode\": \"USD\",\n                \"volume\": 5368709120,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"AU\",\n                \"locationCode\": \"AU\",\n                \"description\": \"Australia 5GB/Day (nonhkip)\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 158400,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"AU/SG\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Australia\",\n                        \"locationLogo\": \"/img/flags/au.png\",\n                        \"locationCode\": \"AU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Optus\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P1LNPZ0R3\",\n                \"slug\": \"AU_10_Daily_nonhkip\",\n                \"name\": \"Australia 10GB/Day (nonhkip)\",\n                \"price\": 74800,\n                \"currencyCode\": \"USD\",\n                \"volume\": 10737418240,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"AU\",\n                \"locationCode\": \"AU\",\n                \"description\": \"Australia 10GB/Day (nonhkip)\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 299200,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"AU/SG\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Australia\",\n                        \"locationLogo\": \"/img/flags/au.png\",\n                        \"locationCode\": \"AU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Optus\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PDU88A0E8\",\n                \"slug\": \"PK_2_Daily\",\n                \"name\": \"Pakistan 2GB/Day\",\n                \"price\": 20000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"PK\",\n                \"locationCode\": \"PK\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 80000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Pakistan\",\n                        \"locationLogo\": \"/img/flags/pk.png\",\n                        \"locationCode\": \"PK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Jazz\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P3JUK7041\",\n                \"slug\": \"ZA_0.5_Daily\",\n                \"name\": \"South Africa 500MB/Day\",\n                \"price\": 11000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"ZA\",\n                \"locationCode\": \"ZA\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 44000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"NL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"South Africa\",\n                        \"locationLogo\": \"/img/flags/za.png\",\n                        \"locationCode\": \"ZA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodacom\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Cell C\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PB853UPZN\",\n                \"slug\": \"ZA_2_Daily\",\n                \"name\": \"South Africa 2GB/Day\",\n                \"price\": 95600,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"ZA\",\n                \"locationCode\": \"ZA\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 382400,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"NL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"South Africa\",\n                        \"locationLogo\": \"/img/flags/za.png\",\n                        \"locationCode\": \"ZA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodacom\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Cell C\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PCXBRZZU0\",\n                \"slug\": \"KE_0.5_Daily\",\n                \"name\": \"Kenya 500MB/Day\",\n                \"price\": 30000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"KE\",\n                \"locationCode\": \"KE\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 120000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Kenya\",\n                        \"locationLogo\": \"/img/flags/ke.png\",\n                        \"locationCode\": \"KE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PBKIR0H34\",\n                \"slug\": \"KE_2_Daily\",\n                \"name\": \"Kenya 2GB/Day\",\n                \"price\": 100000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"KE\",\n                \"locationCode\": \"KE\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 400000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Kenya\",\n                        \"locationLogo\": \"/img/flags/ke.png\",\n                        \"locationCode\": \"KE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PQDFPO1PW\",\n                \"slug\": \"TZ_0.5_Daily\",\n                \"name\": \"Tanzania 500MB/Day\",\n                \"price\": 9600,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"TZ\",\n                \"locationCode\": \"TZ\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 38400,\n                \"speed\": \"3G\",\n                \"ipExport\": \"IL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Tanzania\",\n                        \"locationLogo\": \"/img/flags/tz.png\",\n                        \"locationCode\": \"TZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodacom\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PP5I4TD1B\",\n                \"slug\": \"TZ_1_Daily\",\n                \"name\": \"Tanzania 1GB/Day\",\n                \"price\": 18600,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"TZ\",\n                \"locationCode\": \"TZ\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 74400,\n                \"speed\": \"3G\",\n                \"ipExport\": \"IL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Tanzania\",\n                        \"locationLogo\": \"/img/flags/tz.png\",\n                        \"locationCode\": \"TZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodacom\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PHCJFY4TR\",\n                \"slug\": \"TZ_2_Daily\",\n                \"name\": \"Tanzania 2GB/Day\",\n                \"price\": 37300,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"TZ\",\n                \"locationCode\": \"TZ\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 149200,\n                \"speed\": \"3G\",\n                \"ipExport\": \"IL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Tanzania\",\n                        \"locationLogo\": \"/img/flags/tz.png\",\n                        \"locationCode\": \"TZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodacom\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P9OMFEGJJ\",\n                \"slug\": \"CO_0.5_Daily\",\n                \"name\": \"Colombia 500MB/Day\",\n                \"price\": 13800,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"CO\",\n                \"locationCode\": \"CO\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 55200,\n                \"speed\": \"3G\",\n                \"ipExport\": \"NL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Colombia\",\n                        \"locationLogo\": \"/img/flags/co.png\",\n                        \"locationCode\": \"CO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"movistar\",\n                                \"networkType\": \"3G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PQXJ02THM\",\n                \"slug\": \"CO_1_Daily\",\n                \"name\": \"Colombia 1GB/Day\",\n                \"price\": 26500,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"CO\",\n                \"locationCode\": \"CO\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 106000,\n                \"speed\": \"3G\",\n                \"ipExport\": \"NL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Colombia\",\n                        \"locationLogo\": \"/img/flags/co.png\",\n                        \"locationCode\": \"CO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"movistar\",\n                                \"networkType\": \"3G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PDOHQ3L9A\",\n                \"slug\": \"CO_2_Daily\",\n                \"name\": \"Colombia 2GB/Day\",\n                \"price\": 47500,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"CO\",\n                \"locationCode\": \"CO\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 190000,\n                \"speed\": \"3G\",\n                \"ipExport\": \"NL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Colombia\",\n                        \"locationLogo\": \"/img/flags/co.png\",\n                        \"locationCode\": \"CO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"movistar\",\n                                \"networkType\": \"3G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P46CMKPC8\",\n                \"slug\": \"EU-42_2_Daily\",\n                \"name\": \"Europe 2GB/Day\",\n                \"price\": 54000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"NO,RS,DE,RU,BE,FI,PT,BG,DK,LT,LU,LV,HR,UA,FR,HU,SE,SI,SK,GB,IE,MK,GG,EE,GI,IM,CH,MT,IS,IT,GR,ES,AT,CY,AX,CZ,JE,PL,RO,LI,NL,TR\",\n                \"locationCode\": \"EU-42\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 216000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Aland Islands\",\n                        \"locationLogo\": \"/img/flags/ax.png\",\n                        \"locationCode\": \"AX\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Ålcom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Austria\",\n                        \"locationLogo\": \"/img/flags/at.png\",\n                        \"locationCode\": \"AT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Belgium\",\n                        \"locationLogo\": \"/img/flags/be.png\",\n                        \"locationCode\": \"BE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Base\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Proximus\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Bulgaria\",\n                        \"locationLogo\": \"/img/flags/bg.png\",\n                        \"locationCode\": \"BG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vivacom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Croatia\",\n                        \"locationLogo\": \"/img/flags/hr.png\",\n                        \"locationCode\": \"HR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tele2\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"A1\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Cyprus\",\n                        \"locationLogo\": \"/img/flags/cy.png\",\n                        \"locationCode\": \"CY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"PrimeTel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Czech Republic\",\n                        \"locationLogo\": \"/img/flags/cz.png\",\n                        \"locationCode\": \"CZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Denmark\",\n                        \"locationLogo\": \"/img/flags/dk.png\",\n                        \"locationCode\": \"DK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"TDC\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Estonia\",\n                        \"locationLogo\": \"/img/flags/ee.png\",\n                        \"locationCode\": \"EE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Elisa\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Finland\",\n                        \"locationLogo\": \"/img/flags/fi.png\",\n                        \"locationCode\": \"FI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Elisa\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia / DNA\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"France\",\n                        \"locationLogo\": \"/img/flags/fr.png\",\n                        \"locationCode\": \"FR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SFR\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Bouygues\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Free Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Germany\",\n                        \"locationLogo\": \"/img/flags/de.png\",\n                        \"locationCode\": \"DE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Gibraltar\",\n                        \"locationLogo\": \"/img/flags/gi.png\",\n                        \"locationCode\": \"GI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"GibTel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Greece\",\n                        \"locationLogo\": \"/img/flags/gr.png\",\n                        \"locationCode\": \"GR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Wind\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Guernsey\",\n                        \"locationLogo\": \"/img/flags/gg.png\",\n                        \"locationCode\": \"GG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"JT\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Hungary\",\n                        \"locationLogo\": \"/img/flags/hu.png\",\n                        \"locationCode\": \"HU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telenor Hungary\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Iceland\",\n                        \"locationLogo\": \"/img/flags/is.png\",\n                        \"locationCode\": \"IS\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Nova\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Ireland\",\n                        \"locationLogo\": \"/img/flags/ie.png\",\n                        \"locationCode\": \"IE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Isle of Man\",\n                        \"locationLogo\": \"/img/flags/im.png\",\n                        \"locationCode\": \"IM\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Pronto GSM\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Italy\",\n                        \"locationLogo\": \"/img/flags/it.png\",\n                        \"locationCode\": \"IT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Wind\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Jersey\",\n                        \"locationLogo\": \"/img/flags/je.png\",\n                        \"locationCode\": \"JE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"JT\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Latvia\",\n                        \"locationLogo\": \"/img/flags/lv.png\",\n                        \"locationCode\": \"LV\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"LMT\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Bite\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Liechtenstein\",\n                        \"locationLogo\": \"/img/flags/li.png\",\n                        \"locationCode\": \"LI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"FL1\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"7acht\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Lithuania\",\n                        \"locationLogo\": \"/img/flags/lt.png\",\n                        \"locationCode\": \"LT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"BITĖ\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Luxembourg\",\n                        \"locationLogo\": \"/img/flags/lu.png\",\n                        \"locationCode\": \"LU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"POST\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Tango\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Malta\",\n                        \"locationLogo\": \"/img/flags/mt.png\",\n                        \"locationCode\": \"MT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"GO\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Melita\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Netherlands\",\n                        \"locationLogo\": \"/img/flags/nl.png\",\n                        \"locationCode\": \"NL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"KPN\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"North Macedonia\",\n                        \"locationLogo\": \"/img/flags/mk.png\",\n                        \"locationCode\": \"MK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telekom.mk\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"vip\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Norway\",\n                        \"locationLogo\": \"/img/flags/no.png\",\n                        \"locationCode\": \"NO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Poland\",\n                        \"locationLogo\": \"/img/flags/pl.png\",\n                        \"locationCode\": \"PL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Play\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Plus\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Portugal\",\n                        \"locationLogo\": \"/img/flags/pt.png\",\n                        \"locationCode\": \"PT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"NOS\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"MEO\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Romania\",\n                        \"locationLogo\": \"/img/flags/ro.png\",\n                        \"locationCode\": \"RO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Digi.Mobil\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Russia\",\n                        \"locationLogo\": \"/img/flags/ru.png\",\n                        \"locationCode\": \"RU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Serbia\",\n                        \"locationLogo\": \"/img/flags/rs.png\",\n                        \"locationCode\": \"RS\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"VIP\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Telenor\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"mts\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Slovakia\",\n                        \"locationLogo\": \"/img/flags/sk.png\",\n                        \"locationCode\": \"SK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Slovenia\",\n                        \"locationLogo\": \"/img/flags/si.png\",\n                        \"locationCode\": \"SI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Mobitel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telemach\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"A1\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Spain\",\n                        \"locationLogo\": \"/img/flags/es.png\",\n                        \"locationCode\": \"ES\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Yoigo\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Sweden\",\n                        \"locationLogo\": \"/img/flags/se.png\",\n                        \"locationCode\": \"SE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Switzerland\",\n                        \"locationLogo\": \"/img/flags/ch.png\",\n                        \"locationCode\": \"CH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Sunrise\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Salt\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Swisscom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Turkey\",\n                        \"locationLogo\": \"/img/flags/tr.png\",\n                        \"locationCode\": \"TR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Türk Telekom\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Turkcell\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Ukraine\",\n                        \"locationLogo\": \"/img/flags/ua.png\",\n                        \"locationCode\": \"UA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"lifecell\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Kyivstar\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"United Kingdom\",\n                        \"locationLogo\": \"/img/flags/gb.png\",\n                        \"locationCode\": \"GB\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PJM7WAML1\",\n                \"slug\": \"QA_0.5_Daily\",\n                \"name\": \"Qatar 500MB/Day\",\n                \"price\": 11900,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"QA\",\n                \"locationCode\": \"QA\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 47600,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Qatar\",\n                        \"locationLogo\": \"/img/flags/qa.png\",\n                        \"locationCode\": \"QA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"ooredoo\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PB0GFLD0W\",\n                \"slug\": \"QA_2_Daily\",\n                \"name\": \"Qatar 2GB/Day\",\n                \"price\": 32400,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"QA\",\n                \"locationCode\": \"QA\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 129600,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Qatar\",\n                        \"locationLogo\": \"/img/flags/qa.png\",\n                        \"locationCode\": \"QA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"ooredoo\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PM6E3QAJT\",\n                \"slug\": \"BY_0.5_Daily\",\n                \"name\": \"Belarus 500MB/Day\",\n                \"price\": 11500,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"BY\",\n                \"locationCode\": \"BY\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 46000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"NL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Belarus\",\n                        \"locationLogo\": \"/img/flags/by.png\",\n                        \"locationCode\": \"BY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"A1\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P4AE7QRFU\",\n                \"slug\": \"BY_1_Daily\",\n                \"name\": \"Belarus 1GB/Day\",\n                \"price\": 18500,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"BY\",\n                \"locationCode\": \"BY\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 74000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"NL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Belarus\",\n                        \"locationLogo\": \"/img/flags/by.png\",\n                        \"locationCode\": \"BY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"A1\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PUDRKR4RF\",\n                \"slug\": \"BY_2_Daily\",\n                \"name\": \"Belarus 2GB/Day\",\n                \"price\": 32000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"BY\",\n                \"locationCode\": \"BY\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 128000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"NL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Belarus\",\n                        \"locationLogo\": \"/img/flags/by.png\",\n                        \"locationCode\": \"BY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"A1\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P52VS3S2A\",\n                \"slug\": \"UA_0.5_Daily\",\n                \"name\": \"Ukraine 500MB/Day\",\n                \"price\": 4000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"UA\",\n                \"locationCode\": \"UA\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 16000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Ukraine\",\n                        \"locationLogo\": \"/img/flags/ua.png\",\n                        \"locationCode\": \"UA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"lifecell\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Kyivstar\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PKTF2HPEU\",\n                \"slug\": \"UA_2_Daily\",\n                \"name\": \"Ukraine 2GB/Day\",\n                \"price\": 11000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"UA\",\n                \"locationCode\": \"UA\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 44000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Ukraine\",\n                        \"locationLogo\": \"/img/flags/ua.png\",\n                        \"locationCode\": \"UA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"lifecell\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Kyivstar\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PTHGTDVN0\",\n                \"slug\": \"KH_2_Daily\",\n                \"name\": \"Cambodia 2GB/Day\",\n                \"price\": 40000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"KH\",\n                \"locationCode\": \"KH\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 160000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Cambodia\",\n                        \"locationLogo\": \"/img/flags/kh.png\",\n                        \"locationCode\": \"KH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Smart\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PVJEVQUMB\",\n                \"slug\": \"FR_10_Daily\",\n                \"name\": \"France 10GB/Day\",\n                \"price\": 50000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 10737418240,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"FR\",\n                \"locationCode\": \"FR\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 200000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"France\",\n                        \"locationLogo\": \"/img/flags/fr.png\",\n                        \"locationCode\": \"FR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SFR\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Bouygues\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Free Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PKE1J97JN\",\n                \"slug\": \"CH_10_Daily\",\n                \"name\": \"Switzerland 10GB/Day\",\n                \"price\": 53000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 10737418240,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"CH\",\n                \"locationCode\": \"CH\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 212000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Switzerland\",\n                        \"locationLogo\": \"/img/flags/ch.png\",\n                        \"locationCode\": \"CH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Sunrise\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Salt\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Swisscom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P57M84RAY\",\n                \"slug\": \"UZ_0.5_Daily\",\n                \"name\": \"Uzbekistan 500MB/Day\",\n                \"price\": 7100,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"UZ\",\n                \"locationCode\": \"UZ\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 28400,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Uzbekistan\",\n                        \"locationLogo\": \"/img/flags/uz.png\",\n                        \"locationCode\": \"UZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PLMLCMLCJ\",\n                \"slug\": \"UZ_1_Daily\",\n                \"name\": \"Uzbekistan 1GB/Day\",\n                \"price\": 11000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"UZ\",\n                \"locationCode\": \"UZ\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 44000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Uzbekistan\",\n                        \"locationLogo\": \"/img/flags/uz.png\",\n                        \"locationCode\": \"UZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PAGZQ3NQO\",\n                \"slug\": \"UZ_2_Daily\",\n                \"name\": \"Uzbekistan 2GB/Day\",\n                \"price\": 19200,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"UZ\",\n                \"locationCode\": \"UZ\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 76800,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Uzbekistan\",\n                        \"locationLogo\": \"/img/flags/uz.png\",\n                        \"locationCode\": \"UZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PSY36I7ZR\",\n                \"slug\": \"TN_0.5_Daily\",\n                \"name\": \"Tunisia 500MB/Day\",\n                \"price\": 9000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"TN\",\n                \"locationCode\": \"TN\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 36000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"NL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Tunisia\",\n                        \"locationLogo\": \"/img/flags/tn.png\",\n                        \"locationCode\": \"TN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"OOREDOO TN\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PIPL3F7CF\",\n                \"slug\": \"TN_2_Daily\",\n                \"name\": \"Tunisia 2GB/Day\",\n                \"price\": 32000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"TN\",\n                \"locationCode\": \"TN\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 128000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"NL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Tunisia\",\n                        \"locationLogo\": \"/img/flags/tn.png\",\n                        \"locationCode\": \"TN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"OOREDOO TN\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P4323N0PJ\",\n                \"slug\": \"KW_0.5_Daily\",\n                \"name\": \"Kuwait 500MB/Day\",\n                \"price\": 7800,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"KW\",\n                \"locationCode\": \"KW\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 31200,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Kuwait\",\n                        \"locationLogo\": \"/img/flags/kw.png\",\n                        \"locationCode\": \"KW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Zain\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PMTNXRR64\",\n                \"slug\": \"KW_2_Daily\",\n                \"name\": \"Kuwait 2GB/Day\",\n                \"price\": 21200,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"KW\",\n                \"locationCode\": \"KW\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 84800,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Kuwait\",\n                        \"locationLogo\": \"/img/flags/kw.png\",\n                        \"locationCode\": \"KW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Zain\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P3A4U1YR1\",\n                \"slug\": \"PA_0.5_Daily\",\n                \"name\": \"Panama 500MB/Day\",\n                \"price\": 25000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"PA\",\n                \"locationCode\": \"PA\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 100000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Panama\",\n                        \"locationLogo\": \"/img/flags/pa.png\",\n                        \"locationCode\": \"PA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"movistar\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PU4T3830T\",\n                \"slug\": \"PA_1_Daily\",\n                \"name\": \"Panama 1GB/Day\",\n                \"price\": 45000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"PA\",\n                \"locationCode\": \"PA\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 180000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Panama\",\n                        \"locationLogo\": \"/img/flags/pa.png\",\n                        \"locationCode\": \"PA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"movistar\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PB9M3TLRN\",\n                \"slug\": \"PA_2_Daily\",\n                \"name\": \"Panama 2GB/Day\",\n                \"price\": 80000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"PA\",\n                \"locationCode\": \"PA\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 320000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Panama\",\n                        \"locationLogo\": \"/img/flags/pa.png\",\n                        \"locationCode\": \"PA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"movistar\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P4POR17S1\",\n                \"slug\": \"KZ_0.5_Daily\",\n                \"name\": \"Kazakhstan 500MB/Day\",\n                \"price\": 4400,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"KZ\",\n                \"locationCode\": \"KZ\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 17600,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Kazakhstan\",\n                        \"locationLogo\": \"/img/flags/kz.png\",\n                        \"locationCode\": \"KZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P32EQ8DV4\",\n                \"slug\": \"KZ_1_Daily\",\n                \"name\": \"Kazakhstan 1GB/Day\",\n                \"price\": 6900,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"KZ\",\n                \"locationCode\": \"KZ\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 27600,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Kazakhstan\",\n                        \"locationLogo\": \"/img/flags/kz.png\",\n                        \"locationCode\": \"KZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PFDBQC206\",\n                \"slug\": \"KZ_2_Daily\",\n                \"name\": \"Kazakhstan 2GB/Day\",\n                \"price\": 12000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"KZ\",\n                \"locationCode\": \"KZ\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 48000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Kazakhstan\",\n                        \"locationLogo\": \"/img/flags/kz.png\",\n                        \"locationCode\": \"KZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PF46GA1CH\",\n                \"slug\": \"AX_0.5_Daily\",\n                \"name\": \"Aland Islands 500MB/Day\",\n                \"price\": 9500,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"AX\",\n                \"locationCode\": \"AX\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 38000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Aland Islands\",\n                        \"locationLogo\": \"/img/flags/ax.png\",\n                        \"locationCode\": \"AX\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Ålcom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PW5VRR4EF\",\n                \"slug\": \"AX_1_Daily\",\n                \"name\": \"Aland Islands 1GB/Day\",\n                \"price\": 17000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"AX\",\n                \"locationCode\": \"AX\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 68000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Aland Islands\",\n                        \"locationLogo\": \"/img/flags/ax.png\",\n                        \"locationCode\": \"AX\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Ålcom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P81F9RWO4\",\n                \"slug\": \"AX_2_Daily\",\n                \"name\": \"Aland Islands 2GB/Day\",\n                \"price\": 32000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"AX\",\n                \"locationCode\": \"AX\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 128000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Aland Islands\",\n                        \"locationLogo\": \"/img/flags/ax.png\",\n                        \"locationCode\": \"AX\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Ålcom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PWPW36V1P\",\n                \"slug\": \"EE_0.5_Daily\",\n                \"name\": \"Estonia 500MB/Day\",\n                \"price\": 5000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"EE\",\n                \"locationCode\": \"EE\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 20000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Estonia\",\n                        \"locationLogo\": \"/img/flags/ee.png\",\n                        \"locationCode\": \"EE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Elisa\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PQ9HV94GM\",\n                \"slug\": \"EE_1_Daily\",\n                \"name\": \"Estonia 1GB/Day\",\n                \"price\": 8000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"EE\",\n                \"locationCode\": \"EE\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 32000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"128 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Estonia\",\n                        \"locationLogo\": \"/img/flags/ee.png\",\n                        \"locationCode\": \"EE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Elisa\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P5BKBFK5M\",\n                \"slug\": \"EE_2_Daily\",\n                \"name\": \"Estonia 2GB/Day\",\n                \"price\": 14000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"EE\",\n                \"locationCode\": \"EE\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 56000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Estonia\",\n                        \"locationLogo\": \"/img/flags/ee.png\",\n                        \"locationCode\": \"EE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Elisa\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PK7Q1NGDW\",\n                \"slug\": \"JE_0.5_Daily\",\n                \"name\": \"Jersey 500MB/Day\",\n                \"price\": 4000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"JE\",\n                \"locationCode\": \"JE\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 16000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Jersey\",\n                        \"locationLogo\": \"/img/flags/je.png\",\n                        \"locationCode\": \"JE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"JT\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PLQZOM7EE\",\n                \"slug\": \"JE_1_Daily\",\n                \"name\": \"Jersey 1GB/Day\",\n                \"price\": 6000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"JE\",\n                \"locationCode\": \"JE\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 24000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Jersey\",\n                        \"locationLogo\": \"/img/flags/je.png\",\n                        \"locationCode\": \"JE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"JT\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PGDCLDN4O\",\n                \"slug\": \"JE_2_Daily\",\n                \"name\": \"Jersey 2GB/Day\",\n                \"price\": 11000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"JE\",\n                \"locationCode\": \"JE\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 44000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Jersey\",\n                        \"locationLogo\": \"/img/flags/je.png\",\n                        \"locationCode\": \"JE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"JT\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PESYLCUYL\",\n                \"slug\": \"NG_0.5_Daily\",\n                \"name\": \"Nigeria 500MB/Day\",\n                \"price\": 25000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"NG\",\n                \"locationCode\": \"NG\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 100000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Nigeria\",\n                        \"locationLogo\": \"/img/flags/ng.png\",\n                        \"locationCode\": \"NG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"MTN\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PUT7ODUWV\",\n                \"slug\": \"NG_2_Daily\",\n                \"name\": \"Nigeria 2GB/Day\",\n                \"price\": 85000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"NG\",\n                \"locationCode\": \"NG\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 340000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Nigeria\",\n                        \"locationLogo\": \"/img/flags/ng.png\",\n                        \"locationCode\": \"NG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"MTN\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P2WDAX0PN\",\n                \"slug\": \"DZ_0.5_Daily\",\n                \"name\": \"Algeria 500MB/Day\",\n                \"price\": 5000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"DZ\",\n                \"locationCode\": \"DZ\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 20000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"NL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Algeria\",\n                        \"locationLogo\": \"/img/flags/dz.png\",\n                        \"locationCode\": \"DZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Mobilis\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Ooredoo\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P9EO8018O\",\n                \"slug\": \"DZ_2_Daily\",\n                \"name\": \"Algeria 2GB/Day\",\n                \"price\": 14000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"DZ\",\n                \"locationCode\": \"DZ\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 56000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"NL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Algeria\",\n                        \"locationLogo\": \"/img/flags/dz.png\",\n                        \"locationCode\": \"DZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Mobilis\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Ooredoo\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PQ7ZECYWL\",\n                \"slug\": \"SC_0.5_Daily\",\n                \"name\": \"Seychelles 500MB/Day\",\n                \"price\": 25000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"SC\",\n                \"locationCode\": \"SC\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 100000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Seychelles\",\n                        \"locationLogo\": \"/img/flags/sc.png\",\n                        \"locationCode\": \"SC\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PQBTE7AOP\",\n                \"slug\": \"SC_2_Daily\",\n                \"name\": \"Seychelles 2GB/Day\",\n                \"price\": 80000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"SC\",\n                \"locationCode\": \"SC\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 320000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Seychelles\",\n                        \"locationLogo\": \"/img/flags/sc.png\",\n                        \"locationCode\": \"SC\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Airtel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PE3D9WKKS\",\n                \"slug\": \"USCA-2_0.5_Daily\",\n                \"name\": \"USA & Canada 500MB/Day\",\n                \"price\": 11000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"US,CA\",\n                \"locationCode\": \"USCA-2\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 44000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Canada\",\n                        \"locationLogo\": \"/img/flags/ca.png\",\n                        \"locationCode\": \"CA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Rogers Wireless\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Videotron\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"United States\",\n                        \"locationLogo\": \"/img/flags/us.png\",\n                        \"locationCode\": \"US\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Verizon\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PNNLXUOMD\",\n                \"slug\": \"USCA-2_1_Daily\",\n                \"name\": \"USA & Canada 1GB/Day\",\n                \"price\": 17000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"US,CA\",\n                \"locationCode\": \"USCA-2\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 68000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Canada\",\n                        \"locationLogo\": \"/img/flags/ca.png\",\n                        \"locationCode\": \"CA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Rogers Wireless\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Videotron\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"United States\",\n                        \"locationLogo\": \"/img/flags/us.png\",\n                        \"locationCode\": \"US\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Verizon\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PUIT709FM\",\n                \"slug\": \"USCA-2_2_Daily\",\n                \"name\": \"USA & Canada 2GB/Day\",\n                \"price\": 30000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"US,CA\",\n                \"locationCode\": \"USCA-2\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 120000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Canada\",\n                        \"locationLogo\": \"/img/flags/ca.png\",\n                        \"locationCode\": \"CA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Rogers Wireless\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Videotron\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"United States\",\n                        \"locationLogo\": \"/img/flags/us.png\",\n                        \"locationCode\": \"US\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Verizon\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PQYIWTPY7\",\n                \"slug\": \"EU-7_0.5_Daily\",\n                \"name\": \"Balkans (5+ areas) 500MB/Day\",\n                \"price\": 15000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"RS,BG,ME,HR,AL,GR,MK\",\n                \"locationCode\": \"EU-7\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 60000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Albania\",\n                        \"locationLogo\": \"/img/flags/al.png\",\n                        \"locationCode\": \"AL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telekom.al\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Bulgaria\",\n                        \"locationLogo\": \"/img/flags/bg.png\",\n                        \"locationCode\": \"BG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vivacom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Croatia\",\n                        \"locationLogo\": \"/img/flags/hr.png\",\n                        \"locationCode\": \"HR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tele2\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"A1\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Greece\",\n                        \"locationLogo\": \"/img/flags/gr.png\",\n                        \"locationCode\": \"GR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Wind\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Montenegro\",\n                        \"locationLogo\": \"/img/flags/me.png\",\n                        \"locationCode\": \"ME\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telenor\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"m:tel CG\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"T-Mobile\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"North Macedonia\",\n                        \"locationLogo\": \"/img/flags/mk.png\",\n                        \"locationCode\": \"MK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telekom.mk\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"vip\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Serbia\",\n                        \"locationLogo\": \"/img/flags/rs.png\",\n                        \"locationCode\": \"RS\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"VIP\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Telenor\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"mts\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P2P7Z7T1F\",\n                \"slug\": \"EU-7_1_Daily\",\n                \"name\": \"Balkans (5+ areas) 1GB/Day\",\n                \"price\": 22000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"RS,BG,ME,HR,AL,GR,MK\",\n                \"locationCode\": \"EU-7\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 88000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Albania\",\n                        \"locationLogo\": \"/img/flags/al.png\",\n                        \"locationCode\": \"AL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telekom.al\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Bulgaria\",\n                        \"locationLogo\": \"/img/flags/bg.png\",\n                        \"locationCode\": \"BG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vivacom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Croatia\",\n                        \"locationLogo\": \"/img/flags/hr.png\",\n                        \"locationCode\": \"HR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tele2\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"A1\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Greece\",\n                        \"locationLogo\": \"/img/flags/gr.png\",\n                        \"locationCode\": \"GR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Wind\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Montenegro\",\n                        \"locationLogo\": \"/img/flags/me.png\",\n                        \"locationCode\": \"ME\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telenor\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"m:tel CG\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"T-Mobile\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"North Macedonia\",\n                        \"locationLogo\": \"/img/flags/mk.png\",\n                        \"locationCode\": \"MK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telekom.mk\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"vip\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Serbia\",\n                        \"locationLogo\": \"/img/flags/rs.png\",\n                        \"locationCode\": \"RS\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"VIP\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Telenor\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"mts\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PK4075BMX\",\n                \"slug\": \"EU-7_2_Daily\",\n                \"name\": \"Balkans (5+ areas) 2GB/Day\",\n                \"price\": 40000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"RS,BG,ME,HR,AL,GR,MK\",\n                \"locationCode\": \"EU-7\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 160000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Albania\",\n                        \"locationLogo\": \"/img/flags/al.png\",\n                        \"locationCode\": \"AL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telekom.al\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Bulgaria\",\n                        \"locationLogo\": \"/img/flags/bg.png\",\n                        \"locationCode\": \"BG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vivacom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Croatia\",\n                        \"locationLogo\": \"/img/flags/hr.png\",\n                        \"locationCode\": \"HR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tele2\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"A1\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Greece\",\n                        \"locationLogo\": \"/img/flags/gr.png\",\n                        \"locationCode\": \"GR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Wind\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Montenegro\",\n                        \"locationLogo\": \"/img/flags/me.png\",\n                        \"locationCode\": \"ME\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telenor\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"m:tel CG\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"T-Mobile\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"North Macedonia\",\n                        \"locationLogo\": \"/img/flags/mk.png\",\n                        \"locationCode\": \"MK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telekom.mk\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"vip\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Serbia\",\n                        \"locationLogo\": \"/img/flags/rs.png\",\n                        \"locationCode\": \"RS\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"VIP\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Telenor\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"mts\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P250E0JY3\",\n                \"slug\": \"ES_10_Daily\",\n                \"name\": \"Spain 10GB/Day\",\n                \"price\": 50000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 10737418240,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"ES\",\n                \"locationCode\": \"ES\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 200000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Spain\",\n                        \"locationLogo\": \"/img/flags/es.png\",\n                        \"locationCode\": \"ES\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Yoigo\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PD4VO3WTT\",\n                \"slug\": \"DE_10_Daily\",\n                \"name\": \"Germany 10GB/Day\",\n                \"price\": 53000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 10737418240,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"DE\",\n                \"locationCode\": \"DE\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 212000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Germany\",\n                        \"locationLogo\": \"/img/flags/de.png\",\n                        \"locationCode\": \"DE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PM83MIYBW\",\n                \"slug\": \"RS_0.5_Daily\",\n                \"name\": \"Serbia 500MB/Day\",\n                \"price\": 8000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"RS\",\n                \"locationCode\": \"RS\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 32000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Serbia\",\n                        \"locationLogo\": \"/img/flags/rs.png\",\n                        \"locationCode\": \"RS\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telenor\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PET0HEZ6S\",\n                \"slug\": \"RS_1_Daily\",\n                \"name\": \"Serbia 1GB/Day\",\n                \"price\": 12200,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"RS\",\n                \"locationCode\": \"RS\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 48800,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Serbia\",\n                        \"locationLogo\": \"/img/flags/rs.png\",\n                        \"locationCode\": \"RS\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telenor\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PEJ3EFF4C\",\n                \"slug\": \"RS_2_Daily\",\n                \"name\": \"Serbia 2GB/Day\",\n                \"price\": 18000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"RS\",\n                \"locationCode\": \"RS\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 72000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Serbia\",\n                        \"locationLogo\": \"/img/flags/rs.png\",\n                        \"locationCode\": \"RS\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telenor\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PGTLCGHGC\",\n                \"slug\": \"ME_0.5_Daily\",\n                \"name\": \"Montenegro 500MB/Day\",\n                \"price\": 5000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"ME\",\n                \"locationCode\": \"ME\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 20000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Montenegro\",\n                        \"locationLogo\": \"/img/flags/me.png\",\n                        \"locationCode\": \"ME\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"m:tel CG\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PTX9JZWG6\",\n                \"slug\": \"ME_1_Daily\",\n                \"name\": \"Montenegro 1GB/Day\",\n                \"price\": 9600,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"ME\",\n                \"locationCode\": \"ME\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 38400,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Montenegro\",\n                        \"locationLogo\": \"/img/flags/me.png\",\n                        \"locationCode\": \"ME\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"m:tel CG\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PLM86JG3D\",\n                \"slug\": \"ME_2_Daily\",\n                \"name\": \"Montenegro 2GB/Day\",\n                \"price\": 15000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"ME\",\n                \"locationCode\": \"ME\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 60000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Montenegro\",\n                        \"locationLogo\": \"/img/flags/me.png\",\n                        \"locationCode\": \"ME\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"m:tel CG\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P5SO7D3JH\",\n                \"slug\": \"OM_0.5_Daily\",\n                \"name\": \"Oman 500MB/Day\",\n                \"price\": 14500,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"OM\",\n                \"locationCode\": \"OM\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 58000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Oman\",\n                        \"locationLogo\": \"/img/flags/om.png\",\n                        \"locationCode\": \"OM\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Omantel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P5FFI0EVE\",\n                \"slug\": \"OM_2_Daily\",\n                \"name\": \"Oman 2GB/Day\",\n                \"price\": 60000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"OM\",\n                \"locationCode\": \"OM\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 240000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"128 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Oman\",\n                        \"locationLogo\": \"/img/flags/om.png\",\n                        \"locationCode\": \"OM\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Omantel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PH87CMSFF\",\n                \"slug\": \"PY_0.5_Daily\",\n                \"name\": \"Paraguay 500MB/Day\",\n                \"price\": 25000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"PY\",\n                \"locationCode\": \"PY\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 100000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Paraguay\",\n                        \"locationLogo\": \"/img/flags/py.png\",\n                        \"locationCode\": \"PY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tigo\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PDYW280EY\",\n                \"slug\": \"PY_1_Daily\",\n                \"name\": \"Paraguay 1GB/Day\",\n                \"price\": 45000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"PY\",\n                \"locationCode\": \"PY\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 180000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"128 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Paraguay\",\n                        \"locationLogo\": \"/img/flags/py.png\",\n                        \"locationCode\": \"PY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tigo\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PZN5PEAVV\",\n                \"slug\": \"PY_2_Daily\",\n                \"name\": \"Paraguay 2GB/Day\",\n                \"price\": 80000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"PY\",\n                \"locationCode\": \"PY\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 320000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Paraguay\",\n                        \"locationLogo\": \"/img/flags/py.png\",\n                        \"locationCode\": \"PY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tigo\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P0F364T69\",\n                \"slug\": \"SI_0.5_Daily\",\n                \"name\": \"Slovenia 500MB/Day\",\n                \"price\": 5000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"SI\",\n                \"locationCode\": \"SI\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 20000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Slovenia\",\n                        \"locationLogo\": \"/img/flags/si.png\",\n                        \"locationCode\": \"SI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Mobitel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telemach\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"A1\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PTJNIFZTQ\",\n                \"slug\": \"SI_1_Daily\",\n                \"name\": \"Slovenia 1GB/Day\",\n                \"price\": 8000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"SI\",\n                \"locationCode\": \"SI\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 32000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"128 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Slovenia\",\n                        \"locationLogo\": \"/img/flags/si.png\",\n                        \"locationCode\": \"SI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Mobitel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telemach\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"A1\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PJB467HRT\",\n                \"slug\": \"SI_2_Daily\",\n                \"name\": \"Slovenia 2GB/Day\",\n                \"price\": 14000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"SI\",\n                \"locationCode\": \"SI\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 56000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Slovenia\",\n                        \"locationLogo\": \"/img/flags/si.png\",\n                        \"locationCode\": \"SI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Mobitel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telemach\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"A1\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P7JVA84DW\",\n                \"slug\": \"LT_0.5_Daily\",\n                \"name\": \"Lithuania 500MB/Day\",\n                \"price\": 5000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"LT\",\n                \"locationCode\": \"LT\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 20000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Lithuania\",\n                        \"locationLogo\": \"/img/flags/lt.png\",\n                        \"locationCode\": \"LT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"BITĖ\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PN9PPL1MT\",\n                \"slug\": \"LT_1_Daily\",\n                \"name\": \"Lithuania 1GB/Day\",\n                \"price\": 8000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"LT\",\n                \"locationCode\": \"LT\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 32000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"128 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Lithuania\",\n                        \"locationLogo\": \"/img/flags/lt.png\",\n                        \"locationCode\": \"LT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"BITĖ\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PZJ3KLU0J\",\n                \"slug\": \"LT_2_Daily\",\n                \"name\": \"Lithuania 2GB/Day\",\n                \"price\": 14000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"LT\",\n                \"locationCode\": \"LT\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 56000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Lithuania\",\n                        \"locationLogo\": \"/img/flags/lt.png\",\n                        \"locationCode\": \"LT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"BITĖ\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PODBKMPQ0\",\n                \"slug\": \"HN_0.5_Daily\",\n                \"name\": \"Honduras 500MB/Day\",\n                \"price\": 25000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"HN\",\n                \"locationCode\": \"HN\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 100000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Honduras\",\n                        \"locationLogo\": \"/img/flags/hn.png\",\n                        \"locationCode\": \"HN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tigo\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Claro\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PD3QG58OR\",\n                \"slug\": \"AS-21_0.5_Daily\",\n                \"name\": \"Asia (20 areas) 500MB/Day\",\n                \"price\": 16000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"MO,BD,HK,TW,UZ,IN,JP,KR,CN,MY,KZ,TH,SG,LA,VN,PH,ID,PK,KG,LK\",\n                \"locationCode\": \"AS-21\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 64000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Bangladesh\",\n                        \"locationLogo\": \"/img/flags/bd.png\",\n                        \"locationCode\": \"BD\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Banglalink\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Grameenphone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"China mainland\",\n                        \"locationLogo\": \"/img/flags/cn.png\",\n                        \"locationCode\": \"CN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"China Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"China Unicom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Hong Kong (China)\",\n                        \"locationLogo\": \"/img/flags/hk.png\",\n                        \"locationCode\": \"HK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SmarTone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"csl/1010\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"India\",\n                        \"locationLogo\": \"/img/flags/in.png\",\n                        \"locationCode\": \"IN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"AirTel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Jio\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Indonesia\",\n                        \"locationLogo\": \"/img/flags/id.png\",\n                        \"locationCode\": \"ID\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Indosat Ooredoo\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telkomsel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"NTT docomo\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Rakuten Mobile\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kazakhstan\",\n                        \"locationLogo\": \"/img/flags/kz.png\",\n                        \"locationCode\": \"KZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tele2.kz\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kyrgyzstan\",\n                        \"locationLogo\": \"/img/flags/kg.png\",\n                        \"locationCode\": \"KG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Laos\",\n                        \"locationLogo\": \"/img/flags/la.png\",\n                        \"locationCode\": \"LA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Unitel\",\n                                \"networkType\": \"3G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Macao (China)\",\n                        \"locationLogo\": \"/img/flags/mo.png\",\n                        \"locationCode\": \"MO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Malaysia\",\n                        \"locationLogo\": \"/img/flags/my.png\",\n                        \"locationCode\": \"MY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"U Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"CelcomDigi\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Pakistan\",\n                        \"locationLogo\": \"/img/flags/pk.png\",\n                        \"locationCode\": \"PK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Jazz\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Philippines\",\n                        \"locationLogo\": \"/img/flags/ph.png\",\n                        \"locationCode\": \"PH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SMART\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Singapore\",\n                        \"locationLogo\": \"/img/flags/sg.png\",\n                        \"locationCode\": \"SG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"StarHub\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SingTel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"TPG Telecom\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"South Korea\",\n                        \"locationLogo\": \"/img/flags/kr.png\",\n                        \"locationCode\": \"KR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SKTelecom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Sri Lanka\",\n                        \"locationLogo\": \"/img/flags/lk.png\",\n                        \"locationCode\": \"LK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Etisalat\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Dialog\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Mobitel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Hutch\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Taiwan (China)\",\n                        \"locationLogo\": \"/img/flags/tw.png\",\n                        \"locationCode\": \"TW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Chunghwa\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"FarEasTone\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Thailand\",\n                        \"locationLogo\": \"/img/flags/th.png\",\n                        \"locationCode\": \"TH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"TrueMove H\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"CAT\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"AIS\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Uzbekistan\",\n                        \"locationLogo\": \"/img/flags/uz.png\",\n                        \"locationCode\": \"UZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Vietnam\",\n                        \"locationLogo\": \"/img/flags/vn.png\",\n                        \"locationCode\": \"VN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"MobiFone\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Vietnamobile\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PL97OQ811\",\n                \"slug\": \"AS-21_1_Daily\",\n                \"name\": \"Asia (20 areas) 1GB/Day\",\n                \"price\": 30000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"MO,BD,HK,TW,UZ,IN,JP,KR,CN,MY,KZ,TH,SG,LA,VN,PH,ID,PK,KG,LK\",\n                \"locationCode\": \"AS-21\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 120000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Bangladesh\",\n                        \"locationLogo\": \"/img/flags/bd.png\",\n                        \"locationCode\": \"BD\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Banglalink\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Grameenphone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"China mainland\",\n                        \"locationLogo\": \"/img/flags/cn.png\",\n                        \"locationCode\": \"CN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"China Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"China Unicom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Hong Kong (China)\",\n                        \"locationLogo\": \"/img/flags/hk.png\",\n                        \"locationCode\": \"HK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SmarTone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"csl/1010\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"India\",\n                        \"locationLogo\": \"/img/flags/in.png\",\n                        \"locationCode\": \"IN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"AirTel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Jio\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Indonesia\",\n                        \"locationLogo\": \"/img/flags/id.png\",\n                        \"locationCode\": \"ID\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Indosat Ooredoo\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telkomsel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"NTT docomo\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Rakuten Mobile\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kazakhstan\",\n                        \"locationLogo\": \"/img/flags/kz.png\",\n                        \"locationCode\": \"KZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tele2.kz\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kyrgyzstan\",\n                        \"locationLogo\": \"/img/flags/kg.png\",\n                        \"locationCode\": \"KG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Laos\",\n                        \"locationLogo\": \"/img/flags/la.png\",\n                        \"locationCode\": \"LA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Unitel\",\n                                \"networkType\": \"3G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Macao (China)\",\n                        \"locationLogo\": \"/img/flags/mo.png\",\n                        \"locationCode\": \"MO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Malaysia\",\n                        \"locationLogo\": \"/img/flags/my.png\",\n                        \"locationCode\": \"MY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"U Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"CelcomDigi\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Pakistan\",\n                        \"locationLogo\": \"/img/flags/pk.png\",\n                        \"locationCode\": \"PK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Jazz\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Philippines\",\n                        \"locationLogo\": \"/img/flags/ph.png\",\n                        \"locationCode\": \"PH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SMART\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Singapore\",\n                        \"locationLogo\": \"/img/flags/sg.png\",\n                        \"locationCode\": \"SG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"StarHub\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SingTel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"TPG Telecom\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"South Korea\",\n                        \"locationLogo\": \"/img/flags/kr.png\",\n                        \"locationCode\": \"KR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SKTelecom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Sri Lanka\",\n                        \"locationLogo\": \"/img/flags/lk.png\",\n                        \"locationCode\": \"LK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Etisalat\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Dialog\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Mobitel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Hutch\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Taiwan (China)\",\n                        \"locationLogo\": \"/img/flags/tw.png\",\n                        \"locationCode\": \"TW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Chunghwa\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"FarEasTone\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Thailand\",\n                        \"locationLogo\": \"/img/flags/th.png\",\n                        \"locationCode\": \"TH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"TrueMove H\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"CAT\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"AIS\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Uzbekistan\",\n                        \"locationLogo\": \"/img/flags/uz.png\",\n                        \"locationCode\": \"UZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Vietnam\",\n                        \"locationLogo\": \"/img/flags/vn.png\",\n                        \"locationCode\": \"VN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"MobiFone\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Vietnamobile\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P9L10EL7F\",\n                \"slug\": \"AS-21_2_Daily\",\n                \"name\": \"Asia (20 areas) 2GB/Day\",\n                \"price\": 58000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"MO,BD,HK,TW,UZ,IN,JP,KR,CN,MY,KZ,TH,SG,LA,VN,PH,ID,PK,KG,LK\",\n                \"locationCode\": \"AS-21\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 232000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Bangladesh\",\n                        \"locationLogo\": \"/img/flags/bd.png\",\n                        \"locationCode\": \"BD\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Banglalink\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Grameenphone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"China mainland\",\n                        \"locationLogo\": \"/img/flags/cn.png\",\n                        \"locationCode\": \"CN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"China Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"China Unicom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Hong Kong (China)\",\n                        \"locationLogo\": \"/img/flags/hk.png\",\n                        \"locationCode\": \"HK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SmarTone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"csl/1010\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"India\",\n                        \"locationLogo\": \"/img/flags/in.png\",\n                        \"locationCode\": \"IN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"AirTel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Jio\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Indonesia\",\n                        \"locationLogo\": \"/img/flags/id.png\",\n                        \"locationCode\": \"ID\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Indosat Ooredoo\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telkomsel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"NTT docomo\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Rakuten Mobile\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kazakhstan\",\n                        \"locationLogo\": \"/img/flags/kz.png\",\n                        \"locationCode\": \"KZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Tele2.kz\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kyrgyzstan\",\n                        \"locationLogo\": \"/img/flags/kg.png\",\n                        \"locationCode\": \"KG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Laos\",\n                        \"locationLogo\": \"/img/flags/la.png\",\n                        \"locationCode\": \"LA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Unitel\",\n                                \"networkType\": \"3G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Macao (China)\",\n                        \"locationLogo\": \"/img/flags/mo.png\",\n                        \"locationCode\": \"MO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Malaysia\",\n                        \"locationLogo\": \"/img/flags/my.png\",\n                        \"locationCode\": \"MY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"U Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"CelcomDigi\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Pakistan\",\n                        \"locationLogo\": \"/img/flags/pk.png\",\n                        \"locationCode\": \"PK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Jazz\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Philippines\",\n                        \"locationLogo\": \"/img/flags/ph.png\",\n                        \"locationCode\": \"PH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SMART\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Singapore\",\n                        \"locationLogo\": \"/img/flags/sg.png\",\n                        \"locationCode\": \"SG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"StarHub\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SingTel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"TPG Telecom\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"South Korea\",\n                        \"locationLogo\": \"/img/flags/kr.png\",\n                        \"locationCode\": \"KR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SKTelecom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Sri Lanka\",\n                        \"locationLogo\": \"/img/flags/lk.png\",\n                        \"locationCode\": \"LK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Etisalat\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Dialog\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Mobitel\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Hutch\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Taiwan (China)\",\n                        \"locationLogo\": \"/img/flags/tw.png\",\n                        \"locationCode\": \"TW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Chunghwa\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"FarEasTone\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Thailand\",\n                        \"locationLogo\": \"/img/flags/th.png\",\n                        \"locationCode\": \"TH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"TrueMove H\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"CAT\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"AIS\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Uzbekistan\",\n                        \"locationLogo\": \"/img/flags/uz.png\",\n                        \"locationCode\": \"UZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Vietnam\",\n                        \"locationLogo\": \"/img/flags/vn.png\",\n                        \"locationCode\": \"VN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"MobiFone\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Vietnamobile\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PEW7SCYRQ\",\n                \"slug\": \"AM_0.5_Daily\",\n                \"name\": \"Armenia 500MB/Day\",\n                \"price\": 10400,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"AM\",\n                \"locationCode\": \"AM\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 41600,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Armenia\",\n                        \"locationLogo\": \"/img/flags/am.png\",\n                        \"locationCode\": \"AM\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vivacell\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P6EAZSBXI\",\n                \"slug\": \"AM_1_Daily\",\n                \"name\": \"Armenia 1GB/Day\",\n                \"price\": 17800,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"AM\",\n                \"locationCode\": \"AM\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 71200,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Armenia\",\n                        \"locationLogo\": \"/img/flags/am.png\",\n                        \"locationCode\": \"AM\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vivacell\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PTMDBPTJN\",\n                \"slug\": \"AM_2_Daily\",\n                \"name\": \"Armenia 2GB/Day\",\n                \"price\": 31100,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"AM\",\n                \"locationCode\": \"AM\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 124400,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Armenia\",\n                        \"locationLogo\": \"/img/flags/am.png\",\n                        \"locationCode\": \"AM\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vivacell\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PUIVD1RD4\",\n                \"slug\": \"KG_0.5_Daily\",\n                \"name\": \"Kyrgyzstan 500MB/Day\",\n                \"price\": 5000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"KG\",\n                \"locationCode\": \"KG\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 20000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Kyrgyzstan\",\n                        \"locationLogo\": \"/img/flags/kg.png\",\n                        \"locationCode\": \"KG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PDILOEDDK\",\n                \"slug\": \"KG_1_Daily\",\n                \"name\": \"Kyrgyzstan 1GB/Day\",\n                \"price\": 6600,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"KG\",\n                \"locationCode\": \"KG\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 26400,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Kyrgyzstan\",\n                        \"locationLogo\": \"/img/flags/kg.png\",\n                        \"locationCode\": \"KG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PPZCNPUXT\",\n                \"slug\": \"KG_2_Daily\",\n                \"name\": \"Kyrgyzstan 2GB/Day\",\n                \"price\": 11600,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"KG\",\n                \"locationCode\": \"KG\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 46400,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Kyrgyzstan\",\n                        \"locationLogo\": \"/img/flags/kg.png\",\n                        \"locationCode\": \"KG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Beeline\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P9NB0MVOE\",\n                \"slug\": \"AZ_0.5_Daily\",\n                \"name\": \"Azerbaijan 500MB/Day\",\n                \"price\": 12000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"AZ\",\n                \"locationCode\": \"AZ\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 48000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Azerbaijan\",\n                        \"locationLogo\": \"/img/flags/az.png\",\n                        \"locationCode\": \"AZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Azercell\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Bakcell\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PHLTKABRR\",\n                \"slug\": \"AZ_1_Daily\",\n                \"name\": \"Azerbaijan 1GB/Day\",\n                \"price\": 20000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"AZ\",\n                \"locationCode\": \"AZ\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 80000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Azerbaijan\",\n                        \"locationLogo\": \"/img/flags/az.png\",\n                        \"locationCode\": \"AZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Azercell\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Bakcell\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P3EAMJCRX\",\n                \"slug\": \"AZ_2_Daily\",\n                \"name\": \"Azerbaijan 2GB/Day\",\n                \"price\": 38000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"AZ\",\n                \"locationCode\": \"AZ\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 152000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Azerbaijan\",\n                        \"locationLogo\": \"/img/flags/az.png\",\n                        \"locationCode\": \"AZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Azercell\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Bakcell\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PGB1YO6FF\",\n                \"slug\": \"CL_0.5_Daily\",\n                \"name\": \"Chile 500MB/Day\",\n                \"price\": 16300,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"CL\",\n                \"locationCode\": \"CL\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 65200,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"NL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Chile\",\n                        \"locationLogo\": \"/img/flags/cl.png\",\n                        \"locationCode\": \"CL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"movistar\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P6EASV493\",\n                \"slug\": \"CL_1_Daily\",\n                \"name\": \"Chile 1GB/Day\",\n                \"price\": 25400,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"CL\",\n                \"locationCode\": \"CL\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 101600,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"NL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Chile\",\n                        \"locationLogo\": \"/img/flags/cl.png\",\n                        \"locationCode\": \"CL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"movistar\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PQ795FC96\",\n                \"slug\": \"CL_2_Daily\",\n                \"name\": \"Chile 2GB/Day\",\n                \"price\": 110000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"CL\",\n                \"locationCode\": \"CL\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 440000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"NL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Chile\",\n                        \"locationLogo\": \"/img/flags/cl.png\",\n                        \"locationCode\": \"CL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"movistar\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PXRAMVFDG\",\n                \"slug\": \"IM_0.5_Daily\",\n                \"name\": \"Isle of Man 500MB/Day\",\n                \"price\": 6000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"IM\",\n                \"locationCode\": \"IM\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 24000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Isle of Man\",\n                        \"locationLogo\": \"/img/flags/im.png\",\n                        \"locationCode\": \"IM\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Pronto GSM\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P17YPEPBN\",\n                \"slug\": \"IM_1_Daily\",\n                \"name\": \"Isle of Man 1GB/Day\",\n                \"price\": 10000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"IM\",\n                \"locationCode\": \"IM\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 40000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Isle of Man\",\n                        \"locationLogo\": \"/img/flags/im.png\",\n                        \"locationCode\": \"IM\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Pronto GSM\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P14HO0GYR\",\n                \"slug\": \"IM_2_Daily\",\n                \"name\": \"Isle of Man 2GB/Day\",\n                \"price\": 18000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"IM\",\n                \"locationCode\": \"IM\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 72000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Isle of Man\",\n                        \"locationLogo\": \"/img/flags/im.png\",\n                        \"locationCode\": \"IM\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Pronto GSM\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P89EPU86T\",\n                \"slug\": \"LU_0.5_Daily\",\n                \"name\": \"Luxembourg 500MB/Day\",\n                \"price\": 5000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"LU\",\n                \"locationCode\": \"LU\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 20000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Luxembourg\",\n                        \"locationLogo\": \"/img/flags/lu.png\",\n                        \"locationCode\": \"LU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"POST\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Tango\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PQ3LI3A8O\",\n                \"slug\": \"LU_1_Daily\",\n                \"name\": \"Luxembourg 1GB/Day\",\n                \"price\": 8000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"LU\",\n                \"locationCode\": \"LU\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 32000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"128 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Luxembourg\",\n                        \"locationLogo\": \"/img/flags/lu.png\",\n                        \"locationCode\": \"LU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"POST\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Tango\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P6N2GQYU6\",\n                \"slug\": \"LU_2_Daily\",\n                \"name\": \"Luxembourg 2GB/Day\",\n                \"price\": 15000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"LU\",\n                \"locationCode\": \"LU\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 60000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Luxembourg\",\n                        \"locationLogo\": \"/img/flags/lu.png\",\n                        \"locationCode\": \"LU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"POST\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Tango\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PXHAGSV7O\",\n                \"slug\": \"MD_0.5_Daily\",\n                \"name\": \"Moldova 500MB/Day\",\n                \"price\": 3500,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"MD\",\n                \"locationCode\": \"MD\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 14000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Moldova\",\n                        \"locationLogo\": \"/img/flags/md.png\",\n                        \"locationCode\": \"MD\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PLN6KS3K9\",\n                \"slug\": \"MD_1_Daily\",\n                \"name\": \"Moldova 1GB/Day\",\n                \"price\": 5500,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"MD\",\n                \"locationCode\": \"MD\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 22000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Moldova\",\n                        \"locationLogo\": \"/img/flags/md.png\",\n                        \"locationCode\": \"MD\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P8DD9OFQV\",\n                \"slug\": \"MD_2_Daily\",\n                \"name\": \"Moldova 2GB/Day\",\n                \"price\": 9600,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"MD\",\n                \"locationCode\": \"MD\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 38400,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Moldova\",\n                        \"locationLogo\": \"/img/flags/md.png\",\n                        \"locationCode\": \"MD\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PHLT1TL69\",\n                \"slug\": \"CA_0.5_Daily_Premium\",\n                \"name\": \"Canada 500MB/Day Premium\",\n                \"price\": 15000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"CA\",\n                \"locationCode\": \"CA\",\n                \"description\": \"Canada 500MB/Day Premium\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 60000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Canada\",\n                        \"locationLogo\": \"/img/flags/ca.png\",\n                        \"locationCode\": \"CA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Rogers Wireless\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Bell\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telus\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P9PL50ZMD\",\n                \"slug\": \"CA_1_Daily_Premium\",\n                \"name\": \"Canada 1GB/Day Premium\",\n                \"price\": 23000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"CA\",\n                \"locationCode\": \"CA\",\n                \"description\": \"Canada 1GB/Day Premium\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 92000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Canada\",\n                        \"locationLogo\": \"/img/flags/ca.png\",\n                        \"locationCode\": \"CA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Rogers Wireless\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Bell\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telus\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PQLY31P4A\",\n                \"slug\": \"CA_2_Daily_Premium\",\n                \"name\": \"Canada 2GB/Day Premium\",\n                \"price\": 39000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"CA\",\n                \"locationCode\": \"CA\",\n                \"description\": \"Canada 2GB/Day Premium\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 156000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Canada\",\n                        \"locationLogo\": \"/img/flags/ca.png\",\n                        \"locationCode\": \"CA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Rogers Wireless\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Bell\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telus\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P1H01A03V\",\n                \"slug\": \"PT_10_Daily\",\n                \"name\": \"Portugal 10GB/Day\",\n                \"price\": 72800,\n                \"currencyCode\": \"USD\",\n                \"volume\": 10737418240,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"PT\",\n                \"locationCode\": \"PT\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 291200,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Portugal\",\n                        \"locationLogo\": \"/img/flags/pt.png\",\n                        \"locationCode\": \"PT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"NOS\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"MEO\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PFYE1JN93\",\n                \"slug\": \"GR_10_Daily\",\n                \"name\": \"Greece 10GB/Day\",\n                \"price\": 53000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 10737418240,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"GR\",\n                \"locationCode\": \"GR\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 212000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Greece\",\n                        \"locationLogo\": \"/img/flags/gr.png\",\n                        \"locationCode\": \"GR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Wind\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PC2PUI3WR\",\n                \"slug\": \"NL_10_Daily\",\n                \"name\": \"Netherlands 10GB/Day\",\n                \"price\": 44600,\n                \"currencyCode\": \"USD\",\n                \"volume\": 10737418240,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"NL\",\n                \"locationCode\": \"NL\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 178400,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Netherlands\",\n                        \"locationLogo\": \"/img/flags/nl.png\",\n                        \"locationCode\": \"NL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Odido\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"KPN\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P1JU3VLB5\",\n                \"slug\": \"IS_10_Daily\",\n                \"name\": \"Iceland 10GB/Day\",\n                \"price\": 129000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 10737418240,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"IS\",\n                \"locationCode\": \"IS\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 516000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Iceland\",\n                        \"locationLogo\": \"/img/flags/is.png\",\n                        \"locationCode\": \"IS\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Nova\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PUXCXDPTJ\",\n                \"slug\": \"AT_10_Daily\",\n                \"name\": \"Austria 10GB/Day\",\n                \"price\": 69000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 10737418240,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"AT\",\n                \"locationCode\": \"AT\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 276000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Austria\",\n                        \"locationLogo\": \"/img/flags/at.png\",\n                        \"locationCode\": \"AT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PC0KYTX7N\",\n                \"slug\": \"DK_10_Daily\",\n                \"name\": \"Denmark 10GB/Day\",\n                \"price\": 69000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 10737418240,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"DK\",\n                \"locationCode\": \"DK\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 276000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Denmark\",\n                        \"locationLogo\": \"/img/flags/dk.png\",\n                        \"locationCode\": \"DK\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Telia\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"TDC\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P26F7JMNL\",\n                \"slug\": \"AE_2_Daily_1Mbps\",\n                \"name\": \"United Arab Emirates 2GB/Day FUP1Mbps\",\n                \"price\": 32000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"AE\",\n                \"locationCode\": \"AE\",\n                \"description\": \"United Arab Emirates 2GB/Day FUP1Mbps\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 128000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"1 Mbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"United Arab Emirates\",\n                        \"locationLogo\": \"/img/flags/ae.png\",\n                        \"locationCode\": \"AE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Etisalat\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P5F9GWLE1\",\n                \"slug\": \"BA_0.5_Daily\",\n                \"name\": \"Bosnia and Herzegovina 500MB/Day\",\n                \"price\": 10000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"BA\",\n                \"locationCode\": \"BA\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 40000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Bosnia and Herzegovina\",\n                        \"locationLogo\": \"/img/flags/ba.png\",\n                        \"locationCode\": \"BA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"BH Mobile\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"m:tel BiH\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PJBZYRUSP\",\n                \"slug\": \"BA_1_Daily\",\n                \"name\": \"Bosnia and Herzegovina 1GB/Day\",\n                \"price\": 16900,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"BA\",\n                \"locationCode\": \"BA\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 67600,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Bosnia and Herzegovina\",\n                        \"locationLogo\": \"/img/flags/ba.png\",\n                        \"locationCode\": \"BA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"BH Mobile\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"m:tel BiH\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P6DHWL6WR\",\n                \"slug\": \"AF_0.5_Daily\",\n                \"name\": \"Afghanistan 500MB/Day\",\n                \"price\": 26000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"AF\",\n                \"locationCode\": \"AF\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 104000,\n                \"speed\": \"3G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Afghanistan\",\n                        \"locationLogo\": \"/img/flags/af.png\",\n                        \"locationCode\": \"AF\",\n                        \"operatorList\": []\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PDIRBQAQE\",\n                \"slug\": \"AF_1_Daily\",\n                \"name\": \"Afghanistan 1GB/Day\",\n                \"price\": 40000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"AF\",\n                \"locationCode\": \"AF\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 160000,\n                \"speed\": \"3G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Afghanistan\",\n                        \"locationLogo\": \"/img/flags/af.png\",\n                        \"locationCode\": \"AF\",\n                        \"operatorList\": []\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P65SRWG05\",\n                \"slug\": \"AF_2_Daily\",\n                \"name\": \"Afghanistan 2GB/Day\",\n                \"price\": 69000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"AF\",\n                \"locationCode\": \"AF\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 276000,\n                \"speed\": \"3G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Afghanistan\",\n                        \"locationLogo\": \"/img/flags/af.png\",\n                        \"locationCode\": \"AF\",\n                        \"operatorList\": []\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PG64B5GYU\",\n                \"slug\": \"JP_0.5_Daily_IIJ\",\n                \"name\": \"Japan 500MB/Day (IIJ)\",\n                \"price\": 5000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"JP\",\n                \"locationCode\": \"JP\",\n                \"description\": \"Japan 500MB/Day (IIJ)\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 20000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"JP\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"256 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"NTT docomo\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PY2M1AG9T\",\n                \"slug\": \"JP_1_Daily_IIJ\",\n                \"name\": \"Japan 1GB/Day (IIJ)\",\n                \"price\": 10000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"JP\",\n                \"locationCode\": \"JP\",\n                \"description\": \"Japan 1GB/Day (IIJ)\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 40000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"JP\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"256 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"NTT docomo\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PPBL468ZK\",\n                \"slug\": \"JP_2_Daily_IIJ\",\n                \"name\": \"Japan 2GB/Day (IIJ)\",\n                \"price\": 20000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"JP\",\n                \"locationCode\": \"JP\",\n                \"description\": \"Japan 2GB/Day (IIJ)\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 80000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"JP\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"256 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"NTT docomo\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PMRXJQDH7\",\n                \"slug\": \"SAAEQAKWOMBH-6_2_Daily\",\n                \"name\": \"GCC 2GB/Day FUP1Mbps\",\n                \"price\": 78000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"QA,AE,BH,KW,SA,OM\",\n                \"locationCode\": \"SAAEQAKWOMBH-6\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 312000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"1 Mbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Bahrain\",\n                        \"locationLogo\": \"/img/flags/bh.png\",\n                        \"locationCode\": \"BH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Zain\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"STC\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Kuwait\",\n                        \"locationLogo\": \"/img/flags/kw.png\",\n                        \"locationCode\": \"KW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Zain\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Ooredoo\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Oman\",\n                        \"locationLogo\": \"/img/flags/om.png\",\n                        \"locationCode\": \"OM\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Omantel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Qatar\",\n                        \"locationLogo\": \"/img/flags/qa.png\",\n                        \"locationCode\": \"QA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"ooredoo\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"Saudi Arabia\",\n                        \"locationLogo\": \"/img/flags/sa.png\",\n                        \"locationCode\": \"SA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Mobily\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Zain\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    },\n                    {\n                        \"locationName\": \"United Arab Emirates\",\n                        \"locationLogo\": \"/img/flags/ae.png\",\n                        \"locationCode\": \"AE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Etisalat\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PR4ZUE9A0\",\n                \"slug\": \"JP_3_Daily_IIJ\",\n                \"name\": \"Japan 3GB/Day (IIJ)\",\n                \"price\": 22000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 3221225472,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"JP\",\n                \"locationCode\": \"JP\",\n                \"description\": \"Japan 3GB/Day (IIJ)\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 88000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"JP\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"256 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"NTT docomo\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PZL8D71CV\",\n                \"slug\": \"AD_0.5_Daily\",\n                \"name\": \"Andorra 500MB/Day\",\n                \"price\": 12500,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"AD\",\n                \"locationCode\": \"AD\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 50000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Andorra\",\n                        \"locationLogo\": \"\",\n                        \"locationCode\": \"AD\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Mobiland\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PQ96J3XQ3\",\n                \"slug\": \"AD_1_Daily\",\n                \"name\": \"Andorra 1GB/Day\",\n                \"price\": 21000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"AD\",\n                \"locationCode\": \"AD\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 84000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Andorra\",\n                        \"locationLogo\": \"\",\n                        \"locationCode\": \"AD\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Mobiland\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PQQZXV4QP\",\n                \"slug\": \"AD_2_Daily\",\n                \"name\": \"Andorra 2GB/Day\",\n                \"price\": 40000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"AD\",\n                \"locationCode\": \"AD\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 160000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Andorra\",\n                        \"locationLogo\": \"\",\n                        \"locationCode\": \"AD\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Mobiland\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PAX4QEO8E\",\n                \"slug\": \"AG_0.5_Daily\",\n                \"name\": \"Antigua and Barbuda 500MB/Day\",\n                \"price\": 35000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"AG\",\n                \"locationCode\": \"AG\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 140000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Antigua and Barbuda\",\n                        \"locationLogo\": \"/img/flags/ag.png\",\n                        \"locationCode\": \"AG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"FLOW\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PWHDQF6J6\",\n                \"slug\": \"AG_1_Daily\",\n                \"name\": \"Antigua and Barbuda 1GB/Day\",\n                \"price\": 56000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"AG\",\n                \"locationCode\": \"AG\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 224000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Antigua and Barbuda\",\n                        \"locationLogo\": \"/img/flags/ag.png\",\n                        \"locationCode\": \"AG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"FLOW\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PJRL9FTHQ\",\n                \"slug\": \"AG_2_Daily\",\n                \"name\": \"Antigua and Barbuda 2GB/Day\",\n                \"price\": 100000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"AG\",\n                \"locationCode\": \"AG\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 400000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Antigua and Barbuda\",\n                        \"locationLogo\": \"/img/flags/ag.png\",\n                        \"locationCode\": \"AG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"FLOW\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PYF9J6RBC\",\n                \"slug\": \"BB_0.5_Daily\",\n                \"name\": \"Barbados 500MB/Day\",\n                \"price\": 35000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"BB\",\n                \"locationCode\": \"BB\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 140000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Barbados\",\n                        \"locationLogo\": \"/img/flags/bb.png\",\n                        \"locationCode\": \"BB\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"FLOW\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PCFSAB0KF\",\n                \"slug\": \"BB_1_Daily\",\n                \"name\": \"Barbados 1GB/Day\",\n                \"price\": 56000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"BB\",\n                \"locationCode\": \"BB\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 224000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Barbados\",\n                        \"locationLogo\": \"/img/flags/bb.png\",\n                        \"locationCode\": \"BB\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"FLOW\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"POXI42MW9\",\n                \"slug\": \"BB_2_Daily\",\n                \"name\": \"Barbados 2GB/Day\",\n                \"price\": 100000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"BB\",\n                \"locationCode\": \"BB\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 400000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Barbados\",\n                        \"locationLogo\": \"/img/flags/bb.png\",\n                        \"locationCode\": \"BB\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"FLOW\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P089AN0P9\",\n                \"slug\": \"KY_0.5_Daily\",\n                \"name\": \"Cayman Islands 500MB/Day\",\n                \"price\": 35000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"KY\",\n                \"locationCode\": \"KY\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 140000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Cayman Islands\",\n                        \"locationLogo\": \"/img/flags/ky.png\",\n                        \"locationCode\": \"KY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"FLOW\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PT9HEPLSA\",\n                \"slug\": \"KY_1_Daily\",\n                \"name\": \"Cayman Islands 1GB/Day\",\n                \"price\": 56000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"KY\",\n                \"locationCode\": \"KY\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 224000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Cayman Islands\",\n                        \"locationLogo\": \"/img/flags/ky.png\",\n                        \"locationCode\": \"KY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"FLOW\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P47N09B8R\",\n                \"slug\": \"KY_2_Daily\",\n                \"name\": \"Cayman Islands 2GB/Day\",\n                \"price\": 100000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"KY\",\n                \"locationCode\": \"KY\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 400000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Cayman Islands\",\n                        \"locationLogo\": \"/img/flags/ky.png\",\n                        \"locationCode\": \"KY\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"FLOW\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PZLV4RGRW\",\n                \"slug\": \"GD_0.5_Daily\",\n                \"name\": \"Grenada 500MB/Day\",\n                \"price\": 35000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"GD\",\n                \"locationCode\": \"GD\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 140000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Grenada\",\n                        \"locationLogo\": \"/img/flags/gd.png\",\n                        \"locationCode\": \"GD\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"FLOW\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P4AY6LAW2\",\n                \"slug\": \"GD_1_Daily\",\n                \"name\": \"Grenada 1GB/Day\",\n                \"price\": 56000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"GD\",\n                \"locationCode\": \"GD\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 224000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Grenada\",\n                        \"locationLogo\": \"/img/flags/gd.png\",\n                        \"locationCode\": \"GD\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"FLOW\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PB5NZ336R\",\n                \"slug\": \"GD_2_Daily\",\n                \"name\": \"Grenada 2GB/Day\",\n                \"price\": 100000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"GD\",\n                \"locationCode\": \"GD\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 400000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Grenada\",\n                        \"locationLogo\": \"/img/flags/gd.png\",\n                        \"locationCode\": \"GD\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"FLOW\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PBYBL17F9\",\n                \"slug\": \"LC_0.5_Daily\",\n                \"name\": \"Saint Lucia 500MB/Day\",\n                \"price\": 35000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"LC\",\n                \"locationCode\": \"LC\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 140000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Saint Lucia\",\n                        \"locationLogo\": \"/img/flags/lc.png\",\n                        \"locationCode\": \"LC\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"FLOW\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P9W0RMWS1\",\n                \"slug\": \"LC_1_Daily\",\n                \"name\": \"Saint Lucia 1GB/Day\",\n                \"price\": 56000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"LC\",\n                \"locationCode\": \"LC\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 224000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Saint Lucia\",\n                        \"locationLogo\": \"/img/flags/lc.png\",\n                        \"locationCode\": \"LC\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"FLOW\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PRUIWKFWE\",\n                \"slug\": \"LC_2_Daily\",\n                \"name\": \"Saint Lucia 2GB/Day\",\n                \"price\": 100000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"LC\",\n                \"locationCode\": \"LC\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 400000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Saint Lucia\",\n                        \"locationLogo\": \"/img/flags/lc.png\",\n                        \"locationCode\": \"LC\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"FLOW\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P99YRSPGI\",\n                \"slug\": \"VG_0.5_Daily\",\n                \"name\": \"Virgin Islands- British 500MB/Day\",\n                \"price\": 35000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"VG\",\n                \"locationCode\": \"VG\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 140000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Virgin Islands- British\",\n                        \"locationLogo\": \"/img/flags/vg.png\",\n                        \"locationCode\": \"VG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"FLOW\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PWNAMX6W3\",\n                \"slug\": \"VG_1_Daily\",\n                \"name\": \"Virgin Islands- British 1GB/Day\",\n                \"price\": 56000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"VG\",\n                \"locationCode\": \"VG\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 224000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Virgin Islands- British\",\n                        \"locationLogo\": \"/img/flags/vg.png\",\n                        \"locationCode\": \"VG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"FLOW\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PAU919X2P\",\n                \"slug\": \"VG_2_Daily\",\n                \"name\": \"Virgin Islands- British 2GB/Day\",\n                \"price\": 100000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"VG\",\n                \"locationCode\": \"VG\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 400000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Virgin Islands- British\",\n                        \"locationLogo\": \"/img/flags/vg.png\",\n                        \"locationCode\": \"VG\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"FLOW\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PKNRXH3FZ\",\n                \"slug\": \"TC_0.5_Daily\",\n                \"name\": \"Turks and Caicos Islands 500MB/Day\",\n                \"price\": 35000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"TC\",\n                \"locationCode\": \"TC\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 140000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Turks and Caicos Islands\",\n                        \"locationLogo\": \"/img/flags/tc.png\",\n                        \"locationCode\": \"TC\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"FLOW\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"POAFI7GDI\",\n                \"slug\": \"TC_1_Daily\",\n                \"name\": \"Turks and Caicos Islands 1GB/Day\",\n                \"price\": 56000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"TC\",\n                \"locationCode\": \"TC\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 224000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Turks and Caicos Islands\",\n                        \"locationLogo\": \"/img/flags/tc.png\",\n                        \"locationCode\": \"TC\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"FLOW\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PVG1AXYV3\",\n                \"slug\": \"TC_2_Daily\",\n                \"name\": \"Turks and Caicos Islands 2GB/Day\",\n                \"price\": 100000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"TC\",\n                \"locationCode\": \"TC\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 400000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Turks and Caicos Islands\",\n                        \"locationLogo\": \"/img/flags/tc.png\",\n                        \"locationCode\": \"TC\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"FLOW\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PTC4ZQY48\",\n                \"slug\": \"LA_0.5_Daily\",\n                \"name\": \"Laos 500MB/Day\",\n                \"price\": 12500,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"LA\",\n                \"locationCode\": \"LA\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 50000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Laos\",\n                        \"locationLogo\": \"/img/flags/la.png\",\n                        \"locationCode\": \"LA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"LaoTel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P7JFJT4O6\",\n                \"slug\": \"LA_1_Daily\",\n                \"name\": \"Laos 1GB/Day\",\n                \"price\": 21000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"LA\",\n                \"locationCode\": \"LA\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 84000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Laos\",\n                        \"locationLogo\": \"/img/flags/la.png\",\n                        \"locationCode\": \"LA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"LaoTel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PQSK2SPR5\",\n                \"slug\": \"LA_2_Daily\",\n                \"name\": \"Laos 2GB/Day\",\n                \"price\": 40000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"LA\",\n                \"locationCode\": \"LA\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 160000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"512 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Laos\",\n                        \"locationLogo\": \"/img/flags/la.png\",\n                        \"locationCode\": \"LA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"LaoTel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PF2URFAT5\",\n                \"slug\": \"BS_0.5_Daily\",\n                \"name\": \"Bahamas 500MB/Day\",\n                \"price\": 42700,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"BS\",\n                \"locationCode\": \"BS\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 170800,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Bahamas\",\n                        \"locationLogo\": \"/img/flags/bs.png\",\n                        \"locationCode\": \"BS\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Aliv\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PXHR8FXLL\",\n                \"slug\": \"BS_1_Daily\",\n                \"name\": \"Bahamas 1GB/Day\",\n                \"price\": 66600,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"BS\",\n                \"locationCode\": \"BS\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 266400,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Bahamas\",\n                        \"locationLogo\": \"/img/flags/bs.png\",\n                        \"locationCode\": \"BS\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Aliv\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PEFIAE7OF\",\n                \"slug\": \"BS_2_Daily\",\n                \"name\": \"Bahamas 2GB/Day\",\n                \"price\": 116500,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"BS\",\n                \"locationCode\": \"BS\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 466000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Bahamas\",\n                        \"locationLogo\": \"/img/flags/bs.png\",\n                        \"locationCode\": \"BS\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Aliv\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PJV1779LN\",\n                \"slug\": \"FO_0.5_Daily\",\n                \"name\": \"Faroe Islands 500MB/Day\",\n                \"price\": 11700,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"FO\",\n                \"locationCode\": \"FO\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 46800,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Faroe Islands\",\n                        \"locationLogo\": \"/img/flags/fo.png\",\n                        \"locationCode\": \"FO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Hey\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Faroese Telecom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P44K0X94U\",\n                \"slug\": \"FO_1_Daily\",\n                \"name\": \"Faroe Islands 1GB/Day\",\n                \"price\": 18200,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"FO\",\n                \"locationCode\": \"FO\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 72800,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Faroe Islands\",\n                        \"locationLogo\": \"/img/flags/fo.png\",\n                        \"locationCode\": \"FO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Hey\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Faroese Telecom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PLM4RXQ20\",\n                \"slug\": \"FO_2_Daily\",\n                \"name\": \"Faroe Islands 2GB/Day\",\n                \"price\": 31900,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"FO\",\n                \"locationCode\": \"FO\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 127600,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Faroe Islands\",\n                        \"locationLogo\": \"/img/flags/fo.png\",\n                        \"locationCode\": \"FO\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Hey\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Faroese Telecom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PU2VXXYY2\",\n                \"slug\": \"BZ_0.5_Daily\",\n                \"name\": \"Belize 500MB/Day\",\n                \"price\": 49400,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"BZ\",\n                \"locationCode\": \"BZ\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 197600,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Belize\",\n                        \"locationLogo\": \"/img/flags/bz.png\",\n                        \"locationCode\": \"BZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"DigiCell\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PXQOTGCLO\",\n                \"slug\": \"BZ_1_Daily\",\n                \"name\": \"Belize 1GB/Day\",\n                \"price\": 77000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"BZ\",\n                \"locationCode\": \"BZ\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 308000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Belize\",\n                        \"locationLogo\": \"/img/flags/bz.png\",\n                        \"locationCode\": \"BZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"DigiCell\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PCK6OSYAJ\",\n                \"slug\": \"BZ_2_Daily\",\n                \"name\": \"Belize 2GB/Day\",\n                \"price\": 134800,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"BZ\",\n                \"locationCode\": \"BZ\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 539200,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Belize\",\n                        \"locationLogo\": \"/img/flags/bz.png\",\n                        \"locationCode\": \"BZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"DigiCell\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PYWAPT9ET\",\n                \"slug\": \"TT_0.5_Daily\",\n                \"name\": \"Trinidad and Tobago 500MB/Day\",\n                \"price\": 42700,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"TT\",\n                \"locationCode\": \"TT\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 170800,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Trinidad and Tobago\",\n                        \"locationLogo\": \"/img/flags/tt.png\",\n                        \"locationCode\": \"TT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Digicel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PI5831LGW\",\n                \"slug\": \"TT_1_Daily\",\n                \"name\": \"Trinidad and Tobago 1GB/Day\",\n                \"price\": 66600,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"TT\",\n                \"locationCode\": \"TT\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 266400,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Trinidad and Tobago\",\n                        \"locationLogo\": \"/img/flags/tt.png\",\n                        \"locationCode\": \"TT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Digicel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P1X6EGY63\",\n                \"slug\": \"TT_2_Daily\",\n                \"name\": \"Trinidad and Tobago 2GB/Day\",\n                \"price\": 116500,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"TT\",\n                \"locationCode\": \"TT\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 466000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Trinidad and Tobago\",\n                        \"locationLogo\": \"/img/flags/tt.png\",\n                        \"locationCode\": \"TT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Digicel\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"POZVUBHGO\",\n                \"slug\": \"AI_0.5_Daily\",\n                \"name\": \"Anguilla 500MB/Day\",\n                \"price\": 35000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"AI\",\n                \"locationCode\": \"AI\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 140000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Anguilla\",\n                        \"locationLogo\": \"/img/flags/ai.png\",\n                        \"locationCode\": \"AI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"FLOW\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PM9T984L1\",\n                \"slug\": \"AI_1_Daily\",\n                \"name\": \"Anguilla 1GB/Day\",\n                \"price\": 56000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"AI\",\n                \"locationCode\": \"AI\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 224000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Anguilla\",\n                        \"locationLogo\": \"/img/flags/ai.png\",\n                        \"locationCode\": \"AI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"FLOW\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P5PSSTDWD\",\n                \"slug\": \"AI_2_Daily\",\n                \"name\": \"Anguilla 2GB/Day\",\n                \"price\": 100000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"AI\",\n                \"locationCode\": \"AI\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 400000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Anguilla\",\n                        \"locationLogo\": \"/img/flags/ai.png\",\n                        \"locationCode\": \"AI\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"FLOW\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P6GINDJK2\",\n                \"slug\": \"DM_0.5_Daily\",\n                \"name\": \"Dominica 500MB/Day\",\n                \"price\": 42700,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"DM\",\n                \"locationCode\": \"DM\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 170800,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Dominica\",\n                        \"locationLogo\": \"/img/flags/dm.png\",\n                        \"locationCode\": \"DM\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"FLOW\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PXHJ1U2XP\",\n                \"slug\": \"DM_1_Daily\",\n                \"name\": \"Dominica 1GB/Day\",\n                \"price\": 66600,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"DM\",\n                \"locationCode\": \"DM\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 266400,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Dominica\",\n                        \"locationLogo\": \"/img/flags/dm.png\",\n                        \"locationCode\": \"DM\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"FLOW\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PZQQXAIZU\",\n                \"slug\": \"DM_2_Daily\",\n                \"name\": \"Dominica 2GB/Day\",\n                \"price\": 116500,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"DM\",\n                \"locationCode\": \"DM\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 466000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Dominica\",\n                        \"locationLogo\": \"/img/flags/dm.png\",\n                        \"locationCode\": \"DM\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"FLOW\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PADQDKEKR\",\n                \"slug\": \"KN_0.5_Daily\",\n                \"name\": \"Saint Kitts and Nevis 500MB/Day\",\n                \"price\": 35000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"KN\",\n                \"locationCode\": \"KN\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 140000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Saint Kitts and Nevis\",\n                        \"locationLogo\": \"/img/flags/kn.png\",\n                        \"locationCode\": \"KN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"FLOW\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PHA7JTMVB\",\n                \"slug\": \"KN_1_Daily\",\n                \"name\": \"Saint Kitts and Nevis 1GB/Day\",\n                \"price\": 56000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"KN\",\n                \"locationCode\": \"KN\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 224000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Saint Kitts and Nevis\",\n                        \"locationLogo\": \"/img/flags/kn.png\",\n                        \"locationCode\": \"KN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"FLOW\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PXG4M4H7U\",\n                \"slug\": \"KN_2_Daily\",\n                \"name\": \"Saint Kitts and Nevis 2GB/Day\",\n                \"price\": 100000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"KN\",\n                \"locationCode\": \"KN\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 400000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Saint Kitts and Nevis\",\n                        \"locationLogo\": \"/img/flags/kn.png\",\n                        \"locationCode\": \"KN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"FLOW\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PUQXGGQM2\",\n                \"slug\": \"VC_0.5_Daily\",\n                \"name\": \"Saint Vincent and the Grenadines 500MB/Day\",\n                \"price\": 42700,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"VC\",\n                \"locationCode\": \"VC\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 170800,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Saint Vincent and the Grenadines\",\n                        \"locationLogo\": \"/img/flags/vc.png\",\n                        \"locationCode\": \"VC\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"FLOW\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PODVL5KBN\",\n                \"slug\": \"VC_1_Daily\",\n                \"name\": \"Saint Vincent and the Grenadines 1GB/Day\",\n                \"price\": 66600,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"VC\",\n                \"locationCode\": \"VC\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 266400,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Saint Vincent and the Grenadines\",\n                        \"locationLogo\": \"/img/flags/vc.png\",\n                        \"locationCode\": \"VC\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"FLOW\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P5YX6HKB6\",\n                \"slug\": \"VC_2_Daily\",\n                \"name\": \"Saint Vincent and the Grenadines 2GB/Day\",\n                \"price\": 116500,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"VC\",\n                \"locationCode\": \"VC\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 466000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Saint Vincent and the Grenadines\",\n                        \"locationLogo\": \"/img/flags/vc.png\",\n                        \"locationCode\": \"VC\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"FLOW\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"POAFY0OVK\",\n                \"slug\": \"RW_0.5_Daily\",\n                \"name\": \"Rwanda 500MB/Day\",\n                \"price\": 52000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"RW\",\n                \"locationCode\": \"RW\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 208000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Rwanda\",\n                        \"locationLogo\": \"\",\n                        \"locationCode\": \"RW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"MTN\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PCQIPVUSM\",\n                \"slug\": \"RW_1_Daily\",\n                \"name\": \"Rwanda 1GB/Day\",\n                \"price\": 81100,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"RW\",\n                \"locationCode\": \"RW\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 324400,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Rwanda\",\n                        \"locationLogo\": \"\",\n                        \"locationCode\": \"RW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"MTN\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PE2YL9RUI\",\n                \"slug\": \"RW_2_Daily\",\n                \"name\": \"Rwanda 2GB/Day\",\n                \"price\": 141900,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"RW\",\n                \"locationCode\": \"RW\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 567600,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Rwanda\",\n                        \"locationLogo\": \"\",\n                        \"locationCode\": \"RW\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"MTN\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P4T2A1AZA\",\n                \"slug\": \"TR_1_Daily_1Mbps\",\n                \"name\": \"Turkey 1GB/Day FUP1Mbps\",\n                \"price\": 5000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"TR\",\n                \"locationCode\": \"TR\",\n                \"description\": \"Turkey 1GB/Day FUP1Mbps\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 20000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"FR/NL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"1 Mbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Turkey\",\n                        \"locationLogo\": \"/img/flags/tr.png\",\n                        \"locationCode\": \"TR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Türk Telekom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PYLQ2E37D\",\n                \"slug\": \"TR_2_Daily_1Mbps\",\n                \"name\": \"Turkey 2GB/Day FUP1Mbps\",\n                \"price\": 9000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"TR\",\n                \"locationCode\": \"TR\",\n                \"description\": \"Turkey 2GB/Day FUP1Mbps\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 36000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"FR/NL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"1 Mbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Turkey\",\n                        \"locationLogo\": \"/img/flags/tr.png\",\n                        \"locationCode\": \"TR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Türk Telekom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PL92LA7QC\",\n                \"slug\": \"IT_1_Daily_1Mbps\",\n                \"name\": \"Italy 1GB/Day FUP1Mbps\",\n                \"price\": 8000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"IT\",\n                \"locationCode\": \"IT\",\n                \"description\": \"Italy 1GB/Day FUP1Mbps\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 32000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"1 Mbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Italy\",\n                        \"locationLogo\": \"/img/flags/it.png\",\n                        \"locationCode\": \"IT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Wind\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P3YBAK4B0\",\n                \"slug\": \"IT_2_Daily_1Mbps\",\n                \"name\": \"Italy 2GB/Day FUP1Mbps\",\n                \"price\": 15000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"IT\",\n                \"locationCode\": \"IT\",\n                \"description\": \"Italy 2GB/Day FUP1Mbps\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 60000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"1 Mbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Italy\",\n                        \"locationLogo\": \"/img/flags/it.png\",\n                        \"locationCode\": \"IT\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Wind\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PB823JSXL\",\n                \"slug\": \"ES_1_Daily_1Mbps\",\n                \"name\": \"Spain 1GB/Day FUP1Mbps\",\n                \"price\": 8000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"ES\",\n                \"locationCode\": \"ES\",\n                \"description\": \"Spain 1GB/Day FUP1Mbps\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 32000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"1 Mbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Spain\",\n                        \"locationLogo\": \"/img/flags/es.png\",\n                        \"locationCode\": \"ES\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Yoigo\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PSYELC379\",\n                \"slug\": \"ES_2_Daily_1Mbps\",\n                \"name\": \"Spain 2GB/Day FUP1Mbps\",\n                \"price\": 16000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"ES\",\n                \"locationCode\": \"ES\",\n                \"description\": \"Spain 2GB/Day FUP1Mbps\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 64000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"1 Mbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Spain\",\n                        \"locationLogo\": \"/img/flags/es.png\",\n                        \"locationCode\": \"ES\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Movistar\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Yoigo\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PWV7Q64TS\",\n                \"slug\": \"DE_1_Daily_1Mbps\",\n                \"name\": \"Germany 1GB/Day FUP1Mbps\",\n                \"price\": 9000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"DE\",\n                \"locationCode\": \"DE\",\n                \"description\": \"Germany 1GB/Day FUP1Mbps\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 36000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"1 Mbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Germany\",\n                        \"locationLogo\": \"/img/flags/de.png\",\n                        \"locationCode\": \"DE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P768JBCDH\",\n                \"slug\": \"DE_2_Daily_1Mbps\",\n                \"name\": \"Germany 2GB/Day FUP1Mbps\",\n                \"price\": 17000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"DE\",\n                \"locationCode\": \"DE\",\n                \"description\": \"Germany 2GB/Day FUP1Mbps\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 68000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"1 Mbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Germany\",\n                        \"locationLogo\": \"/img/flags/de.png\",\n                        \"locationCode\": \"DE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P0D78YBHE\",\n                \"slug\": \"FR_1_Daily_1Mbps\",\n                \"name\": \"France 1GB/Day FUP1Mbps\",\n                \"price\": 8000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"FR\",\n                \"locationCode\": \"FR\",\n                \"description\": \"France 1GB/Day FUP1Mbps\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 32000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"1 Mbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"France\",\n                        \"locationLogo\": \"/img/flags/fr.png\",\n                        \"locationCode\": \"FR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SFR\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Bouygues\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Free Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PWKCM5B08\",\n                \"slug\": \"FR_2_Daily_1Mbps\",\n                \"name\": \"France 2GB/Day FUP1Mbps\",\n                \"price\": 16000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"FR\",\n                \"locationCode\": \"FR\",\n                \"description\": \"France 2GB/Day FUP1Mbps\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 64000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"1 Mbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"France\",\n                        \"locationLogo\": \"/img/flags/fr.png\",\n                        \"locationCode\": \"FR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SFR\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Bouygues\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Free Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P1USB0R5Z\",\n                \"slug\": \"CH_1_Daily_1Mbps\",\n                \"name\": \"Switzerland 1GB/Day FUP1Mbps\",\n                \"price\": 9000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"CH\",\n                \"locationCode\": \"CH\",\n                \"description\": \"Switzerland 1GB/Day FUP1Mbps\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 36000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"1 Mbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Switzerland\",\n                        \"locationLogo\": \"/img/flags/ch.png\",\n                        \"locationCode\": \"CH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Sunrise\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Salt\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Swisscom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P90YNHS5S\",\n                \"slug\": \"CH_2_Daily_1Mbps\",\n                \"name\": \"Switzerland 2GB/Day FUP1Mbps\",\n                \"price\": 17000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"CH\",\n                \"locationCode\": \"CH\",\n                \"description\": \"Switzerland 2GB/Day FUP1Mbps\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 68000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"1 Mbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Switzerland\",\n                        \"locationLogo\": \"/img/flags/ch.png\",\n                        \"locationCode\": \"CH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Sunrise\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Salt\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Swisscom\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PUU46GAS9\",\n                \"slug\": \"MA_10_Daily\",\n                \"name\": \"Morocco 10GB/Day\",\n                \"price\": 77000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 10737418240,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"MA\",\n                \"locationCode\": \"MA\",\n                \"description\": \"Morocco 10GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 308000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"BE\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Morocco\",\n                        \"locationLogo\": \"/img/flags/ma.png\",\n                        \"locationCode\": \"MA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange Morocco\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PBW5XPA07\",\n                \"slug\": \"MA_1_Daily_1Mbps\",\n                \"name\": \"Morocco 1GB/Day FUP1Mbps\",\n                \"price\": 13000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"MA\",\n                \"locationCode\": \"MA\",\n                \"description\": \"Morocco 1GB/Day FUP1Mbps\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 52000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"BE\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"1 Mbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Morocco\",\n                        \"locationLogo\": \"/img/flags/ma.png\",\n                        \"locationCode\": \"MA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange Morocco\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PK510GZYG\",\n                \"slug\": \"MA_2_Daily_1Mbps\",\n                \"name\": \"Morocco 2GB/Day FUP1Mbps\",\n                \"price\": 25000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"MA\",\n                \"locationCode\": \"MA\",\n                \"description\": \"Morocco 2GB/Day FUP1Mbps\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 100000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"BE\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"1 Mbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Morocco\",\n                        \"locationLogo\": \"/img/flags/ma.png\",\n                        \"locationCode\": \"MA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange Morocco\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PXP2S5VG6\",\n                \"slug\": \"AE_1_Daily_1Mbps\",\n                \"name\": \"United Arab Emirates 1GB/Day FUP1Mbps\",\n                \"price\": 17000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"AE\",\n                \"locationCode\": \"AE\",\n                \"description\": \"United Arab Emirates 1GB/Day FUP1Mbps\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 68000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"1 Mbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"United Arab Emirates\",\n                        \"locationLogo\": \"/img/flags/ae.png\",\n                        \"locationCode\": \"AE\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Etisalat\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PT1TQH23M\",\n                \"slug\": \"GB_1_Daily_1Mbps\",\n                \"name\": \"United Kingdom 1GB/Day FUP1Mbps\",\n                \"price\": 8000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"GB\",\n                \"locationCode\": \"GB\",\n                \"description\": \"United Kingdom 1GB/Day FUP1Mbps\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 32000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"1 Mbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"United Kingdom\",\n                        \"locationLogo\": \"/img/flags/gb.png\",\n                        \"locationCode\": \"GB\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P39RUM8GY\",\n                \"slug\": \"GB_2_Daily_1Mbps\",\n                \"name\": \"United Kingdom 2GB/Day FUP1Mbps\",\n                \"price\": 15000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"GB\",\n                \"locationCode\": \"GB\",\n                \"description\": \"United Kingdom 2GB/Day FUP1Mbps\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 60000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"1 Mbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"United Kingdom\",\n                        \"locationLogo\": \"/img/flags/gb.png\",\n                        \"locationCode\": \"GB\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"O2\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"3\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P1MY7DDV5\",\n                \"slug\": \"GR_1_Daily_1Mbps\",\n                \"name\": \"Greece 1GB/Day FUP1Mbps\",\n                \"price\": 9000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"GR\",\n                \"locationCode\": \"GR\",\n                \"description\": \"Greece 1GB/Day FUP1Mbps\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 36000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"1 Mbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Greece\",\n                        \"locationLogo\": \"/img/flags/gr.png\",\n                        \"locationCode\": \"GR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Wind\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PM6G3KNF7\",\n                \"slug\": \"GR_2_Daily_1Mbps\",\n                \"name\": \"Greece 2GB/Day FUP1Mbps\",\n                \"price\": 17000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"GR\",\n                \"locationCode\": \"GR\",\n                \"description\": \"Greece 2GB/Day FUP1Mbps\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 68000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"1 Mbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Greece\",\n                        \"locationLogo\": \"/img/flags/gr.png\",\n                        \"locationCode\": \"GR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Wind\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P7JE5U8RB\",\n                \"slug\": \"CA_1_Daily_1Mbps\",\n                \"name\": \"Canada 1GB/Day FUP1Mbps\",\n                \"price\": 17000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"CA\",\n                \"locationCode\": \"CA\",\n                \"description\": \"Canada 1GB/Day FUP1Mbps\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 68000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"1 Mbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Canada\",\n                        \"locationLogo\": \"/img/flags/ca.png\",\n                        \"locationCode\": \"CA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Rogers Wireless\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PWU08PW5S\",\n                \"slug\": \"CA_2_Daily_1Mbps\",\n                \"name\": \"Canada 2GB/Day FUP1Mbps\",\n                \"price\": 32000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"CA\",\n                \"locationCode\": \"CA\",\n                \"description\": \"Canada 2GB/Day FUP1Mbps\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 128000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"1 Mbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Canada\",\n                        \"locationLogo\": \"/img/flags/ca.png\",\n                        \"locationCode\": \"CA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Rogers Wireless\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P9W6AEH8L\",\n                \"slug\": \"PL_10_Daily\",\n                \"name\": \"Poland 10GB/Day\",\n                \"price\": 50000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 10737418240,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"PL\",\n                \"locationCode\": \"PL\",\n                \"description\": \"Poland 10GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 200000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Poland\",\n                        \"locationLogo\": \"/img/flags/pl.png\",\n                        \"locationCode\": \"PL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Play\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Plus\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PFN0D4X9X\",\n                \"slug\": \"PL_1_Daily_1Mbps\",\n                \"name\": \"Poland 1GB/Day FUP1Mbps\",\n                \"price\": 8000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"PL\",\n                \"locationCode\": \"PL\",\n                \"description\": \"Poland 1GB/Day FUP1Mbps\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 32000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"1 Mbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Poland\",\n                        \"locationLogo\": \"/img/flags/pl.png\",\n                        \"locationCode\": \"PL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Play\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Plus\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PDB1EAE87\",\n                \"slug\": \"PL_2_Daily_1Mbps\",\n                \"name\": \"Poland 2GB/Day FUP1Mbps\",\n                \"price\": 16000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"PL\",\n                \"locationCode\": \"PL\",\n                \"description\": \"Poland 2GB/Day FUP1Mbps\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 64000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"1 Mbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Poland\",\n                        \"locationLogo\": \"/img/flags/pl.png\",\n                        \"locationCode\": \"PL\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Orange\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Play\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Plus\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P2F7DWA8R\",\n                \"slug\": \"SA_10_Daily\",\n                \"name\": \"Saudi Arabia 10GB/Day\",\n                \"price\": 113000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 10737418240,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"SA\",\n                \"locationCode\": \"SA\",\n                \"description\": \"Saudi Arabia 10GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 452000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"BE\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Saudi Arabia\",\n                        \"locationLogo\": \"/img/flags/sa.png\",\n                        \"locationCode\": \"SA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Zain\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"STC\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PW7DXG35X\",\n                \"slug\": \"SA_1_Daily_1Mbps\",\n                \"name\": \"Saudi Arabia 1GB/Day FUP1Mbps\",\n                \"price\": 20000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"SA\",\n                \"locationCode\": \"SA\",\n                \"description\": \"Saudi Arabia 1GB/Day FUP1Mbps\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 80000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"BE\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"1 Mbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Saudi Arabia\",\n                        \"locationLogo\": \"/img/flags/sa.png\",\n                        \"locationCode\": \"SA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Zain\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"STC\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P3UHF4RX8\",\n                \"slug\": \"SA_2_Daily_1Mbps\",\n                \"name\": \"Saudi Arabia 2GB/Day FUP1Mbps\",\n                \"price\": 37000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"SA\",\n                \"locationCode\": \"SA\",\n                \"description\": \"Saudi Arabia 2GB/Day FUP1Mbps\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 148000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"BE\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"1 Mbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Saudi Arabia\",\n                        \"locationLogo\": \"/img/flags/sa.png\",\n                        \"locationCode\": \"SA\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Zain\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"STC\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PFE5850ZN\",\n                \"slug\": \"FJ_0.5_Daily\",\n                \"name\": \"Fiji 500MB/Day\",\n                \"price\": 20100,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"FJ\",\n                \"locationCode\": \"FJ\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 80400,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Fiji\",\n                        \"locationLogo\": \"/img/flags/fj.png\",\n                        \"locationCode\": \"FJ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P77N8092K\",\n                \"slug\": \"FJ_1_Daily\",\n                \"name\": \"Fiji 1GB/Day\",\n                \"price\": 31400,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"FJ\",\n                \"locationCode\": \"FJ\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 125600,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Fiji\",\n                        \"locationLogo\": \"/img/flags/fj.png\",\n                        \"locationCode\": \"FJ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PIU126QM7\",\n                \"slug\": \"FJ_2_Daily\",\n                \"name\": \"Fiji 2GB/Day\",\n                \"price\": 54900,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"FJ\",\n                \"locationCode\": \"FJ\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 219600,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"PL\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Fiji\",\n                        \"locationLogo\": \"/img/flags/fj.png\",\n                        \"locationCode\": \"FJ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P1JE76IOT\",\n                \"slug\": \"GU_0.5_Daily\",\n                \"name\": \"Guam 500MB/Day\",\n                \"price\": 28900,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"GU\",\n                \"locationCode\": \"GU\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 115600,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Guam\",\n                        \"locationLogo\": \"/img/flags/gu.png\",\n                        \"locationCode\": \"GU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"IT&E Wireless\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PUHZAWDPM\",\n                \"slug\": \"GU_1_Daily\",\n                \"name\": \"Guam 1GB/Day\",\n                \"price\": 45000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"GU\",\n                \"locationCode\": \"GU\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 180000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Guam\",\n                        \"locationLogo\": \"/img/flags/gu.png\",\n                        \"locationCode\": \"GU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"IT&E Wireless\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PZH5WWF6Y\",\n                \"slug\": \"GU_2_Daily\",\n                \"name\": \"Guam 2GB/Day\",\n                \"price\": 78800,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"GU\",\n                \"locationCode\": \"GU\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 315200,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Guam\",\n                        \"locationLogo\": \"/img/flags/gu.png\",\n                        \"locationCode\": \"GU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"IT&E Wireless\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PI6BDIBDE\",\n                \"slug\": \"SZ_0.5_Daily\",\n                \"name\": \"Eswatini 500MB/Day\",\n                \"price\": 52000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 524288000,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"SZ\",\n                \"locationCode\": \"SZ\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 208000,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Eswatini\",\n                        \"locationLogo\": \"/img/flags/sz.png\",\n                        \"locationCode\": \"SZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Swazi MTN\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Swazi Mobile\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PUOVL5PBU\",\n                \"slug\": \"SZ_2_Daily\",\n                \"name\": \"Eswatini 2GB/Day\",\n                \"price\": 141900,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"SZ\",\n                \"locationCode\": \"SZ\",\n                \"description\": \"\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 567600,\n                \"speed\": \"3G/4G\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"384 Kbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Eswatini\",\n                        \"locationLogo\": \"/img/flags/sz.png\",\n                        \"locationCode\": \"SZ\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Swazi MTN\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Swazi Mobile\",\n                                \"networkType\": \"4G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PVG1G9ZU2\",\n                \"slug\": \"CN_1_Daily_1Mbps\",\n                \"name\": \"China 1GB/Day FUP1Mbps\",\n                \"price\": 8000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"CN\",\n                \"locationCode\": \"CN\",\n                \"description\": \"China 1GB/Day FUP1Mbps\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 32000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"1 Mbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"China mainland\",\n                        \"locationLogo\": \"/img/flags/cn.png\",\n                        \"locationCode\": \"CN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"China Telecom\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"China Unicom\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"China Mobile\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P8RG96ZRC\",\n                \"slug\": \"CN_2_Daily_1Mbps\",\n                \"name\": \"China 2GB/Day FUP1Mbps\",\n                \"price\": 16000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"CN\",\n                \"locationCode\": \"CN\",\n                \"description\": \"China 2GB/Day FUP1Mbps\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 64000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"1 Mbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"China mainland\",\n                        \"locationLogo\": \"/img/flags/cn.png\",\n                        \"locationCode\": \"CN\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"China Telecom\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"China Unicom\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"China Mobile\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PJGE891WE\",\n                \"slug\": \"JP_1_Daily_1Mbps\",\n                \"name\": \"Japan 1GB/Day FUP1Mbps\",\n                \"price\": 8000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"JP\",\n                \"locationCode\": \"JP\",\n                \"description\": \"Japan 1GB/Day FUP1Mbps\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 32000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"1 Mbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SoftBank\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P437LCDVF\",\n                \"slug\": \"JP_2_Daily_1Mbps\",\n                \"name\": \"Japan 2GB/Day FUP1Mbps\",\n                \"price\": 16000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"JP\",\n                \"locationCode\": \"JP\",\n                \"description\": \"Japan 2GB/Day FUP1Mbps\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 64000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"1 Mbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Japan\",\n                        \"locationLogo\": \"/img/flags/jp.png\",\n                        \"locationCode\": \"JP\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"KDDI/au\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"SoftBank\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PHG7HV0A5\",\n                \"slug\": \"ID_1_Daily_1Mbps\",\n                \"name\": \"Indonesia 1GB/Day FUP1Mbps\",\n                \"price\": 10000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"ID\",\n                \"locationCode\": \"ID\",\n                \"description\": \"Indonesia 1GB/Day FUP1Mbps\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 40000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"1 Mbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Indonesia\",\n                        \"locationLogo\": \"/img/flags/id.png\",\n                        \"locationCode\": \"ID\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"XL\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Telkomsel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PX04FFD9C\",\n                \"slug\": \"ID_2_Daily_1Mbps\",\n                \"name\": \"Indonesia 2GB/Day FUP1Mbps\",\n                \"price\": 19000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"ID\",\n                \"locationCode\": \"ID\",\n                \"description\": \"Indonesia 2GB/Day FUP1Mbps\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 76000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"1 Mbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Indonesia\",\n                        \"locationLogo\": \"/img/flags/id.png\",\n                        \"locationCode\": \"ID\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"XL\",\n                                \"networkType\": \"4G\"\n                            },\n                            {\n                                \"operatorName\": \"Telkomsel\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PDDRFB321\",\n                \"slug\": \"US_1_Daily_1Mbps\",\n                \"name\": \"United States 1GB/Day FUP1Mbps\",\n                \"price\": 8000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"US\",\n                \"locationCode\": \"US\",\n                \"description\": \"United States 1GB/Day FUP1Mbps\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 32000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"1 Mbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"United States\",\n                        \"locationLogo\": \"/img/flags/us.png\",\n                        \"locationCode\": \"US\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"T-Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Verizon\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PXVRG7M19\",\n                \"slug\": \"US_2_Daily_1Mbps\",\n                \"name\": \"United States 2GB/Day FUP1Mbps\",\n                \"price\": 15000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"US\",\n                \"locationCode\": \"US\",\n                \"description\": \"United States 2GB/Day FUP1Mbps\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 60000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"1 Mbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"United States\",\n                        \"locationLogo\": \"/img/flags/us.png\",\n                        \"locationCode\": \"US\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"T-Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Verizon\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P07T5HKJD\",\n                \"slug\": \"AU_1_Daily_1Mbps\",\n                \"name\": \"Australia 1GB/Day FUP1Mbps\",\n                \"price\": 8000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"AU\",\n                \"locationCode\": \"AU\",\n                \"description\": \"Australia 1GB/Day FUP1Mbps\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 32000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"1 Mbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Australia\",\n                        \"locationLogo\": \"/img/flags/au.png\",\n                        \"locationCode\": \"AU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Optus\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PV14HLGM7\",\n                \"slug\": \"AU_2_Daily_1Mbps\",\n                \"name\": \"Australia 2GB/Day FUP1Mbps\",\n                \"price\": 16000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"AU\",\n                \"locationCode\": \"AU\",\n                \"description\": \"Australia 2GB/Day FUP1Mbps\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 64000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"1 Mbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Australia\",\n                        \"locationLogo\": \"/img/flags/au.png\",\n                        \"locationCode\": \"AU\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"Optus\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Vodafone\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PHS2X3TP1\",\n                \"slug\": \"KR_1_Daily_1Mbps\",\n                \"name\": \"South Korea 1GB/Day FUP1Mbps\",\n                \"price\": 8000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"KR\",\n                \"locationCode\": \"KR\",\n                \"description\": \"South Korea 1GB/Day FUP1Mbps\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 32000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"1 Mbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"South Korea\",\n                        \"locationLogo\": \"/img/flags/kr.png\",\n                        \"locationCode\": \"KR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SKTelecom\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"LG U+\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"P0K7AN8FF\",\n                \"slug\": \"KR_2_Daily_1Mbps\",\n                \"name\": \"South Korea 2GB/Day FUP1Mbps\",\n                \"price\": 15000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"KR\",\n                \"locationCode\": \"KR\",\n                \"description\": \"South Korea 2GB/Day FUP1Mbps\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 60000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"1 Mbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"South Korea\",\n                        \"locationLogo\": \"/img/flags/kr.png\",\n                        \"locationCode\": \"KR\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"SKTelecom\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"LG U+\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PS5MJ1EY7\",\n                \"slug\": \"TH_1_Daily_1Mbps\",\n                \"name\": \"Thailand 1GB/Day FUP1Mbps\",\n                \"price\": 8000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"TH\",\n                \"locationCode\": \"TH\",\n                \"description\": \"Thailand 1GB/Day FUP1Mbps\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 32000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"1 Mbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Thailand\",\n                        \"locationLogo\": \"/img/flags/th.png\",\n                        \"locationCode\": \"TH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"TrueMove H\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"AIS\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"packageCode\": \"PZYBKF063\",\n                \"slug\": \"TH_2_Daily_1Mbps\",\n                \"name\": \"Thailand 2GB/Day FUP1Mbps\",\n                \"price\": 16000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 2147483648,\n                \"smsStatus\": 0,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"TH\",\n                \"locationCode\": \"TH\",\n                \"description\": \"Thailand 2GB/Day FUP1Mbps\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 64000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"1 Mbps\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"Thailand\",\n                        \"locationLogo\": \"/img/flags/th.png\",\n                        \"locationCode\": \"TH\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"TrueMove H\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"AIS\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            }\n        ]\n    }\n}"},{"id":"ceb2d2e9-603a-4ce4-95dd-237b01f17dd8","name":"Get TOPUP for Day Pass Plan","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"locationCode\": \"\",\n    \"type\":\"TOPUP\",\n    \"slug\":\"\",\n    \"packageCode\":\"\",\n    \"iccid\":\"89852240810733391924\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v1/open/package/list"},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"errorCode\": null,\n    \"errorMsg\": null,\n    \"success\": true,\n    \"obj\": {\n        \"packageList\": [\n            {\n                \"packageCode\": \"TOPUP_P6CY059XM\",\n                \"slug\": \"US_1_Daily\",\n                \"name\": \"United States 1GB/Day\",\n                \"price\": 13000,\n                \"currencyCode\": \"USD\",\n                \"volume\": 1073741824,\n                \"smsStatus\": 2,\n                \"dataType\": 2,\n                \"unusedValidTime\": 180,\n                \"duration\": 1,\n                \"durationUnit\": \"DAY\",\n                \"location\": \"US\",\n                \"locationCode\": \"US\",\n                \"description\": \"United States 1GB/Day\",\n                \"activeType\": 2,\n                \"favorite\": false,\n                \"retailPrice\": 26000,\n                \"speed\": \"3G/4G/5G\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"\",\n                \"locationNetworkList\": [\n                    {\n                        \"locationName\": \"United States\",\n                        \"locationLogo\": \"/img/flags/us.png\",\n                        \"locationCode\": \"US\",\n                        \"operatorList\": [\n                            {\n                                \"operatorName\": \"T-Mobile\",\n                                \"networkType\": \"5G\"\n                            },\n                            {\n                                \"operatorName\": \"Verizon\",\n                                \"networkType\": \"5G\"\n                            }\n                        ]\n                    }\n                ]\n            }\n        ]\n    }\n}"},{"id":"23f1ccf0-5cd8-4092-b6a8-f8e22ee08667","name":"Example Failed Response","originalRequest":{"method":"POST","header":[{"key":"RT-AccessCode","value":"test_access_key_1","type":"text"},{"key":"RT-Timestamp","value":"__time()","type":"text"},{"key":"RT-RequestID","value":"__uuid()","type":"text"},{"key":"RT-Signature","value":"test","type":"text"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v1/open/package/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"errorCode\": \"000101\",\n    \"errorMessage\": \"Req Header:[RT-RequestID] is null\", \n    \"obj\": null\n}"}],"_postman_id":"967ea733-51bb-4eb2-9eba-c72618316829"},{"name":"Order Profiles","event":[{"listen":"prerequest","script":{"id":"e0406a14-9052-448d-877e-36453c77563f","exec":[""],"type":"text/javascript","packages":{}}}],"id":"b81fc906-08f1-4ef7-af10-471d62386b86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"transactionId\":\"your_txn_id\",\n    \"amount\":15000,\n    \"packageInfoList\": [{\n        \"packageCode\":\"7aa948d363\",\n        \"count\":1,\n        \"price\":15000\n    }]\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v1/open/esim/order","description":"<p>Order profiles individualy or in batch. After successful ordering, the SM-DP+ server will return the <code>OrderNo</code> and allocate profiles asynchronously for the order.</p>\n<h5 id=\"to-make-an-order\">To make an order</h5>\n<ol>\n<li><p>Provide a uniqe <code>transactionId</code> for each order. Duplicate <code>transactionId</code> will be identified as the same request.</p>\n</li>\n<li><p>Provide the <code>packageCode</code> or <code>slug</code> of the data package(s) you will order.</p>\n</li>\n<li><p>Provide the <code>count</code> for each package needed.</p>\n</li>\n<li><p>Optional price check: Provide the <code>price</code> and multiply with <code>count</code> for the total cost to provide the <code>amount</code>.</p>\n</li>\n<li><p>Optional period: For daily plans include the <code>periodNum</code> corresponding to the number of days of the plan.</p>\n</li>\n</ol>\n<p>A successful order will generate an <code>orderNo</code>. Query all the allocated profiles in the endpoint <code>/api/v1/open/esim/query</code></p>\n<h5 id=\"request-parameters\">Request Parameters</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>MOC</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>transactionId</code></td>\n<td>String</td>\n<td>mandatory</td>\n<td>User generated unique transaction ID. Max 50 chars, utf8mb4. If the request is retired, it needs to be contained; otherwise, a new transaction will be created.</td>\n<td><code>ABC-210-2s7Fr</code></td>\n</tr>\n<tr>\n<td><code>amount</code></td>\n<td>Long</td>\n<td>optional</td>\n<td>Total order amount</td>\n<td><code>20000</code></td>\n</tr>\n<tr>\n<td><code>packageInfoList</code></td>\n<td>List</td>\n<td>mandatory</td>\n<td><code>packageCode</code> or <code>slug</code> , <code>count</code> , <code>price</code></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Domain</th>\n<th>Type</th>\n<th>MOC</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>packageCode</code></td>\n<td>String</td>\n<td>mandatory</td>\n<td>Order with <code>slug</code> or <code>packageCode</code>  <br />(prefer slug)a</td>\n<td><code>AU_1_7</code>  <br /><code>JC016</code></td>\n</tr>\n<tr>\n<td><code>count</code></td>\n<td>Integer</td>\n<td>mandatory</td>\n<td>Number of packages to be ordered</td>\n<td><code>2</code></td>\n</tr>\n<tr>\n<td><code>price</code></td>\n<td>Integer</td>\n<td>optional</td>\n<td>Package price, value * 10,000 (10000 = $1.00)</td>\n<td><code>10000</code></td>\n</tr>\n<tr>\n<td><code>periodNum</code></td>\n<td>Integer</td>\n<td>optional</td>\n<td>Days of a daily plan. From 1-365.</td>\n<td><code>7</code></td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"response-parameters\">Response Parameters</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>MOC</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>success</code></td>\n<td>String</td>\n<td>mandatory</td>\n<td><code>true</code>: success <code>false</code>: failed</td>\n<td><code>true</code></td>\n</tr>\n<tr>\n<td><code>errorCode</code></td>\n<td>String</td>\n<td>optional</td>\n<td><code>null</code> or <code>0</code> when successful. Error code when failed.</td>\n<td><code>null</code></td>\n</tr>\n<tr>\n<td><code>errorMessage</code></td>\n<td>String</td>\n<td>optional</td>\n<td>Error code explanation</td>\n<td><code>null</code></td>\n</tr>\n<tr>\n<td><code>obj</code></td>\n<td>Object</td>\n<td>optional</td>\n<td>Includes: <code>orderNo</code></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Domain</th>\n<th>Type</th>\n<th>MOC</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>orderNo</code></td>\n<td>String</td>\n<td>mandatory</td>\n<td>Order number</td>\n<td><code>B22102010075311</code></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"{{accessCode}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"98788d5a-8083-4aa1-affb-9553291db0e3","id":"98788d5a-8083-4aa1-affb-9553291db0e3","name":"eSIM Access API","type":"collection"}},"urlObject":{"path":["api","v1","open","esim","order"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"fe6f637b-2ca7-47b6-8056-a9dcc3be1c8b","name":"Example Success Order","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"transactionId\":\"your_txn_id\",\n    \"amount\":15000,\n    \"packageInfoList\": [{\n        \"packageCode\":\"7aa948d363\",\n        \"count\":1,\n        \"price\":15000\n    }]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.esimaccess.com/api/v1/open/esim/order"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"content-type, accept","enabled":true},{"key":"Access-Control-Allow-Methods","value":"POST, GET","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Max-Age","value":"3600","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Date","value":"Wed, 17 May 2023 02:05:53 GMT","enabled":true},{"key":"X-B3-Traceid","value":"39aa1da3a2f05579","enabled":true},{"key":"Content-Length","value":"85","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": null,\n    \"errorMsg\": null,\n    \"success\": true,\n    \"obj\": {\n        \"orderNo\": \"B23051616050537\"\n        \"transactionId\": \"Your_txn_id\"\n    }\n}"},{"id":"d6fcf2ed-bac6-43f8-b136-c7d927bc2ab1","name":"Example Failed Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"transactionId\":\"test\",\n    \"amount\":15000,\n    \"packageInfoList\": [{\n        \"packageCode\":\"7aa948d363\",\n        \"count\":1,\n        \"price\":15000\n    }]\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v1/open/esim/order"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n   \"success\":false,\n   \"errorCode\":\"000101\",\n   \"errorMessage\":\"Req Header:[RT-RequestID] is null\",\n   \"obj\":null\n}"},{"id":"71994fae-db68-465d-befe-1950cc3714f0","name":"Order Multiple Profiles","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"transactionId\": \"your_txn_id020001\",\n    \"packageInfoList\": [\n        {\n            \"packageCode\": \"JC052\",\n            \"count\": 1\n        },\n        {\n            \"packageCode\": \"JC015\",\n            \"count\": 2\n        }\n    ]\n}\n\n","options":{"raw":{"language":"json"}}},"url":"https://api.esimaccess.com/api/v1/open/esim/order"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"access-control-allow-origin, Authorization, Origin,Accept, X-Requested-With, Content-Type, x-forwarded-host, RT-Signature, RT-Timestamp, RT-RequestID","enabled":true},{"key":"Access-Control-Allow-Methods","value":"GET,HEAD,OPTIONS,POST,PUT","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Max-Age","value":"3600","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Date","value":"Tue, 12 Dec 2023 20:05:14 GMT","enabled":true},{"key":"X-B3-Traceid","value":"74ecadd71abd9971","enabled":true},{"key":"Content-Length","value":"121","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": null,\n    \"errorMsg\": null,\n    \"success\": true,\n    \"obj\": {\n        \"orderNo\": \"B23121220718406\",\n        \"transactionId\": \"your_txn_id020001\"\n    }\n}"},{"id":"df46560a-56e9-46fa-b27c-9fc49d23cc90","name":"Order Daily Plan","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"transactionId\":\"test344343432s4_daily\",\n    \"packageInfoList\": [{\n        \"packageCode\":\"SG_1_Daily\",\n        \"periodNum\": 5,\n        \"count\":1\n    }]\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v1/open/esim/order"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"access-control-allow-origin, Authorization, Origin,Accept, X-Requested-With, Content-Type, x-forwarded-host, RT-Signature, RT-Timestamp, RT-RequestID"},{"key":"Access-Control-Allow-Methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 11 Jul 2024 20:06:02 GMT"},{"key":"X-B3-Traceid","value":"090fc02e772b8a23"},{"key":"Content-Length","value":"127"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": null,\n    \"errorMsg\": null,\n    \"success\": true,\n    \"obj\": {\n        \"orderNo\": \"B24070901390002\",\n        \"transactionId\": \"test344343432_daily\"\n    }\n}"}],"_postman_id":"b81fc906-08f1-4ef7-af10-471d62386b86"},{"name":"Query All Allocated Profiles","event":[{"listen":"prerequest","script":{"id":"6aa0b374-5a31-419d-b4e5-68a4ffbca605","exec":[""],"type":"text/javascript","packages":{}}}],"id":"8a6041c1-8445-4533-adc5-1925656dc367","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"orderNo\":\"B25080914060004\",\n    \"iccid\":\"\",\n    \"pager\":{\n        \"pageNum\":1,\n        \"pageSize\":50\n    }\n}\n\n","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v1/open/esim/query","description":"<p>Query all eSIM profiles for both new eSIMs, and in use eSIMs.</p>\n<h5 id=\"get-new-orders\"><strong>Get New Orders</strong></h5>\n<p>Query by <code>orderNo</code> or <code>startTime</code> and <code>endTime</code> range with paging options.</p>\n<p>Use <code>orderNo</code> to request newly orderd eSIM profiles. The response will return the eSIM payload after all the allocated profiles are asynchronously allocated by the server. Expect wait times of up to <em><strong>30 seconds</strong></em>. You can <em><strong>order up to 30 eSIMs in one batch</strong></em> and all profiles will be returnd with <code>orderNo</code> results.</p>\n<p>If the profiles are not yet ready for download, the error will be returned (error code will be <code>200010</code>, meaning SM-DP+ is still allocating profiles for the order).</p>\n<p>Use the webhook notification <code>\"notifyType\":\"ORDER_STATUS\"</code> to inform your first get eSIM request. <code>ORDER_STATUS</code> webhook will trigger when the eSIM profiles have been created and ready for retrival.</p>\n<h5 id=\"get-status-of-existing-orders\"><strong>Get Status of Existing Orders</strong></h5>\n<p>Use <code>esimTranNo</code> , <code>orderNo</code> , or <code>iccid</code> to request the status of an eSIM including it's current <code>orderUsage</code> and <code>eSIMStatus</code>. Or use <code>startTime</code> and <code>endTime</code> range. <code>esimTranNo</code> and <code>iccid</code> will return a <em><strong>single eSIM</strong></em>, while <code>orderNo</code> will return the <em><strong>batch order of eSIMs</strong></em>.</p>\n<p><em><strong>Important Note:</strong></em> <em>The value of</em> <code>orderUsage</code> <em>is updated within</em> <em><strong>2-3 hours after</strong></em> <em>eSIM is in use.</em></p>\n<p><em>Note: iccids are resued, thus the suggested method of eSIM status check is via</em> <code>esimTranNo</code><em>.</em></p>\n<p><em>Note: Rate limiting limits to 8 requests per second.</em></p>\n<h5 id=\"understanding-esim-profile-status\">Understanding eSIM Profile Status</h5>\n<p>Results of several paramaters can identify the current state of any eSIM profile. For example:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>eSIM Status</strong></th>\n<th><code>smdpStatus</code></th>\n<th><code>esimStatus</code></th>\n<th><code>orderUsage</code></th>\n<th><code>eid</code></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>New</strong></td>\n<td><code>RELEASED</code></td>\n<td><code>GOT_RESOURCE</code></td>\n<td><code>0</code></td>\n<td><code>\"\"</code></td>\n</tr>\n<tr>\n<td><strong>Onboard</strong></td>\n<td><code>ENABLED</code></td>\n<td><code>IN_USE</code> <code>GOT_RESOURCE</code></td>\n<td><code>0</code></td>\n<td><code>\"890…222\"</code></td>\n</tr>\n<tr>\n<td><strong>In Use</strong></td>\n<td><code>ENABLED</code> <code>DISABLED</code></td>\n<td><code>IN_USE</code></td>\n<td><code>123</code></td>\n<td><code>\"890…222\"</code></td>\n</tr>\n<tr>\n<td><strong>Depleted</strong></td>\n<td><code>ENABLED</code> <code>DISABLED</code></td>\n<td><code>USED_UP</code></td>\n<td><code>999</code></td>\n<td><code>\"890…222\"</code></td>\n</tr>\n<tr>\n<td><strong>Deleted</strong></td>\n<td><code>DELETED</code></td>\n<td><code>USED_UP</code> <code>IN_USE</code></td>\n<td><code>999</code></td>\n<td><code>\"890…222\"</code></td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"request-parameters\">Request Parameters</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>MOC</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>orderNo</code></td>\n<td>String</td>\n<td>optional</td>\n<td>Order number</td>\n<td><code>B2210206381924</code></td>\n</tr>\n<tr>\n<td><code>iccid</code></td>\n<td>String</td>\n<td>optional</td>\n<td>eSIM ICCID</td>\n<td><code>89852246280001113119</code></td>\n</tr>\n<tr>\n<td><code>startTime</code></td>\n<td>String</td>\n<td>optional</td>\n<td>Starting time (ISO UTC time)</td>\n<td><code>2010-06-30T01:20+00:00</code></td>\n</tr>\n<tr>\n<td><code>endTime</code></td>\n<td>String</td>\n<td>optional</td>\n<td>End time (ISO UTC time)</td>\n<td><code>2010-06-30T02:20+00:00</code></td>\n</tr>\n<tr>\n<td><code>pager</code></td>\n<td>PageParam</td>\n<td>mandatory</td>\n<td>Page parameters: <code>pageSize</code> <code>pageNum</code></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Domain</th>\n<th>Type</th>\n<th>MOC</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>pageSize</code></td>\n<td>Integer</td>\n<td>mandatory</td>\n<td>Page size, value range: [5, 500]</td>\n<td><code>10</code></td>\n</tr>\n<tr>\n<td><code>pageNum</code></td>\n<td>Integer</td>\n<td>mandatory</td>\n<td>Page number, value range: [1, 10000]</td>\n<td><code>1</code></td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"response-parameters\">Response Parameters</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>MOC</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>success</code></td>\n<td>String</td>\n<td>mandatory</td>\n<td><code>true</code>: succeeded <code>false</code>: failed</td>\n<td><code>true</code></td>\n</tr>\n<tr>\n<td><code>errorCode</code></td>\n<td>String</td>\n<td>optional</td>\n<td><code>null</code> or <code>0</code> when successful. Error code when failed</td>\n<td><code>null</code></td>\n</tr>\n<tr>\n<td><code>errorMessage</code></td>\n<td>String</td>\n<td>optional</td>\n<td>Explanation of the error code</td>\n<td><code>null</code></td>\n</tr>\n<tr>\n<td><code>obj</code></td>\n<td>Object</td>\n<td>optional</td>\n<td>Includes: <code>esimList</code> <code>pager</code></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Domain</th>\n<th>Type</th>\n<th>MOC</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>pager</code></td>\n<td>PageParam</td>\n<td>mandatory</td>\n<td>Includes: <code>pageSize</code> <code>pageNum</code></td>\n<td></td>\n</tr>\n<tr>\n<td><code>esimList</code></td>\n<td>List</td>\n<td>mandatory</td>\n<td>List of eSIM Profiles, including: <code>esimTranNo</code> <code>orderNo</code> <code>imsi</code> <code>iccid</code> <code>ac</code> <code>qrCodeUrl</code> <code>smdpStatus</code> <code>eid</code> <code>activeType</code> <code>expiredTime</code> <code>totalVolume</code> <code>totalDuration</code> <code>durationUnit</code> <code>orderUsage</code> <code>esimStatus</code> <code>packageList</code></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>PageParam Domain</th>\n<th>Type</th>\n<th>MOC</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>pageSize</code></td>\n<td>Integer</td>\n<td>mandatory</td>\n<td>Page size, range: [5, 500]</td>\n<td><code>10</code></td>\n</tr>\n<tr>\n<td><code>pageNum</code></td>\n<td>Integer</td>\n<td>mandatory</td>\n<td>Page number, value range: [1, 10000]</td>\n<td><code>1</code></td>\n</tr>\n<tr>\n<td><code>total</code></td>\n<td>Long</td>\n<td>mandatory</td>\n<td>Total number of Profiles</td>\n<td><code>120</code></td>\n</tr>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>eSIM Domain</th>\n<th>Type</th>\n<th>MOC</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>esimTranNo</code></td>\n<td>String</td>\n<td>mandatory</td>\n<td>eSIM transaction number</td>\n<td><code>22102706381912</code></td>\n</tr>\n<tr>\n<td><code>orderNo</code></td>\n<td>String</td>\n<td>mandatory</td>\n<td>Order number</td>\n<td><code>B22102706381924</code></td>\n</tr>\n<tr>\n<td><code>imsi</code></td>\n<td>String</td>\n<td>optional</td>\n<td>IMSI</td>\n<td><code>454006109846571</code></td>\n</tr>\n<tr>\n<td><code>iccid</code></td>\n<td>String</td>\n<td>optional</td>\n<td>ICCID</td>\n<td><code>89852245280000942210</code></td>\n</tr>\n<tr>\n<td><code>msisdn</code></td>\n<td>String</td>\n<td>optional</td>\n<td>MSISDN</td>\n<td><code>xxxxx</code></td>\n</tr>\n<tr>\n<td><code>smsStatus</code></td>\n<td>Integer</td>\n<td>mandatory</td>\n<td><code>0</code> Does not support SMS <code>1</code> Can accept SMS sent by mobile phones and API <code>2</code> Only SMS sent by API is acceptable.</td>\n<td><code>0</code></td>\n</tr>\n<tr>\n<td><code>dataType</code></td>\n<td>Integer</td>\n<td>mandatory</td>\n<td><code>1</code>.Data in Total  <br /><code>2</code>.Daily Limit (Speed Reduced)  <br /><code>3</code>.Daily Limit (Service Cut-off)  <br /><code>4</code>.Daily Unlimited</td>\n<td><code>1</code></td>\n</tr>\n<tr>\n<td><code>ac</code></td>\n<td>String</td>\n<td>mandatory</td>\n<td>eSIM Activation Code  <br />LPA:1${SM-DP+_ADDRESS}${MATCHING_ID}</td>\n<td><code>LPA:1$rsp-eu.redteamobile.com$451F9802E6854E3E85FB985235EDB4E5</code></td>\n</tr>\n<tr>\n<td><code>qrCodeUrl</code></td>\n<td>String</td>\n<td>mandatory</td>\n<td>QR Code URL</td>\n<td><a href=\"http://static.redtea.io//hedy/qrcodes/image/d6dbada5054a4dfeb941e601327a4b42.png\"><code>http://static.redtea.io//hedy/qrcodes/image/d6dbada5054a4dfeb941e601327a4b42.png</code></a></td>\n</tr>\n<tr>\n<td><code>smdpStatus</code></td>\n<td>String</td>\n<td>mandatory</td>\n<td>SM-DP+ status: <code>RELEASED</code>: Profile is ready for download <code>DOWNLOAD</code>: Profile has been downloaded <code>INSTALLATION</code>: Profile has been installed <code>ENABLED</code>: Profile has been enabled <code>DISABLED</code>: Profile has been disabled <code>DELETED</code>: Profile has been deleted</td>\n<td><code>RELEASED</code></td>\n</tr>\n<tr>\n<td><code>eid</code></td>\n<td>String</td>\n<td>optional</td>\n<td>EID</td>\n<td></td>\n</tr>\n<tr>\n<td><code>activeType</code></td>\n<td>String</td>\n<td>mandatory</td>\n<td>Activation type: <code>1</code>: First installation.  <br /><code>2</code>: First network connection.</td>\n<td><code>1</code></td>\n</tr>\n<tr>\n<td><code>expiredTime</code></td>\n<td>DateTime</td>\n<td>mandatory</td>\n<td>Expiration time</td>\n<td><code>2023-03-03T06:20:00+0000</code></td>\n</tr>\n<tr>\n<td><code>totalVolume</code></td>\n<td>Long</td>\n<td>mandatory</td>\n<td>Total data volume (in bytes) in the package</td>\n<td><code>1073741824</code></td>\n</tr>\n<tr>\n<td><code>totalDuration</code></td>\n<td>Integer</td>\n<td>mandatory</td>\n<td>Total valid period of the package</td>\n<td><code>7</code></td>\n</tr>\n<tr>\n<td><code>durationUnit</code></td>\n<td>String</td>\n<td>mandatory</td>\n<td>Time unit</td>\n<td><code>DAY</code></td>\n</tr>\n<tr>\n<td><code>orderUsage</code></td>\n<td>Long</td>\n<td>mandatory</td>\n<td>Volume (in bytes) of used data</td>\n<td><code>0</code></td>\n</tr>\n<tr>\n<td><code>pin</code> <code>puk</code></td>\n<td>String</td>\n<td>optional</td>\n<td>PIN, PUK values if any</td>\n<td><code>329393</code></td>\n</tr>\n<tr>\n<td><code>apn</code></td>\n<td>String</td>\n<td>optional</td>\n<td>APN value</td>\n<td><code>drei.at</code></td>\n</tr>\n<tr>\n<td><code>esimStatus</code></td>\n<td>String</td>\n<td>mandatory</td>\n<td><code>CREATE</code> an order has been created <code>PAYING</code> the subscriber is making payment for the eSIM <code>PAID</code> the eSIM has been paid <code>GETTING_RESOURCE</code> the eSIM is being allocated for the order <code>GOT_RESOURCE</code> the eSIM has been allocated for the order <code>IN_USE</code> the eSIM data package is in use <code>USED_UP</code> the data in the package is used up <code>UNUSED_EXPIRED</code> The valid period for eSIM download has expired <code>USED_EXPIRED</code> the valid period for the order activation has expired <code>CANCEL</code> the order has been canceled <code>SUSPENDED</code> the order has been suspended via suspend endpoint. <code>REVOKE</code> the order has been revoked via revoke endpoint.</td>\n<td><code>UNUSED_EXPIRED</code></td>\n</tr>\n<tr>\n<td><code>packageList</code></td>\n<td>List</td>\n<td>mandatory</td>\n<td>Includes: <code>packageCode</code> <code>duration</code> <code>volume</code> <code>locationCode</code></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>eSIM Domain</th>\n<th>Type</th>\n<th>MOC</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>packageCode</code></td>\n<td>String</td>\n<td>mandatory</td>\n<td>Package ID</td>\n<td><code>CKH179</code></td>\n</tr>\n<tr>\n<td><code>duration</code></td>\n<td>Integer</td>\n<td>mandatory</td>\n<td>Valid period of the order</td>\n<td><code>7</code></td>\n</tr>\n<tr>\n<td><code>volume</code></td>\n<td>Long</td>\n<td>mandatory</td>\n<td>Data volume (in bytes) in the order</td>\n<td><code>1073741824</code></td>\n</tr>\n<tr>\n<td><code>locationCode</code></td>\n<td>String</td>\n<td>mandatory</td>\n<td>Country code of plan</td>\n<td><code>JP</code></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"{{accessCode}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"98788d5a-8083-4aa1-affb-9553291db0e3","id":"98788d5a-8083-4aa1-affb-9553291db0e3","name":"eSIM Access API","type":"collection"}},"urlObject":{"path":["api","v1","open","esim","query"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"eeb43605-0c83-4840-96cd-8677a44463ee","name":"Query All Allocated Profiles","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"orderNo\":\"\",\n    \"esimTranNo\":\"\",\n    \"iccid\":\"\",\n    \"pager\":{\n        \"pageNum\":1,\n        \"pageSize\":20\n    }\n}\n\n","options":{"raw":{"language":"json"}}},"url":"https://api.esimaccess.com/api/v1/open/esim/query"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"access-control-allow-origin, Authorization, Origin,Accept, X-Requested-With, Content-Type, x-forwarded-host, RT-Signature, RT-Timestamp, RT-RequestID"},{"key":"Access-Control-Allow-Methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 18 Nov 2024 09:33:12 GMT"},{"key":"X-B3-Traceid","value":"8765d51c5e40822e"},{"key":"Content-Length","value":"953"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"errorCode\": \"0\",\n    \"errorMsg\": null,\n    \"obj\": {\n        \"esimList\": [\n            {\n                \"esimTranNo\": \"23120118156818\",\n                \"orderNo\": \"B23120118131854\",\n                \"transactionId\": \"test344343433\",\n                \"imsi\": \"232104070077567\",\n                \"iccid\": \"8943108170000775671\",\n                \"smsStatus\": 1,\n                \"msisdn\": \"436789040077567\",\n                \"ac\": \"LPA:1$rsp-eu.redteamobile.com$43DE23C67EE747BCAD6B63E8B67B261F\",\n                \"qrCodeUrl\": \"https://p.qrsim.net/0fa4f29eb25b4d6c84ff4b8422a1da54.png\",\n                \"shortUrl\": \"https://p.qrsim.net/0fa4f29eb25b4d6c84ff4b8422a1da54\",\n                \"smdpStatus\": \"RELEASED\",\n                \"eid\": \"\",\n                \"activeType\": 1,\n                \"dataType\": 1,\n                \"activateTime\": null,\n                \"expiredTime\": \"2024-05-29T18:34:17+0000\",\n                \"totalVolume\": 5368709120,\n                \"totalDuration\": 30,\n                \"durationUnit\": \"DAY\",\n                \"orderUsage\": 0,\n                \"esimStatus\": \"CANCEL\",\n                \"pin\": \"\",\n                \"puk\": \"\",\n                \"apn\": \"drei.at\",\n                \"packageList\": [\n                    {\n                        \"packageName\": \"Spain 5GB 30Days\",\n                        \"packageCode\": \"CKH003\",\n                        \"slug\": \"ES_5_30\",\n                        \"duration\": 30,\n                        \"volume\": 5368709120,\n                        \"locationCode\": \"ES\",\n                        \"createTime\": \"2023-12-01T18:34:17+0000\"\n                    }\n                ]\n            }\n        ],\n        \"pager\": {\n            \"pageSize\": 20,\n            \"pageNum\": 1,\n            \"total\": 1\n        }\n    }\n}"},{"id":"8dc3bcb9-c3f3-40e2-b48a-7ae070051e02","name":"Query with orderNo","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"orderNo\":\"B25080914060004\",\n    \"iccid\":\"\",\n    \"pager\":{\n        \"pageNum\":1,\n        \"pageSize\":50\n    }\n}\n\n","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v1/open/esim/query"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Access-Control-Allow-Headers","value":"access-control-allow-origin, Authorization, Origin,Accept, X-Requested-With, Content-Type, x-forwarded-host, RT-Signature, RT-Timestamp, RT-RequestID"},{"key":"Access-Control-Allow-Methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 11 Aug 2025 01:09:18 GMT"},{"key":"X-B3-Traceid","value":"ae782d0052058fe0"},{"key":"Content-Length","value":"1338"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"errorCode\": \"0\",\n    \"errorMsg\": null,\n    \"obj\": {\n        \"esimList\": [\n            {\n                \"esimTranNo\": \"25080914060005\",\n                \"orderNo\": \"B25080914060004\",\n                \"transactionId\": \"es2f_pi_3RuDPBDjl0gae2hB4rxGup1A\",\n                \"imsi\": \"232104070313157\",\n                \"iccid\": \"8943108170003131575\",\n                \"smsStatus\": 1,\n                \"msisdn\": \"4367844134157\",\n                \"ac\": \"LPA:1$rsp-eu.simlessly.com$B1CA5A707D30488AA84D670AADD14416\",\n                \"qrCodeUrl\": \"https://p.qrsim.net/76b8ee4943ab45778b6705c372134a6a.png\",\n                \"shortUrl\": \"https://p.qrsim.net/76b8ee4943ab45778b6705c372134a6a\",\n                \"smdpStatus\": \"ENABLED\",\n                \"eid\": \"89049032007008882600129005254198\",\n                \"activeType\": 2,\n                \"dataType\": 1,\n                \"activateTime\": \"2025-08-09T14:21:37+0000\",\n                \"expiredTime\": \"2025-09-23T14:21:37+0000\",\n                \"installationTime\": \"2025-08-09T14:07:26+0000\",\n                \"totalVolume\": 8589934592,\n                \"totalDuration\": 45,\n                \"durationUnit\": \"DAY\",\n                \"orderUsage\": 600685190,\n                \"esimStatus\": \"IN_USE\",\n                \"pin\": \"7430\",\n                \"puk\": \"42110822\",\n                \"apn\": \"drei.at\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 2,\n                \"fupPolicy\": \"\",\n                \"packageList\": [\n                    {\n                        \"packageName\": \"United States 5GB 30Days\",\n                        \"packageCode\": \"TOPUP_PB4EGIFPV\",\n                        \"slug\": \"US_5_30\",\n                        \"duration\": 30,\n                        \"volume\": 5368709120,\n                        \"locationCode\": \"US\",\n                        \"createTime\": \"2025-08-09T19:37:00+0000\"\n                    },\n                    {\n                        \"packageName\": \"United States 3GB 15Days\",\n                        \"packageCode\": \"PGDINBJBY\",\n                        \"slug\": \"US_3_15\",\n                        \"duration\": 15,\n                        \"volume\": 3221225472,\n                        \"locationCode\": \"US\",\n                        \"createTime\": \"2025-08-09T14:06:10+0000\"\n                    }\n                ]\n            }\n        ],\n        \"pager\": {\n            \"pageSize\": 50,\n            \"pageNum\": 1,\n            \"total\": 1\n        }\n    }\n}"},{"id":"6e09303a-6329-4471-8bf0-3b96eb07f680","name":"Query with iccid","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"orderNo\":\"\",\n    \"iccid\":\"8943108170003131575\",\n    \"pager\":{\n        \"pageNum\":1,\n        \"pageSize\":50\n    }\n}\n\n","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v1/open/esim/query"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Access-Control-Allow-Headers","value":"access-control-allow-origin, Authorization, Origin,Accept, X-Requested-With, Content-Type, x-forwarded-host, RT-Signature, RT-Timestamp, RT-RequestID"},{"key":"Access-Control-Allow-Methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 11 Aug 2025 01:12:23 GMT"},{"key":"X-B3-Traceid","value":"98923062cdc5fe8c"},{"key":"Content-Length","value":"1338"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"errorCode\": \"0\",\n    \"errorMsg\": null,\n    \"obj\": {\n        \"esimList\": [\n            {\n                \"esimTranNo\": \"25080914060005\",\n                \"orderNo\": \"B25080914060004\",\n                \"transactionId\": \"es2f_pi_3RuDPBDjl0gae2hB4rxGup1A\",\n                \"imsi\": \"232104070313157\",\n                \"iccid\": \"8943108170003131575\",\n                \"smsStatus\": 1,\n                \"msisdn\": \"4367844134157\",\n                \"ac\": \"LPA:1$rsp-eu.simlessly.com$B1CA5A707D30488AA84D670AADD14416\",\n                \"qrCodeUrl\": \"https://p.qrsim.net/76b8ee4943ab45778b6705c372134a6a.png\",\n                \"shortUrl\": \"https://p.qrsim.net/76b8ee4943ab45778b6705c372134a6a\",\n                \"smdpStatus\": \"ENABLED\",\n                \"eid\": \"89049032007008882600129005254198\",\n                \"activeType\": 2,\n                \"dataType\": 1,\n                \"activateTime\": \"2025-08-09T14:21:37+0000\",\n                \"expiredTime\": \"2025-09-23T14:21:37+0000\",\n                \"installationTime\": \"2025-08-09T14:07:26+0000\",\n                \"totalVolume\": 8589934592,\n                \"totalDuration\": 45,\n                \"durationUnit\": \"DAY\",\n                \"orderUsage\": 600685190,\n                \"esimStatus\": \"IN_USE\",\n                \"pin\": \"7430\",\n                \"puk\": \"42110822\",\n                \"apn\": \"drei.at\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 2,\n                \"fupPolicy\": \"\",\n                \"packageList\": [\n                    {\n                        \"packageName\": \"United States 5GB 30Days\",\n                        \"packageCode\": \"TOPUP_PB4EGIFPV\",\n                        \"slug\": \"US_5_30\",\n                        \"duration\": 30,\n                        \"volume\": 5368709120,\n                        \"locationCode\": \"US\",\n                        \"createTime\": \"2025-08-09T19:37:00+0000\"\n                    },\n                    {\n                        \"packageName\": \"United States 3GB 15Days\",\n                        \"packageCode\": \"PGDINBJBY\",\n                        \"slug\": \"US_3_15\",\n                        \"duration\": 15,\n                        \"volume\": 3221225472,\n                        \"locationCode\": \"US\",\n                        \"createTime\": \"2025-08-09T14:06:10+0000\"\n                    }\n                ]\n            }\n        ],\n        \"pager\": {\n            \"pageSize\": 50,\n            \"pageNum\": 1,\n            \"total\": 1\n        }\n    }\n}"},{"id":"28d1c08f-e09b-4f44-a1c1-291128d3eb27","name":"Query with time period","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"orderNo\":\"\",\n    \"esimTranNo\":\"\",\n    \"iccid\":\"\",\n    \"startTime\":\"2024-11-02T18:18:22+0000\",\n    \"endTime\":\"2026-11-02T18:18:22+0000\",\n    \"pager\":{\n        \"pageNum\":1,\n        \"pageSize\":50\n    }\n}\n\n","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v1/open/esim/query"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"access-control-allow-origin, Authorization, Origin,Accept, X-Requested-With, Content-Type, x-forwarded-host, RT-Signature, RT-Timestamp, RT-RequestID"},{"key":"Access-Control-Allow-Methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Fri, 23 May 2025 17:00:05 GMT"},{"key":"X-B3-Traceid","value":"38be4c0efdf80c50"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"errorCode\": \"0\",\n    \"errorMsg\": null,\n    \"obj\": {\n        \"esimList\": [\n            {\n                \"esimTranNo\": \"25050618180005\",\n                \"orderNo\": \"B25050618180005\",\n                \"transactionId\": \"0076aeb05e3d48da836269d6aad52bf1\",\n                \"imsi\": \"\",\n                \"iccid\": \"\",\n                \"smsStatus\": 1,\n                \"msisdn\": \"\",\n                \"ac\": \"LPA:1$rsp-eu.redteamobile.com$BAEBD6ABCAF7B78F4B861D8A79CF2A74\",\n                \"qrCodeUrl\": \"https://p.qrsim.net/2e20c818a7a14e8caa9b962b838fc6c8.png\",\n                \"shortUrl\": \"https://p.qrsim.net/2e20c818a7a14e8caa9b962b838fc6c8\",\n                \"smdpStatus\": \"RELEASED\",\n                \"eid\": \"\",\n                \"activeType\": 2,\n                \"dataType\": 1,\n                \"activateTime\": null,\n                \"expiredTime\": \"2025-11-02T18:18:22+0000\",\n                \"installationTime\": null,\n                \"totalVolume\": 5368709120,\n                \"totalDuration\": 30,\n                \"durationUnit\": \"DAY\",\n                \"orderUsage\": 0,\n                \"esimStatus\": \"GOT_RESOURCE\",\n                \"pin\": \"\",\n                \"puk\": \"\",\n                \"apn\": \"\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 2,\n                \"fupPolicy\": \"\",\n                \"packageList\": [\n                    {\n                        \"packageName\": \"Europe(30+ areas) 5GB 30Days\",\n                        \"packageCode\": \"P87F6RTKY\",\n                        \"slug\": \"EU-30_5_30\",\n                        \"duration\": 30,\n                        \"volume\": 5368709120,\n                        \"locationCode\": \"NO,DE,BE,FI,PT,BG,DK,LT,LU,LV,HR,UA,FR,HU,SE,SI,SK,GB,IE,EE,CH,MT,IS,IT,GR,ES,AT,CY,CZ,PL,RO,LI,NL,TR\",\n                        \"createTime\": \"2025-05-06T18:18:21+0000\"\n                    }\n                ]\n            },\n            {\n                \"esimTranNo\": \"25042500210007\",\n                \"orderNo\": \"B25042500210004\",\n                \"transactionId\": \"4fbab2ca93a24c5babe7c3a718a3a44a\",\n                \"imsi\": \"454006321392045\",\n                \"iccid\": \"89852000263213920459\",\n                \"smsStatus\": 2,\n                \"msisdn\": \"852196321392045\",\n                \"ac\": \"LPA:1$rsp-eu.redteamobile.com$068CBE22782FD7FBC5D984A53B4A9A77\",\n                \"qrCodeUrl\": \"https://p.qrsim.net/7072d8e219384f8aa16465d8b74e91bf.png\",\n                \"shortUrl\": \"https://p.qrsim.net/7072d8e219384f8aa16465d8b74e91bf\",\n                \"smdpStatus\": \"DISABLED\",\n                \"eid\": \"89049032007108882600137011742571\",\n                \"activeType\": 2,\n                \"dataType\": 1,\n                \"activateTime\": null,\n                \"expiredTime\": \"2025-10-22T00:21:36+0000\",\n                \"installationTime\": \"2025-04-25T00:24:14+0000\",\n                \"totalVolume\": 1073741824,\n                \"totalDuration\": 7,\n                \"durationUnit\": \"DAY\",\n                \"orderUsage\": 0,\n                \"esimStatus\": \"GOT_RESOURCE\",\n                \"pin\": \"7555\",\n                \"puk\": \"37231835\",\n                \"apn\": \"mobile\",\n                \"ipExport\": \"HK\",\n                \"supportTopUpType\": 2,\n                \"fupPolicy\": \"\",\n                \"packageList\": [\n                    {\n                        \"packageName\": \"Thailand 1GB 7Days\",\n                        \"packageCode\": \"JC045\",\n                        \"slug\": \"TH_1_7\",\n                        \"duration\": 7,\n                        \"volume\": 1073741824,\n                        \"locationCode\": \"TH\",\n                        \"createTime\": \"2025-04-25T00:21:35+0000\"\n                    }\n                ]\n            },\n            {\n                \"esimTranNo\": \"25042316110013\",\n                \"orderNo\": \"B25042316110012\",\n                \"transactionId\": \"90ec3e973f2a4bd2adda2899ac6d5c07\",\n                \"imsi\": \"520030991772050\",\n                \"iccid\": \"8966032510000027189\",\n                \"smsStatus\": 0,\n                \"msisdn\": \"\",\n                \"ac\": \"LPA:1$rsp-eu.redteamobile.com$F61EA69B4EDD754503DAFDD12DE295AF\",\n                \"qrCodeUrl\": \"https://p.qrsim.net/e0ac7c00610d4fc39370dfaa53c7a1e6.png\",\n                \"shortUrl\": \"https://p.qrsim.net/e0ac7c00610d4fc39370dfaa53c7a1e6\",\n                \"smdpStatus\": \"DISABLED\",\n                \"eid\": \"89049032005008882600047260349822\",\n                \"activeType\": 1,\n                \"dataType\": 1,\n                \"activateTime\": \"2025-04-23T16:16:43+0000\",\n                \"expiredTime\": \"2025-05-01T16:16:43+0000\",\n                \"installationTime\": \"2025-04-23T16:16:43+0000\",\n                \"totalVolume\": 6442450944,\n                \"totalDuration\": 8,\n                \"durationUnit\": \"DAY\",\n                \"orderUsage\": 0,\n                \"esimStatus\": \"USED_EXPIRED\",\n                \"pin\": \"6372\",\n                \"puk\": \"45790323\",\n                \"apn\": \"internet\",\n                \"ipExport\": \"TH\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"\",\n                \"packageList\": [\n                    {\n                        \"packageName\": \"Asia-Pacific 6GB 8Days\",\n                        \"packageCode\": \"AIS001\",\n                        \"slug\": \"AS-31_6_8\",\n                        \"duration\": 8,\n                        \"volume\": 6442450944,\n                        \"locationCode\": \"NP,BD,PS,HK,TW,JO,BH,JP,BN,QA,BT,SG,ID,KH,GE,OM,MN,MO,IL,UZ,IN,KR,CN,MY,KW,GU,KZ,AU,LA,VN,PH,PK,LK\",\n                        \"createTime\": \"2025-04-23T16:11:52+0000\"\n                    }\n                ]\n            },\n            {\n                \"esimTranNo\": \"25042219180002\",\n                \"orderNo\": \"B25042219180002\",\n                \"transactionId\": \"4be37b657c8645eead1f0c9cffaa84ab\",\n                \"imsi\": \"\",\n                \"iccid\": \"\",\n                \"smsStatus\": 1,\n                \"msisdn\": \"\",\n                \"ac\": \"LPA:1$rsp-eu.redteamobile.com$7501A70847C5E6DAA9122C26B4178F57\",\n                \"qrCodeUrl\": \"https://p.qrsim.net/699d5c613b8b4a20a19d4af7a09e13bc.png\",\n                \"shortUrl\": \"https://p.qrsim.net/699d5c613b8b4a20a19d4af7a09e13bc\",\n                \"smdpStatus\": \"RELEASED\",\n                \"eid\": \"\",\n                \"activeType\": 2,\n                \"dataType\": 1,\n                \"activateTime\": null,\n                \"expiredTime\": \"2025-10-19T19:18:40+0000\",\n                \"installationTime\": null,\n                \"totalVolume\": 21474836480,\n                \"totalDuration\": 30,\n                \"durationUnit\": \"DAY\",\n                \"orderUsage\": 0,\n                \"esimStatus\": \"GOT_RESOURCE\",\n                \"pin\": \"\",\n                \"puk\": \"\",\n                \"apn\": \"\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 2,\n                \"fupPolicy\": \"\",\n                \"packageList\": [\n                    {\n                        \"packageName\": \"Brazil 20GB 30Days\",\n                        \"packageCode\": \"CKH860\",\n                        \"slug\": \"BR_20_30\",\n                        \"duration\": 30,\n                        \"volume\": 21474836480,\n                        \"locationCode\": \"BR\",\n                        \"createTime\": \"2025-04-22T19:18:40+0000\"\n                    }\n                ]\n            },\n            {\n                \"esimTranNo\": \"25033114460003\",\n                \"orderNo\": \"B25033114460002\",\n                \"transactionId\": \"d0f96282920c4a56ab2436813bec56aa\",\n                \"imsi\": \"520030991753811\",\n                \"iccid\": \"8966032440010019796\",\n                \"smsStatus\": 0,\n                \"msisdn\": \"\",\n                \"ac\": \"LPA:1$rsp-eu.redteamobile.com$19724BA0F8DA9655E7C8C18FEF8E9ACD\",\n                \"qrCodeUrl\": \"https://p.qrsim.net/7fa93081c9854c52bbfb28f6190e2143.png\",\n                \"shortUrl\": \"https://p.qrsim.net/7fa93081c9854c52bbfb28f6190e2143\",\n                \"smdpStatus\": \"DISABLED\",\n                \"eid\": \"89049032005008882600047260349822\",\n                \"activeType\": 1,\n                \"dataType\": 1,\n                \"activateTime\": \"2025-03-31T17:18:26+0000\",\n                \"expiredTime\": \"2025-04-08T17:18:26+0000\",\n                \"installationTime\": \"2025-03-31T17:18:26+0000\",\n                \"totalVolume\": 6442450944,\n                \"totalDuration\": 8,\n                \"durationUnit\": \"DAY\",\n                \"orderUsage\": 0,\n                \"esimStatus\": \"USED_EXPIRED\",\n                \"pin\": \"5256\",\n                \"puk\": \"46637102\",\n                \"apn\": \"internet\",\n                \"ipExport\": \"TH\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"\",\n                \"packageList\": [\n                    {\n                        \"packageName\": \"Asia-Pacific 6GB 8Days\",\n                        \"packageCode\": \"AIS001\",\n                        \"slug\": \"AS-31_6_8\",\n                        \"duration\": 8,\n                        \"volume\": 6442450944,\n                        \"locationCode\": \"NP,BD,PS,HK,TW,JO,BH,JP,BN,QA,BT,SG,ID,KH,GE,OM,MN,MO,IL,UZ,IN,KR,CN,MY,KW,GU,KZ,AU,LA,VN,PH,PK,LK\",\n                        \"createTime\": \"2025-03-31T14:46:09+0000\"\n                    }\n                ]\n            },\n            {\n                \"esimTranNo\": \"25033113580005\",\n                \"orderNo\": \"B25033113580005\",\n                \"transactionId\": \"ebea8ad1c79249e6896d1a0319dd845c\",\n                \"imsi\": \"232104070625498\",\n                \"iccid\": \"8943108170006254986\",\n                \"smsStatus\": 1,\n                \"msisdn\": \"4367844446498\",\n                \"ac\": \"LPA:1$rsp-eu.redteamobile.com$86214B84043FAD0D164B7A85F4536D1D\",\n                \"qrCodeUrl\": \"https://p.qrsim.net/c665fa6889594a8988cdc61c303a8a50.png\",\n                \"shortUrl\": \"https://p.qrsim.net/c665fa6889594a8988cdc61c303a8a50\",\n                \"smdpStatus\": \"DISABLED\",\n                \"eid\": \"89049032005008882600039110115330\",\n                \"activeType\": 2,\n                \"dataType\": 1,\n                \"activateTime\": \"2025-03-31T14:30:29+0000\",\n                \"expiredTime\": \"2025-04-30T14:30:29+0000\",\n                \"installationTime\": \"2025-03-31T14:04:39+0000\",\n                \"totalVolume\": 3221225472,\n                \"totalDuration\": 30,\n                \"durationUnit\": \"DAY\",\n                \"orderUsage\": 3018975813,\n                \"esimStatus\": \"USED_EXPIRED\",\n                \"pin\": \"9075\",\n                \"puk\": \"54123611\",\n                \"apn\": \"drei.at\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 2,\n                \"fupPolicy\": \"\",\n                \"packageList\": [\n                    {\n                        \"packageName\": \"Europe(30+ areas) 3GB 30Days\",\n                        \"packageCode\": \"PJK6T8JT2\",\n                        \"slug\": \"EU-30_3_30\",\n                        \"duration\": 30,\n                        \"volume\": 3221225472,\n                        \"locationCode\": \"NO,DE,BE,FI,PT,BG,DK,LT,LU,LV,HR,UA,FR,HU,SE,SI,SK,GB,IE,EE,CH,MT,IS,IT,GR,ES,AT,CY,CZ,PL,RO,LI,NL,TR\",\n                        \"createTime\": \"2025-03-31T13:58:12+0000\"\n                    }\n                ]\n            },\n            {\n                \"esimTranNo\": \"25032415190008\",\n                \"orderNo\": \"\",\n                \"transactionId\": \"co_7848d4a3e7ce4b52b5bf83b22f6c20ca\",\n                \"imsi\": \"\",\n                \"iccid\": \"\",\n                \"smsStatus\": 1,\n                \"msisdn\": \"\",\n                \"ac\": \"\",\n                \"qrCodeUrl\": \"\",\n                \"shortUrl\": \"\",\n                \"smdpStatus\": \"RELEASED\",\n                \"eid\": \"\",\n                \"activeType\": 2,\n                \"dataType\": 1,\n                \"activateTime\": null,\n                \"expiredTime\": \"2025-05-14T10:17:56+0000\",\n                \"installationTime\": null,\n                \"totalVolume\": 5368709120,\n                \"totalDuration\": 30,\n                \"durationUnit\": \"DAY\",\n                \"orderUsage\": 0,\n                \"esimStatus\": \"USED_EXPIRED\",\n                \"pin\": \"\",\n                \"puk\": \"\",\n                \"apn\": \"\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"\",\n                \"packageList\": [\n                    {\n                        \"packageName\": \"Europe(30+ areas) 5GB 30Days\",\n                        \"packageCode\": \"TOPUP_G6PBT7M5\",\n                        \"slug\": \"EU-30_5_30\",\n                        \"duration\": 30,\n                        \"volume\": 5368709120,\n                        \"locationCode\": \"NO,DE,BE,FI,PT,BG,DK,LT,LU,LV,HR,UA,FR,HU,SE,SI,SK,GB,IE,EE,CH,MT,IS,IT,GR,ES,AT,CY,CZ,PL,RO,LI,NL,TR\",\n                        \"createTime\": \"2025-03-24T15:19:53+0000\"\n                    }\n                ]\n            },\n            {\n                \"esimTranNo\": \"25031921140002\",\n                \"orderNo\": \"B25031921140002\",\n                \"transactionId\": \"a73319e43ffd448b8ad0691f52a8d06b\",\n                \"imsi\": \"232104070556535\",\n                \"iccid\": \"8943108170005565358\",\n                \"smsStatus\": 1,\n                \"msisdn\": \"4367844377535\",\n                \"ac\": \"LPA:1$rsp-eu.redteamobile.com$55661A5DE457B016CB374DEAF50C4C10\",\n                \"qrCodeUrl\": \"https://p.qrsim.net/a5679921fa584cd79df4a71b5041aaeb.png\",\n                \"shortUrl\": \"https://p.qrsim.net/a5679921fa584cd79df4a71b5041aaeb\",\n                \"smdpStatus\": \"DISABLED\",\n                \"eid\": \"89049032007108882600143777644085\",\n                \"activeType\": 2,\n                \"dataType\": 2,\n                \"activateTime\": \"2025-03-31T14:10:16+0000\",\n                \"expiredTime\": \"2025-04-15T14:10:16+0000\",\n                \"installationTime\": \"2025-03-31T12:10:26+0000\",\n                \"totalVolume\": 48318382080,\n                \"totalDuration\": 15,\n                \"durationUnit\": \"DAY\",\n                \"orderUsage\": 5689514857,\n                \"esimStatus\": \"USED_EXPIRED\",\n                \"pin\": \"2159\",\n                \"puk\": \"86688652\",\n                \"apn\": \"drei.at\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"\",\n                \"packageList\": [\n                    {\n                        \"packageName\": \"Europe(30+ areas) 3GB/Day\",\n                        \"packageCode\": \"PE01DJZS7\",\n                        \"slug\": \"EU-30_3_Daily\",\n                        \"duration\": 1,\n                        \"volume\": 3221225472,\n                        \"locationCode\": \"NO,DE,BE,FI,PT,BG,DK,LT,LU,LV,HR,UA,FR,HU,SE,SI,SK,GB,IE,EE,CH,MT,IS,IT,GR,ES,AT,CY,CZ,PL,RO,LI,NL,TR\",\n                        \"createTime\": \"2025-03-19T21:14:04+0000\"\n                    }\n                ]\n            },\n            {\n                \"esimTranNo\": \"25031120490005\",\n                \"orderNo\": \"B25031120490002\",\n                \"transactionId\": \"470bb3e20afa4b34877cc5586dfe8c79\",\n                \"imsi\": \"232104070572280\",\n                \"iccid\": \"8943108170005722801\",\n                \"smsStatus\": 1,\n                \"msisdn\": \"4367844393280\",\n                \"ac\": \"LPA:1$rsp-eu.redteamobile.com$E5DE6A8AA1CA3796DCA35C6CD18449EE\",\n                \"qrCodeUrl\": \"https://p.qrsim.net/2adee482644741309b6d3d4f3733648a.png\",\n                \"shortUrl\": \"https://p.qrsim.net/2adee482644741309b6d3d4f3733648a\",\n                \"smdpStatus\": \"DISABLED\",\n                \"eid\": \"89049032005008882600039110115330\",\n                \"activeType\": 2,\n                \"dataType\": 2,\n                \"activateTime\": \"2025-03-15T15:52:22+0000\",\n                \"expiredTime\": \"2025-03-30T15:52:22+0000\",\n                \"installationTime\": \"2025-03-15T15:34:03+0000\",\n                \"totalVolume\": 7864320000,\n                \"totalDuration\": 15,\n                \"durationUnit\": \"DAY\",\n                \"orderUsage\": 4384895971,\n                \"esimStatus\": \"USED_EXPIRED\",\n                \"pin\": \"9617\",\n                \"puk\": \"27219587\",\n                \"apn\": \"drei.at\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"\",\n                \"packageList\": [\n                    {\n                        \"packageName\": \"Europe(30+ areas) 500MB/Day\",\n                        \"packageCode\": \"P61RQP7ZW\",\n                        \"slug\": \"EU-30_0.5_Daily\",\n                        \"duration\": 1,\n                        \"volume\": 524288000,\n                        \"locationCode\": \"NO,DE,BE,FI,PT,BG,DK,LT,LU,LV,HR,UA,FR,HU,SE,SI,SK,GB,IE,EE,CH,MT,IS,IT,GR,ES,AT,CY,CZ,PL,RO,LI,NL,TR\",\n                        \"createTime\": \"2025-03-11T20:49:28+0000\"\n                    }\n                ]\n            },\n            {\n                \"esimTranNo\": \"25031120490004\",\n                \"orderNo\": \"B25031120490002\",\n                \"transactionId\": \"470bb3e20afa4b34877cc5586dfe8c79\",\n                \"imsi\": \"232104070559714\",\n                \"iccid\": \"8943108170005597146\",\n                \"smsStatus\": 1,\n                \"msisdn\": \"4367844380714\",\n                \"ac\": \"LPA:1$rsp-eu.redteamobile.com$CE2F9437DA8A7C84B4C8CE1F559748C3\",\n                \"qrCodeUrl\": \"https://p.qrsim.net/c9c7705f7a9e4fd28a3d781e6baad996.png\",\n                \"shortUrl\": \"https://p.qrsim.net/c9c7705f7a9e4fd28a3d781e6baad996\",\n                \"smdpStatus\": \"DELETED\",\n                \"eid\": \"89049032007108882600143777644085\",\n                \"activeType\": 2,\n                \"dataType\": 2,\n                \"activateTime\": \"2025-03-15T23:28:38+0000\",\n                \"expiredTime\": \"2025-03-30T23:28:38+0000\",\n                \"installationTime\": \"2025-03-15T23:10:17+0000\",\n                \"totalVolume\": 4718592000,\n                \"totalDuration\": 15,\n                \"durationUnit\": \"DAY\",\n                \"orderUsage\": 4507015208,\n                \"esimStatus\": \"USED_EXPIRED\",\n                \"pin\": \"3195\",\n                \"puk\": \"90221287\",\n                \"apn\": \"drei.at\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"\",\n                \"packageList\": [\n                    {\n                        \"packageName\": \"Europe(30+ areas) 300MB/Day\",\n                        \"packageCode\": \"P82Y6VYRL\",\n                        \"slug\": \"EU-30_0.3_Daily\",\n                        \"duration\": 1,\n                        \"volume\": 314572800,\n                        \"locationCode\": \"NO,DE,BE,FI,PT,BG,DK,LT,LU,LV,HR,UA,FR,HU,SE,SI,SK,GB,IE,EE,CH,MT,IS,IT,GR,ES,AT,CY,CZ,PL,RO,LI,NL,TR\",\n                        \"createTime\": \"2025-03-11T20:49:28+0000\"\n                    }\n                ]\n            },\n            {\n                \"esimTranNo\": \"25031120490003\",\n                \"orderNo\": \"B25031120490002\",\n                \"transactionId\": \"470bb3e20afa4b34877cc5586dfe8c79\",\n                \"imsi\": \"232104070121346\",\n                \"iccid\": \"8943108170001213466\",\n                \"smsStatus\": 1,\n                \"msisdn\": \"436789040121346\",\n                \"ac\": \"LPA:1$rsp-eu.redteamobile.com$1875ADDA9A0054C3304E17A4E8EAB344\",\n                \"qrCodeUrl\": \"https://p.qrsim.net/71af80c212474941b6d643c2ca3efea9.png\",\n                \"shortUrl\": \"https://p.qrsim.net/71af80c212474941b6d643c2ca3efea9\",\n                \"smdpStatus\": \"DELETED\",\n                \"eid\": \"89049032005008882600049031413264\",\n                \"activeType\": 2,\n                \"dataType\": 1,\n                \"activateTime\": \"2025-03-15T10:17:56+0000\",\n                \"expiredTime\": \"2025-05-14T10:17:56+0000\",\n                \"installationTime\": \"2025-03-15T09:59:03+0000\",\n                \"totalVolume\": 10737418240,\n                \"totalDuration\": 60,\n                \"durationUnit\": \"DAY\",\n                \"orderUsage\": 7317411178,\n                \"esimStatus\": \"USED_EXPIRED\",\n                \"pin\": \"3416\",\n                \"puk\": \"12178804\",\n                \"apn\": \"drei.at\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 2,\n                \"fupPolicy\": \"\",\n                \"packageList\": [\n                    {\n                        \"packageName\": \"Europe(30+ areas) 5GB 30Days\",\n                        \"packageCode\": \"TOPUP_G6PBT7M5\",\n                        \"slug\": \"EU-30_5_30\",\n                        \"duration\": 30,\n                        \"volume\": 5368709120,\n                        \"locationCode\": \"NO,DE,BE,FI,PT,BG,DK,LT,LU,LV,HR,UA,FR,HU,SE,SI,SK,GB,IE,EE,CH,MT,IS,IT,GR,ES,AT,CY,CZ,PL,RO,LI,NL,TR\",\n                        \"createTime\": \"2025-03-24T15:19:53+0000\"\n                    },\n                    {\n                        \"packageName\": \"Europe(30+ areas) 5GB 30Days\",\n                        \"packageCode\": \"P87F6RTKY\",\n                        \"slug\": \"EU-30_5_30\",\n                        \"duration\": 30,\n                        \"volume\": 5368709120,\n                        \"locationCode\": \"NO,DE,BE,FI,PT,BG,DK,LT,LU,LV,HR,UA,FR,HU,SE,SI,SK,GB,IE,EE,CH,MT,IS,IT,GR,ES,AT,CY,CZ,PL,RO,LI,NL,TR\",\n                        \"createTime\": \"2025-03-11T20:49:28+0000\"\n                    }\n                ]\n            },\n            {\n                \"esimTranNo\": \"25031116170006\",\n                \"orderNo\": \"B25031116170004\",\n                \"transactionId\": \"test_query_3order\",\n                \"imsi\": \"\",\n                \"iccid\": \"\",\n                \"smsStatus\": 1,\n                \"msisdn\": \"\",\n                \"ac\": \"LPA:1$rsp-eu.redteamobile.com$F812991C3B777BBDC8D635CDD4550932\",\n                \"qrCodeUrl\": \"https://p.qrsim.net/ab90acd6b1c04461a374066b5ebce302.png\",\n                \"shortUrl\": \"https://p.qrsim.net/ab90acd6b1c04461a374066b5ebce302\",\n                \"smdpStatus\": \"RELEASED\",\n                \"eid\": \"\",\n                \"activeType\": 2,\n                \"dataType\": 1,\n                \"activateTime\": null,\n                \"expiredTime\": \"2025-09-07T16:17:48+0000\",\n                \"installationTime\": null,\n                \"totalVolume\": 1073741824,\n                \"totalDuration\": 7,\n                \"durationUnit\": \"DAY\",\n                \"orderUsage\": 0,\n                \"esimStatus\": \"GOT_RESOURCE\",\n                \"pin\": \"\",\n                \"puk\": \"\",\n                \"apn\": \"\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 2,\n                \"fupPolicy\": \"\",\n                \"packageList\": [\n                    {\n                        \"packageName\": \"Spain 1GB 7Days\",\n                        \"packageCode\": \"CKH245\",\n                        \"slug\": \"ES_1_7\",\n                        \"duration\": 7,\n                        \"volume\": 1073741824,\n                        \"locationCode\": \"ES\",\n                        \"createTime\": \"2025-03-11T16:17:48+0000\"\n                    }\n                ]\n            },\n            {\n                \"esimTranNo\": \"25031116170005\",\n                \"orderNo\": \"B25031116170004\",\n                \"transactionId\": \"test_query_3order\",\n                \"imsi\": \"\",\n                \"iccid\": \"\",\n                \"smsStatus\": 1,\n                \"msisdn\": \"\",\n                \"ac\": \"LPA:1$rsp-eu.redteamobile.com$D7CE6EDFAE5B4418B4023395B9725075\",\n                \"qrCodeUrl\": \"https://p.qrsim.net/38d2f9ac53e14efd886b9bfafe1df2ec.png\",\n                \"shortUrl\": \"https://p.qrsim.net/38d2f9ac53e14efd886b9bfafe1df2ec\",\n                \"smdpStatus\": \"RELEASED\",\n                \"eid\": \"\",\n                \"activeType\": 2,\n                \"dataType\": 1,\n                \"activateTime\": null,\n                \"expiredTime\": \"2025-09-07T16:17:48+0000\",\n                \"installationTime\": null,\n                \"totalVolume\": 1073741824,\n                \"totalDuration\": 7,\n                \"durationUnit\": \"DAY\",\n                \"orderUsage\": 0,\n                \"esimStatus\": \"GOT_RESOURCE\",\n                \"pin\": \"\",\n                \"puk\": \"\",\n                \"apn\": \"\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 2,\n                \"fupPolicy\": \"\",\n                \"packageList\": [\n                    {\n                        \"packageName\": \"Spain 1GB 7Days\",\n                        \"packageCode\": \"CKH245\",\n                        \"slug\": \"ES_1_7\",\n                        \"duration\": 7,\n                        \"volume\": 1073741824,\n                        \"locationCode\": \"ES\",\n                        \"createTime\": \"2025-03-11T16:17:48+0000\"\n                    }\n                ]\n            },\n            {\n                \"esimTranNo\": \"25031116170004\",\n                \"orderNo\": \"B25031116170004\",\n                \"transactionId\": \"test_query_3order\",\n                \"imsi\": \"\",\n                \"iccid\": \"\",\n                \"smsStatus\": 1,\n                \"msisdn\": \"\",\n                \"ac\": \"LPA:1$rsp-eu.redteamobile.com$73E488AE6861EDE76730D12E64FD9BDF\",\n                \"qrCodeUrl\": \"https://p.qrsim.net/90092878e9e84faa98465625d8e1a15a.png\",\n                \"shortUrl\": \"https://p.qrsim.net/90092878e9e84faa98465625d8e1a15a\",\n                \"smdpStatus\": \"RELEASED\",\n                \"eid\": \"\",\n                \"activeType\": 2,\n                \"dataType\": 1,\n                \"activateTime\": null,\n                \"expiredTime\": \"2025-09-07T16:17:48+0000\",\n                \"installationTime\": null,\n                \"totalVolume\": 1073741824,\n                \"totalDuration\": 7,\n                \"durationUnit\": \"DAY\",\n                \"orderUsage\": 0,\n                \"esimStatus\": \"CANCEL\",\n                \"pin\": \"\",\n                \"puk\": \"\",\n                \"apn\": \"\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 2,\n                \"fupPolicy\": \"\",\n                \"packageList\": [\n                    {\n                        \"packageName\": \"Spain 1GB 7Days\",\n                        \"packageCode\": \"CKH245\",\n                        \"slug\": \"ES_1_7\",\n                        \"duration\": 7,\n                        \"volume\": 1073741824,\n                        \"locationCode\": \"ES\",\n                        \"createTime\": \"2025-03-11T16:17:48+0000\"\n                    }\n                ]\n            },\n            {\n                \"esimTranNo\": \"24112721230005\",\n                \"orderNo\": \"\",\n                \"transactionId\": \"fb18bd5eef564b538b6af41fc53fc934\",\n                \"imsi\": \"\",\n                \"iccid\": \"\",\n                \"smsStatus\": 1,\n                \"msisdn\": \"\",\n                \"ac\": \"\",\n                \"qrCodeUrl\": \"\",\n                \"shortUrl\": \"\",\n                \"smdpStatus\": \"RELEASED\",\n                \"eid\": \"\",\n                \"activeType\": 2,\n                \"dataType\": 1,\n                \"activateTime\": null,\n                \"expiredTime\": null,\n                \"installationTime\": null,\n                \"totalVolume\": 1073741824,\n                \"totalDuration\": 7,\n                \"durationUnit\": \"DAY\",\n                \"orderUsage\": 0,\n                \"esimStatus\": \"IN_USE\",\n                \"pin\": \"\",\n                \"puk\": \"\",\n                \"apn\": \"\",\n                \"ipExport\": \"UK/NO\",\n                \"supportTopUpType\": 1,\n                \"fupPolicy\": \"\",\n                \"packageList\": [\n                    {\n                        \"packageName\": \"Global139 1GB 7Days\",\n                        \"packageCode\": \"TOPUP_CKH823\",\n                        \"slug\": \"GL-139_1_7\",\n                        \"duration\": 7,\n                        \"volume\": 1073741824,\n                        \"locationCode\": \"PR,HK,PT,HN,PY,HR,YE,HU,QA,ID,IE,IL,IM,AE,IN,ZA,IS,IT,AL,AM,AR,AT,RE,ZM,AU,AX,AZ,JE,RO,BA,RS,BD,BE,RU,BF,BG,JO,JP,BH,BN,BO,SA,BR,SC,SD,SE,SG,BW,SI,BY,SK,KE,SN,KG,KH,CA,KI,CD,SV,CG,CH,CI,KR,SZ,CL,CM,CN,KW,CO,CR,KZ,TD,TH,CY,CZ,TN,LI,TR,LK,DE,TW,LR,TZ,DK,LT,LU,LV,UA,UG,MA,MC,DZ,MD,ME,MG,US,EC,MK,ML,EE,MO,EG,MQ,UY,UZ,MT,MW,MX,MY,ES,NE,VN,NG,NI,NL,NO,FI,FR,NZ,GA,GB,WS,OM,GE,GG,GH,GI,GL,GR,GT,GW,PA,XK,PE,PH,PK,PL\",\n                        \"createTime\": \"2024-11-27T21:23:52+0000\"\n                    }\n                ]\n            }\n        ],\n        \"pager\": {\n            \"pageSize\": 50,\n            \"pageNum\": 1,\n            \"total\": 15\n        }\n    }\n}"},{"id":"1aa7cdf1-fa1e-4327-818d-5805e0f1d7ca","name":"Example Failed Response","originalRequest":{"method":"POST","header":[{"key":"RT-AccessCode","value":"test_access_key_1","type":"text"},{"key":"RT-Timestamp","value":"__time()","type":"text"},{"key":"RT-RequestID","value":"__uuid()","type":"text"},{"key":"RT-Signature","value":"test","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"orderNo\":\"B23032906271401\",\n    \"pager\":{\n        \"pageNum\":1,\n        \"pageSize\":20\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v1/open/esim/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n   \"success\":false,\n   \"errorCode\":\"000101\",\n   \"errorMessage\":\"Req Header:[RT-RequestID] is null\",\n   \"obj\":null\n}\n"},{"id":"87052d66-5a92-47ca-a771-6356eabc700b","name":"Query Order with Multiple Profiles","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"orderNo\":\"B23121220718406\",\n    \"iccid\":\"\",\n    \"pager\":{\n        \"pageNum\":1,\n        \"pageSize\":20\n    }\n}\n\n","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v1/open/esim/query"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"access-control-allow-origin, Authorization, Origin,Accept, X-Requested-With, Content-Type, x-forwarded-host, RT-Signature, RT-Timestamp, RT-RequestID","enabled":true},{"key":"Access-Control-Allow-Methods","value":"GET,HEAD,OPTIONS,POST,PUT","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Max-Age","value":"3600","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Date","value":"Tue, 12 Dec 2023 20:06:30 GMT","enabled":true},{"key":"X-B3-Traceid","value":"f6d917a150a14083","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"errorCode\": \"0\",\n    \"errorMsg\": null,\n    \"obj\": {\n        \"pager\": {\n            \"pageSize\": 20,\n            \"pageNum\": 1,\n            \"total\": 3\n        },\n        \"esimList\": [\n            {\n                \"orderNo\": \"B23121220718406\",\n                \"transactionId\": \"your_txn_id020001\",\n                \"imsi\": \"454006332090538\",\n                \"iccid\": \"89852000263320905385\",\n                \"ac\": \"LPA:1$rsp-eu.redteamobile.com$E93D112C3AA247E2AF9BCAFD830EE991\",\n                \"qrCodeUrl\": \"https://p.qrsim.net/a9e40a2fccbe47c5b025221881d3c90a.png\",\n                \"shortUrl\": \"https://p.qrsim.net/a9e40a2fccbe47c5b025221881d3c90a\",\n                \"smdpStatus\": \"RELEASED\",\n                \"eid\": \"\",\n                \"activeType\": 0,\n                \"activateTime\": null,\n                \"expiredTime\": \"2024-06-09T20:05:25+0000\",\n                \"totalVolume\": 1073741824,\n                \"totalDuration\": 7,\n                \"durationUnit\": \"DAY\",\n                \"orderUsage\": 0,\n                \"packageList\": [\n                    {\n                        \"packageCode\": \"JC015\",\n                        \"duration\": 7,\n                        \"volume\": 1073741824,\n                        \"locationCode\": \"TW\",\n                        \"createTime\": \"2023-12-12T20:05:14+0000\"\n                    }\n                ],\n                \"esimStatus\": \"GOT_RESOURCE\",\n                \"esimTranNo\": \"23121220756119\"\n            },\n            {\n                \"orderNo\": \"B23121220718406\",\n                \"transactionId\": \"your_txn_id020001\",\n                \"imsi\": \"454006332037767\",\n                \"iccid\": \"89852000263320377676\",\n                \"ac\": \"LPA:1$rsp-eu.redteamobile.com$6C31BAFC5E98482FAB25B3D9084F5D8C\",\n                \"qrCodeUrl\": \"https://p.qrsim.net/66afdcdbdc8c4bd3997c2ce91befa704.png\",\n                \"shortUrl\": \"https://p.qrsim.net/66afdcdbdc8c4bd3997c2ce91befa704\",\n                \"smdpStatus\": \"RELEASED\",\n                \"eid\": \"\",\n                \"activeType\": 0,\n                \"activateTime\": null,\n                \"expiredTime\": \"2024-06-09T20:05:15+0000\",\n                \"totalVolume\": 1073741824,\n                \"totalDuration\": 7,\n                \"durationUnit\": \"DAY\",\n                \"orderUsage\": 0,\n                \"packageList\": [\n                    {\n                        \"packageCode\": \"JC015\",\n                        \"duration\": 7,\n                        \"volume\": 1073741824,\n                        \"locationCode\": \"TW\",\n                        \"createTime\": \"2023-12-12T20:05:14+0000\"\n                    }\n                ],\n                \"esimStatus\": \"GOT_RESOURCE\",\n                \"esimTranNo\": \"23121220549529\"\n            },\n            {\n                \"orderNo\": \"B23121220718406\",\n                \"transactionId\": \"your_txn_id020001\",\n                \"imsi\": \"454006332037748\",\n                \"iccid\": \"89852000263320377486\",\n                \"ac\": \"LPA:1$rsp-eu.redteamobile.com$70D889CD0D74465DA18710EEEFCC0A78\",\n                \"qrCodeUrl\": \"https://p.qrsim.net/12c76997448b46218868e1f8f92b49d7.png\",\n                \"shortUrl\": \"https://p.qrsim.net/12c76997448b46218868e1f8f92b49d7\",\n                \"smdpStatus\": \"RELEASED\",\n                \"eid\": \"\",\n                \"activeType\": 0,\n                \"activateTime\": null,\n                \"expiredTime\": \"2024-06-09T20:05:15+0000\",\n                \"totalVolume\": 1073741824,\n                \"totalDuration\": 7,\n                \"durationUnit\": \"DAY\",\n                \"orderUsage\": 0,\n                \"packageList\": [\n                    {\n                        \"packageCode\": \"JC052\",\n                        \"duration\": 7,\n                        \"volume\": 1073741824,\n                        \"locationCode\": \"CN\",\n                        \"createTime\": \"2023-12-12T20:05:14+0000\"\n                    }\n                ],\n                \"esimStatus\": \"GOT_RESOURCE\",\n                \"esimTranNo\": \"23121220863683\"\n            }\n        ]\n    }\n}"},{"id":"4d068e4d-5961-4ce1-bcad-a32b0b767e77","name":"Example Daily order","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"orderNo\":\"B24071120210004\",\n    \"iccid\":\"\",\n    \"pager\":{\n        \"pageNum\":1,\n        \"pageSize\":20\n    }\n}\n\n","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v1/open/esim/query"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"access-control-allow-origin, Authorization, Origin,Accept, X-Requested-With, Content-Type, x-forwarded-host, RT-Signature, RT-Timestamp, RT-RequestID"},{"key":"Access-Control-Allow-Methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 11 Jul 2024 20:21:49 GMT"},{"key":"X-B3-Traceid","value":"c5c25fd8168ab432"},{"key":"Content-Length","value":"952"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"errorCode\": \"0\",\n    \"errorMsg\": null,\n    \"obj\": {\n        \"esimList\": [\n            {\n                \"esimTranNo\": \"24071120210004\",\n                \"orderNo\": \"B24071120210004\",\n                \"transactionId\": \"daily_test_GB_0.5_Daily_\",\n                \"imsi\": \"454006332420663\",\n                \"iccid\": \"89852000263324206632\",\n                \"smsStatus\": 1,\n                \"msisdn\": \"852196332420663\",\n                \"ac\": \"LPA:1$rsp-eu.redteamobile.com$EE454781FFEB41BA876E06E82AD9C3B1\",\n                \"qrCodeUrl\": \"https://p.qrsim.net/42f771dc7ad14556a38cb366fea1d07e.png\",\n                \"shortUrl\": \"https://p.qrsim.net/42f771dc7ad14556a38cb366fea1d07e\",\n                \"smdpStatus\": \"RELEASED\",\n                \"eid\": \"\",\n                \"activeType\": 2,\n                \"dataType\": 2,\n                \"activateTime\": null,\n                \"expiredTime\": \"2024-08-10T20:21:39+0000\",\n                \"totalVolume\": 15728640000,\n                \"totalDuration\": 30,\n                \"durationUnit\": \"DAY\",\n                \"orderUsage\": 0,\n                \"esimStatus\": \"GOT_RESOURCE\",\n                \"packageList\": [\n                    {\n                        \"packageName\": \"United Kingdom 500MB/Day\",\n                        \"packageCode\": \"PF527KUIR\",\n                        \"slug\": \"GB_0.5_Daily\",\n                        \"duration\": 1,\n                        \"volume\": 524288000,\n                        \"locationCode\": \"GB\",\n                        \"createTime\": \"2024-07-11T20:21:38+0000\"\n                    }\n                ]\n            }\n        ],\n        \"pager\": {\n            \"pageSize\": 20,\n            \"pageNum\": 1,\n            \"total\": 1\n        }\n    }\n}"}],"_postman_id":"8a6041c1-8445-4533-adc5-1925656dc367"},{"name":"Cancel Profile","id":"28e14182-d564-42c7-aea2-b5f50852c584","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"esimTranNo\": \"23120118156818\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v1/open/esim/cancel","description":"<p>Cancel an inactive, unused eSIM profile.<br /><strong>The eSIM</strong> <code>price</code> <strong>is refunded to your balance.</strong></p>\n<p>This operation is available when <code>esimStatus</code> is <code>GOT_RESOURCE</code> and <code>smdpStatus</code> is <code>RELEASED</code> meaning the eSIM was created, but not installed on a device.</p>\n<p>Cancel endpoint not available once user has <strong>used data</strong> with the eSIM.</p>\n<p>It is reccomended to use the <code>esimTranNo</code> when making a cancel request.</p>\n<p><em><strong>Use the Cancel Profile endpoint to make refunds</strong></em>, test eSIM purchases and return the value of unused eSIM to your account balance.</p>\n<h5 id=\"request-parameters\">Request Parameters</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>MOC</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>iccid</code></td>\n<td>String</td>\n<td>optional</td>\n<td>eSIM ICCID</td>\n<td><code>89852246280001113119</code></td>\n</tr>\n<tr>\n<td><code>esimTranNo</code></td>\n<td>String</td>\n<td>optional</td>\n<td>get from \"Query All Allocated Profiles\"  <br />  <br />use \"iccid\" or \"esimTranNo\", can't be blank at the same time  <br />  <br />recommended.</td>\n<td><code>24111319542101</code></td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"response-parameters\">Response Parameters</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>MOC</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>success</code></td>\n<td>String</td>\n<td>mandatory</td>\n<td><code>true</code>: succeeded <code>false</code>: failed</td>\n<td><code>true</code></td>\n</tr>\n<tr>\n<td><code>errorCode</code></td>\n<td>String</td>\n<td>optional</td>\n<td><code>null</code> or <code>0</code> when successful. Error code when failed</td>\n<td><code>null</code></td>\n</tr>\n<tr>\n<td><code>errorMessage</code></td>\n<td>String</td>\n<td>optional</td>\n<td>Explanation of the error code</td>\n<td><code>null</code></td>\n</tr>\n<tr>\n<td><code>obj</code></td>\n<td>Object</td>\n<td>optional</td>\n<td>Includes</td>\n<td>{}</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"{{accessCode}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"98788d5a-8083-4aa1-affb-9553291db0e3","id":"98788d5a-8083-4aa1-affb-9553291db0e3","name":"eSIM Access API","type":"collection"}},"urlObject":{"path":["api","v1","open","esim","cancel"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"8895a265-2dac-494c-aa67-738c5c889eda","name":"Cancel Profile Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"esimTranNo\": \"23120118156818\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.esimaccess.com/api/v1/open/esim/cancel"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"access-control-allow-origin, Authorization, Origin,Accept, X-Requested-With, Content-Type, x-forwarded-host, RT-Signature, RT-Timestamp, RT-RequestID","enabled":true},{"key":"Access-Control-Allow-Methods","value":"GET,HEAD,OPTIONS,POST,PUT","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Max-Age","value":"3600","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Date","value":"Fri, 01 Dec 2023 18:40:25 GMT","enabled":true},{"key":"X-B3-Traceid","value":"4594cebce3086be3","enabled":true},{"key":"Content-Length","value":"57","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"errorCode\": \"0\",\n    \"errorMsg\": null,\n    \"obj\": {}\n}"},{"id":"0f6d9d81-2151-47be-9b4a-9ff6fc9d2000","name":"Example Failed Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"iccid\":\"8985224528000113806544\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v1/open/esim/cancel"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"content-type, accept","enabled":true},{"key":"Access-Control-Allow-Methods","value":"POST, GET","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Max-Age","value":"3600","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Date","value":"Wed, 31 May 2023 16:25:37 GMT","enabled":true},{"key":"X-B3-Traceid","value":"af5256a28961ef2d","enabled":true},{"key":"Content-Length","value":"94","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"errorCode\": \"310404\",\n    \"errorMsg\": \"the merchant has not the iccid.\",\n    \"obj\": null\n}"},{"id":"ef4f4d97-525e-40fe-b960-d19e7a2d1746","name":"Cancel with esimTranNo","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"esimTranNo\": \"24121718310001\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v1/open/esim/cancel"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"access-control-allow-origin, Authorization, Origin,Accept, X-Requested-With, Content-Type, x-forwarded-host, RT-Signature, RT-Timestamp, RT-RequestID"},{"key":"Access-Control-Allow-Methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 17 Dec 2024 19:40:08 GMT"},{"key":"X-B3-Traceid","value":"1b684cc526c70270"},{"key":"Content-Length","value":"57"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"errorCode\": \"0\",\n    \"errorMsg\": null,\n    \"obj\": {}\n}"}],"_postman_id":"28e14182-d564-42c7-aea2-b5f50852c584"},{"name":"Suspend Profile","id":"9578dd0c-077a-4ec1-9159-9d136342033e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"iccid\":\"89852245280001138065\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v1/open/esim/suspend","description":"<p>Request to suspend or pause data service to an esim profile.</p>\n<h5 id=\"request-parameters\">Request Parameters</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>MOC</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>iccid</code></td>\n<td>String</td>\n<td>optional</td>\n<td>eSIM ICCID</td>\n<td><code>89852246280001113119</code></td>\n</tr>\n<tr>\n<td><code>esimTranNo</code></td>\n<td>String</td>\n<td>optional</td>\n<td>get from \"Query All Allocated Profiles\"  <br />  <br />use \"iccid\" or \"esimTranNo\", can't be blank at the same time  <br />  <br />recommended.</td>\n<td><code>24111319542101</code></td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"response-parameters\">Response Parameters</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>MOC</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>success</code></td>\n<td>String</td>\n<td>mandatory</td>\n<td><code>true</code>: succeeded <code>false</code>: failed</td>\n<td><code>true</code></td>\n</tr>\n<tr>\n<td><code>errorCode</code></td>\n<td>String</td>\n<td>optional</td>\n<td><code>null</code> or <code>0</code> when successful. Error code when failed</td>\n<td><code>null</code></td>\n</tr>\n<tr>\n<td><code>errorMessage</code></td>\n<td>String</td>\n<td>optional</td>\n<td>Explanation of the error code</td>\n<td><code>null</code></td>\n</tr>\n<tr>\n<td><code>obj</code></td>\n<td>Object</td>\n<td>optional</td>\n<td>Includes</td>\n<td>{}</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"{{accessCode}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"98788d5a-8083-4aa1-affb-9553291db0e3","id":"98788d5a-8083-4aa1-affb-9553291db0e3","name":"eSIM Access API","type":"collection"}},"urlObject":{"path":["api","v1","open","esim","suspend"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9578dd0c-077a-4ec1-9159-9d136342033e"},{"name":"Unsuspend Profile","id":"7aef0c60-5138-4451-8732-78460c30bbde","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"iccid\":\"89852245280001138065\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v1/open/esim/unsuspend","description":"<p>Request to unsuspend or reactivate data service to an esim profile.</p>\n<h5 id=\"request-parameters\">Request Parameters</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>MOC</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>iccid</code></td>\n<td>String</td>\n<td>optional</td>\n<td>eSIM ICCID</td>\n<td><code>89852246280001113119</code></td>\n</tr>\n<tr>\n<td><code>esimTranNo</code></td>\n<td>String</td>\n<td>optional</td>\n<td>get from \"Query All Allocated Profiles\"  <br />  <br />use \"iccid\" or \"esimTranNo\", can't be blank at the same time  <br />  <br />recommended.</td>\n<td><code>24111319542101</code></td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"response-parameters\">Response Parameters</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>MOC</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>success</code></td>\n<td>String</td>\n<td>mandatory</td>\n<td><code>true</code>: succeeded <code>false</code>: failed</td>\n<td><code>true</code></td>\n</tr>\n<tr>\n<td><code>errorCode</code></td>\n<td>String</td>\n<td>optional</td>\n<td><code>null</code> or <code>0</code> when successful. Error code when failed</td>\n<td><code>null</code></td>\n</tr>\n<tr>\n<td><code>errorMessage</code></td>\n<td>String</td>\n<td>optional</td>\n<td>Explanation of the error code</td>\n<td><code>null</code></td>\n</tr>\n<tr>\n<td><code>obj</code></td>\n<td>Object</td>\n<td>optional</td>\n<td>Includes</td>\n<td>{}</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"{{accessCode}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"98788d5a-8083-4aa1-affb-9553291db0e3","id":"98788d5a-8083-4aa1-affb-9553291db0e3","name":"eSIM Access API","type":"collection"}},"urlObject":{"path":["api","v1","open","esim","unsuspend"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7aef0c60-5138-4451-8732-78460c30bbde"},{"name":"Revoke Profile","id":"edd361f0-f7e4-487b-b731-e000b15bfd82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"iccid\":\"89852245280001138065\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v1/open/esim/revoke","description":"<p>Request to close and remove an active eSIM and data plan. Non-refundable.</p>\n<h5 id=\"request-parameters\">Request Parameters</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>MOC</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>iccid</code></td>\n<td>String</td>\n<td>optional</td>\n<td>eSIM ICCID</td>\n<td><code>89852246280001113119</code></td>\n</tr>\n<tr>\n<td><code>esimTranNo</code></td>\n<td>String</td>\n<td>optional</td>\n<td>get from \"Query All Allocated Profiles\"  <br />  <br />use \"iccid\" or \"esimTranNo\", can't be blank at the same time  <br />  <br />recommended.</td>\n<td><code>24111319542101</code></td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"response-parameters\">Response Parameters</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>MOC</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>success</code></td>\n<td>String</td>\n<td>mandatory</td>\n<td><code>true</code>: succeeded <code>false</code>: failed</td>\n<td><code>true</code></td>\n</tr>\n<tr>\n<td><code>errorCode</code></td>\n<td>String</td>\n<td>optional</td>\n<td><code>null</code> or <code>0</code> when successful. Error code when failed</td>\n<td><code>null</code></td>\n</tr>\n<tr>\n<td><code>errorMessage</code></td>\n<td>String</td>\n<td>optional</td>\n<td>Explanation of the error code</td>\n<td><code>null</code></td>\n</tr>\n<tr>\n<td><code>obj</code></td>\n<td>Object</td>\n<td>optional</td>\n<td>Includes</td>\n<td>{}</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"{{accessCode}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"98788d5a-8083-4aa1-affb-9553291db0e3","id":"98788d5a-8083-4aa1-affb-9553291db0e3","name":"eSIM Access API","type":"collection"}},"urlObject":{"path":["api","v1","open","esim","revoke"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"edd361f0-f7e4-487b-b731-e000b15bfd82"},{"name":"Balance Query","event":[{"listen":"test","script":{"id":"6cfa8e50-71d7-4f5d-a930-a8ac35704508","exec":["// 1. Verify status code","pm.test(\"Status is 200\", function () {","    pm.response.to.have.status(200);","});","","// 2. Verify response is valid JSON","pm.test(\"Response is JSON\", function () {","    pm.response.to.be.json;","});","","// 3. Verify balance field exists and is a number","pm.test(\"Balance value is present\", function () {","    const json = pm.response.json();","    pm.expect(json).to.have.property('obj');  // esimaccess wraps in 'obj'","    pm.expect(json.obj).to.have.property('balance');","    pm.expect(json.obj.balance).to.be.a('number');","});","","// 4. Optional: Verify balance is reasonable (not negative, not null)","pm.test(\"Balance is valid\", function () {","    const balance = pm.response.json().obj.balance;","    pm.expect(balance).to.be.at.least(0);","});"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"92cf1d97-713c-4d25-ad91-ee7cebc85166","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"{{host}}/api/v1/open/balance/query","description":"<p>Query the <code>balance</code> of a merchant account. Balance is used when ordering data profiles.</p>\n<h5 id=\"request-parameters\">Request Parameters</h5>\n<p>None.</p>\n<h5 id=\"reponse-parameters\">Reponse Parameters</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>MOC</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>success</code></td>\n<td>String</td>\n<td>mandatory</td>\n<td><code>true</code>: succeeded <code>false</code>: failed</td>\n<td><code>true</code></td>\n</tr>\n<tr>\n<td><code>errorCode</code></td>\n<td>String</td>\n<td>optional</td>\n<td><code>null</code> or <code>0</code> when successful. Error code when failed.</td>\n<td><code>null</code></td>\n</tr>\n<tr>\n<td><code>errorMessage</code></td>\n<td>String</td>\n<td>optional</td>\n<td>Explanation of the error code</td>\n<td><code>null</code></td>\n</tr>\n<tr>\n<td><code>obj</code></td>\n<td>Object</td>\n<td>optional</td>\n<td>Includes: <code>balance</code></td>\n<td></td>\n</tr>\n<tr>\n<td>Domain</td>\n<td>Type</td>\n<td>MOC</td>\n<td>Description</td>\n<td>Example</td>\n</tr>\n<tr>\n<td><code>balance</code></td>\n<td>Long</td>\n<td>mandatory</td>\n<td>Merchant balance, expressed *10000 (100000 = $10.00)</td>\n<td><code>100000</code></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"{{accessCode}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"98788d5a-8083-4aa1-affb-9553291db0e3","id":"98788d5a-8083-4aa1-affb-9553291db0e3","name":"eSIM Access API","type":"collection"}},"urlObject":{"path":["api","v1","open","balance","query"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"95ec0ea3-6ce9-4d6a-988a-34b642c36908","name":"Example Success Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"{{host}}/api/v1/open/balance/query"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"content-type, accept","enabled":true},{"key":"Access-Control-Allow-Methods","value":"POST, GET","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Max-Age","value":"3600","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Date","value":"Wed, 17 May 2023 02:12:25 GMT","enabled":true},{"key":"X-B3-Traceid","value":"c50c1ad176050b55","enabled":true},{"key":"Content-Length","value":"73","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"errorCode\": \"0\",\n    \"errorMsg\": null,\n    \"obj\": {\n        \"balance\": 940000\n    }\n}"},{"id":"7d66786a-f129-499a-96d7-766bedab26ec","name":"Example Failed Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"{{host}}/api/v1/open/balance/query"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"errorCode\": \"000101\",\n    \"errorMessage\": \"Req Header:[RT-RequestID] is null\", \n    \"obj\": null\n}\n"}],"_postman_id":"92cf1d97-713c-4d25-ad91-ee7cebc85166"},{"name":"Top Up","id":"dcf7ed5e-35a0-4f39-b76d-9f3bcdd5b7c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"esimTranNo\":\"\",\r\n    \"iccid\":\"89852000263213655345\",\r\n    \"packageCode\":\"TOPUP_JC172\",\r\n    \"transactionId\": \"1747191693771_topup_partner7\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v1/open/esim/topup","description":"<p>Before making a top up, it is reccomended to query the available top up plans (Get All Data Packages endpoint) for a specific <code>iccid</code> , <code>esimTranNo</code>or <code>packageCode</code> first. This will give you available top up packages specific to this eSIM. Also <code>supportTopUpType</code> <code>2</code> or <code>3</code> means that plan suports top up. <a href=\"https://esimaccess.com/docs/how-to-top-up-a-data-plan/\">Learn more about top ups</a>.</p>\n<p>The top up endpoint allows an existing installed eSIM to be loaded with a new plan. To top up the plan, you need its <code>ICCID</code> or <code>esimTranNo</code> and the <strong>compatible</strong> top up data plan <code>packageCode</code>. and <code>periodNum</code> in case of Day Pass extensions.</p>\n<p>Top ups can be requested while the eSIM is in New, In Use or Depleted status, but not after eSIM expiry.</p>\n<h5 id=\"request-parameters\">Request Parameters</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>MOC</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>iccid</code></td>\n<td>String</td>\n<td>optional</td>\n<td>eSIM ICCID (depreciated, use <code>esimTranNo</code> )</td>\n<td><code>89852246280001113119</code></td>\n</tr>\n<tr>\n<td><code>esimTranNo</code></td>\n<td>String</td>\n<td>optional</td>\n<td>get from \"Query All Allocated Profiles\"</td>\n<td><code>24111319542101</code></td>\n</tr>\n<tr>\n<td><code>packageCode</code></td>\n<td>String</td>\n<td>required</td>\n<td>Use a recharge <code>packageCode</code> starting with \"TOPUP_\" or use <code>slug</code> <a href=\"https://esimaccess.com/docs/how-to-top-up-a-data-plan/\">Learn more</a></td>\n<td><code>TOPUP_SM001</code>  <br /><code>AU_1_7</code></td>\n</tr>\n<tr>\n<td><code>amount</code></td>\n<td>String</td>\n<td>optional</td>\n<td>Price of package, if used will be verified.</td>\n<td><code>10000</code></td>\n</tr>\n<tr>\n<td><code>transactionId</code></td>\n<td>String</td>\n<td>required</td>\n<td>User created transaction ID</td>\n<td><code>TXN-123</code></td>\n</tr>\n<tr>\n<td><code>periodNum</code></td>\n<td>String</td>\n<td>optional</td>\n<td>Number of days to extend</td>\n<td><code>5</code></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Respone Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>obj</th>\n<th>Type</th>\n<th>MOC</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>transactionId</code></td>\n<td>String</td>\n<td>required</td>\n<td>Transaction ID returned</td>\n<td><code>TXN-123</code></td>\n</tr>\n<tr>\n<td><code>iccid</code></td>\n<td>String</td>\n<td>required</td>\n<td>ICCID of the eSIM</td>\n<td><code>89852245280001354019</code></td>\n</tr>\n<tr>\n<td><code>expiredTime</code></td>\n<td>Long</td>\n<td>required</td>\n<td>New date of pakcage expiry</td>\n<td><code>2023-08-17T17:01:37+0000</code></td>\n</tr>\n<tr>\n<td><code>totalVolume</code></td>\n<td>Long</td>\n<td>required</td>\n<td>New voulme of data</td>\n<td><code>4294967296</code></td>\n</tr>\n<tr>\n<td><code>totalDuration</code></td>\n<td>Integer</td>\n<td>required</td>\n<td>New duration in days</td>\n<td><code>28</code></td>\n</tr>\n<tr>\n<td><code>orderUsage</code></td>\n<td>Long</td>\n<td>required</td>\n<td>Total data usage</td>\n<td><code>207239584</code></td>\n</tr>\n<tr>\n<td><code>topUpEsimTranNo</code></td>\n<td>String</td>\n<td>required</td>\n<td>Unique transaction number of the top up</td>\n<td><code>26032702180013</code></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"{{accessCode}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"98788d5a-8083-4aa1-affb-9553291db0e3","id":"98788d5a-8083-4aa1-affb-9553291db0e3","name":"eSIM Access API","type":"collection"}},"urlObject":{"path":["api","v1","open","esim","topup"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"098c3e37-6915-42aa-a004-28e19fddf0d3","name":"Top Up via esimTranNo","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"esimTranNo\":\"23072017992029\",\r\n    \"iccid\":\"\",\r\n    \"packageCode\":\"ES_1_7\",\r\n    \"transactionId\": \"your_transaction_id_here\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.esimaccess.com/api/v1/open/esim/topup"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"access-control-allow-origin, Authorization, Origin,Accept, X-Requested-With, Content-Type, x-forwarded-host, RT-Signature, RT-Timestamp, RT-RequestID"},{"key":"Access-Control-Allow-Methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 18 Nov 2024 09:40:05 GMT"},{"key":"X-B3-Traceid","value":"b660b1843645ea68"},{"key":"Content-Length","value":"248"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": null,\n    \"errorMsg\": null,\n    \"success\": true,\n    \"obj\": {\n        \"transactionId\": \"your_transaction_id_here\",\n        \"iccid\": \"89852245280001354019\",\n        \"expiredTime\": \"2023-09-07T17:01:37+0000\",\n        \"totalVolume\": 7516192768,\n        \"totalDuration\": 49,\n        \"orderUsage\": 6841270782\n    }\n}"},{"id":"5ff7c57f-01b9-420c-ae6a-7c942b77b10e","name":"Top Up via ICCID","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"iccid\":\"89852245280001354019\",\r\n    \"packageCode\":\"ES_1_7\",\r\n    \"transactionId\": \"top_up_for_existing_plan_ES_1_7\",\r\n    \"amount\": 15000\r\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v1/open/esim/topup"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": null,\n    \"errorMsg\": null,\n    \"success\": true,\n    \"obj\": {\n        \"transactionId\": \"fb9b22193f3c45aab4f052efbc878f30\",\n        \"iccid\": \"89852245280001354019\",\n        \"expiredTime\": \"2023-08-17T17:01:37+0000\",\n        \"totalVolume\": 4294967296,\n        \"totalDuration\": 28,\n        \"orderUsage\": 207239584\n    }\n}"},{"id":"931fe1f2-d961-4d89-9dde-20a6d5d5838b","name":"Top Up with price check","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"iccid\":\"8943108170000826391\",\r\n    \"packageCode\":\"NA-3_1_7\",\r\n    \"transactionId\": \"optional_add_amount_for_a_price_check\",\r\n    \"amount\": 59000\r\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v1/open/esim/topup"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"access-control-allow-origin, Authorization, Origin,Accept, X-Requested-With, Content-Type, x-forwarded-host, RT-Signature, RT-Timestamp, RT-RequestID"},{"key":"Access-Control-Allow-Methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Fri, 12 Jan 2024 00:27:40 GMT"},{"key":"X-B3-Traceid","value":"fb8dc62ab5a492d7"},{"key":"Content-Length","value":"226"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": null,\n    \"errorMsg\": null,\n    \"success\": true,\n    \"obj\": {\n        \"transactionId\": \"test_top_up_NA-3_1_7\",\n        \"iccid\": \"8943108170000826391\",\n        \"expiredTime\": \"2024-01-25T23:46:30+0000\",\n        \"totalVolume\": 2147483648,\n        \"totalDuration\": 14,\n        \"orderUsage\": 0\n    }\n}"},{"id":"e77c3462-8ead-4037-9720-8d783489cafc","name":"Top Up via Package Code","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"iccid\":\"89852000263321973697\",\r\n    \"packageCode\":\"TOPUP_JC048\",\r\n    \"transactionId\": \"test_topup_using_slug_no_amount\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v1/open/esim/topup"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"access-control-allow-origin, Authorization, Origin,Accept, X-Requested-With, Content-Type, x-forwarded-host, RT-Signature, RT-Timestamp, RT-RequestID"},{"key":"Access-Control-Allow-Methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Fri, 26 Jan 2024 17:14:14 GMT"},{"key":"X-B3-Traceid","value":"676220947135dde6"},{"key":"Content-Length","value":"246"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": null,\n    \"errorMsg\": null,\n    \"success\": true,\n    \"obj\": {\n        \"transactionId\": \"test_topup_using_slug_no_amount\",\n        \"iccid\": \"89852000263321973697\",\n        \"expiredTime\": \"2024-02-18T17:38:01+0000\",\n        \"totalVolume\": 6442450944,\n        \"totalDuration\": 37,\n        \"orderUsage\": 521912985\n    }\n}"},{"id":"f1b6c332-95a0-45fc-88b3-952df63d3ae9","name":"Top Up Day Pass","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"esimTranNo\":\"26040118010018\",\r\n    \"iccid\":\"\",\r\n    \"packageCode\":\"US_1_Daily\",\r\n    \"periodNum\":\"2\",\r\n    \"transactionId\": \"Day_pass_topuup_test1_US_2days\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v1/open/esim/topup"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"errorCode\": null,\n    \"errorMsg\": null,\n    \"success\": true,\n    \"obj\": {\n        \"transactionId\": \"Day_pass_topuup_test1_US_2days\",\n        \"iccid\": \"89852240810733391924\",\n        \"expiredTime\": \"2026-04-08T18:03:26+0000\",\n        \"totalVolume\": 7516192768,\n        \"totalDuration\": 7,\n        \"orderUsage\": 0,\n        \"topUpEsimTranNo\": \"26040118050018\"\n    }\n}"},{"id":"ae920862-b4c5-4bff-a5a5-f69ff49c8f86","name":"Top Up Day Pass via ICCID","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"esimTranNo\":\"\",\r\n    \"iccid\":\"89852240810733391924\",\r\n    \"packageCode\":\"US_1_Daily\",\r\n    \"periodNum\":\"2\",\r\n    \"transactionId\": \"Day_pass_topuup_test2_US_2days\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v1/open/esim/topup"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"access-control-allow-origin, Authorization, Origin,Accept, X-Requested-With, Content-Type, x-forwarded-host, RT-Signature, RT-Timestamp, RT-RequestID"},{"key":"Access-Control-Allow-Methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Fri, 24 Jan 2025 20:28:39 GMT"},{"key":"X-B3-Traceid","value":"bea6aa1ab40b8088"},{"key":"Content-Length","value":"229"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": null,\n    \"errorMsg\": null,\n    \"success\": true,\n    \"obj\": {\n        \"transactionId\": \"Day_pass_topuup_test1_US_2days\",\n        \"iccid\": \"89852240810733391924\",\n        \"expiredTime\": \"2026-04-08T18:03:26+0000\",\n        \"totalVolume\": 7516192768,\n        \"totalDuration\": 7,\n        \"orderUsage\": 0,\n        \"topUpEsimTranNo\": \"26040118050018\"\n    }\n}"},{"id":"cc474631-10b0-49c7-b7a1-47cddbd588da","name":"Top Up Day Pass via packageCode","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"esimTranNo\":\"26040118010018\",\r\n    \"iccid\":\"\",\r\n    \"packageCode\":\"TOPUP_P6CY059XM\",\r\n    \"periodNum\":\"2\",\r\n    \"transactionId\": \"Day_pass_topuup_test4_US_2days\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v1/open/esim/topup"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"errorCode\": null,\n    \"errorMsg\": null,\n    \"success\": true,\n    \"obj\": {\n        \"transactionId\": \"Day_pass_topuup_test4_US_2days\",\n        \"iccid\": \"89852240810733391924\",\n        \"expiredTime\": \"2026-04-12T18:03:26+0000\",\n        \"totalVolume\": 11811160064,\n        \"totalDuration\": 11,\n        \"orderUsage\": 0,\n        \"topUpEsimTranNo\": \"26040118190009\"\n    }\n}"}],"_postman_id":"dcf7ed5e-35a0-4f39-b76d-9f3bcdd5b7c6"},{"name":"Set Webhook","id":"afba5e58-1059-4c48-95a1-2a43c2fd97c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"webhook\":\"https://webhook.endpoint.site/unique-webhook\"}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v1/open/webhook/save","description":"<p>Set or update your webhook URL via an API call. You can find the result in your console account <a href=\"https://console.esimaccess.com/developer/index\">here</a>.</p>\n<p>You can also view the currently set webhook with the following endpoint:<br /><strong><code>/api/v1/open/webhook/query</code></strong></p>\n","auth":{"type":"apikey","apikey":{"value":"{{accessCode}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"98788d5a-8083-4aa1-affb-9553291db0e3","id":"98788d5a-8083-4aa1-affb-9553291db0e3","name":"eSIM Access API","type":"collection"}},"urlObject":{"path":["api","v1","open","webhook","save"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"aa06fa3f-ca76-47e7-b3e7-109a69ad4ec9","name":"Example Success Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\"webhook\":\"https://webhook.endpoint.site/unique-webhook\"}\n","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v1/open/webhook/save"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"content-type, accept","enabled":true},{"key":"Access-Control-Allow-Methods","value":"POST, GET","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Max-Age","value":"3600","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Date","value":"Mon, 23 Oct 2023 01:42:57 GMT","enabled":true},{"key":"X-B3-Traceid","value":"f92c8292125722e4","enabled":true},{"key":"Content-Length","value":"57","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"errorCode\": \"0\",\n    \"errorMsg\": null,\n    \"obj\": {}\n}"},{"id":"c3b3eaee-3fdb-4619-921e-aa7404e2e762","name":"Example Failed Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\"webhook\":\"https://webhook.endpoint.site/unique-webhook\"}\n","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v1/open/webhook/save"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"content-type, accept","enabled":true},{"key":"Access-Control-Allow-Methods","value":"POST, GET","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Max-Age","value":"3600","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Date","value":"Mon, 23 Oct 2023 01:41:01 GMT","enabled":true},{"key":"X-B3-Traceid","value":"b89835dea16d1af1","enabled":true},{"key":"Content-Length","value":"83","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"errorCode\": \"000104\",\n    \"errorMsg\": \"request json invalid\",\n    \"obj\": null\n}"}],"_postman_id":"afba5e58-1059-4c48-95a1-2a43c2fd97c5"},{"name":"Send SMS","id":"087e085d-d9c4-4998-b0f8-b5f2cce4ae65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"esimTranNo\":\"23072017992029\",\n    \"message\":\"Your Message!\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v1/open/esim/sendSms","description":"<p>This endpoint is used to send SMS to an eSIM via <code>iccid</code> or <code>esimTranNo</code>. Supported by some networks. Only installed eSIMs that supports receiving SMS will work.</p>\n<p>The <code>smsStatus</code> parameter in the /order and /package endpoints indicates whether the eSIM supports receiving SMS ( <code>\"smsStatus\": 1 or 2</code>) . There is currently no cost for SMS delivery.</p>\n<h5 id=\"request-parameters\">Request Parameters</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>MOC</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>iccid</code></td>\n<td>String</td>\n<td>optional</td>\n<td>eSIM ICCID</td>\n<td><code>89852246280001113119</code></td>\n</tr>\n<tr>\n<td><code>esimTranNo</code></td>\n<td></td>\n<td>optional</td>\n<td>get from \"Query All Allocated Profiles\"  <br />  <br />use \"iccid\" or \"esimTranNo\", can't be blank at the same time  <br />  <br />recommended.</td>\n<td><code>24111319542101</code></td>\n</tr>\n<tr>\n<td><code>message</code></td>\n<td>String(500)</td>\n<td>required</td>\n<td>SMS message, up to 500 characters.</td>\n<td>\"Thank you for using our eSIM service\"</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"{{accessCode}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"98788d5a-8083-4aa1-affb-9553291db0e3","id":"98788d5a-8083-4aa1-affb-9553291db0e3","name":"eSIM Access API","type":"collection"}},"urlObject":{"path":["api","v1","open","esim","sendSms"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"ade4581a-d8c0-4f1b-bde1-14a014e21cee","name":"Success Send SMS","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"esimTranNo\":\"23072017992029\",\n    \"message\":\"Your Message!\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.esimaccess.com/api/v1/open/esim/sendSms"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"access-control-allow-origin, Authorization, Origin,Accept, X-Requested-With, Content-Type, x-forwarded-host, RT-Signature, RT-Timestamp, RT-RequestID"},{"key":"Access-Control-Allow-Methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 27 Feb 2024 03:27:13 GMT"},{"key":"X-B3-Traceid","value":"291d23db3c2addf2"},{"key":"Content-Length","value":"57"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"errorCode\": \"0\",\n    \"errorMsg\": null,\n    \"obj\": {}\n}"}],"_postman_id":"087e085d-d9c4-4998-b0f8-b5f2cce4ae65"},{"name":"Usage Check","id":"47388564-1c15-4ee3-9375-12dac830cb7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"esimTranNoList\": [\"25030303480009\"]\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v1/open/esim/usage/query","description":"<p>Check the data usage of up to 10 eSIMs via their <code>esimTranNo</code>. Returns the amout of <code>dataUsage</code>, the <code>totalData</code> in the plan, and the <code>lastUpdateTime</code> timestamp of the most recent data used value update.</p>\n<p><em><strong>Important Note:</strong></em> <em>Data usage is updated</em> <em><strong>every 2-3 hours</strong></em> <em>and is not real time.</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>esimTranNo</code></td>\n<td>String</td>\n<td>eSIM transaction number</td>\n<td><code>23072017992029</code></td>\n</tr>\n<tr>\n<td><code>dataUsage</code></td>\n<td>Long</td>\n<td>Data usage in Bytes</td>\n<td><code>1453344832</code></td>\n</tr>\n<tr>\n<td><code>totalData</code></td>\n<td>Long</td>\n<td>Total data in Bytes</td>\n<td><code>5368709120</code></td>\n</tr>\n<tr>\n<td><code>lastUpdateTime</code></td>\n<td>String</td>\n<td>The timestamp for the last call record update. For file-based records, this is the last full hour of settlement; for carrier data usage notifications, it is the settlement time recorded in the notification; for the carrier’s real-time call record API, it is the time when the API was called.</td>\n<td><code>2025-03-19T18:00:00+0000</code></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"{{accessCode}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"98788d5a-8083-4aa1-affb-9553291db0e3","id":"98788d5a-8083-4aa1-affb-9553291db0e3","name":"eSIM Access API","type":"collection"}},"urlObject":{"path":["api","v1","open","esim","usage","query"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"7c04e764-2a75-40a7-b1f7-0fdc18569994","name":"Usage Check Single","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"esimTranNoList\": [\"25031120490003\"]\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v1/open/esim/usage/query"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"access-control-allow-origin, Authorization, Origin,Accept, X-Requested-With, Content-Type, x-forwarded-host, RT-Signature, RT-Timestamp, RT-RequestID"},{"key":"Access-Control-Allow-Methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 19 Mar 2025 20:50:07 GMT"},{"key":"X-B3-Traceid","value":"14ffad03293cc008"},{"key":"Content-Length","value":"196"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"errorCode\": \"0\",\n    \"errorMsg\": null,\n    \"obj\": {\n        \"esimUsageList\": [\n            {\n                \"esimTranNo\": \"25031120490003\",\n                \"dataUsage\": 1453344832,\n                \"totalData\": 5368709120,\n                \"lastUpdateTime\": \"2025-03-19T18:00:00+0000\"\n            }\n        ]\n    }\n}"},{"id":"40823c67-fde5-4331-96f8-c8fbfb605265","name":"Usage Check Multiple","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"esimTranNoList\": [\n        \"25031120490003\",\n        \"24092515300009\",\n        \"25031120490005\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v1/open/esim/usage/query"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"access-control-allow-origin, Authorization, Origin,Accept, X-Requested-With, Content-Type, x-forwarded-host, RT-Signature, RT-Timestamp, RT-RequestID"},{"key":"Access-Control-Allow-Methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 19 Mar 2025 20:52:46 GMT"},{"key":"X-B3-Traceid","value":"fb3008548330c296"},{"key":"Content-Length","value":"441"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"errorCode\": \"0\",\n    \"errorMsg\": null,\n    \"obj\": {\n        \"esimUsageList\": [\n            {\n                \"esimTranNo\": \"25031120490005\",\n                \"dataUsage\": 1412138272,\n                \"totalData\": 7864320000,\n                \"lastUpdateTime\": \"2025-03-19T19:00:00+0000\"\n            },\n            {\n                \"esimTranNo\": \"25031120490003\",\n                \"dataUsage\": 1453344832,\n                \"totalData\": 5368709120,\n                \"lastUpdateTime\": \"2025-03-19T18:00:00+0000\"\n            },\n            {\n                \"esimTranNo\": \"24092515300009\",\n                \"dataUsage\": 10731567762,\n                \"totalData\": 9663676416,\n                \"lastUpdateTime\": \"2025-03-06T09:45:18+0000\"\n            }\n        ]\n    }\n}"}],"_postman_id":"47388564-1c15-4ee3-9375-12dac830cb7a"},{"name":"Supported Regions","id":"756ec9fa-d16e-4366-98a8-8bad806f9d1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v1/open/location/list","description":"<p>Check our currently supported countries and plan codes.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>code</code></td>\n<td>String</td>\n<td>Region code</td>\n<td><code>ES</code> <code>NA-3</code></td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>String</td>\n<td>Region name</td>\n<td><code>Spain</code> <code>North America</code></td>\n</tr>\n<tr>\n<td><code>type</code></td>\n<td>Integer</td>\n<td>Region type: 1 for single-country, 2 for multi-country</td>\n<td><code>1</code></td>\n</tr>\n<tr>\n<td><code>subLocation</code></td>\n<td>List</td>\n<td>Sub-regions (exists only when type = 2)</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><p>Each <code>SubLocation</code> object contains:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>code</code></td>\n<td>String</td>\n<td>Region code</td>\n<td></td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>String</td>\n<td>Region name</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"{{accessCode}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"98788d5a-8083-4aa1-affb-9553291db0e3","id":"98788d5a-8083-4aa1-affb-9553291db0e3","name":"eSIM Access API","type":"collection"}},"urlObject":{"path":["api","v1","open","location","list"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"273cfe22-76b2-4e82-b00a-643f3d7f6a80","name":"Current Country and Plan Codes","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v1/open/location/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"access-control-allow-origin, Authorization, Origin,Accept, X-Requested-With, Content-Type, x-forwarded-host, RT-Signature, RT-Timestamp, RT-RequestID"},{"key":"Access-Control-Allow-Methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 19 Mar 2025 21:04:27 GMT"},{"key":"X-B3-Traceid","value":"bc3944cd6051d781"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"errorCode\": \"0\",\n    \"errorMsg\": null,\n    \"obj\": {\n        \"locationList\": [\n            {\n                \"code\": \"ES\",\n                \"name\": \"Spain\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"HK\",\n                \"name\": \"Hong Kong (China)\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"MO\",\n                \"name\": \"Macao (China)\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"TH\",\n                \"name\": \"Thailand\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"NL\",\n                \"name\": \"Netherlands\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"IL\",\n                \"name\": \"Israel\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"TR\",\n                \"name\": \"Turkey\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"JO\",\n                \"name\": \"Jordan\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"KW\",\n                \"name\": \"Kuwait\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"OM\",\n                \"name\": \"Oman\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"QA\",\n                \"name\": \"Qatar\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"AM\",\n                \"name\": \"Armenia\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"AE\",\n                \"name\": \"United Arab Emirates\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"AZ\",\n                \"name\": \"Azerbaijan\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"GE\",\n                \"name\": \"Georgia\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"BH\",\n                \"name\": \"Bahrain\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"SA\",\n                \"name\": \"Saudi Arabia\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"AT\",\n                \"name\": \"Austria\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"BE\",\n                \"name\": \"Belgium\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"BG\",\n                \"name\": \"Bulgaria\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"HR\",\n                \"name\": \"Croatia\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"CY\",\n                \"name\": \"Cyprus\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"CZ\",\n                \"name\": \"Czech Republic\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"DK\",\n                \"name\": \"Denmark\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"EE\",\n                \"name\": \"Estonia\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"FI\",\n                \"name\": \"Finland\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"FR\",\n                \"name\": \"France\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"DE\",\n                \"name\": \"Germany\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"GR\",\n                \"name\": \"Greece\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"HU\",\n                \"name\": \"Hungary\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"IS\",\n                \"name\": \"Iceland\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"IE\",\n                \"name\": \"Ireland\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"IT\",\n                \"name\": \"Italy\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"LV\",\n                \"name\": \"Latvia\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"LT\",\n                \"name\": \"Lithuania\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"LU\",\n                \"name\": \"Luxembourg\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"MT\",\n                \"name\": \"Malta\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"PL\",\n                \"name\": \"Poland\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"PT\",\n                \"name\": \"Portugal\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"RO\",\n                \"name\": \"Romania\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"SK\",\n                \"name\": \"Slovakia\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"SI\",\n                \"name\": \"Slovenia\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"SE\",\n                \"name\": \"Sweden\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"CH\",\n                \"name\": \"Switzerland\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"UA\",\n                \"name\": \"Ukraine\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"GB\",\n                \"name\": \"United Kingdom\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"AX\",\n                \"name\": \"Aaland Islands\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"IM\",\n                \"name\": \"Isle of Man\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"JE\",\n                \"name\": \"Jersey\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"RU\",\n                \"name\": \"Russia\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"GG\",\n                \"name\": \"Guernsey\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"LI\",\n                \"name\": \"Liechtenstein\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"NO\",\n                \"name\": \"Norway\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"RS\",\n                \"name\": \"Serbia\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"GI\",\n                \"name\": \"Gibraltar\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"AU\",\n                \"name\": \"Australia\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"MY\",\n                \"name\": \"Malaysia\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"NZ\",\n                \"name\": \"New Zealand\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"PH\",\n                \"name\": \"Philippines\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"SG\",\n                \"name\": \"Singapore\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"LK\",\n                \"name\": \"Sri Lanka\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"VN\",\n                \"name\": \"Vietnam\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"CN\",\n                \"name\": \"China mainland\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"ID\",\n                \"name\": \"Indonesia\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"IN\",\n                \"name\": \"India\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"JP\",\n                \"name\": \"Japan\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"KR\",\n                \"name\": \"South Korea\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"YE\",\n                \"name\": \"Yemen\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"AR\",\n                \"name\": \"Argentina\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"BO\",\n                \"name\": \"Bolivia\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"BR\",\n                \"name\": \"Brazil\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"CL\",\n                \"name\": \"Chile\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"CO\",\n                \"name\": \"Colombia\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"CR\",\n                \"name\": \"Costa Rica\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"EC\",\n                \"name\": \"Ecuador\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"SV\",\n                \"name\": \"El Salvador\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"GT\",\n                \"name\": \"Guatemala\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"HN\",\n                \"name\": \"Honduras\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"NI\",\n                \"name\": \"Nicaragua\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"PA\",\n                \"name\": \"Panama\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"PY\",\n                \"name\": \"Paraguay\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"PE\",\n                \"name\": \"Peru\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"PR\",\n                \"name\": \"Puerto Rico\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"UY\",\n                \"name\": \"Uruguay\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"RE\",\n                \"name\": \"Reunion\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"MG\",\n                \"name\": \"Madagascar\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"MW\",\n                \"name\": \"Malawi\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"BW\",\n                \"name\": \"Botswana\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"CF\",\n                \"name\": \"Central African Republic\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"TD\",\n                \"name\": \"Chad\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"CG\",\n                \"name\": \"Congo\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"CI\",\n                \"name\": \"Cote d'Ivoire\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"EG\",\n                \"name\": \"Egypt\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"GA\",\n                \"name\": \"Gabon\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"KE\",\n                \"name\": \"Kenya\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"LR\",\n                \"name\": \"Liberia\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"ML\",\n                \"name\": \"Mali\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"MA\",\n                \"name\": \"Morocco\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"NE\",\n                \"name\": \"Niger\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"NG\",\n                \"name\": \"Nigeria\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"SN\",\n                \"name\": \"Senegal\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"SC\",\n                \"name\": \"Seychelles\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"ZA\",\n                \"name\": \"South Africa\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"SD\",\n                \"name\": \"Sudan\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"SZ\",\n                \"name\": \"Swaziland\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"TZ\",\n                \"name\": \"Tanzania\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"TN\",\n                \"name\": \"Tunisia\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"UG\",\n                \"name\": \"Uganda\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"ZM\",\n                \"name\": \"Zambia\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"KH\",\n                \"name\": \"Cambodia\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"DZ\",\n                \"name\": \"Algeria\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"BD\",\n                \"name\": \"Bangladesh\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"CA\",\n                \"name\": \"Canada\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"MK\",\n                \"name\": \"North Macedonia\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"MX\",\n                \"name\": \"Mexico\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"MZ\",\n                \"name\": \"Mozambique\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"PK\",\n                \"name\": \"Pakistan\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"BF\",\n                \"name\": \"Burkina Faso\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"MD\",\n                \"name\": \"Moldova\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"MC\",\n                \"name\": \"Monaco\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"AL\",\n                \"name\": \"Albania\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"CM\",\n                \"name\": \"Cameroon\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"UZ\",\n                \"name\": \"Uzbekistan\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"NP\",\n                \"name\": \"Nepal\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"XK\",\n                \"name\": \"Kosovo\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"MN\",\n                \"name\": \"Mongolia\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"BA\",\n                \"name\": \"Bosnia and Herzegovina\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"ME\",\n                \"name\": \"Montenegro\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"KZ\",\n                \"name\": \"Kazakhstan\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"KG\",\n                \"name\": \"Kyrgyzstan\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"DO\",\n                \"name\": \"Dominican Republic\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"GP\",\n                \"name\": \"Guadeloupe\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"BN\",\n                \"name\": \"Brunei Darussalam\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"BY\",\n                \"name\": \"Belarus\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"US\",\n                \"name\": \"United States\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"IQ\",\n                \"name\": \"Iraq\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"GU\",\n                \"name\": \"Guam\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"MU\",\n                \"name\": \"Mauritius\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"TW\",\n                \"name\": \"Taiwan (China)\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"JM\",\n                \"name\": \"Jamaica\",\n                \"type\": 1,\n                \"subLocationList\": null\n            },\n            {\n                \"code\": \"EU-42\",\n                \"name\": \"Europe (40+ areas)\",\n                \"type\": 2,\n                \"subLocationList\": [\n                    {\n                        \"code\": \"IS\",\n                        \"name\": \"Iceland\"\n                    },\n                    {\n                        \"code\": \"IE\",\n                        \"name\": \"Ireland\"\n                    },\n                    {\n                        \"code\": \"IT\",\n                        \"name\": \"Italy\"\n                    },\n                    {\n                        \"code\": \"LV\",\n                        \"name\": \"Latvia\"\n                    },\n                    {\n                        \"code\": \"LT\",\n                        \"name\": \"Lithuania\"\n                    },\n                    {\n                        \"code\": \"LU\",\n                        \"name\": \"Luxembourg\"\n                    },\n                    {\n                        \"code\": \"MT\",\n                        \"name\": \"Malta\"\n                    },\n                    {\n                        \"code\": \"NL\",\n                        \"name\": \"Netherlands\"\n                    },\n                    {\n                        \"code\": \"PL\",\n                        \"name\": \"Poland\"\n                    },\n                    {\n                        \"code\": \"PT\",\n                        \"name\": \"Portugal\"\n                    },\n                    {\n                        \"code\": \"RO\",\n                        \"name\": \"Romania\"\n                    },\n                    {\n                        \"code\": \"SK\",\n                        \"name\": \"Slovakia\"\n                    },\n                    {\n                        \"code\": \"SI\",\n                        \"name\": \"Slovenia\"\n                    },\n                    {\n                        \"code\": \"ES\",\n                        \"name\": \"Spain\"\n                    },\n                    {\n                        \"code\": \"SE\",\n                        \"name\": \"Sweden\"\n                    },\n                    {\n                        \"code\": \"CH\",\n                        \"name\": \"Switzerland\"\n                    },\n                    {\n                        \"code\": \"UA\",\n                        \"name\": \"Ukraine\"\n                    },\n                    {\n                        \"code\": \"GB\",\n                        \"name\": \"United Kingdom\"\n                    },\n                    {\n                        \"code\": \"AX\",\n                        \"name\": \"Aaland Islands\"\n                    },\n                    {\n                        \"code\": \"IM\",\n                        \"name\": \"Isle of Man\"\n                    },\n                    {\n                        \"code\": \"JE\",\n                        \"name\": \"Jersey\"\n                    },\n                    {\n                        \"code\": \"RU\",\n                        \"name\": \"Russia\"\n                    },\n                    {\n                        \"code\": \"GG\",\n                        \"name\": \"Guernsey\"\n                    },\n                    {\n                        \"code\": \"LI\",\n                        \"name\": \"Liechtenstein\"\n                    },\n                    {\n                        \"code\": \"MK\",\n                        \"name\": \"North Macedonia\"\n                    },\n                    {\n                        \"code\": \"NO\",\n                        \"name\": \"Norway\"\n                    },\n                    {\n                        \"code\": \"RS\",\n                        \"name\": \"Serbia\"\n                    },\n                    {\n                        \"code\": \"GI\",\n                        \"name\": \"Gibraltar\"\n                    },\n                    {\n                        \"code\": \"AT\",\n                        \"name\": \"Austria\"\n                    },\n                    {\n                        \"code\": \"BE\",\n                        \"name\": \"Belgium\"\n                    },\n                    {\n                        \"code\": \"BG\",\n                        \"name\": \"Bulgaria\"\n                    },\n                    {\n                        \"code\": \"HR\",\n                        \"name\": \"Croatia\"\n                    },\n                    {\n                        \"code\": \"CY\",\n                        \"name\": \"Cyprus\"\n                    },\n                    {\n                        \"code\": \"CZ\",\n                        \"name\": \"Czech Republic\"\n                    },\n                    {\n                        \"code\": \"TR\",\n                        \"name\": \"Turkey\"\n                    },\n                    {\n                        \"code\": \"DK\",\n                        \"name\": \"Denmark\"\n                    },\n                    {\n                        \"code\": \"EE\",\n                        \"name\": \"Estonia\"\n                    },\n                    {\n                        \"code\": \"FI\",\n                        \"name\": \"Finland\"\n                    },\n                    {\n                        \"code\": \"FR\",\n                        \"name\": \"France\"\n                    },\n                    {\n                        \"code\": \"DE\",\n                        \"name\": \"Germany\"\n                    },\n                    {\n                        \"code\": \"GR\",\n                        \"name\": \"Greece\"\n                    },\n                    {\n                        \"code\": \"HU\",\n                        \"name\": \"Hungary\"\n                    }\n                ]\n            },\n            {\n                \"code\": \"SA-18\",\n                \"name\": \"South America (15+ areas)\",\n                \"type\": 2,\n                \"subLocationList\": [\n                    {\n                        \"code\": \"AR\",\n                        \"name\": \"Argentina\"\n                    },\n                    {\n                        \"code\": \"BO\",\n                        \"name\": \"Bolivia\"\n                    },\n                    {\n                        \"code\": \"BR\",\n                        \"name\": \"Brazil\"\n                    },\n                    {\n                        \"code\": \"CL\",\n                        \"name\": \"Chile\"\n                    },\n                    {\n                        \"code\": \"CO\",\n                        \"name\": \"Colombia\"\n                    },\n                    {\n                        \"code\": \"CR\",\n                        \"name\": \"Costa Rica\"\n                    },\n                    {\n                        \"code\": \"EC\",\n                        \"name\": \"Ecuador\"\n                    },\n                    {\n                        \"code\": \"SV\",\n                        \"name\": \"El Salvador\"\n                    },\n                    {\n                        \"code\": \"MQ\",\n                        \"name\": \"French West Indies\"\n                    },\n                    {\n                        \"code\": \"GT\",\n                        \"name\": \"Guatemala\"\n                    },\n                    {\n                        \"code\": \"HN\",\n                        \"name\": \"Honduras\"\n                    },\n                    {\n                        \"code\": \"NI\",\n                        \"name\": \"Nicaragua\"\n                    },\n                    {\n                        \"code\": \"PA\",\n                        \"name\": \"Panama\"\n                    },\n                    {\n                        \"code\": \"PY\",\n                        \"name\": \"Paraguay\"\n                    },\n                    {\n                        \"code\": \"PE\",\n                        \"name\": \"Peru\"\n                    },\n                    {\n                        \"code\": \"PR\",\n                        \"name\": \"Puerto Rico\"\n                    },\n                    {\n                        \"code\": \"UY\",\n                        \"name\": \"Uruguay\"\n                    }\n                ]\n            },\n            {\n                \"code\": \"NA-3\",\n                \"name\": \"North America (3 areas)\",\n                \"type\": 2,\n                \"subLocationList\": [\n                    {\n                        \"code\": \"US\",\n                        \"name\": \"United States\"\n                    },\n                    {\n                        \"code\": \"CA\",\n                        \"name\": \"Canada\"\n                    },\n                    {\n                        \"code\": \"MX\",\n                        \"name\": \"Mexico\"\n                    }\n                ]\n            },\n            {\n                \"code\": \"AF-29\",\n                \"name\": \"Africa (25+ areas)\",\n                \"type\": 2,\n                \"subLocationList\": [\n                    {\n                        \"code\": \"BF\",\n                        \"name\": \"Burkina Faso\"\n                    },\n                    {\n                        \"code\": \"RE\",\n                        \"name\": \"Reunion\"\n                    },\n                    {\n                        \"code\": \"MG\",\n                        \"name\": \"Madagascar\"\n                    },\n                    {\n                        \"code\": \"MW\",\n                        \"name\": \"Malawi\"\n                    },\n                    {\n                        \"code\": \"BW\",\n                        \"name\": \"Botswana\"\n                    },\n                    {\n                        \"code\": \"CF\",\n                        \"name\": \"Central African Republic\"\n                    },\n                    {\n                        \"code\": \"TD\",\n                        \"name\": \"Chad\"\n                    },\n                    {\n                        \"code\": \"CG\",\n                        \"name\": \"Congo\"\n                    },\n                    {\n                        \"code\": \"CD\",\n                        \"name\": \"Democratic Republic of the Congo\"\n                    },\n                    {\n                        \"code\": \"CI\",\n                        \"name\": \"Cote d'Ivoire\"\n                    },\n                    {\n                        \"code\": \"EG\",\n                        \"name\": \"Egypt\"\n                    },\n                    {\n                        \"code\": \"GA\",\n                        \"name\": \"Gabon\"\n                    },\n                    {\n                        \"code\": \"GH\",\n                        \"name\": \"Ghana\"\n                    },\n                    {\n                        \"code\": \"GW\",\n                        \"name\": \"Guinea-Bissau\"\n                    },\n                    {\n                        \"code\": \"KE\",\n                        \"name\": \"Kenya\"\n                    },\n                    {\n                        \"code\": \"LR\",\n                        \"name\": \"Liberia\"\n                    },\n                    {\n                        \"code\": \"ML\",\n                        \"name\": \"Mali\"\n                    },\n                    {\n                        \"code\": \"MA\",\n                        \"name\": \"Morocco\"\n                    },\n                    {\n                        \"code\": \"NE\",\n                        \"name\": \"Niger\"\n                    },\n                    {\n                        \"code\": \"NG\",\n                        \"name\": \"Nigeria\"\n                    },\n                    {\n                        \"code\": \"SN\",\n                        \"name\": \"Senegal\"\n                    },\n                    {\n                        \"code\": \"SC\",\n                        \"name\": \"Seychelles\"\n                    },\n                    {\n                        \"code\": \"ZA\",\n                        \"name\": \"South Africa\"\n                    },\n                    {\n                        \"code\": \"SD\",\n                        \"name\": \"Sudan\"\n                    },\n                    {\n                        \"code\": \"SZ\",\n                        \"name\": \"Swaziland\"\n                    },\n                    {\n                        \"code\": \"TZ\",\n                        \"name\": \"Tanzania\"\n                    },\n                    {\n                        \"code\": \"TN\",\n                        \"name\": \"Tunisia\"\n                    },\n                    {\n                        \"code\": \"UG\",\n                        \"name\": \"Uganda\"\n                    },\n                    {\n                        \"code\": \"ZM\",\n                        \"name\": \"Zambia\"\n                    }\n                ]\n            },\n            {\n                \"code\": \"AS-31\",\n                \"name\": \"Asia (30+ areas)\",\n                \"type\": 2,\n                \"subLocationList\": [\n                    {\n                        \"code\": \"GE\",\n                        \"name\": \"Georgia\"\n                    },\n                    {\n                        \"code\": \"NP\",\n                        \"name\": \"Nepal\"\n                    },\n                    {\n                        \"code\": \"BH\",\n                        \"name\": \"Bahrain\"\n                    },\n                    {\n                        \"code\": \"UZ\",\n                        \"name\": \"Uzbekistan\"\n                    },\n                    {\n                        \"code\": \"KZ\",\n                        \"name\": \"Kazakhstan\"\n                    },\n                    {\n                        \"code\": \"MN\",\n                        \"name\": \"Mongolia\"\n                    },\n                    {\n                        \"code\": \"AU\",\n                        \"name\": \"Australia\"\n                    },\n                    {\n                        \"code\": \"CN\",\n                        \"name\": \"China mainland\"\n                    },\n                    {\n                        \"code\": \"HK\",\n                        \"name\": \"Hong Kong (China)\"\n                    },\n                    {\n                        \"code\": \"TW\",\n                        \"name\": \"Taiwan (China)\"\n                    },\n                    {\n                        \"code\": \"MO\",\n                        \"name\": \"Macao (China)\"\n                    },\n                    {\n                        \"code\": \"MY\",\n                        \"name\": \"Malaysia\"\n                    },\n                    {\n                        \"code\": \"SG\",\n                        \"name\": \"Singapore\"\n                    },\n                    {\n                        \"code\": \"VN\",\n                        \"name\": \"Vietnam\"\n                    },\n                    {\n                        \"code\": \"ID\",\n                        \"name\": \"Indonesia\"\n                    },\n                    {\n                        \"code\": \"PH\",\n                        \"name\": \"Philippines\"\n                    },\n                    {\n                        \"code\": \"BN\",\n                        \"name\": \"Brunei Darussalam\"\n                    },\n                    {\n                        \"code\": \"KR\",\n                        \"name\": \"South Korea\"\n                    },\n                    {\n                        \"code\": \"IN\",\n                        \"name\": \"India\"\n                    },\n                    {\n                        \"code\": \"KH\",\n                        \"name\": \"Cambodia\"\n                    },\n                    {\n                        \"code\": \"PK\",\n                        \"name\": \"Pakistan\"\n                    },\n                    {\n                        \"code\": \"LK\",\n                        \"name\": \"Sri Lanka\"\n                    },\n                    {\n                        \"code\": \"JP\",\n                        \"name\": \"Japan\"\n                    },\n                    {\n                        \"code\": \"IL\",\n                        \"name\": \"Israel\"\n                    },\n                    {\n                        \"code\": \"JO\",\n                        \"name\": \"Jordan\"\n                    },\n                    {\n                        \"code\": \"KW\",\n                        \"name\": \"Kuwait\"\n                    },\n                    {\n                        \"code\": \"OM\",\n                        \"name\": \"Oman\"\n                    },\n                    {\n                        \"code\": \"BD\",\n                        \"name\": \"Bangladesh\"\n                    },\n                    {\n                        \"code\": \"QA\",\n                        \"name\": \"Qatar\"\n                    },\n                    {\n                        \"code\": \"GU\",\n                        \"name\": \"Guam\"\n                    },\n                    {\n                        \"code\": \"LA\",\n                        \"name\": \"Laos\"\n                    }\n                ]\n            },\n            {\n                \"code\": \"GL-144\",\n                \"name\": \"Global (140+ areas)\",\n                \"type\": 2,\n                \"subLocationList\": [\n                    {\n                        \"code\": \"BT\",\n                        \"name\": \"Bhutan\"\n                    },\n                    {\n                        \"code\": \"FJ\",\n                        \"name\": \"Fiji\"\n                    },\n                    {\n                        \"code\": \"MV\",\n                        \"name\": \"Maldives\"\n                    },\n                    {\n                        \"code\": \"NR\",\n                        \"name\": \"Nauru\"\n                    },\n                    {\n                        \"code\": \"GB-NIR\",\n                        \"name\": \"North Ireland\"\n                    },\n                    {\n                        \"code\": \"TRNC\",\n                        \"name\": \"Northern Cyprus\"\n                    },\n                    {\n                        \"code\": \"PS\",\n                        \"name\": \"Palestine\"\n                    },\n                    {\n                        \"code\": \"PG\",\n                        \"name\": \"Papua New Guinea\"\n                    },\n                    {\n                        \"code\": \"CN\",\n                        \"name\": \"China mainland\"\n                    },\n                    {\n                        \"code\": \"SM\",\n                        \"name\": \"San Marino\"\n                    },\n                    {\n                        \"code\": \"HK\",\n                        \"name\": \"Hong Kong (China)\"\n                    },\n                    {\n                        \"code\": \"GB-SCT\",\n                        \"name\": \"Scotland\"\n                    },\n                    {\n                        \"code\": \"SB\",\n                        \"name\": \"Solomon Islands\"\n                    },\n                    {\n                        \"code\": \"TW\",\n                        \"name\": \"Taiwan (China)\"\n                    },\n                    {\n                        \"code\": \"MO\",\n                        \"name\": \"Macao (China)\"\n                    },\n                    {\n                        \"code\": \"SJ\",\n                        \"name\": \"Svalbard and Jan Mayen\"\n                    },\n                    {\n                        \"code\": \"TJ\",\n                        \"name\": \"Tajikistan\"\n                    },\n                    {\n                        \"code\": \"MY\",\n                        \"name\": \"Malaysia\"\n                    },\n                    {\n                        \"code\": \"TO\",\n                        \"name\": \"Tonga\"\n                    },\n                    {\n                        \"code\": \"SG\",\n                        \"name\": \"Singapore\"\n                    },\n                    {\n                        \"code\": \"VA\",\n                        \"name\": \"Vatican City\"\n                    },\n                    {\n                        \"code\": \"GB-WLS\",\n                        \"name\": \"Wales\"\n                    },\n                    {\n                        \"code\": \"VN\",\n                        \"name\": \"Vietnam\"\n                    },\n                    {\n                        \"code\": \"ID\",\n                        \"name\": \"Indonesia\"\n                    },\n                    {\n                        \"code\": \"WS-S\",\n                        \"name\": \"Western Samoa\"\n                    },\n                    {\n                        \"code\": \"PH\",\n                        \"name\": \"Philippines\"\n                    },\n                    {\n                        \"code\": \"ZW\",\n                        \"name\": \"Zimbabwe\"\n                    },\n                    {\n                        \"code\": \"KR\",\n                        \"name\": \"South Korea\"\n                    },\n                    {\n                        \"code\": \"IN\",\n                        \"name\": \"India\"\n                    },\n                    {\n                        \"code\": \"SA\",\n                        \"name\": \"Saudi Arabia\"\n                    },\n                    {\n                        \"code\": \"GB-ENG\",\n                        \"name\": \"England\"\n                    },\n                    {\n                        \"code\": \"KH\",\n                        \"name\": \"Cambodia\"\n                    },\n                    {\n                        \"code\": \"PK\",\n                        \"name\": \"Pakistan\"\n                    },\n                    {\n                        \"code\": \"LK\",\n                        \"name\": \"Sri Lanka\"\n                    },\n                    {\n                        \"code\": \"JP\",\n                        \"name\": \"Japan\"\n                    },\n                    {\n                        \"code\": \"AT\",\n                        \"name\": \"Austria\"\n                    },\n                    {\n                        \"code\": \"BE\",\n                        \"name\": \"Belgium\"\n                    },\n                    {\n                        \"code\": \"BG\",\n                        \"name\": \"Bulgaria\"\n                    },\n                    {\n                        \"code\": \"HR\",\n                        \"name\": \"Croatia\"\n                    },\n                    {\n                        \"code\": \"CY\",\n                        \"name\": \"Cyprus\"\n                    },\n                    {\n                        \"code\": \"CZ\",\n                        \"name\": \"Czech Republic\"\n                    },\n                    {\n                        \"code\": \"DK\",\n                        \"name\": \"Denmark\"\n                    },\n                    {\n                        \"code\": \"EE\",\n                        \"name\": \"Estonia\"\n                    },\n                    {\n                        \"code\": \"FI\",\n                        \"name\": \"Finland\"\n                    },\n                    {\n                        \"code\": \"FR\",\n                        \"name\": \"France\"\n                    },\n                    {\n                        \"code\": \"DE\",\n                        \"name\": \"Germany\"\n                    },\n                    {\n                        \"code\": \"GR\",\n                        \"name\": \"Greece\"\n                    },\n                    {\n                        \"code\": \"HU\",\n                        \"name\": \"Hungary\"\n                    },\n                    {\n                        \"code\": \"IS\",\n                        \"name\": \"Iceland\"\n                    },\n                    {\n                        \"code\": \"IE\",\n                        \"name\": \"Ireland\"\n                    },\n                    {\n                        \"code\": \"IT\",\n                        \"name\": \"Italy\"\n                    },\n                    {\n                        \"code\": \"LV\",\n                        \"name\": \"Latvia\"\n                    },\n                    {\n                        \"code\": \"LT\",\n                        \"name\": \"Lithuania\"\n                    },\n                    {\n                        \"code\": \"LU\",\n                        \"name\": \"Luxembourg\"\n                    },\n                    {\n                        \"code\": \"MT\",\n                        \"name\": \"Malta\"\n                    },\n                    {\n                        \"code\": \"NL\",\n                        \"name\": \"Netherlands\"\n                    },\n                    {\n                        \"code\": \"PL\",\n                        \"name\": \"Poland\"\n                    },\n                    {\n                        \"code\": \"PT\",\n                        \"name\": \"Portugal\"\n                    },\n                    {\n                        \"code\": \"RO\",\n                        \"name\": \"Romania\"\n                    },\n                    {\n                        \"code\": \"SK\",\n                        \"name\": \"Slovakia\"\n                    },\n                    {\n                        \"code\": \"SI\",\n                        \"name\": \"Slovenia\"\n                    },\n                    {\n                        \"code\": \"ES\",\n                        \"name\": \"Spain\"\n                    },\n                    {\n                        \"code\": \"SE\",\n                        \"name\": \"Sweden\"\n                    },\n                    {\n                        \"code\": \"CH\",\n                        \"name\": \"Switzerland\"\n                    },\n                    {\n                        \"code\": \"UA\",\n                        \"name\": \"Ukraine\"\n                    },\n                    {\n                        \"code\": \"GB\",\n                        \"name\": \"United Kingdom\"\n                    },\n                    {\n                        \"code\": \"AX\",\n                        \"name\": \"Aaland Islands\"\n                    },\n                    {\n                        \"code\": \"IM\",\n                        \"name\": \"Isle of Man\"\n                    },\n                    {\n                        \"code\": \"JE\",\n                        \"name\": \"Jersey\"\n                    },\n                    {\n                        \"code\": \"RU\",\n                        \"name\": \"Russia\"\n                    },\n                    {\n                        \"code\": \"GG\",\n                        \"name\": \"Guernsey\"\n                    },\n                    {\n                        \"code\": \"LI\",\n                        \"name\": \"Liechtenstein\"\n                    },\n                    {\n                        \"code\": \"NO\",\n                        \"name\": \"Norway\"\n                    },\n                    {\n                        \"code\": \"RS\",\n                        \"name\": \"Serbia\"\n                    },\n                    {\n                        \"code\": \"IL\",\n                        \"name\": \"Israel\"\n                    },\n                    {\n                        \"code\": \"TR\",\n                        \"name\": \"Turkey\"\n                    },\n                    {\n                        \"code\": \"JO\",\n                        \"name\": \"Jordan\"\n                    },\n                    {\n                        \"code\": \"KW\",\n                        \"name\": \"Kuwait\"\n                    },\n                    {\n                        \"code\": \"OM\",\n                        \"name\": \"Oman\"\n                    },\n                    {\n                        \"code\": \"QA\",\n                        \"name\": \"Qatar\"\n                    },\n                    {\n                        \"code\": \"AM\",\n                        \"name\": \"Armenia\"\n                    },\n                    {\n                        \"code\": \"AE\",\n                        \"name\": \"United Arab Emirates\"\n                    },\n                    {\n                        \"code\": \"AZ\",\n                        \"name\": \"Azerbaijan\"\n                    },\n                    {\n                        \"code\": \"GE\",\n                        \"name\": \"Georgia\"\n                    },\n                    {\n                        \"code\": \"YE\",\n                        \"name\": \"Yemen\"\n                    },\n                    {\n                        \"code\": \"BH\",\n                        \"name\": \"Bahrain\"\n                    },\n                    {\n                        \"code\": \"AU\",\n                        \"name\": \"Australia\"\n                    },\n                    {\n                        \"code\": \"NZ\",\n                        \"name\": \"New Zealand\"\n                    },\n                    {\n                        \"code\": \"BO\",\n                        \"name\": \"Bolivia\"\n                    },\n                    {\n                        \"code\": \"CL\",\n                        \"name\": \"Chile\"\n                    },\n                    {\n                        \"code\": \"CO\",\n                        \"name\": \"Colombia\"\n                    },\n                    {\n                        \"code\": \"CR\",\n                        \"name\": \"Costa Rica\"\n                    },\n                    {\n                        \"code\": \"EC\",\n                        \"name\": \"Ecuador\"\n                    },\n                    {\n                        \"code\": \"SV\",\n                        \"name\": \"El Salvador\"\n                    },\n                    {\n                        \"code\": \"GL\",\n                        \"name\": \"Greenland\"\n                    },\n                    {\n                        \"code\": \"GT\",\n                        \"name\": \"Guatemala\"\n                    },\n                    {\n                        \"code\": \"HN\",\n                        \"name\": \"Honduras\"\n                    },\n                    {\n                        \"code\": \"NI\",\n                        \"name\": \"Nicaragua\"\n                    },\n                    {\n                        \"code\": \"PA\",\n                        \"name\": \"Panama\"\n                    },\n                    {\n                        \"code\": \"PY\",\n                        \"name\": \"Paraguay\"\n                    },\n                    {\n                        \"code\": \"PE\",\n                        \"name\": \"Peru\"\n                    },\n                    {\n                        \"code\": \"PR\",\n                        \"name\": \"Puerto Rico\"\n                    },\n                    {\n                        \"code\": \"UY\",\n                        \"name\": \"Uruguay\"\n                    },\n                    {\n                        \"code\": \"RE\",\n                        \"name\": \"Reunion\"\n                    },\n                    {\n                        \"code\": \"MG\",\n                        \"name\": \"Madagascar\"\n                    },\n                    {\n                        \"code\": \"TD\",\n                        \"name\": \"Chad\"\n                    },\n                    {\n                        \"code\": \"CG\",\n                        \"name\": \"Congo\"\n                    },\n                    {\n                        \"code\": \"CD\",\n                        \"name\": \"Democratic Republic of the Congo\"\n                    },\n                    {\n                        \"code\": \"EG\",\n                        \"name\": \"Egypt\"\n                    },\n                    {\n                        \"code\": \"GA\",\n                        \"name\": \"Gabon\"\n                    },\n                    {\n                        \"code\": \"GH\",\n                        \"name\": \"Ghana\"\n                    },\n                    {\n                        \"code\": \"KE\",\n                        \"name\": \"Kenya\"\n                    },\n                    {\n                        \"code\": \"NG\",\n                        \"name\": \"Nigeria\"\n                    },\n                    {\n                        \"code\": \"SN\",\n                        \"name\": \"Senegal\"\n                    },\n                    {\n                        \"code\": \"SC\",\n                        \"name\": \"Seychelles\"\n                    },\n                    {\n                        \"code\": \"ZA\",\n                        \"name\": \"South Africa\"\n                    },\n                    {\n                        \"code\": \"SZ\",\n                        \"name\": \"Swaziland\"\n                    },\n                    {\n                        \"code\": \"TZ\",\n                        \"name\": \"Tanzania\"\n                    },\n                    {\n                        \"code\": \"TN\",\n                        \"name\": \"Tunisia\"\n                    },\n                    {\n                        \"code\": \"ZM\",\n                        \"name\": \"Zambia\"\n                    },\n                    {\n                        \"code\": \"CA\",\n                        \"name\": \"Canada\"\n                    },\n                    {\n                        \"code\": \"MX\",\n                        \"name\": \"Mexico\"\n                    },\n                    {\n                        \"code\": \"BD\",\n                        \"name\": \"Bangladesh\"\n                    },\n                    {\n                        \"code\": \"GU\",\n                        \"name\": \"Guam\"\n                    },\n                    {\n                        \"code\": \"LA\",\n                        \"name\": \"Laos\"\n                    },\n                    {\n                        \"code\": \"NP\",\n                        \"name\": \"Nepal\"\n                    },\n                    {\n                        \"code\": \"UZ\",\n                        \"name\": \"Uzbekistan\"\n                    },\n                    {\n                        \"code\": \"KZ\",\n                        \"name\": \"Kazakhstan\"\n                    },\n                    {\n                        \"code\": \"MN\",\n                        \"name\": \"Mongolia\"\n                    },\n                    {\n                        \"code\": \"KG\",\n                        \"name\": \"Kyrgyzstan\"\n                    },\n                    {\n                        \"code\": \"MD\",\n                        \"name\": \"Moldova\"\n                    },\n                    {\n                        \"code\": \"MC\",\n                        \"name\": \"Monaco\"\n                    },\n                    {\n                        \"code\": \"ME\",\n                        \"name\": \"Montenegro\"\n                    },\n                    {\n                        \"code\": \"AL\",\n                        \"name\": \"Albania\"\n                    },\n                    {\n                        \"code\": \"BY\",\n                        \"name\": \"Belarus\"\n                    },\n                    {\n                        \"code\": \"BA\",\n                        \"name\": \"Bosnia and Herzegovina\"\n                    },\n                    {\n                        \"code\": \"BN\",\n                        \"name\": \"Brunei Darussalam\"\n                    },\n                    {\n                        \"code\": \"DO\",\n                        \"name\": \"Dominican Republic\"\n                    },\n                    {\n                        \"code\": \"MK\",\n                        \"name\": \"North Macedonia\"\n                    },\n                    {\n                        \"code\": \"IR\",\n                        \"name\": \"Iran\"\n                    },\n                    {\n                        \"code\": \"FO\",\n                        \"name\": \"Faroe Islands\"\n                    },\n                    {\n                        \"code\": \"MU\",\n                        \"name\": \"Mauritius\"\n                    },\n                    {\n                        \"code\": \"AF\",\n                        \"name\": \"Afghanistan\"\n                    },\n                    {\n                        \"code\": \"VG\",\n                        \"name\": \"Virgin Islands- British\"\n                    }\n                ]\n            },\n            {\n                \"code\": \"GL-139\",\n                \"name\": \"Global (130+ areas)\",\n                \"type\": 2,\n                \"subLocationList\": [\n                    {\n                        \"code\": \"CN\",\n                        \"name\": \"China mainland\"\n                    },\n                    {\n                        \"code\": \"HK\",\n                        \"name\": \"Hong Kong (China)\"\n                    },\n                    {\n                        \"code\": \"TW\",\n                        \"name\": \"Taiwan (China)\"\n                    },\n                    {\n                        \"code\": \"MO\",\n                        \"name\": \"Macao (China)\"\n                    },\n                    {\n                        \"code\": \"TH\",\n                        \"name\": \"Thailand\"\n                    },\n                    {\n                        \"code\": \"MY\",\n                        \"name\": \"Malaysia\"\n                    },\n                    {\n                        \"code\": \"SG\",\n                        \"name\": \"Singapore\"\n                    },\n                    {\n                        \"code\": \"VN\",\n                        \"name\": \"Vietnam\"\n                    },\n                    {\n                        \"code\": \"ID\",\n                        \"name\": \"Indonesia\"\n                    },\n                    {\n                        \"code\": \"PH\",\n                        \"name\": \"Philippines\"\n                    },\n                    {\n                        \"code\": \"KR\",\n                        \"name\": \"South Korea\"\n                    },\n                    {\n                        \"code\": \"IN\",\n                        \"name\": \"India\"\n                    },\n                    {\n                        \"code\": \"SA\",\n                        \"name\": \"Saudi Arabia\"\n                    },\n                    {\n                        \"code\": \"KH\",\n                        \"name\": \"Cambodia\"\n                    },\n                    {\n                        \"code\": \"PK\",\n                        \"name\": \"Pakistan\"\n                    },\n                    {\n                        \"code\": \"LK\",\n                        \"name\": \"Sri Lanka\"\n                    },\n                    {\n                        \"code\": \"JP\",\n                        \"name\": \"Japan\"\n                    },\n                    {\n                        \"code\": \"AT\",\n                        \"name\": \"Austria\"\n                    },\n                    {\n                        \"code\": \"BE\",\n                        \"name\": \"Belgium\"\n                    },\n                    {\n                        \"code\": \"BG\",\n                        \"name\": \"Bulgaria\"\n                    },\n                    {\n                        \"code\": \"HR\",\n                        \"name\": \"Croatia\"\n                    },\n                    {\n                        \"code\": \"CY\",\n                        \"name\": \"Cyprus\"\n                    },\n                    {\n                        \"code\": \"CZ\",\n                        \"name\": \"Czech Republic\"\n                    },\n                    {\n                        \"code\": \"DK\",\n                        \"name\": \"Denmark\"\n                    },\n                    {\n                        \"code\": \"EE\",\n                        \"name\": \"Estonia\"\n                    },\n                    {\n                        \"code\": \"FI\",\n                        \"name\": \"Finland\"\n                    },\n                    {\n                        \"code\": \"FR\",\n                        \"name\": \"France\"\n                    },\n                    {\n                        \"code\": \"DE\",\n                        \"name\": \"Germany\"\n                    },\n                    {\n                        \"code\": \"GR\",\n                        \"name\": \"Greece\"\n                    },\n                    {\n                        \"code\": \"HU\",\n                        \"name\": \"Hungary\"\n                    },\n                    {\n                        \"code\": \"IS\",\n                        \"name\": \"Iceland\"\n                    },\n                    {\n                        \"code\": \"IE\",\n                        \"name\": \"Ireland\"\n                    },\n                    {\n                        \"code\": \"IT\",\n                        \"name\": \"Italy\"\n                    },\n                    {\n                        \"code\": \"LV\",\n                        \"name\": \"Latvia\"\n                    },\n                    {\n                        \"code\": \"LT\",\n                        \"name\": \"Lithuania\"\n                    },\n                    {\n                        \"code\": \"LU\",\n                        \"name\": \"Luxembourg\"\n                    },\n                    {\n                        \"code\": \"MT\",\n                        \"name\": \"Malta\"\n                    },\n                    {\n                        \"code\": \"NL\",\n                        \"name\": \"Netherlands\"\n                    },\n                    {\n                        \"code\": \"PL\",\n                        \"name\": \"Poland\"\n                    },\n                    {\n                        \"code\": \"PT\",\n                        \"name\": \"Portugal\"\n                    },\n                    {\n                        \"code\": \"RO\",\n                        \"name\": \"Romania\"\n                    },\n                    {\n                        \"code\": \"SK\",\n                        \"name\": \"Slovakia\"\n                    },\n                    {\n                        \"code\": \"SI\",\n                        \"name\": \"Slovenia\"\n                    },\n                    {\n                        \"code\": \"ES\",\n                        \"name\": \"Spain\"\n                    },\n                    {\n                        \"code\": \"SE\",\n                        \"name\": \"Sweden\"\n                    },\n                    {\n                        \"code\": \"CH\",\n                        \"name\": \"Switzerland\"\n                    },\n                    {\n                        \"code\": \"UA\",\n                        \"name\": \"Ukraine\"\n                    },\n                    {\n                        \"code\": \"GB\",\n                        \"name\": \"United Kingdom\"\n                    },\n                    {\n                        \"code\": \"AX\",\n                        \"name\": \"Aaland Islands\"\n                    },\n                    {\n                        \"code\": \"IM\",\n                        \"name\": \"Isle of Man\"\n                    },\n                    {\n                        \"code\": \"JE\",\n                        \"name\": \"Jersey\"\n                    },\n                    {\n                        \"code\": \"RU\",\n                        \"name\": \"Russia\"\n                    },\n                    {\n                        \"code\": \"GG\",\n                        \"name\": \"Guernsey\"\n                    },\n                    {\n                        \"code\": \"LI\",\n                        \"name\": \"Liechtenstein\"\n                    },\n                    {\n                        \"code\": \"NO\",\n                        \"name\": \"Norway\"\n                    },\n                    {\n                        \"code\": \"RS\",\n                        \"name\": \"Serbia\"\n                    },\n                    {\n                        \"code\": \"GI\",\n                        \"name\": \"Gibraltar\"\n                    },\n                    {\n                        \"code\": \"IL\",\n                        \"name\": \"Israel\"\n                    },\n                    {\n                        \"code\": \"TR\",\n                        \"name\": \"Turkey\"\n                    },\n                    {\n                        \"code\": \"JO\",\n                        \"name\": \"Jordan\"\n                    },\n                    {\n                        \"code\": \"KW\",\n                        \"name\": \"Kuwait\"\n                    },\n                    {\n                        \"code\": \"OM\",\n                        \"name\": \"Oman\"\n                    },\n                    {\n                        \"code\": \"QA\",\n                        \"name\": \"Qatar\"\n                    },\n                    {\n                        \"code\": \"AM\",\n                        \"name\": \"Armenia\"\n                    },\n                    {\n                        \"code\": \"AE\",\n                        \"name\": \"United Arab Emirates\"\n                    },\n                    {\n                        \"code\": \"AZ\",\n                        \"name\": \"Azerbaijan\"\n                    },\n                    {\n                        \"code\": \"GE\",\n                        \"name\": \"Georgia\"\n                    },\n                    {\n                        \"code\": \"YE\",\n                        \"name\": \"Yemen\"\n                    },\n                    {\n                        \"code\": \"BH\",\n                        \"name\": \"Bahrain\"\n                    },\n                    {\n                        \"code\": \"US\",\n                        \"name\": \"United States\"\n                    },\n                    {\n                        \"code\": \"AU\",\n                        \"name\": \"Australia\"\n                    },\n                    {\n                        \"code\": \"NZ\",\n                        \"name\": \"New Zealand\"\n                    },\n                    {\n                        \"code\": \"AR\",\n                        \"name\": \"Argentina\"\n                    },\n                    {\n                        \"code\": \"BO\",\n                        \"name\": \"Bolivia\"\n                    },\n                    {\n                        \"code\": \"BR\",\n                        \"name\": \"Brazil\"\n                    },\n                    {\n                        \"code\": \"CL\",\n                        \"name\": \"Chile\"\n                    },\n                    {\n                        \"code\": \"CO\",\n                        \"name\": \"Colombia\"\n                    },\n                    {\n                        \"code\": \"CR\",\n                        \"name\": \"Costa Rica\"\n                    },\n                    {\n                        \"code\": \"EC\",\n                        \"name\": \"Ecuador\"\n                    },\n                    {\n                        \"code\": \"SV\",\n                        \"name\": \"El Salvador\"\n                    },\n                    {\n                        \"code\": \"MQ\",\n                        \"name\": \"French West Indies\"\n                    },\n                    {\n                        \"code\": \"GL\",\n                        \"name\": \"Greenland\"\n                    },\n                    {\n                        \"code\": \"GT\",\n                        \"name\": \"Guatemala\"\n                    },\n                    {\n                        \"code\": \"HN\",\n                        \"name\": \"Honduras\"\n                    },\n                    {\n                        \"code\": \"NI\",\n                        \"name\": \"Nicaragua\"\n                    },\n                    {\n                        \"code\": \"PA\",\n                        \"name\": \"Panama\"\n                    },\n                    {\n                        \"code\": \"PY\",\n                        \"name\": \"Paraguay\"\n                    },\n                    {\n                        \"code\": \"PE\",\n                        \"name\": \"Peru\"\n                    },\n                    {\n                        \"code\": \"PR\",\n                        \"name\": \"Puerto Rico\"\n                    },\n                    {\n                        \"code\": \"UY\",\n                        \"name\": \"Uruguay\"\n                    },\n                    {\n                        \"code\": \"RE\",\n                        \"name\": \"Reunion\"\n                    },\n                    {\n                        \"code\": \"MG\",\n                        \"name\": \"Madagascar\"\n                    },\n                    {\n                        \"code\": \"MW\",\n                        \"name\": \"Malawi\"\n                    },\n                    {\n                        \"code\": \"BW\",\n                        \"name\": \"Botswana\"\n                    },\n                    {\n                        \"code\": \"TD\",\n                        \"name\": \"Chad\"\n                    },\n                    {\n                        \"code\": \"CG\",\n                        \"name\": \"Congo\"\n                    },\n                    {\n                        \"code\": \"CD\",\n                        \"name\": \"Democratic Republic of the Congo\"\n                    },\n                    {\n                        \"code\": \"CI\",\n                        \"name\": \"Cote d'Ivoire\"\n                    },\n                    {\n                        \"code\": \"EG\",\n                        \"name\": \"Egypt\"\n                    },\n                    {\n                        \"code\": \"GA\",\n                        \"name\": \"Gabon\"\n                    },\n                    {\n                        \"code\": \"GH\",\n                        \"name\": \"Ghana\"\n                    },\n                    {\n                        \"code\": \"GW\",\n                        \"name\": \"Guinea-Bissau\"\n                    },\n                    {\n                        \"code\": \"KE\",\n                        \"name\": \"Kenya\"\n                    },\n                    {\n                        \"code\": \"LR\",\n                        \"name\": \"Liberia\"\n                    },\n                    {\n                        \"code\": \"ML\",\n                        \"name\": \"Mali\"\n                    },\n                    {\n                        \"code\": \"MA\",\n                        \"name\": \"Morocco\"\n                    },\n                    {\n                        \"code\": \"NE\",\n                        \"name\": \"Niger\"\n                    },\n                    {\n                        \"code\": \"NG\",\n                        \"name\": \"Nigeria\"\n                    },\n                    {\n                        \"code\": \"SN\",\n                        \"name\": \"Senegal\"\n                    },\n                    {\n                        \"code\": \"SC\",\n                        \"name\": \"Seychelles\"\n                    },\n                    {\n                        \"code\": \"ZA\",\n                        \"name\": \"South Africa\"\n                    },\n                    {\n                        \"code\": \"SD\",\n                        \"name\": \"Sudan\"\n                    },\n                    {\n                        \"code\": \"SZ\",\n                        \"name\": \"Swaziland\"\n                    },\n                    {\n                        \"code\": \"TZ\",\n                        \"name\": \"Tanzania\"\n                    },\n                    {\n                        \"code\": \"TN\",\n                        \"name\": \"Tunisia\"\n                    },\n                    {\n                        \"code\": \"UG\",\n                        \"name\": \"Uganda\"\n                    },\n                    {\n                        \"code\": \"ZM\",\n                        \"name\": \"Zambia\"\n                    },\n                    {\n                        \"code\": \"CA\",\n                        \"name\": \"Canada\"\n                    },\n                    {\n                        \"code\": \"MX\",\n                        \"name\": \"Mexico\"\n                    },\n                    {\n                        \"code\": \"BD\",\n                        \"name\": \"Bangladesh\"\n                    },\n                    {\n                        \"code\": \"UZ\",\n                        \"name\": \"Uzbekistan\"\n                    },\n                    {\n                        \"code\": \"KZ\",\n                        \"name\": \"Kazakhstan\"\n                    },\n                    {\n                        \"code\": \"KG\",\n                        \"name\": \"Kyrgyzstan\"\n                    },\n                    {\n                        \"code\": \"XK\",\n                        \"name\": \"Kosovo\"\n                    },\n                    {\n                        \"code\": \"MD\",\n                        \"name\": \"Moldova\"\n                    },\n                    {\n                        \"code\": \"MC\",\n                        \"name\": \"Monaco\"\n                    },\n                    {\n                        \"code\": \"ME\",\n                        \"name\": \"Montenegro\"\n                    },\n                    {\n                        \"code\": \"WS\",\n                        \"name\": \"Samoa\"\n                    },\n                    {\n                        \"code\": \"AL\",\n                        \"name\": \"Albania\"\n                    },\n                    {\n                        \"code\": \"BY\",\n                        \"name\": \"Belarus\"\n                    },\n                    {\n                        \"code\": \"BA\",\n                        \"name\": \"Bosnia and Herzegovina\"\n                    },\n                    {\n                        \"code\": \"DZ\",\n                        \"name\": \"Algeria\"\n                    },\n                    {\n                        \"code\": \"CM\",\n                        \"name\": \"Cameroon\"\n                    },\n                    {\n                        \"code\": \"KI\",\n                        \"name\": \"Kiribati\"\n                    },\n                    {\n                        \"code\": \"BN\",\n                        \"name\": \"Brunei Darussalam\"\n                    },\n                    {\n                        \"code\": \"BF\",\n                        \"name\": \"Burkina Faso\"\n                    },\n                    {\n                        \"code\": \"MK\",\n                        \"name\": \"North Macedonia\"\n                    }\n                ]\n            },\n            {\n                \"code\": \"ME-13\",\n                \"name\": \"Middle East\",\n                \"type\": 2,\n                \"subLocationList\": [\n                    {\n                        \"code\": \"BH\",\n                        \"name\": \"Bahrain\"\n                    },\n                    {\n                        \"code\": \"SA\",\n                        \"name\": \"Saudi Arabia\"\n                    },\n                    {\n                        \"code\": \"IL\",\n                        \"name\": \"Israel\"\n                    },\n                    {\n                        \"code\": \"TR\",\n                        \"name\": \"Turkey\"\n                    },\n                    {\n                        \"code\": \"JO\",\n                        \"name\": \"Jordan\"\n                    },\n                    {\n                        \"code\": \"KW\",\n                        \"name\": \"Kuwait\"\n                    },\n                    {\n                        \"code\": \"OM\",\n                        \"name\": \"Oman\"\n                    },\n                    {\n                        \"code\": \"QA\",\n                        \"name\": \"Qatar\"\n                    },\n                    {\n                        \"code\": \"AM\",\n                        \"name\": \"Armenia\"\n                    },\n                    {\n                        \"code\": \"AE\",\n                        \"name\": \"United Arab Emirates\"\n                    },\n                    {\n                        \"code\": \"AZ\",\n                        \"name\": \"Azerbaijan\"\n                    }\n                ]\n            },\n            {\n                \"code\": \"CN-3\",\n                \"name\": \"China (mainland HK Macao)\",\n                \"type\": 2,\n                \"subLocationList\": [\n                    {\n                        \"code\": \"CN\",\n                        \"name\": \"China mainland\"\n                    },\n                    {\n                        \"code\": \"HK\",\n                        \"name\": \"Hong Kong (China)\"\n                    },\n                    {\n                        \"code\": \"MO\",\n                        \"name\": \"Macao (China)\"\n                    }\n                ]\n            },\n            {\n                \"code\": \"AS-7\",\n                \"name\": \"Asia (7 areas)\",\n                \"type\": 2,\n                \"subLocationList\": [\n                    {\n                        \"code\": \"VN\",\n                        \"name\": \"Vietnam\"\n                    },\n                    {\n                        \"code\": \"ID\",\n                        \"name\": \"Indonesia\"\n                    },\n                    {\n                        \"code\": \"PH\",\n                        \"name\": \"Philippines\"\n                    },\n                    {\n                        \"code\": \"KH\",\n                        \"name\": \"Cambodia\"\n                    },\n                    {\n                        \"code\": \"TH\",\n                        \"name\": \"Thailand\"\n                    },\n                    {\n                        \"code\": \"MY\",\n                        \"name\": \"Malaysia\"\n                    },\n                    {\n                        \"code\": \"SG\",\n                        \"name\": \"Singapore\"\n                    }\n                ]\n            },\n            {\n                \"code\": \"AS-20\",\n                \"name\": \"Asia (20 areas)\",\n                \"type\": 2,\n                \"subLocationList\": [\n                    {\n                        \"code\": \"AU\",\n                        \"name\": \"Australia\"\n                    },\n                    {\n                        \"code\": \"NZ\",\n                        \"name\": \"New Zealand\"\n                    },\n                    {\n                        \"code\": \"CN\",\n                        \"name\": \"China mainland\"\n                    },\n                    {\n                        \"code\": \"HK\",\n                        \"name\": \"Hong Kong (China)\"\n                    },\n                    {\n                        \"code\": \"MO\",\n                        \"name\": \"Macao (China)\"\n                    },\n                    {\n                        \"code\": \"TH\",\n                        \"name\": \"Thailand\"\n                    },\n                    {\n                        \"code\": \"MY\",\n                        \"name\": \"Malaysia\"\n                    },\n                    {\n                        \"code\": \"SG\",\n                        \"name\": \"Singapore\"\n                    },\n                    {\n                        \"code\": \"VN\",\n                        \"name\": \"Vietnam\"\n                    },\n                    {\n                        \"code\": \"ID\",\n                        \"name\": \"Indonesia\"\n                    },\n                    {\n                        \"code\": \"PH\",\n                        \"name\": \"Philippines\"\n                    },\n                    {\n                        \"code\": \"KR\",\n                        \"name\": \"South Korea\"\n                    },\n                    {\n                        \"code\": \"IN\",\n                        \"name\": \"India\"\n                    },\n                    {\n                        \"code\": \"SA\",\n                        \"name\": \"Saudi Arabia\"\n                    },\n                    {\n                        \"code\": \"KH\",\n                        \"name\": \"Cambodia\"\n                    },\n                    {\n                        \"code\": \"PK\",\n                        \"name\": \"Pakistan\"\n                    },\n                    {\n                        \"code\": \"IL\",\n                        \"name\": \"Israel\"\n                    },\n                    {\n                        \"code\": \"LK\",\n                        \"name\": \"Sri Lanka\"\n                    },\n                    {\n                        \"code\": \"JP\",\n                        \"name\": \"Japan\"\n                    },\n                    {\n                        \"code\": \"KW\",\n                        \"name\": \"Kuwait\"\n                    }\n                ]\n            },\n            {\n                \"code\": \"SGMYTH-3\",\n                \"name\": \"Singapore & Malaysia & Thailand\",\n                \"type\": 2,\n                \"subLocationList\": [\n                    {\n                        \"code\": \"TH\",\n                        \"name\": \"Thailand\"\n                    },\n                    {\n                        \"code\": \"MY\",\n                        \"name\": \"Malaysia\"\n                    },\n                    {\n                        \"code\": \"SG\",\n                        \"name\": \"Singapore\"\n                    }\n                ]\n            },\n            {\n                \"code\": \"EU-30\",\n                \"name\": \"Europe (30+ areas)\",\n                \"type\": 2,\n                \"subLocationList\": [\n                    {\n                        \"code\": \"IS\",\n                        \"name\": \"Iceland\"\n                    },\n                    {\n                        \"code\": \"IE\",\n                        \"name\": \"Ireland\"\n                    },\n                    {\n                        \"code\": \"IT\",\n                        \"name\": \"Italy\"\n                    },\n                    {\n                        \"code\": \"LV\",\n                        \"name\": \"Latvia\"\n                    },\n                    {\n                        \"code\": \"LT\",\n                        \"name\": \"Lithuania\"\n                    },\n                    {\n                        \"code\": \"LU\",\n                        \"name\": \"Luxembourg\"\n                    },\n                    {\n                        \"code\": \"MT\",\n                        \"name\": \"Malta\"\n                    },\n                    {\n                        \"code\": \"NL\",\n                        \"name\": \"Netherlands\"\n                    },\n                    {\n                        \"code\": \"PL\",\n                        \"name\": \"Poland\"\n                    },\n                    {\n                        \"code\": \"PT\",\n                        \"name\": \"Portugal\"\n                    },\n                    {\n                        \"code\": \"RO\",\n                        \"name\": \"Romania\"\n                    },\n                    {\n                        \"code\": \"SK\",\n                        \"name\": \"Slovakia\"\n                    },\n                    {\n                        \"code\": \"SI\",\n                        \"name\": \"Slovenia\"\n                    },\n                    {\n                        \"code\": \"ES\",\n                        \"name\": \"Spain\"\n                    },\n                    {\n                        \"code\": \"SE\",\n                        \"name\": \"Sweden\"\n                    },\n                    {\n                        \"code\": \"CH\",\n                        \"name\": \"Switzerland\"\n                    },\n                    {\n                        \"code\": \"UA\",\n                        \"name\": \"Ukraine\"\n                    },\n                    {\n                        \"code\": \"GB\",\n                        \"name\": \"United Kingdom\"\n                    },\n                    {\n                        \"code\": \"LI\",\n                        \"name\": \"Liechtenstein\"\n                    },\n                    {\n                        \"code\": \"NO\",\n                        \"name\": \"Norway\"\n                    },\n                    {\n                        \"code\": \"AT\",\n                        \"name\": \"Austria\"\n                    },\n                    {\n                        \"code\": \"BE\",\n                        \"name\": \"Belgium\"\n                    },\n                    {\n                        \"code\": \"BG\",\n                        \"name\": \"Bulgaria\"\n                    },\n                    {\n                        \"code\": \"HR\",\n                        \"name\": \"Croatia\"\n                    },\n                    {\n                        \"code\": \"CY\",\n                        \"name\": \"Cyprus\"\n                    },\n                    {\n                        \"code\": \"CZ\",\n                        \"name\": \"Czech Republic\"\n                    },\n                    {\n                        \"code\": \"TR\",\n                        \"name\": \"Turkey\"\n                    },\n                    {\n                        \"code\": \"DK\",\n                        \"name\": \"Denmark\"\n                    },\n                    {\n                        \"code\": \"EE\",\n                        \"name\": \"Estonia\"\n                    },\n                    {\n                        \"code\": \"FI\",\n                        \"name\": \"Finland\"\n                    },\n                    {\n                        \"code\": \"FR\",\n                        \"name\": \"France\"\n                    },\n                    {\n                        \"code\": \"DE\",\n                        \"name\": \"Germany\"\n                    },\n                    {\n                        \"code\": \"GR\",\n                        \"name\": \"Greece\"\n                    },\n                    {\n                        \"code\": \"HU\",\n                        \"name\": \"Hungary\"\n                    }\n                ]\n            },\n            {\n                \"code\": \"GL-120\",\n                \"name\": \"Global (120+ areas)\",\n                \"type\": 2,\n                \"subLocationList\": [\n                    {\n                        \"code\": \"CN\",\n                        \"name\": \"China mainland\"\n                    },\n                    {\n                        \"code\": \"HK\",\n                        \"name\": \"Hong Kong (China)\"\n                    },\n                    {\n                        \"code\": \"TW\",\n                        \"name\": \"Taiwan (China)\"\n                    },\n                    {\n                        \"code\": \"MO\",\n                        \"name\": \"Macao (China)\"\n                    },\n                    {\n                        \"code\": \"TH\",\n                        \"name\": \"Thailand\"\n                    },\n                    {\n                        \"code\": \"MY\",\n                        \"name\": \"Malaysia\"\n                    },\n                    {\n                        \"code\": \"SG\",\n                        \"name\": \"Singapore\"\n                    },\n                    {\n                        \"code\": \"ID\",\n                        \"name\": \"Indonesia\"\n                    },\n                    {\n                        \"code\": \"PH\",\n                        \"name\": \"Philippines\"\n                    },\n                    {\n                        \"code\": \"KR\",\n                        \"name\": \"South Korea\"\n                    },\n                    {\n                        \"code\": \"IN\",\n                        \"name\": \"India\"\n                    },\n                    {\n                        \"code\": \"SA\",\n                        \"name\": \"Saudi Arabia\"\n                    },\n                    {\n                        \"code\": \"PK\",\n                        \"name\": \"Pakistan\"\n                    },\n                    {\n                        \"code\": \"LK\",\n                        \"name\": \"Sri Lanka\"\n                    },\n                    {\n                        \"code\": \"JP\",\n                        \"name\": \"Japan\"\n                    },\n                    {\n                        \"code\": \"AT\",\n                        \"name\": \"Austria\"\n                    },\n                    {\n                        \"code\": \"BE\",\n                        \"name\": \"Belgium\"\n                    },\n                    {\n                        \"code\": \"BG\",\n                        \"name\": \"Bulgaria\"\n                    },\n                    {\n                        \"code\": \"HR\",\n                        \"name\": \"Croatia\"\n                    },\n                    {\n                        \"code\": \"CY\",\n                        \"name\": \"Cyprus\"\n                    },\n                    {\n                        \"code\": \"CZ\",\n                        \"name\": \"Czech Republic\"\n                    },\n                    {\n                        \"code\": \"DK\",\n                        \"name\": \"Denmark\"\n                    },\n                    {\n                        \"code\": \"EE\",\n                        \"name\": \"Estonia\"\n                    },\n                    {\n                        \"code\": \"FI\",\n                        \"name\": \"Finland\"\n                    },\n                    {\n                        \"code\": \"FR\",\n                        \"name\": \"France\"\n                    },\n                    {\n                        \"code\": \"DE\",\n                        \"name\": \"Germany\"\n                    },\n                    {\n                        \"code\": \"GR\",\n                        \"name\": \"Greece\"\n                    },\n                    {\n                        \"code\": \"HU\",\n                        \"name\": \"Hungary\"\n                    },\n                    {\n                        \"code\": \"IS\",\n                        \"name\": \"Iceland\"\n                    },\n                    {\n                        \"code\": \"IE\",\n                        \"name\": \"Ireland\"\n                    },\n                    {\n                        \"code\": \"IT\",\n                        \"name\": \"Italy\"\n                    },\n                    {\n                        \"code\": \"LV\",\n                        \"name\": \"Latvia\"\n                    },\n                    {\n                        \"code\": \"LT\",\n                        \"name\": \"Lithuania\"\n                    },\n                    {\n                        \"code\": \"LU\",\n                        \"name\": \"Luxembourg\"\n                    },\n                    {\n                        \"code\": \"MT\",\n                        \"name\": \"Malta\"\n                    },\n                    {\n                        \"code\": \"NL\",\n                        \"name\": \"Netherlands\"\n                    },\n                    {\n                        \"code\": \"PL\",\n                        \"name\": \"Poland\"\n                    },\n                    {\n                        \"code\": \"PT\",\n                        \"name\": \"Portugal\"\n                    },\n                    {\n                        \"code\": \"RO\",\n                        \"name\": \"Romania\"\n                    },\n                    {\n                        \"code\": \"SK\",\n                        \"name\": \"Slovakia\"\n                    },\n                    {\n                        \"code\": \"SI\",\n                        \"name\": \"Slovenia\"\n                    },\n                    {\n                        \"code\": \"ES\",\n                        \"name\": \"Spain\"\n                    },\n                    {\n                        \"code\": \"SE\",\n                        \"name\": \"Sweden\"\n                    },\n                    {\n                        \"code\": \"CH\",\n                        \"name\": \"Switzerland\"\n                    },\n                    {\n                        \"code\": \"UA\",\n                        \"name\": \"Ukraine\"\n                    },\n                    {\n                        \"code\": \"GB\",\n                        \"name\": \"United Kingdom\"\n                    },\n                    {\n                        \"code\": \"RU\",\n                        \"name\": \"Russia\"\n                    },\n                    {\n                        \"code\": \"LI\",\n                        \"name\": \"Liechtenstein\"\n                    },\n                    {\n                        \"code\": \"NO\",\n                        \"name\": \"Norway\"\n                    },\n                    {\n                        \"code\": \"RS\",\n                        \"name\": \"Serbia\"\n                    },\n                    {\n                        \"code\": \"GI\",\n                        \"name\": \"Gibraltar\"\n                    },\n                    {\n                        \"code\": \"IL\",\n                        \"name\": \"Israel\"\n                    },\n                    {\n                        \"code\": \"TR\",\n                        \"name\": \"Turkey\"\n                    },\n                    {\n                        \"code\": \"JO\",\n                        \"name\": \"Jordan\"\n                    },\n                    {\n                        \"code\": \"KW\",\n                        \"name\": \"Kuwait\"\n                    },\n                    {\n                        \"code\": \"OM\",\n                        \"name\": \"Oman\"\n                    },\n                    {\n                        \"code\": \"QA\",\n                        \"name\": \"Qatar\"\n                    },\n                    {\n                        \"code\": \"AM\",\n                        \"name\": \"Armenia\"\n                    },\n                    {\n                        \"code\": \"AE\",\n                        \"name\": \"United Arab Emirates\"\n                    },\n                    {\n                        \"code\": \"AZ\",\n                        \"name\": \"Azerbaijan\"\n                    },\n                    {\n                        \"code\": \"US\",\n                        \"name\": \"United States\"\n                    },\n                    {\n                        \"code\": \"AU\",\n                        \"name\": \"Australia\"\n                    },\n                    {\n                        \"code\": \"NZ\",\n                        \"name\": \"New Zealand\"\n                    },\n                    {\n                        \"code\": \"AR\",\n                        \"name\": \"Argentina\"\n                    },\n                    {\n                        \"code\": \"BO\",\n                        \"name\": \"Bolivia\"\n                    },\n                    {\n                        \"code\": \"BR\",\n                        \"name\": \"Brazil\"\n                    },\n                    {\n                        \"code\": \"CL\",\n                        \"name\": \"Chile\"\n                    },\n                    {\n                        \"code\": \"CO\",\n                        \"name\": \"Colombia\"\n                    },\n                    {\n                        \"code\": \"CR\",\n                        \"name\": \"Costa Rica\"\n                    },\n                    {\n                        \"code\": \"EC\",\n                        \"name\": \"Ecuador\"\n                    },\n                    {\n                        \"code\": \"SV\",\n                        \"name\": \"El Salvador\"\n                    },\n                    {\n                        \"code\": \"GT\",\n                        \"name\": \"Guatemala\"\n                    },\n                    {\n                        \"code\": \"HN\",\n                        \"name\": \"Honduras\"\n                    },\n                    {\n                        \"code\": \"NI\",\n                        \"name\": \"Nicaragua\"\n                    },\n                    {\n                        \"code\": \"PA\",\n                        \"name\": \"Panama\"\n                    },\n                    {\n                        \"code\": \"PY\",\n                        \"name\": \"Paraguay\"\n                    },\n                    {\n                        \"code\": \"PE\",\n                        \"name\": \"Peru\"\n                    },\n                    {\n                        \"code\": \"PR\",\n                        \"name\": \"Puerto Rico\"\n                    },\n                    {\n                        \"code\": \"UY\",\n                        \"name\": \"Uruguay\"\n                    },\n                    {\n                        \"code\": \"MG\",\n                        \"name\": \"Madagascar\"\n                    },\n                    {\n                        \"code\": \"MW\",\n                        \"name\": \"Malawi\"\n                    },\n                    {\n                        \"code\": \"BW\",\n                        \"name\": \"Botswana\"\n                    },\n                    {\n                        \"code\": \"CF\",\n                        \"name\": \"Central African Republic\"\n                    },\n                    {\n                        \"code\": \"TD\",\n                        \"name\": \"Chad\"\n                    },\n                    {\n                        \"code\": \"CG\",\n                        \"name\": \"Congo\"\n                    },\n                    {\n                        \"code\": \"CD\",\n                        \"name\": \"Democratic Republic of the Congo\"\n                    },\n                    {\n                        \"code\": \"CI\",\n                        \"name\": \"Cote d'Ivoire\"\n                    },\n                    {\n                        \"code\": \"EG\",\n                        \"name\": \"Egypt\"\n                    },\n                    {\n                        \"code\": \"GA\",\n                        \"name\": \"Gabon\"\n                    },\n                    {\n                        \"code\": \"GH\",\n                        \"name\": \"Ghana\"\n                    },\n                    {\n                        \"code\": \"GW\",\n                        \"name\": \"Guinea-Bissau\"\n                    },\n                    {\n                        \"code\": \"KE\",\n                        \"name\": \"Kenya\"\n                    },\n                    {\n                        \"code\": \"LR\",\n                        \"name\": \"Liberia\"\n                    },\n                    {\n                        \"code\": \"ML\",\n                        \"name\": \"Mali\"\n                    },\n                    {\n                        \"code\": \"MA\",\n                        \"name\": \"Morocco\"\n                    },\n                    {\n                        \"code\": \"NE\",\n                        \"name\": \"Niger\"\n                    },\n                    {\n                        \"code\": \"NG\",\n                        \"name\": \"Nigeria\"\n                    },\n                    {\n                        \"code\": \"SN\",\n                        \"name\": \"Senegal\"\n                    },\n                    {\n                        \"code\": \"SC\",\n                        \"name\": \"Seychelles\"\n                    },\n                    {\n                        \"code\": \"ZA\",\n                        \"name\": \"South Africa\"\n                    },\n                    {\n                        \"code\": \"SZ\",\n                        \"name\": \"Swaziland\"\n                    },\n                    {\n                        \"code\": \"TZ\",\n                        \"name\": \"Tanzania\"\n                    },\n                    {\n                        \"code\": \"TN\",\n                        \"name\": \"Tunisia\"\n                    },\n                    {\n                        \"code\": \"UG\",\n                        \"name\": \"Uganda\"\n                    },\n                    {\n                        \"code\": \"ZM\",\n                        \"name\": \"Zambia\"\n                    },\n                    {\n                        \"code\": \"CA\",\n                        \"name\": \"Canada\"\n                    },\n                    {\n                        \"code\": \"MX\",\n                        \"name\": \"Mexico\"\n                    },\n                    {\n                        \"code\": \"GU\",\n                        \"name\": \"Guam\"\n                    },\n                    {\n                        \"code\": \"UZ\",\n                        \"name\": \"Uzbekistan\"\n                    },\n                    {\n                        \"code\": \"KZ\",\n                        \"name\": \"Kazakhstan\"\n                    },\n                    {\n                        \"code\": \"KG\",\n                        \"name\": \"Kyrgyzstan\"\n                    },\n                    {\n                        \"code\": \"XK\",\n                        \"name\": \"Kosovo\"\n                    },\n                    {\n                        \"code\": \"MD\",\n                        \"name\": \"Moldova\"\n                    },\n                    {\n                        \"code\": \"MC\",\n                        \"name\": \"Monaco\"\n                    },\n                    {\n                        \"code\": \"ME\",\n                        \"name\": \"Montenegro\"\n                    },\n                    {\n                        \"code\": \"AL\",\n                        \"name\": \"Albania\"\n                    },\n                    {\n                        \"code\": \"BA\",\n                        \"name\": \"Bosnia and Herzegovina\"\n                    },\n                    {\n                        \"code\": \"CM\",\n                        \"name\": \"Cameroon\"\n                    },\n                    {\n                        \"code\": \"MK\",\n                        \"name\": \"North Macedonia\"\n                    },\n                    {\n                        \"code\": \"MU\",\n                        \"name\": \"Mauritius\"\n                    }\n                ]\n            },\n            {\n                \"code\": \"AS-12\",\n                \"name\": \"Asia (12 areas)\",\n                \"type\": 2,\n                \"subLocationList\": [\n                    {\n                        \"code\": \"VN\",\n                        \"name\": \"Vietnam\"\n                    },\n                    {\n                        \"code\": \"ID\",\n                        \"name\": \"Indonesia\"\n                    },\n                    {\n                        \"code\": \"KR\",\n                        \"name\": \"South Korea\"\n                    },\n                    {\n                        \"code\": \"KH\",\n                        \"name\": \"Cambodia\"\n                    },\n                    {\n                        \"code\": \"CN\",\n                        \"name\": \"China mainland\"\n                    },\n                    {\n                        \"code\": \"JP\",\n                        \"name\": \"Japan\"\n                    },\n                    {\n                        \"code\": \"HK\",\n                        \"name\": \"Hong Kong (China)\"\n                    },\n                    {\n                        \"code\": \"TW\",\n                        \"name\": \"Taiwan (China)\"\n                    },\n                    {\n                        \"code\": \"MO\",\n                        \"name\": \"Macao (China)\"\n                    },\n                    {\n                        \"code\": \"TH\",\n                        \"name\": \"Thailand\"\n                    },\n                    {\n                        \"code\": \"MY\",\n                        \"name\": \"Malaysia\"\n                    },\n                    {\n                        \"code\": \"SG\",\n                        \"name\": \"Singapore\"\n                    }\n                ]\n            },\n            {\n                \"code\": \"AS-5\",\n                \"name\": \"Central Asia\",\n                \"type\": 2,\n                \"subLocationList\": [\n                    {\n                        \"code\": \"UZ\",\n                        \"name\": \"Uzbekistan\"\n                    },\n                    {\n                        \"code\": \"KZ\",\n                        \"name\": \"Kazakhstan\"\n                    },\n                    {\n                        \"code\": \"KG\",\n                        \"name\": \"Kyrgyzstan\"\n                    },\n                    {\n                        \"code\": \"PK\",\n                        \"name\": \"Pakistan\"\n                    },\n                    {\n                        \"code\": \"LK\",\n                        \"name\": \"Sri Lanka\"\n                    }\n                ]\n            },\n            {\n                \"code\": \"ME-6\",\n                \"name\": \"Gulf Region\",\n                \"type\": 2,\n                \"subLocationList\": [\n                    {\n                        \"code\": \"BH\",\n                        \"name\": \"Bahrain\"\n                    },\n                    {\n                        \"code\": \"SA\",\n                        \"name\": \"Saudi Arabia\"\n                    },\n                    {\n                        \"code\": \"KW\",\n                        \"name\": \"Kuwait\"\n                    },\n                    {\n                        \"code\": \"QA\",\n                        \"name\": \"Qatar\"\n                    },\n                    {\n                        \"code\": \"IQ\",\n                        \"name\": \"Iraq\"\n                    },\n                    {\n                        \"code\": \"AE\",\n                        \"name\": \"United Arab Emirates\"\n                    }\n                ]\n            },\n            {\n                \"code\": \"CB-25\",\n                \"name\": \"Caribbean (20+ areas)\",\n                \"type\": 2,\n                \"subLocationList\": [\n                    {\n                        \"code\": \"AR\",\n                        \"name\": \"Argentina\"\n                    },\n                    {\n                        \"code\": \"BO\",\n                        \"name\": \"Bolivia\"\n                    },\n                    {\n                        \"code\": \"BR\",\n                        \"name\": \"Brazil\"\n                    },\n                    {\n                        \"code\": \"CO\",\n                        \"name\": \"Colombia\"\n                    },\n                    {\n                        \"code\": \"DO\",\n                        \"name\": \"Dominican Republic\"\n                    },\n                    {\n                        \"code\": \"PY\",\n                        \"name\": \"Paraguay\"\n                    },\n                    {\n                        \"code\": \"GP\",\n                        \"name\": \"Guadeloupe\"\n                    },\n                    {\n                        \"code\": \"PE\",\n                        \"name\": \"Peru\"\n                    },\n                    {\n                        \"code\": \"PR\",\n                        \"name\": \"Puerto Rico\"\n                    },\n                    {\n                        \"code\": \"UY\",\n                        \"name\": \"Uruguay\"\n                    },\n                    {\n                        \"code\": \"AI\",\n                        \"name\": \"Anguilla\"\n                    },\n                    {\n                        \"code\": \"AG\",\n                        \"name\": \"Antigua and Barbuda\"\n                    },\n                    {\n                        \"code\": \"BB\",\n                        \"name\": \"Barbados\"\n                    },\n                    {\n                        \"code\": \"GD\",\n                        \"name\": \"Grenada\"\n                    },\n                    {\n                        \"code\": \"MS\",\n                        \"name\": \"Montserrat\"\n                    },\n                    {\n                        \"code\": \"KN\",\n                        \"name\": \"Saint Kitts and Nevis\"\n                    },\n                    {\n                        \"code\": \"AN\",\n                        \"name\": \"Netherlands Antilles\"\n                    },\n                    {\n                        \"code\": \"LC\",\n                        \"name\": \"Saint Lucia\"\n                    },\n                    {\n                        \"code\": \"GF\",\n                        \"name\": \"French Guiana\"\n                    },\n                    {\n                        \"code\": \"VC\",\n                        \"name\": \"Saint Vincent and the Grenadines\"\n                    },\n                    {\n                        \"code\": \"DM\",\n                        \"name\": \"Dominica\"\n                    },\n                    {\n                        \"code\": \"TC\",\n                        \"name\": \"Turks and Caicos Islands\"\n                    },\n                    {\n                        \"code\": \"VG\",\n                        \"name\": \"Virgin Islands- British\"\n                    },\n                    {\n                        \"code\": \"JM\",\n                        \"name\": \"Jamaica\"\n                    },\n                    {\n                        \"code\": \"KY\",\n                        \"name\": \"Cayman Islands\"\n                    }\n                ]\n            },\n            {\n                \"code\": \"CNJPKR-3\",\n                \"name\": \"China mainland & Japan & South Korea \",\n                \"type\": 2,\n                \"subLocationList\": [\n                    {\n                        \"code\": \"KR\",\n                        \"name\": \"South Korea\"\n                    },\n                    {\n                        \"code\": \"CN\",\n                        \"name\": \"China mainland\"\n                    },\n                    {\n                        \"code\": \"JP\",\n                        \"name\": \"Japan\"\n                    }\n                ]\n            }\n        ]\n    }\n}"}],"_postman_id":"756ec9fa-d16e-4366-98a8-8bad806f9d1a"}],"id":"a0c0f216-b3f2-40a9-b722-718615f88d75","description":"<h4 id=\"authentication-methods\">Authentication methods</h4>\n<h5 id=\"key-in-header\">Key in Header</h5>\n<p>Use the <code>AccessCode</code> as the API key in header authentication method.</p>\n<h5 id=\"hmac-signature\">HMAC Signature</h5>\n<p>HMAC-SHA256 signature calculation (hash-based message authentication code) uses a secret key to generate a unique signature for a message. The signature is then used to verify the authenticity of the message.</p>\n<h5 id=\"request-header-authenticaion\">Request Header Authenticaion</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>RT-AccessCode</td>\n<td>Access Key found in your account, used in signData</td>\n</tr>\n<tr>\n<td>RT-RequestID</td>\n<td>Request ID with the uuid.v4() method generates a new random UUID (Universally Unique Identifier).</td>\n</tr>\n<tr>\n<td>RT-Signature</td>\n<td>Signature (HexString) of the request</td>\n</tr>\n<tr>\n<td>RT-Timestamp</td>\n<td>Request sending timestamp (<strong>in</strong> <strong>milliseconds</strong>) as a string</td>\n</tr>\n<tr>\n<td>SecretKey</td>\n<td>Used in the signature request, found in your account.</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"calculation-by-hmac-sha256\">Calculation by HMAC-SHA256:</h5>\n<ul>\n<li>signData = Timestamp + RequestID + AccessCode + RequestBody</li>\n<li>signature = HMACSHA256(signData, SecretCode)</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-java\">// Concatenate RT-Timestamp, RT-RequestID, RT-AccessCode, and requestBody into one string.\n// This string, signStr, will be used as the data to hash in the HMAC-SHA256 function.\nString signStr = RT-Timestamp  +  RT-RequestID + RT-AccessCode + requestBody\n// Generate an HMAC-SHA256 hash of the signStr using the secretKey. \n// The resulting hash is converted to all lowercase characters for standardization purposes.\nsign = HMACSha256(signStr, secretKey).toLowerCase();\n\n</code></pre>\n<h5 id=\"signature-example\">Signature Example</h5>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Timestamp=1628670421\nRequestID=4ce9d9cdac9e4e17b3a2c66c358c1ce2\nAccessCode=11111\nSecretKey=1111\nRequestBody={\"imsi\":\"326543826\"}\nsignStr=16286704214ce9d9cdac9e4e17b3a2c66c358c1ce211111{\"imsi\":\"326543826\"}\nSignature=7EB765E27DF5373DEA2DBC8C41A7D9557743E46C8054750F3D851B3FD01D0835\n\n</code></pre>","event":[{"listen":"prerequest","script":{"id":"1e2ec7ae-5c82-4e5d-bbfb-9636a5162b1d","type":"text/javascript","exec":["/**"," * The function of this script is to set 4 request headers"," * "," * RT-Timestamp, RT-RequestID, RT-AccessCode, RT-Signature"," */","","var Header = require('postman-collection').Header;","","// set RT-Timestamp","var timestamp = '' + (new Date()).valueOf();","pm.request.headers.append(Header.create(timestamp,'RT-Timestamp'));","","// set RT-RequestID","var uuid = require('uuid'); ","var requestId = '' + uuid.v4();","pm.request.headers.append(Header.create(requestId,'RT-RequestID'));","","// set RT-AccessCode","var accessCode = pm.variables.get('accessCode');","pm.request.headers.append(Header.create(accessCode,'RT-AccessCode'));","","// get requestBody, secretKey","var requestBody = pm.request.body.raw;","var secretKey = pm.variables.get('secretKey');","","// sign the request","var signStr = timestamp + requestId +  accessCode + requestBody;","var hash = CryptoJS.HmacSHA256(signStr, secretKey);","var signature = CryptoJS.enc.Hex.stringify(hash);","","// set RT-Signature","pm.request.headers.append(Header.create(signature,'RT-Signature'));"]}},{"listen":"test","script":{"id":"44fadd74-8214-4dac-b88b-62ac53d37f2b","type":"text/javascript","exec":[""]}}],"_postman_id":"a0c0f216-b3f2-40a9-b722-718615f88d75","auth":{"type":"apikey","apikey":{"value":"{{accessCode}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"98788d5a-8083-4aa1-affb-9553291db0e3","id":"98788d5a-8083-4aa1-affb-9553291db0e3","name":"eSIM Access API","type":"collection"}}},{"name":"Webhooks","item":[],"id":"6ff716a7-5b8a-47e2-bcd2-250da94ac325","description":"<h5 id=\"endpoint-setup\"><strong>Endpoint Setup</strong></h5>\n<p>Adding your webhook the first time will trigger a test webhook send. If you have a correctly working endpoint, you will receive an <code>CHECK_HEALTH</code> event. If our test send fails, your endpoint cannot be saved. To check a valid endpoint try <a href=\"https://webhook.site/\">https://webhook.site/</a></p>\n<p><code>{\"notifyType\":\"CHECK_HEALTH\",\"content\":{\"orderNo\":\"1234567890\",\"orderStatus\":\"Test\"}}</code>**</p>\n<p>Set your webhook URL to receive POST requests** <strong>in your account</strong>.<br />The notifications contain a <code>notifyType</code> field indicating the event category and a <code>content</code> object with specific details. Here are the types you can expect:</p>\n<ol>\n<li><p><code>ORDER_STATUS</code></p>\n<ul>\n<li><p><strong>Trigger:</strong> Sent when an eSIM is created and ready for retrieval.</p>\n</li>\n<li><p><strong>Key</strong> <code>content</code> <strong>field:</strong> <code>orderStatus</code> will be \"<code>GOT_RESOURCE</code>\".</p>\n</li>\n<li><p><strong>Example Use:</strong> Used to know when your eSIM order is ready for download.</p>\n</li>\n</ul>\n</li>\n<li><p><code>SMDP_EVENT</code></p>\n<ul>\n<li><p><strong>Trigger:</strong> Sent during real-time eSIM profile lifecycle events as they occur on the SM-DP+ server.</p>\n</li>\n<li><p><strong>Key</strong> <code>content</code> <strong>fields:</strong></p>\n<ul>\n<li><p><code>eid</code>: eUICC identifier of the device.</p>\n</li>\n<li><p><code>iccid</code>: ID of the eSIM.</p>\n</li>\n<li><p><code>esimStatus</code>: Current eSIM state (typically <code>GOT_RESOURCE</code> during provisioning, <code>IN_USE</code> when active).</p>\n</li>\n<li><p><code>smdpStatus</code>: SM-DP+ server status indicating the specific operation:</p>\n<ul>\n<li><p><code>DOWNLOAD</code>: eSIM profile is being downloaded to the device.</p>\n</li>\n<li><p><code>INSTALLATION</code>: eSIM profile is being installed on the device.</p>\n</li>\n<li><p><code>ENABLED</code>: eSIM has been activated/enabled on the device.</p>\n</li>\n<li><p><code>DISABLED</code>: eSIM profile has been deactivated/disabled on the device..</p>\n</li>\n<li><p><code>DELETED</code>: eSIM profile has been removed from the device.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><strong>Example Use:</strong> Track real-time eSIM provisioning progress and profile state changes for detailed lifecycle monitoring.</p>\n</li>\n</ul>\n</li>\n<li><p><code>ESIM_STATUS</code></p>\n<ul>\n<li><p><strong>Trigger:</strong> Sent when the status of an individual eSIM changes after it has been allocated. This covers various lifecycle events.</p>\n</li>\n<li><p><strong>Key</strong> <code>content</code> <strong>fields:</strong></p>\n<ul>\n<li><p><code>esimStatus</code>: Indicates the current state. Common values observed include:</p>\n<ul>\n<li><p><code>IN_USE</code>: The eSIM has been installed/activated on a device.</p>\n</li>\n<li><p><code>USED_UP</code>: The eSIM data allowance has been fully consumed.</p>\n</li>\n<li><p><code>USED_EXPIRED</code>: The eSIM data is used up, and expired.</p>\n</li>\n<li><p><code>UNUSED_EXPIRED</code>: The eSIM expired with data remaining.</p>\n</li>\n<li><p><code>CANCEL</code>: The eSIM has been canceled / refunded.</p>\n</li>\n<li><p><code>REVOKED</code>: The eSIM profile has been revoked.</p>\n</li>\n</ul>\n</li>\n<li><p><code>smdpStatus</code>: SM-DP+ server status (e.g., <code>ENABLED</code>, <code>DISABLED</code>, <code>RELEASED</code>, <code>DELETED</code>, <code>INSTALLATION</code>).</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Example Use:</strong> Track activation, data exhaustion, expiration, or cancellations for specific eSIMs and notify customers.</p>\n</li>\n</ul>\n</li>\n<li><p><code>DATA_USAGE</code></p>\n<ul>\n<li><p><strong>Trigger:</strong> 3 data usage webhooks will be sent when reaching 50% (0.5) data used, 80%(0.8) data used and 90%(0.9) data used.</p>\n</li>\n<li><p><strong>Key</strong> <code>content</code> <strong>fields:</strong></p>\n<ul>\n<li><p><code>totalVolume</code>: Total data allowance in bytes.</p>\n</li>\n<li><p><code>orderUsage</code>: Data used so far in bytes.</p>\n</li>\n<li><p><code>remain</code>: Remaining data in bytes.</p>\n</li>\n<li><p><code>remainThreshold</code> : Values can be: 0.5, 0.2 and 0.1</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Example Use:</strong> Proactively notify end-users about low data balance.</p>\n</li>\n</ul>\n</li>\n<li><p><code>VALIDITY_USAGE</code></p>\n<ul>\n<li><p><strong>Trigger:</strong> Sent when the remaining validity period of an active eSIM reaches 1 day.</p>\n</li>\n<li><p><strong>Key</strong> <code>content</code> <strong>fields:</strong></p>\n<ul>\n<li><p><code>remain</code>: The remaining validity duration (e.g., 1).</p>\n</li>\n<li><p><code>durationUnit</code>: The unit for the duration (e.g., \"DAY\").</p>\n</li>\n<li><p><code>expiredTime</code>: The exact timestamp when the eSIM will expire.</p>\n</li>\n<li><p><code>totalDuration</code>: The original validity duration.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Example Use:</strong> Warn end-users that their plan is about to expire.</p>\n</li>\n</ul>\n</li>\n</ol>\n<h5 id=\"ip-whitelist\">IP Whitelist</h5>\n<p>For additional security, you can whitelist the following sender IPs:</p>\n<ul>\n<li><p><code>3.1.131.226</code></p>\n</li>\n<li><p><code>54.254.74.88</code></p>\n</li>\n<li><p><code>18.136.190.97</code></p>\n</li>\n<li><p><code>18.136.60.197</code></p>\n</li>\n<li><p><code>18.136.19.137</code></p>\n</li>\n</ul>\n<p><strong>Note:</strong> The <code>content</code> object structure may vary slightly. Always inspect the received payload to understand all available fields for each <code>notifyType</code>.</p>\n<p><a href=\"https://esimaccess.com/docs/what-webhook-notifications-do-you-send/\">Look at our example webhook sending and test trigger form</a>.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"notifyType\": \"ORDER_STATUS\",\n    \"content\": {\n        \"orderNo\": \"B23072016497499\",\n        \"orderStatus\": \"GOT_RESOURCE\"\n    }\n}\n\n</code></pre>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"notifyType\": \"SMDP_EVENT\",\n  \"eventGenerateTime\": \"2025-09-11T13:28:09+0000\",\n  \"notifyId\": \"5fcc219e32dc484598d3fd700cf3738d\",\n  \"content\": {\n    \"eid\": \"89049032007108882600137544319616\",\n    \"iccid\": \"8997250230000292199\",\n    \"esimStatus\": \"GOT_RESOURCE\",\n    \"smdpStatus\": \"DOWNLOAD\",\n    \"orderNo\": \"B25091113270004\",\n    \"esimTranNo\": \"25091113270004\",\n    \"transactionId\": \"12068951785848-1-1\"\n  }\n}\n\n</code></pre>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"notifyType\": \"DATA_USAGE\",\n  \"eventGenerateTime\": \"2025-07-21T10:57:28Z\",\n  \"notifyId\": \"f776267e8d6745db8cc316e4c146ea0c\",\n  \"content\": {\n    \"orderNo\": \"B25052822150009\",\n    \"transactionId\": \"unique_id_from_partner\",\n    \"esimTranNo\": \"25052822150009\",\n    \"iccid\": \"8943108170001029631\",\n    \"totalVolume\": 53687091200,\n    \"orderUsage\": 48335585458,\n    \"remain\": 5351505742,\n    \"lastUpdateTime\": \"2025-07-21T09:38:25Z\",\n    \"remainThreshold\": 0.1\n  }\n}\n\n</code></pre>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"notifyType\": \"VALIDITY_USAGE\",\n    \"content\": {\n        \"orderNo\": \"B23072016497499\",\n        \"transactionId\": \"Your_txn_id\",\n        \"iccid\": \"894310817000000003\",\n        \"durationUnit\": \"DAY\",\n        \"totalDuration\": 30,\n        \"expiredTime\": \"2024-01-11T08:10:19Z\",\n        \"remain\": 1\n    }\n}\n\n</code></pre>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"notifyType\": \"ESIM_STATUS\",\n  \"eventGenerateTime\": \"2025-08-09T00:23:45Z\",\n  \"notifyId\": \"4038b3dfb1b050bf9f02501df67284f3\",\n  \"content\": {\n    \"orderNo\": \"B25080823490018\",\n    \"esimTranNo\": \"25080323490020\",\n    \"transactionId\": \"e23111e4d07746889c7bce41cf3f1b16\",\n    \"iccid\": \"89852000263413436720\",\n    \"esimStatus\": \"CANCEL\",\n    \"smdpStatus\": \"RELEASED\"\n  }\n}\n\n</code></pre>\n","_postman_id":"6ff716a7-5b8a-47e2-bcd2-250da94ac325","auth":{"type":"apikey","apikey":{"value":"{{accessCode}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"98788d5a-8083-4aa1-affb-9553291db0e3","id":"98788d5a-8083-4aa1-affb-9553291db0e3","name":"eSIM Access API","type":"collection"}}}],"auth":{"type":"apikey","apikey":{"value":"{{accessCode}}","key":"<key>"}},"event":[{"listen":"prerequest","script":{"id":"588f626d-c847-4ecf-9c31-5dcb3a7c184c","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"3f465b0d-7890-4480-99d7-7552a949bb49","type":"text/javascript","exec":[""]}}]}