{"info":{"_postman_id":"30d7328c-cb52-475a-8933-389cb210e829","name":"VAULT Operator Console","description":"<html><head></head><body><p>Documentation Link: <a href=\"https://documenter.getpostman.com/view/10711528/2sA2r9UNPo\">https://documenter.getpostman.com/view/10711528/2sA2r9UNPo</a></p>\n<h3 id=\"summary\">Summary</h3>\n<p>This API set combines the functionality of previous network operator APIs, Venue APIs, and Subscriber APIs into a single set.</p>\n<h3 id=\"changes-from-current-apis\">Changes from current APIs</h3>\n<h4 id=\"role-based-access\">ROLE BASED ACCESS</h4>\n<p>USE {{url}}/operatorconsole/config/listOperatorDetails instead of FOLLOWING</p>\n<p>{{url}}/networkoperatorconsole/shoppingcart/listServicePlans {{url}}/networkoperatorconsole/equipment/listOperatorDetails {{url}}/networkoperatorconsole/equipment/listEmailTemplates {{url}}/networkoperatorconsole/equipment/listSMSTemplates</p>\n<p>USE {{url}}/operatorconsole/config/configureOperator instead of FOLLOWING</p>\n<p>{{url}}/networkoperatorconsole/equipment/configureNetworkOperator</p>\n<p>USE {{url}}/operatorconsole/venues/listVenues instead of FOLLOWING</p>\n<p>{{url}}/networkoperatorconsole/shoppingcart/listVenues {{url}}/networkoperatorconsole/venues/listVenues {{url}}/venuemgmtconsole/venues/listVenues</p>\n<p>USE {{url}}/operatorconsole/config/configureVenue instead of FOLLOWING</p>\n<p>{{url}}/networkoperatorconsole/venues/addConnectWiseCredentials {{url}}/networkoperatorconsole/venues/addPRTGCredentials {{url}}/networkoperatorconsole/venues/configureVenue</p>\n<p>USE {{url}}/operatorconsole/venues/listVenueDetails instead of FOLLOWING</p>\n<p>{{url}}/networkoperatorconsole/shoppingcart/listVenueUnits {{url}}/networkoperatorconsole/shoppingcart/listServicePlans {{url}}/networkoperatorconsole/venues/listVenueUnits {{url}}/networkoperatorconsole/venues/listVenueDetails {{url}}/networkoperatorconsole/venues/listVenueUnitDetails {{url}}/venuemgmtconsole/venues/listVenueDetails</p>\n<p>USE {{url}}/operatorconsole/venues/listVenueEquipment instead of FOLLOWING</p>\n<p>{{url}}/venuemgmtconsole/venues/listVenueCPEStatus</p>\n<p>USE {{url}}/operatorconsole/subscribers/listSubscriptions instead of FOLLOWING</p>\n<p>{{url}}/networkoperatorconsole/shoppingcart/listSubscriptions {{url}}/subscriberconsole/listKeys {{url}}/networkoperatorconsole/equipment/gateway/listPendingGatewayVLANDisable {{url}}/networkoperatorconsole/equipment/gateway/listPendingGatewayVLANEnable</p>\n<h4 id=\"large-venue-update-urloperatorconsolevenueslistvenuedetails\">LARGE VENUE UPDATE {{url}}/operatorconsole/venues/listVenueDetails</h4>\n<p>data separation to support large sites</p>\n<p>{{url}}/operatorconsole/subscribers/listSubscriptions {{url}}/operatorconsole/venues/listVenueEquipment</p>\n<h4 id=\"view-devices-for-a-subscriber-or-at-a-venue\">VIEW DEVICES FOR A SUBSCRIBER OR AT A VENUE</h4>\n<p>{{url}}/operatorconsole/subscribers/listDevices</p>\n<h4 id=\"unit-level-ssid\">UNIT LEVEL SSID</h4>\n<p>Updated {{url}}/operatorconsole/venues/listVenueDetails Updated</p>\n<p>{{url}}/operatorconsole/venues/configureUnitSSID ??? Updated {{url}}/operatorconsole/venues/configureVenueSSID ???</p>\n<h4 id=\"branding-and-support-profile\">BRANDING AND SUPPORT PROFILE</h4>\n<p>Updated {{url}}/networkoperatorconsole/equipment/listOperatorDetails - send empty {} to get current DisplayConfiguration<br>Updated {{url}}/operatorconsole/venues/listVenueDetails - send empty {} to get current DisplayConfiguration {{url}}/operatorconsole/config/listDisplayOptions {{url}}/operatorconsole/config/addDisplayOptions {{url}}/operatorconsole/config/configureOperator Updated {{url}}/operatorconsole/venues/VenueBrand ???</p>\n<h4 id=\"sms-configuration\">SMS CONFIGURATION</h4>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"10711528","collectionId":"30d7328c-cb52-475a-8933-389cb210e829","publishedId":"2sA2r9UNPo","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-02-19T17:01:37.000Z"},"item":[{"name":"subscribers","item":[{"name":"listSubscriptions","event":[{"listen":"prerequest","script":{"id":"99555916-6e43-4c30-909e-bfb0a58258ba","exec":["pm.collectionVariables.set(\"NotificationEmailAddress\", pm.iterationData.get(\"EmailAddress\"));","","pm.collectionVariables.set(\"missedbillingcycles\", parseInt(pm.iterationData.get(\"MissedMonths\")));","","pm.collectionVariables.set(\"invoicedate\", pm.iterationData.get(\"NextInvoiceDate\"));","",""],"type":"text/javascript"}}],"id":"a0b355cb-dbcc-4e1b-8f25-9441dd06d2b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"origin","value":"{{SubscriberConsole}}"}],"body":{"mode":"raw","raw":"{\n    // CONFIG 1 - get subscriptions as network operator\n    \"AccessToken\": \"{{AccessToken}}\",\n    // \"OperatorID\":\"<operatorid>\",\n    // ONE or MORE FROM FOLLOWING FILTERS required\n    \"SubscriberToken\": \"{{SubscriberToken}}\",\n    // \"EmailAddress\": \"{{EmailAddress}}\",\n    // \"PhoneNumber\":\"{{PhoneNumber}}\"\n    \"VenueID\": \"{{VenueID}}\",\n    \"Active\": true\n    // \"SubscriptionDetails\": {\n    //     \"NetworkData\": {\n    //         \"gatewayConfigured\": false\n    //     }\n    // }\n    // \"UnitID_internal\": \"{{UnitID_internal}}\"\n    // //CONFIG 2  - get subscriptions as venue operator\n    // \"AccessToken\": \"{{VenueMgmt-AccessToken}}\"\n    // \"VenueID\":\"{{VenueID}}\"\n    // //CONFIG 3 - get subscriptions for self\n    // \"AccessToken\": \"{{Subscriber-AccessToken}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/operatorconsole/subscribers/listSubscriptions","description":"<ul>\n<li><p>Use this API to list subscriptions of a subscriber.</p>\n<ul>\n<li>to list all past and current subscriptions: do not send \"Active\": true</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["operatorconsole","subscribers","listSubscriptions"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"8b78a021-6085-481d-bb28-c585c86a0b00","name":"listSubscriptions","originalRequest":{"method":"POST","header":[{"key":"origin","value":"{{SubscriberConsole}}"}],"body":{"mode":"raw","raw":"{\n    // CONFIG 1 - get subscriptions as network operator\n    \"AccessToken\": \"{{AccessToken}}\",\n    // \"OperatorID\":\"<operatorid>\",\n    // ONE or MORE FROM FOLLOWING FILTERS required\n    // \"SubscriberToken\": \"{{SubscriberToken}}\",\n    // \"EmailAddress\": \"{{EmailAddress}}\",\n    // \"PhoneNumber\":\"{{PhoneNumber}}\"\n    \"VenueID\": \"{{VenueID}}\"\n    // \"Active\": true,\n    // \"SubscriptionDetails\": {\n    //     \"NetworkData\": {\n    //         \"gatewayConfigured\": false\n    // }\n    // }\n    // \"UnitID_internal\": \"{{UnitID_internal}}\"\n    // //CONFIG 2  - get subscriptions as venue operator\n    // \"AccessToken\": \"{{VenueMgmt-AccessToken}}\"\n    // \"VenueID\":\"{{VenueID}}\"\n    // //CONFIG 3 - get subscriptions for self\n    // \"AccessToken\": \"{{Subscriber-AccessToken}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/operatorconsole/subscribers/listSubscriptions"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"message\": \"\",\r\n    \"SubscriptionCount_GlobalWirelessPlusLocalWiredAccess\": 11,\r\n    \"SubscriptionCount_LocalWirelessAccess\": 0,\r\n    \"SubscriptionCount_Active\": 11,\r\n    \"SubscriptionCount_PendingSetupSuccess\": 1,\r\n    \"SubscriptionCount_paymentFailed\": 3,\r\n    \"SubscriptionCount_PendingAUP\": 5,\r\n    \"SubscriptionCount_gatewayConfigured_failed\": 11,\r\n    \"SubscriptionCount_gatewayConfigured_success\": 0,\r\n    \"Subscriptions\": [\r\n        {\r\n            \"SubscriptionID\": \"d2c75ffc-0e75-70f0-b7f1-6b59c656e622\",\r\n            \"UserFriendlySubscriptionID\": \"\",\r\n            \"externalSubscriptionID\": \"\",\r\n            \"StartDateTimeUTC\": \"2023-07-28T17:10:02.726Z\",\r\n            \"StartDateTimeUTC.ISO8601\": \"2023-07-28T17:10:02.726Z\",\r\n            \"EndDateTimeUTC\": \"2024-07-29T03:59:59.999Z\",\r\n            \"EndDateTimeUTC.ISO8601\": \"2024-07-29T03:59:59.999Z\",\r\n            \"SetupSuccessDateTimeUTC\": \"2023-07-28T17:10:02.726Z\",\r\n            \"SetupSuccessDateTimeUTC.ISO8601\": \"2023-07-28T17:10:02.726Z\",\r\n            \"Active\": true,\r\n            \"Operator\": {\r\n                \"OperatorID\": \"USA.VA.22102.Anonymous.MCLEAN\"\r\n            },\r\n            \"Subscriber\": {\r\n                \"GivenName\": \"Tyler\",\r\n                \"FamilyName\": \"Nesper\",\r\n                \"locale\": \"en-us\",\r\n                \"SubscriberToken\": \"PaletteQuali\",\r\n                \"Status\": \"In Service\",\r\n                \"CognitoStatus\": \"CONFIRMED\",\r\n                \"externalSubscriberID\": \"\",\r\n                \"PhoneNumber\": \"+17207787443\",\r\n                \"EmailAddress\": \"tnesperjunk+test23@gmail.com\",\r\n                \"contactpref_sms\": false,\r\n                \"contactpref_email\": true,\r\n                \"email_verified\": true,\r\n                \"phone_number_verified\": false,\r\n                \"dateAddedUTC\": \"2023-07-28T14:24:30.905Z\"\r\n            },\r\n            \"ServicePlan\": {\r\n                \"ServicePlanID\": \"USA.VA.22102.Anonymous.MCLEAN._V3SERVICEPLAN_.400MBX400MB\"\r\n            },\r\n            \"Venue\": {\r\n                \"VenueID\": \"USA.VA.22102.AnonymousDEMOS.MCLEAN._V3VENUE.USA.CO.80211.TYLERTEST.DENVER\"\r\n            },\r\n            \"VenueUnit\": {\r\n                \"UnitID_internal\": \"USA.VA.22102.AnonymousDEMOS.MCLEAN._V3VENUE.USA.CO.80211.TYLERTEST.DENVER.130.2.3\",\r\n                \"ShoppingCartPriceAdjustment\": 0,\r\n                \"UnitID\": \"130\",\r\n                \"UnitBuilding\": \"2\",\r\n                \"UnitFloor\": \"3\",\r\n                \"AddressLine1\": \"12345 Made Up St.\",\r\n                \"AddressLine2\": \"\",\r\n                \"City\": \"Denver\",\r\n                \"State\": \"CO\",\r\n                \"Country\": \"USA\",\r\n                \"Country.ISO3166A3\": \"USA\",\r\n                \"PostalCode\": \"80211\",\r\n                \"RealPageUnitID\": \"\",\r\n                \"externalVenueUnitID\": \"\",\r\n                \"PrimaryUnitID_internal\": \"\",\r\n                \"PrimaryUnitID\": \"\",\r\n                \"purpose\": \"wiredunit\",\r\n                \"vlan\": 2030,\r\n                \"VenueUnitSSID\": []\r\n            },\r\n            \"SubscriptionDetails\": {\r\n                \"pskaddedtoredis\": \"2024-05-03T15:34:54.339Z\",\r\n                \"CreationData\": {\r\n                    \"dateAddedUTC.ISO8601\": \"2023-07-28T17:09:26.865Z\",\r\n                    \"AccountStatusAtCreation\": \"Accepted AUP\",\r\n                    \"SourceIP\": \"174.51.245.169\",\r\n                    \"AdministratorOS\": \"Windows 10\",\r\n                    \"AdministratorBrowser\": \"Chrome 114.0.0.0\",\r\n                    \"SourceUA\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36\",\r\n                    \"SourceLocale\": \"en-us\",\r\n                    \"AccountAddedByAdministrator\": \"SpikAdos\"\r\n                },\r\n                \"PaymentData\": {\r\n                    \"TrialCycles\": 0,\r\n                    \"NetBillingCyclePrice.undefined\": 0,\r\n                    \"ListBillingCyclePrice.undefined\": null,\r\n                    \"InvoiceDateTimeUTC\": [\r\n                        \"2023-07-28T17:10:02.726Z\",\r\n                        \"2023-08-28T17:10:02.726Z\",\r\n                        \"2023-09-28T17:10:02.726Z\",\r\n                        \"2023-10-28T17:10:02.726Z\",\r\n                        \"2023-11-28T17:10:02.726Z\",\r\n                        \"2023-12-28T17:10:02.726Z\",\r\n                        \"2024-01-28T17:10:02.726Z\",\r\n                        \"2024-02-28T17:10:02.726Z\",\r\n                        \"2024-03-28T17:10:02.726Z\",\r\n                        \"2024-04-28T17:10:02.726Z\"\r\n                    ],\r\n                    \"InvoiceDateTimeUTC.ISO8601\": [\r\n                        \"2023-07-28T17:10:02.726Z\",\r\n                        \"2023-08-28T17:10:02.726Z\",\r\n                        \"2023-09-28T17:10:02.726Z\",\r\n                        \"2023-10-28T17:10:02.726Z\",\r\n                        \"2023-11-28T17:10:02.726Z\",\r\n                        \"2023-12-28T17:10:02.726Z\",\r\n                        \"2024-01-28T17:10:02.726Z\",\r\n                        \"2024-02-28T17:10:02.726Z\",\r\n                        \"2024-03-28T17:10:02.726Z\",\r\n                        \"2024-04-28T17:10:02.726Z\"\r\n                    ],\r\n                    \"CustomerID\": \"\",\r\n                    \"Stripe_account\": \"venue\",\r\n                    \"StripeCustomerID\": \"cus_OLYiZx0mTOTdfA\",\r\n                    \"StripePaymentMethod\": \"pm_1NYuAvCNQomuDyU3Mz3oJ3pM\",\r\n                    \"StripeSetupIntentId\": \"seti_1NYuANCNQomuDyU38CwijWwg\",\r\n                    \"StripeClientSecret\": \"seti_1NYuANCNQomuDyU38CwijWwg_secret_OLbNuXA7ELUvtsTfQrYt7V4JKFXo8J6\",\r\n                    \"BillingCyclePriceAdjustment\": 0,\r\n                    \"BillingCycleAdjustmentReasons\": [],\r\n                    \"CurrentServicePlanID\": \"USA.VA.22102.Anonymous.MCLEAN._V3SERVICEPLAN_.400MBX400MB\",\r\n                    \"paymentFailed\": false,\r\n                    \"PaymentFailureReason\": \"\"\r\n                },\r\n                \"NetworkData\": {\r\n                    \"currentpsk\": \"Passw0rdChange\",\r\n                    \"psk\": [\r\n                        \"yaewjwnn.PaletteQuali\",\r\n                        \"Passw0rdChange\"\r\n                    ],\r\n                    \"gatewayConfigured\": false,\r\n                    \"wpa2enterprise_auth\": false,\r\n                    \"Calling-Station-Id-Whitelist\": [],\r\n                    \"NAS-Identifier-Whitelist\": []\r\n                },\r\n                \"supportTicketsAllowed\": \"\",\r\n                \"CancellationSource\": \"\",\r\n                \"CancellationReasons\": []\r\n            },\r\n            \"SuccessEvent\": {\r\n                \"id\": \"evt_1NYuAwCNQomuDyU3jaAI7KwS\",\r\n                \"object\": \"event\",\r\n                \"api_version\": \"2022-11-15\",\r\n                \"created\": 1690564201,\r\n                \"data\": {\r\n                    \"object\": {\r\n                        \"id\": \"seti_1NYuANCNQomuDyU38CwijWwg\",\r\n                        \"object\": \"setup_intent\",\r\n                        \"application\": null,\r\n                        \"automatic_payment_methods\": null,\r\n                        \"cancellation_reason\": null,\r\n                        \"client_secret\": \"seti_1NYuANCNQomuDyU38CwijWwg_secret_OLbNuXA7ELUvtsTfQrYt7V4JKFXo8J6\",\r\n                        \"created\": 1690564167,\r\n                        \"customer\": \"cus_OLYiZx0mTOTdfA\",\r\n                        \"description\": \"Anonymous\",\r\n                        \"flow_directions\": null,\r\n                        \"last_setup_error\": null,\r\n                        \"latest_attempt\": \"setatt_1NYuAvCNQomuDyU3nXFqjKjH\",\r\n                        \"livemode\": false,\r\n                        \"mandate\": null,\r\n                        \"metadata\": {},\r\n                        \"next_action\": null,\r\n                        \"on_behalf_of\": null,\r\n                        \"payment_method\": \"pm_1NYuAvCNQomuDyU3Mz3oJ3pM\",\r\n                        \"payment_method_options\": {\r\n                            \"card\": {\r\n                                \"mandate_options\": null,\r\n                                \"network\": null,\r\n                                \"request_three_d_secure\": \"automatic\"\r\n                            }\r\n                        },\r\n                        \"payment_method_types\": [\r\n                            \"card\"\r\n                        ],\r\n                        \"single_use_mandate\": null,\r\n                        \"status\": \"succeeded\",\r\n                        \"usage\": \"off_session\"\r\n                    }\r\n                },\r\n                \"livemode\": false,\r\n                \"pending_webhooks\": 1,\r\n                \"request\": {\r\n                    \"id\": \"req_Kj189ZOa38s68R\",\r\n                    \"idempotency_key\": \"c4e99273-3922-4eea-aafe-44cbfc891590\"\r\n                },\r\n                \"type\": \"setup_intent.succeeded\"\r\n            }\r\n        },\r\n        {\r\n            \"SubscriptionID\": \"5cc75ffc-1659-f338-ac29-363006761dcb\",\r\n            \"UserFriendlySubscriptionID\": \"\",\r\n            \"externalSubscriptionID\": \"\",\r\n            \"StartDateTimeUTC\": \"2023-07-28T17:17:49.906Z\",\r\n            \"StartDateTimeUTC.ISO8601\": \"2023-07-28T17:17:49.906Z\",\r\n            \"EndDateTimeUTC\": \"\",\r\n            \"EndDateTimeUTC.ISO8601\": \"\",\r\n            \"SetupSuccessDateTimeUTC\": \"2023-07-28T17:17:49.906Z\",\r\n            \"SetupSuccessDateTimeUTC.ISO8601\": \"2023-07-28T17:17:49.906Z\",\r\n            \"Active\": true,\r\n            \"Operator\": {\r\n                \"OperatorID\": \"USA.VA.22102.Anonymous.MCLEAN\"\r\n            },\r\n            \"Subscriber\": {\r\n                \"GivenName\": \"Tyler\",\r\n                \"FamilyName\": \"Nesper\",\r\n                \"locale\": \"en-us\",\r\n                \"SubscriberToken\": \"PalettaQuale\",\r\n                \"Status\": \"In Service\",\r\n                \"CognitoStatus\": \"CONFIRMED\",\r\n                \"externalSubscriberID\": \"\",\r\n                \"PhoneNumber\": \"+17207787442\",\r\n                \"EmailAddress\": \"tnesperjunk+test22@gmail.com\",\r\n                \"contactpref_sms\": false,\r\n                \"contactpref_email\": true,\r\n                \"email_verified\": true,\r\n                \"phone_number_verified\": false,\r\n                \"dateAddedUTC\": \"2023-07-28T14:16:21.763Z\"\r\n            },\r\n            \"ServicePlan\": {\r\n                \"ServicePlanID\": \"USA.VA.22102.Anonymous.MCLEAN._V3SERVICEPLAN_.1GIGX1GIG\"\r\n            },\r\n            \"Venue\": {\r\n                \"VenueID\": \"USA.VA.22102.AnonymousDEMOS.MCLEAN._V3VENUE.USA.CO.80211.TYLERTEST.DENVER\"\r\n            },\r\n            \"VenueUnit\": {\r\n                \"UnitID_internal\": \"USA.VA.22102.AnonymousDEMOS.MCLEAN._V3VENUE.USA.CO.80211.TYLERTEST.DENVER.124.2.3\",\r\n                \"ShoppingCartPriceAdjustment\": 0,\r\n                \"UnitID\": \"124\",\r\n                \"UnitBuilding\": \"2\",\r\n                \"UnitFloor\": \"3\",\r\n                \"AddressLine1\": \"12345 Made Up St.\",\r\n                \"AddressLine2\": \"\",\r\n                \"City\": \"Denver\",\r\n                \"State\": \"CO\",\r\n                \"Country\": \"USA\",\r\n                \"Country.ISO3166A3\": \"USA\",\r\n                \"PostalCode\": \"80211\",\r\n                \"RealPageUnitID\": \"\",\r\n                \"externalVenueUnitID\": \"\",\r\n                \"PrimaryUnitID_internal\": \"\",\r\n                \"PrimaryUnitID\": \"\",\r\n                \"purpose\": \"wiredunit\",\r\n                \"vlan\": 2024,\r\n                \"VenueUnitSSID\": []\r\n            },\r\n            \"SubscriptionDetails\": {\r\n                \"pskaddedtoredis\": \"2024-05-03T15:34:54.432Z\",\r\n                \"CreationData\": {\r\n                    \"dateAddedUTC.ISO8601\": \"2023-07-28T14:16:21.350Z\",\r\n                    \"AccountStatusAtCreation\": \"AUP not accepted\",\r\n                    \"SourceIP\": \"174.51.245.169\",\r\n                    \"AdministratorOS\": \"Windows 10\",\r\n                    \"AdministratorBrowser\": \"Chrome 114.0.0.0\",\r\n                    \"SourceUA\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36\",\r\n                    \"SourceLocale\": \"en-us\",\r\n                    \"AccountAddedByAdministrator\": \"\"\r\n                },\r\n                \"PaymentData\": {\r\n                    \"TrialCycles\": 0,\r\n                    \"NetBillingCyclePrice.undefined\": 0,\r\n                    \"ListBillingCyclePrice.undefined\": null,\r\n                    \"InvoiceDateTimeUTC\": [\r\n                        \"2023-07-28T17:17:49.906Z\",\r\n                        \"2023-08-28T17:17:49.906Z\",\r\n                        \"2023-09-28T17:17:49.906Z\",\r\n                        \"2023-10-28T17:17:49.906Z\",\r\n                        \"2023-11-28T17:17:49.906Z\",\r\n                        \"2023-12-28T17:17:49.906Z\",\r\n                        \"2024-01-28T17:17:49.906Z\",\r\n                        \"2024-02-28T17:17:49.906Z\",\r\n                        \"2024-03-28T17:17:49.906Z\",\r\n                        \"2024-04-28T17:17:49.906Z\"\r\n                    ],\r\n                    \"InvoiceDateTimeUTC.ISO8601\": [\r\n                        \"2023-07-28T17:17:49.906Z\",\r\n                        \"2023-08-28T17:17:49.906Z\",\r\n                        \"2023-09-28T17:17:49.906Z\",\r\n                        \"2023-10-28T17:17:49.906Z\",\r\n                        \"2023-11-28T17:17:49.906Z\",\r\n                        \"2023-12-28T17:17:49.906Z\",\r\n                        \"2024-01-28T17:17:49.906Z\",\r\n                        \"2024-02-28T17:17:49.906Z\",\r\n                        \"2024-03-28T17:17:49.906Z\",\r\n                        \"2024-04-28T17:17:49.906Z\"\r\n                    ],\r\n                    \"CustomerID\": \"\",\r\n                    \"Stripe_account\": \"venue\",\r\n                    \"StripeCustomerID\": \"cus_OLYaY0T1dhhoqu\",\r\n                    \"StripePaymentMethod\": \"pm_1NYrT6CNQomuDyU3JMsD5bwX\",\r\n                    \"StripeSetupIntentId\": \"seti_1NYrSuCNQomuDyU3LlNlrQqW\",\r\n                    \"StripeClientSecret\": \"seti_1NYrSuCNQomuDyU3LlNlrQqW_secret_OLYamhrdB2GsuwTcfpj4mfetNZZ0JdL\",\r\n                    \"BillingCyclePriceAdjustment\": 0,\r\n                    \"BillingCycleAdjustmentReasons\": [],\r\n                    \"CurrentServicePlanID\": \"USA.VA.22102.Anonymous.MCLEAN._V3SERVICEPLAN_.1GIGX1GIG\",\r\n                    \"paymentFailed\": false,\r\n                    \"PaymentFailureReason\": \"\"\r\n                },\r\n                \"NetworkData\": {\r\n                    \"currentpsk\": \"hwfemcvm.PalettaQuale\",\r\n                    \"psk\": [\r\n                        \"hwfemcvm.PalettaQuale\"\r\n                    ],\r\n                    \"gatewayConfigured\": false,\r\n                    \"wpa2enterprise_auth\": false,\r\n                    \"Calling-Station-Id-Whitelist\": [],\r\n                    \"NAS-Identifier-Whitelist\": []\r\n                },\r\n                \"supportTicketsAllowed\": \"\",\r\n                \"CancellationSource\": \"\",\r\n                \"CancellationReasons\": []\r\n            },\r\n            \"SuccessEvent\": {\r\n                \"id\": \"evt_1NYrT7CNQomuDyU3ZRLyRlGw\",\r\n                \"object\": \"event\",\r\n                \"api_version\": \"2022-11-15\",\r\n                \"created\": 1690553797,\r\n                \"data\": {\r\n                    \"object\": {\r\n                        \"id\": \"seti_1NYrSuCNQomuDyU3LlNlrQqW\",\r\n                        \"object\": \"setup_intent\",\r\n                        \"application\": null,\r\n                        \"automatic_payment_methods\": null,\r\n                        \"cancellation_reason\": null,\r\n                        \"client_secret\": \"seti_1NYrSuCNQomuDyU3LlNlrQqW_secret_OLYamhrdB2GsuwTcfpj4mfetNZZ0JdL\",\r\n                        \"created\": 1690553784,\r\n                        \"customer\": \"cus_OLYaY0T1dhhoqu\",\r\n                        \"description\": \"Anonymous\",\r\n                        \"flow_directions\": null,\r\n                        \"last_setup_error\": null,\r\n                        \"latest_attempt\": \"setatt_1NYrT6CNQomuDyU3paccUhcy\",\r\n                        \"livemode\": false,\r\n                        \"mandate\": null,\r\n                        \"metadata\": {},\r\n                        \"next_action\": null,\r\n                        \"on_behalf_of\": null,\r\n                        \"payment_method\": \"pm_1NYrT6CNQomuDyU3JMsD5bwX\",\r\n                        \"payment_method_options\": {\r\n                            \"card\": {\r\n                                \"mandate_options\": null,\r\n                                \"network\": null,\r\n                                \"request_three_d_secure\": \"automatic\"\r\n                            }\r\n                        },\r\n                        \"payment_method_types\": [\r\n                            \"card\"\r\n                        ],\r\n                        \"single_use_mandate\": null,\r\n                        \"status\": \"succeeded\",\r\n                        \"usage\": \"off_session\"\r\n                    }\r\n                },\r\n                \"livemode\": false,\r\n                \"pending_webhooks\": 1,\r\n                \"request\": {\r\n                    \"id\": \"req_UpK4BSufU5Ac2i\",\r\n                    \"idempotency_key\": \"0c9192f0-c3dd-43ae-bfb2-eca2de42cc64\"\r\n                },\r\n                \"type\": \"setup_intent.succeeded\"\r\n            }\r\n        },\r\n        {\r\n            \"SubscriptionID\": \"90c75ffc-16ef-f32f-4432-76678f3828ce\",\r\n            \"UserFriendlySubscriptionID\": \"\",\r\n            \"externalSubscriptionID\": \"\",\r\n            \"StartDateTimeUTC\": \"2023-07-31T15:27:10.764Z\",\r\n            \"StartDateTimeUTC.ISO8601\": \"2023-07-31T15:27:10.764Z\",\r\n            \"EndDateTimeUTC\": \"2024-08-01T03:59:59.999Z\",\r\n            \"EndDateTimeUTC.ISO8601\": \"2024-08-01T03:59:59.999Z\",\r\n            \"SetupSuccessDateTimeUTC\": \"2023-07-31T15:27:10.764Z\",\r\n            \"SetupSuccessDateTimeUTC.ISO8601\": \"2023-07-31T15:27:10.764Z\",\r\n            \"Active\": true,\r\n            \"Operator\": {\r\n                \"OperatorID\": \"USA.VA.22102.Anonymous.MCLEAN\"\r\n            },\r\n            \"Subscriber\": {\r\n                \"GivenName\": \"Tyler\",\r\n                \"FamilyName\": \"Nesper\",\r\n                \"locale\": \"en-us\",\r\n                \"SubscriberToken\": \"PalasesQuack\",\r\n                \"Status\": \"AUP not accepted\",\r\n                \"CognitoStatus\": \"FORCE_CHANGE_PASSWORD\",\r\n                \"externalSubscriberID\": \"\",\r\n                \"PhoneNumber\": \"+17207787446\",\r\n                \"EmailAddress\": \"tnesperjunk+test30@gmail.com\",\r\n                \"contactpref_sms\": false,\r\n                \"contactpref_email\": true,\r\n                \"email_verified\": true,\r\n                \"phone_number_verified\": false,\r\n                \"dateAddedUTC\": \"2023-07-31T15:27:07.721Z\"\r\n            },\r\n            \"ServicePlan\": {\r\n                \"ServicePlanID\": \"USA.VA.22102.Anonymous.MCLEAN._V3SERVICEPLAN_.1GIGX1GIG\"\r\n            },\r\n            \"Venue\": {\r\n                \"VenueID\": \"USA.VA.22102.AnonymousDEMOS.MCLEAN._V3VENUE.USA.CO.80211.TYLERTEST.DENVER\"\r\n            },\r\n            \"VenueUnit\": {\r\n                \"UnitID_internal\": \"USA.VA.22102.AnonymousDEMOS.MCLEAN._V3VENUE.USA.CO.80211.TYLERTEST.DENVER.136.2.3\",\r\n                \"ShoppingCartPriceAdjustment\": 0,\r\n                \"UnitID\": \"136\",\r\n                \"UnitBuilding\": \"2\",\r\n                \"UnitFloor\": \"3\",\r\n                \"AddressLine1\": \"12345 Made Up St.\",\r\n                \"AddressLine2\": \"\",\r\n                \"City\": \"Denver\",\r\n                \"State\": \"CO\",\r\n                \"Country\": \"USA\",\r\n                \"Country.ISO3166A3\": \"USA\",\r\n                \"PostalCode\": \"80211\",\r\n                \"RealPageUnitID\": \"\",\r\n                \"externalVenueUnitID\": \"\",\r\n                \"PrimaryUnitID_internal\": \"\",\r\n                \"PrimaryUnitID\": \"\",\r\n                \"purpose\": \"wiredunit\",\r\n                \"vlan\": 2036,\r\n                \"VenueUnitSSID\": []\r\n            },\r\n            \"SubscriptionDetails\": {\r\n                \"pskaddedtoredis\": \"2024-05-03T15:34:54.528Z\",\r\n                \"CreationData\": {\r\n                    \"dateAddedUTC.ISO8601\": \"2023-07-31T15:27:07.328Z\",\r\n                    \"AccountStatusAtCreation\": \"AUP not accepted\",\r\n                    \"SourceIP\": \"174.51.245.169\",\r\n                    \"AdministratorOS\": \"Windows 10\",\r\n                    \"AdministratorBrowser\": \"Chrome 115.0.0.0\",\r\n                    \"SourceUA\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36\",\r\n                    \"SourceLocale\": \"en-us\",\r\n                    \"AccountAddedByAdministrator\": \"SpikAdos\"\r\n                },\r\n                \"PaymentData\": {\r\n                    \"TrialCycles\": 0,\r\n                    \"NetBillingCyclePrice.undefined\": 0,\r\n                    \"ListBillingCyclePrice.undefined\": null,\r\n                    \"InvoiceDateTimeUTC\": [],\r\n                    \"InvoiceDateTimeUTC.ISO8601\": [],\r\n                    \"CustomerID\": \"\",\r\n                    \"Stripe_account\": \"venue\",\r\n                    \"StripeCustomerID\": \"cus_OMhO37y9Ky8YA4\",\r\n                    \"StripePaymentMethod\": \"\",\r\n                    \"StripeSetupIntentId\": \"seti_1NZy02CNQomuDyU3XA72oSpi\",\r\n                    \"StripeClientSecret\": \"seti_1NZy02CNQomuDyU3XA72oSpi_secret_OMhOnjrDe7APDiPzgFqmTvhh9UG3lRG\",\r\n                    \"BillingCyclePriceAdjustment\": 0,\r\n                    \"BillingCycleAdjustmentReasons\": [],\r\n                    \"CurrentServicePlanID\": \"USA.VA.22102.Anonymous.MCLEAN._V3SERVICEPLAN_.EMERGENCYSERVICE\",\r\n                    \"paymentFailed\": true,\r\n                    \"PaymentFailureReason\": \"\"\r\n                },\r\n                \"NetworkData\": {\r\n                    \"currentpsk\": \"kccwebfk.PalasesQuack\",\r\n                    \"psk\": [\r\n                        \"kccwebfk.PalasesQuack\"\r\n                    ],\r\n                    \"gatewayConfigured\": false,\r\n                    \"wpa2enterprise_auth\": false,\r\n                    \"Calling-Station-Id-Whitelist\": [],\r\n                    \"NAS-Identifier-Whitelist\": []\r\n                },\r\n                \"supportTicketsAllowed\": \"\",\r\n                \"CancellationSource\": \"\",\r\n                \"CancellationReasons\": []\r\n            },\r\n            \"SuccessEvent\": {\r\n                \"data\": {\r\n                    \"object\": {\r\n                        \"id\": \"seti_1NZy02CNQomuDyU3XA72oSpi\",\r\n                        \"customer\": \"cus_OMhO37y9Ky8YA4\"\r\n                    }\r\n                }\r\n            }\r\n        },\r\n        {\r\n            \"SubscriptionID\": \"a4c75ffc-0e25-38a6-5b40-66b11b8b0e71\",\r\n            \"UserFriendlySubscriptionID\": \"\",\r\n            \"externalSubscriptionID\": \"\",\r\n            \"StartDateTimeUTC\": \"2023-07-28T17:09:34.864Z\",\r\n            \"StartDateTimeUTC.ISO8601\": \"2023-07-28T17:09:34.864Z\",\r\n            \"EndDateTimeUTC\": \"\",\r\n            \"EndDateTimeUTC.ISO8601\": \"\",\r\n            \"SetupSuccessDateTimeUTC\": \"2023-07-28T17:09:34.864Z\",\r\n            \"SetupSuccessDateTimeUTC.ISO8601\": \"2023-07-28T17:09:34.864Z\",\r\n            \"Active\": true,\r\n            \"Operator\": {\r\n                \"OperatorID\": \"USA.VA.22102.Anonymous.MCLEAN\"\r\n            },\r\n            \"Subscriber\": {\r\n                \"GivenName\": \"Tyler\",\r\n                \"FamilyName\": \"Nesper\",\r\n                \"locale\": \"en-us\",\r\n                \"SubscriberToken\": \"PalettQualcun\",\r\n                \"Status\": \"AUP not accepted\",\r\n                \"CognitoStatus\": \"FORCE_CHANGE_PASSWORD\",\r\n                \"externalSubscriberID\": \"\",\r\n                \"PhoneNumber\": \"+17207787441\",\r\n                \"EmailAddress\": \"tnesperjunk+test21@gmail.com\",\r\n                \"contactpref_sms\": false,\r\n                \"contactpref_email\": true,\r\n                \"email_verified\": true,\r\n                \"phone_number_verified\": false,\r\n                \"dateAddedUTC\": \"2023-07-28T14:10:41.301Z\"\r\n            },\r\n            \"ServicePlan\": {\r\n                \"ServicePlanID\": \"USA.VA.22102.Anonymous.MCLEAN._V3SERVICEPLAN_.1GIGX1GIG\"\r\n            },\r\n            \"Venue\": {\r\n                \"VenueID\": \"USA.VA.22102.AnonymousDEMOS.MCLEAN._V3VENUE.USA.CO.80211.TYLERTEST.DENVER\"\r\n            },\r\n            \"VenueUnit\": {\r\n                \"UnitID_internal\": \"USA.VA.22102.AnonymousDEMOS.MCLEAN._V3VENUE.USA.CO.80211.TYLERTEST.DENVER.105-TEMP-3999.1.1\",\r\n                \"ShoppingCartPriceAdjustment\": 0,\r\n                \"UnitID\": \"105-TEMP-3999\",\r\n                \"UnitBuilding\": \"1\",\r\n                \"UnitFloor\": \"1\",\r\n                \"AddressLine1\": \"12345 Made Up St.\",\r\n                \"AddressLine2\": \"\",\r\n                \"City\": \"Denver\",\r\n                \"State\": \"CO\",\r\n                \"Country\": \"USA\",\r\n                \"Country.ISO3166A3\": \"USA\",\r\n                \"PostalCode\": \"80211\",\r\n                \"RealPageUnitID\": \"\",\r\n                \"externalVenueUnitID\": \"\",\r\n                \"PrimaryUnitID_internal\": \"USA.VA.22102.AnonymousDEMOS.MCLEAN._V3VENUE.USA.CO.80211.TYLERTEST.DENVER.105.1.1\",\r\n                \"PrimaryUnitID\": \"105\",\r\n                \"purpose\": \"wiredunit\",\r\n                \"vlan\": \"\",\r\n                \"VenueUnitSSID\": []\r\n            },\r\n            \"SubscriptionDetails\": {\r\n                \"pskaddedtoredis\": \"2024-05-03T15:34:54.608Z\",\r\n                \"CreationData\": {\r\n                    \"dateAddedUTC.ISO8601\": \"2023-07-28T14:10:40.987Z\",\r\n                    \"AccountStatusAtCreation\": \"AUP not accepted\",\r\n                    \"SourceIP\": \"174.51.245.169\",\r\n                    \"AdministratorOS\": \"Windows 10\",\r\n                    \"AdministratorBrowser\": \"Chrome 114.0.0.0\",\r\n                    \"SourceUA\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36\",\r\n                    \"SourceLocale\": \"en-us\",\r\n                    \"AccountAddedByAdministrator\": \"\"\r\n                },\r\n                \"PaymentData\": {\r\n                    \"TrialCycles\": 0,\r\n                    \"NetBillingCyclePrice.undefined\": 0,\r\n                    \"ListBillingCyclePrice.undefined\": null,\r\n                    \"InvoiceDateTimeUTC\": [],\r\n                    \"InvoiceDateTimeUTC.ISO8601\": [],\r\n                    \"CustomerID\": \"\",\r\n                    \"Stripe_account\": \"venue\",\r\n                    \"StripeCustomerID\": \"cus_OLYUrw8OmpYxgD\",\r\n                    \"StripePaymentMethod\": \"pm_1NYrNjCNQomuDyU38E57dfrC\",\r\n                    \"StripeSetupIntentId\": \"seti_1NYrNQCNQomuDyU3nO36Svb7\",\r\n                    \"StripeClientSecret\": \"seti_1NYrNQCNQomuDyU3nO36Svb7_secret_OLYU2VxqHNLEhJoKdMcmMbLiKzLIbbk\",\r\n                    \"BillingCyclePriceAdjustment\": 0,\r\n                    \"BillingCycleAdjustmentReasons\": [],\r\n                    \"CurrentServicePlanID\": \"USA.VA.22102.Anonymous.MCLEAN._V3SERVICEPLAN_.EMERGENCYSERVICE\",\r\n                    \"paymentFailed\": true,\r\n                    \"PaymentFailureReason\": \"\"\r\n                },\r\n                \"NetworkData\": {\r\n                    \"currentpsk\": \"\",\r\n                    \"psk\": [],\r\n                    \"gatewayConfigured\": false,\r\n                    \"wpa2enterprise_auth\": false,\r\n                    \"Calling-Station-Id-Whitelist\": [],\r\n                    \"NAS-Identifier-Whitelist\": []\r\n                },\r\n                \"supportTicketsAllowed\": \"\",\r\n                \"CancellationSource\": \"\",\r\n                \"CancellationReasons\": []\r\n            },\r\n            \"SuccessEvent\": {\r\n                \"id\": \"evt_1NYrNkCNQomuDyU3o4pfSzCJ\",\r\n                \"object\": \"event\",\r\n                \"api_version\": \"2022-11-15\",\r\n                \"created\": 1690553464,\r\n                \"data\": {\r\n                    \"object\": {\r\n                        \"id\": \"seti_1NYrNQCNQomuDyU3nO36Svb7\",\r\n                        \"object\": \"setup_intent\",\r\n                        \"application\": null,\r\n                        \"automatic_payment_methods\": null,\r\n                        \"cancellation_reason\": null,\r\n                        \"client_secret\": \"seti_1NYrNQCNQomuDyU3nO36Svb7_secret_OLYU2VxqHNLEhJoKdMcmMbLiKzLIbbk\",\r\n                        \"created\": 1690553444,\r\n                        \"customer\": \"cus_OLYUrw8OmpYxgD\",\r\n                        \"description\": \"Anonymous\",\r\n                        \"flow_directions\": null,\r\n                        \"last_setup_error\": null,\r\n                        \"latest_attempt\": \"setatt_1NYrNjCNQomuDyU3F15132Qt\",\r\n                        \"livemode\": false,\r\n                        \"mandate\": null,\r\n                        \"metadata\": {},\r\n                        \"next_action\": null,\r\n                        \"on_behalf_of\": null,\r\n                        \"payment_method\": \"pm_1NYrNjCNQomuDyU38E57dfrC\",\r\n                        \"payment_method_options\": {\r\n                            \"card\": {\r\n                                \"mandate_options\": null,\r\n                                \"network\": null,\r\n                                \"request_three_d_secure\": \"automatic\"\r\n                            }\r\n                        },\r\n                        \"payment_method_types\": [\r\n                            \"card\"\r\n                        ],\r\n                        \"single_use_mandate\": null,\r\n                        \"status\": \"succeeded\",\r\n                        \"usage\": \"off_session\"\r\n                    }\r\n                },\r\n                \"livemode\": false,\r\n                \"pending_webhooks\": 1,\r\n                \"request\": {\r\n                    \"id\": \"req_Wt6nKEVkGnot4s\",\r\n                    \"idempotency_key\": \"d2c262f2-dcd9-4ca6-822a-0a744c7eb400\"\r\n                },\r\n                \"type\": \"setup_intent.succeeded\"\r\n            }\r\n        },\r\n        {\r\n            \"SubscriptionID\": \"68c75ffc-0e4d-f7fa-32d7-cc6680f8bfe3\",\r\n            \"UserFriendlySubscriptionID\": \"\",\r\n            \"externalSubscriptionID\": \"\",\r\n            \"StartDateTimeUTC\": \"2023-07-28T17:07:51.884Z\",\r\n            \"StartDateTimeUTC.ISO8601\": \"2023-07-28T17:07:51.884Z\",\r\n            \"EndDateTimeUTC\": \"2024-07-29T03:59:59.999Z\",\r\n            \"EndDateTimeUTC.ISO8601\": \"2024-07-29T03:59:59.999Z\",\r\n            \"SetupSuccessDateTimeUTC\": \"2023-07-28T17:07:51.884Z\",\r\n            \"SetupSuccessDateTimeUTC.ISO8601\": \"2023-07-28T17:07:51.884Z\",\r\n            \"Active\": true,\r\n            \"Operator\": {\r\n                \"OperatorID\": \"USA.VA.22102.Anonymous.MCLEAN\"\r\n            },\r\n            \"Subscriber\": {\r\n                \"GivenName\": \"Tyler\",\r\n                \"FamilyName\": \"Nesper\",\r\n                \"locale\": \"en-us\",\r\n                \"SubscriberToken\": \"PalettaQuale\",\r\n                \"Status\": \"In Service\",\r\n                \"CognitoStatus\": \"CONFIRMED\",\r\n                \"externalSubscriberID\": \"\",\r\n                \"PhoneNumber\": \"+17207787442\",\r\n                \"EmailAddress\": \"tnesperjunk+test22@gmail.com\",\r\n                \"contactpref_sms\": false,\r\n                \"contactpref_email\": true,\r\n                \"email_verified\": true,\r\n                \"phone_number_verified\": false,\r\n                \"dateAddedUTC\": \"2023-07-28T14:16:21.763Z\"\r\n            },\r\n            \"ServicePlan\": {\r\n                \"ServicePlanID\": \"USA.VA.22102.Anonymous.MCLEAN._V3SERVICEPLAN_.200MBX200MB\"\r\n            },\r\n            \"Venue\": {\r\n                \"VenueID\": \"USA.VA.22102.AnonymousDEMOS.MCLEAN._V3VENUE.USA.CO.80211.TYLERTEST.DENVER\"\r\n            },\r\n            \"VenueUnit\": {\r\n                \"UnitID_internal\": \"USA.VA.22102.AnonymousDEMOS.MCLEAN._V3VENUE.USA.CO.80211.TYLERTEST.DENVER.122-TEMP-4000.2.3\",\r\n                \"ShoppingCartPriceAdjustment\": 0,\r\n                \"UnitID\": \"122-TEMP-4000\",\r\n                \"UnitBuilding\": \"2\",\r\n                \"UnitFloor\": \"3\",\r\n                \"AddressLine1\": \"12345 Made Up St.\",\r\n                \"AddressLine2\": \"\",\r\n                \"City\": \"Denver\",\r\n                \"State\": \"CO\",\r\n                \"Country\": \"USA\",\r\n                \"Country.ISO3166A3\": \"USA\",\r\n                \"PostalCode\": \"80211\",\r\n                \"RealPageUnitID\": \"\",\r\n                \"externalVenueUnitID\": \"\",\r\n                \"PrimaryUnitID_internal\": \"USA.VA.22102.AnonymousDEMOS.MCLEAN._V3VENUE.USA.CO.80211.TYLERTEST.DENVER.122.2.3\",\r\n                \"PrimaryUnitID\": \"122\",\r\n                \"purpose\": \"wiredunit\",\r\n                \"vlan\": 4000,\r\n                \"VenueUnitSSID\": []\r\n            },\r\n            \"SubscriptionDetails\": {\r\n                \"pskaddedtoredis\": \"2024-05-03T15:34:54.690Z\",\r\n                \"CreationData\": {\r\n                    \"dateAddedUTC.ISO8601\": \"2023-07-28T17:06:31.544Z\",\r\n                    \"AccountStatusAtCreation\": \"AUP not accepted\",\r\n                    \"SourceIP\": \"174.51.245.169\",\r\n                    \"AdministratorOS\": \"Windows 10\",\r\n                    \"AdministratorBrowser\": \"Chrome 114.0.0.0\",\r\n                    \"SourceUA\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36\",\r\n                    \"SourceLocale\": \"en-us\",\r\n                    \"AccountAddedByAdministrator\": \"SpikAdos\"\r\n                },\r\n                \"PaymentData\": {\r\n                    \"TrialCycles\": 0,\r\n                    \"NetBillingCyclePrice.undefined\": 0,\r\n                    \"ListBillingCyclePrice.undefined\": null,\r\n                    \"InvoiceDateTimeUTC\": [\r\n                        \"2023-07-28T17:07:51.884Z\",\r\n                        \"2023-08-28T17:07:51.884Z\",\r\n                        \"2023-09-28T17:07:51.884Z\",\r\n                        \"2023-10-28T17:07:51.884Z\",\r\n                        \"2023-11-28T17:07:51.884Z\",\r\n                        \"2023-12-28T17:07:51.884Z\",\r\n                        \"2024-01-28T17:07:51.884Z\",\r\n                        \"2024-02-28T17:07:51.884Z\",\r\n                        \"2024-03-28T17:07:51.884Z\",\r\n                        \"2024-04-28T17:07:51.884Z\"\r\n                    ],\r\n                    \"InvoiceDateTimeUTC.ISO8601\": [\r\n                        \"2023-07-28T17:07:51.884Z\",\r\n                        \"2023-08-28T17:07:51.884Z\",\r\n                        \"2023-09-28T17:07:51.884Z\",\r\n                        \"2023-10-28T17:07:51.884Z\",\r\n                        \"2023-11-28T17:07:51.884Z\",\r\n                        \"2023-12-28T17:07:51.884Z\",\r\n                        \"2024-01-28T17:07:51.884Z\",\r\n                        \"2024-02-28T17:07:51.884Z\",\r\n                        \"2024-03-28T17:07:51.884Z\",\r\n                        \"2024-04-28T17:07:51.884Z\"\r\n                    ],\r\n                    \"CustomerID\": \"\",\r\n                    \"Stripe_account\": \"venue\",\r\n                    \"StripeCustomerID\": \"cus_OLYaY0T1dhhoqu\",\r\n                    \"StripePaymentMethod\": \"pm_1NYu8oCNQomuDyU3FDRZYKxQ\",\r\n                    \"StripeSetupIntentId\": \"seti_1NYu7YCNQomuDyU3c6dwaCWd\",\r\n                    \"StripeClientSecret\": \"seti_1NYu7YCNQomuDyU3c6dwaCWd_secret_OLbKbuxJx6gaWqPubmLGK6jZpGfkeEO\",\r\n                    \"BillingCyclePriceAdjustment\": 0,\r\n                    \"BillingCycleAdjustmentReasons\": [],\r\n                    \"CurrentServicePlanID\": \"USA.VA.22102.Anonymous.MCLEAN._V3SERVICEPLAN_.200MBX200MB\",\r\n                    \"paymentFailed\": false,\r\n                    \"PaymentFailureReason\": \"\"\r\n                },\r\n                \"NetworkData\": {\r\n                    \"currentpsk\": \"jwzddkhz.PalettaQuale\",\r\n                    \"psk\": [\r\n                        \"jwzddkhz.PalettaQuale\"\r\n                    ],\r\n                    \"gatewayConfigured\": false,\r\n                    \"wpa2enterprise_auth\": false,\r\n                    \"Calling-Station-Id-Whitelist\": [],\r\n                    \"NAS-Identifier-Whitelist\": []\r\n                },\r\n                \"supportTicketsAllowed\": \"\",\r\n                \"CancellationSource\": \"\",\r\n                \"CancellationReasons\": []\r\n            },\r\n            \"SuccessEvent\": {\r\n                \"id\": \"evt_1NYu8pCNQomuDyU3Kb8PSBUy\",\r\n                \"object\": \"event\",\r\n                \"api_version\": \"2022-11-15\",\r\n                \"created\": 1690564071,\r\n                \"data\": {\r\n                    \"object\": {\r\n                        \"id\": \"seti_1NYu7YCNQomuDyU3c6dwaCWd\",\r\n                        \"object\": \"setup_intent\",\r\n                        \"application\": null,\r\n                        \"automatic_payment_methods\": null,\r\n                        \"cancellation_reason\": null,\r\n                        \"client_secret\": \"seti_1NYu7YCNQomuDyU3c6dwaCWd_secret_OLbKbuxJx6gaWqPubmLGK6jZpGfkeEO\",\r\n                        \"created\": 1690563992,\r\n                        \"customer\": \"cus_OLYaY0T1dhhoqu\",\r\n                        \"description\": \"Anonymous\",\r\n                        \"flow_directions\": null,\r\n                        \"last_setup_error\": null,\r\n                        \"latest_attempt\": \"setatt_1NYu8oCNQomuDyU3euUfPrSS\",\r\n                        \"livemode\": false,\r\n                        \"mandate\": null,\r\n                        \"metadata\": {},\r\n                        \"next_action\": null,\r\n                        \"on_behalf_of\": null,\r\n                        \"payment_method\": \"pm_1NYu8oCNQomuDyU3FDRZYKxQ\",\r\n                        \"payment_method_options\": {\r\n                            \"card\": {\r\n                                \"mandate_options\": null,\r\n                                \"network\": null,\r\n                                \"request_three_d_secure\": \"automatic\"\r\n                            }\r\n                        },\r\n                        \"payment_method_types\": [\r\n                            \"card\"\r\n                        ],\r\n                        \"single_use_mandate\": null,\r\n                        \"status\": \"succeeded\",\r\n                        \"usage\": \"off_session\"\r\n                    }\r\n                },\r\n                \"livemode\": false,\r\n                \"pending_webhooks\": 1,\r\n                \"request\": {\r\n                    \"id\": \"req_MThSemZIietSMm\",\r\n                    \"idempotency_key\": \"8c0148a9-f5b9-4b83-973d-06412999970c\"\r\n                },\r\n                \"type\": \"setup_intent.succeeded\"\r\n            }\r\n        },\r\n        {\r\n            \"SubscriptionID\": \"b8c75ffc-16a9-0bc4-be22-6e660d7cc951\",\r\n            \"UserFriendlySubscriptionID\": \"\",\r\n            \"externalSubscriptionID\": \"\",\r\n            \"StartDateTimeUTC\": \"2023-07-28T17:05:38.424Z\",\r\n            \"StartDateTimeUTC.ISO8601\": \"2023-07-28T17:05:38.424Z\",\r\n            \"EndDateTimeUTC\": \"2024-07-29T03:59:59.999Z\",\r\n            \"EndDateTimeUTC.ISO8601\": \"2024-07-29T03:59:59.999Z\",\r\n            \"SetupSuccessDateTimeUTC\": \"2023-07-28T17:05:38.424Z\",\r\n            \"SetupSuccessDateTimeUTC.ISO8601\": \"2023-07-28T17:05:38.424Z\",\r\n            \"Active\": true,\r\n            \"Operator\": {\r\n                \"OperatorID\": \"USA.VA.22102.Anonymous.MCLEAN\"\r\n            },\r\n            \"Subscriber\": {\r\n                \"GivenName\": \"Tyler\",\r\n                \"FamilyName\": \"Nesper\",\r\n                \"locale\": \"en-us\",\r\n                \"SubscriberToken\": \"PalettQualcun\",\r\n                \"Status\": \"AUP not accepted\",\r\n                \"CognitoStatus\": \"FORCE_CHANGE_PASSWORD\",\r\n                \"externalSubscriberID\": \"\",\r\n                \"PhoneNumber\": \"+17207787441\",\r\n                \"EmailAddress\": \"tnesperjunk+test21@gmail.com\",\r\n                \"contactpref_sms\": false,\r\n                \"contactpref_email\": true,\r\n                \"email_verified\": true,\r\n                \"phone_number_verified\": false,\r\n                \"dateAddedUTC\": \"2023-07-28T14:10:41.301Z\"\r\n            },\r\n            \"ServicePlan\": {\r\n                \"ServicePlanID\": \"USA.VA.22102.Anonymous.MCLEAN._V3SERVICEPLAN_.400MBX400MB\"\r\n            },\r\n            \"Venue\": {\r\n                \"VenueID\": \"USA.VA.22102.AnonymousDEMOS.MCLEAN._V3VENUE.USA.CO.80211.TYLERTEST.DENVER\"\r\n            },\r\n            \"VenueUnit\": {\r\n                \"UnitID_internal\": \"USA.VA.22102.AnonymousDEMOS.MCLEAN._V3VENUE.USA.CO.80211.TYLERTEST.DENVER.122.2.3\",\r\n                \"ShoppingCartPriceAdjustment\": 0,\r\n                \"UnitID\": \"122\",\r\n                \"UnitBuilding\": \"2\",\r\n                \"UnitFloor\": \"3\",\r\n                \"AddressLine1\": \"12345 Made Up St.\",\r\n                \"AddressLine2\": \"\",\r\n                \"City\": \"Denver\",\r\n                \"State\": \"CO\",\r\n                \"Country\": \"USA\",\r\n                \"Country.ISO3166A3\": \"USA\",\r\n                \"PostalCode\": \"80211\",\r\n                \"RealPageUnitID\": \"\",\r\n                \"externalVenueUnitID\": \"\",\r\n                \"PrimaryUnitID_internal\": \"\",\r\n                \"PrimaryUnitID\": \"\",\r\n                \"purpose\": \"wiredunit\",\r\n                \"vlan\": 2022,\r\n                \"VenueUnitSSID\": []\r\n            },\r\n            \"SubscriptionDetails\": {\r\n                \"pskaddedtoredis\": \"2024-05-03T15:34:54.694Z\",\r\n                \"CreationData\": {\r\n                    \"dateAddedUTC.ISO8601\": \"2023-07-28T17:05:19.651Z\",\r\n                    \"AccountStatusAtCreation\": \"AUP not accepted\",\r\n                    \"SourceIP\": \"174.51.245.169\",\r\n                    \"AdministratorOS\": \"Windows 10\",\r\n                    \"AdministratorBrowser\": \"Chrome 114.0.0.0\",\r\n                    \"SourceUA\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36\",\r\n                    \"SourceLocale\": \"en-us\",\r\n                    \"AccountAddedByAdministrator\": \"SpikAdos\"\r\n                },\r\n                \"PaymentData\": {\r\n                    \"TrialCycles\": 0,\r\n                    \"NetBillingCyclePrice.undefined\": 0,\r\n                    \"ListBillingCyclePrice.undefined\": null,\r\n                    \"InvoiceDateTimeUTC\": [\r\n                        \"2023-07-28T17:05:38.424Z\",\r\n                        \"2023-08-28T17:05:38.424Z\",\r\n                        \"2023-09-28T17:05:38.424Z\",\r\n                        \"2023-10-28T17:05:38.424Z\",\r\n                        \"2023-11-28T17:05:38.424Z\",\r\n                        \"2023-12-28T17:05:38.424Z\",\r\n                        \"2024-01-28T17:05:38.424Z\",\r\n                        \"2024-02-28T17:05:38.424Z\",\r\n                        \"2024-03-28T17:05:38.424Z\",\r\n                        \"2024-04-28T17:05:38.424Z\"\r\n                    ],\r\n                    \"InvoiceDateTimeUTC.ISO8601\": [\r\n                        \"2023-07-28T17:05:38.424Z\",\r\n                        \"2023-08-28T17:05:38.424Z\",\r\n                        \"2023-09-28T17:05:38.424Z\",\r\n                        \"2023-10-28T17:05:38.424Z\",\r\n                        \"2023-11-28T17:05:38.424Z\",\r\n                        \"2023-12-28T17:05:38.424Z\",\r\n                        \"2024-01-28T17:05:38.424Z\",\r\n                        \"2024-02-28T17:05:38.424Z\",\r\n                        \"2024-03-28T17:05:38.424Z\",\r\n                        \"2024-04-28T17:05:38.424Z\"\r\n                    ],\r\n                    \"CustomerID\": \"\",\r\n                    \"Stripe_account\": \"venue\",\r\n                    \"StripeCustomerID\": \"cus_OLYUrw8OmpYxgD\",\r\n                    \"StripePaymentMethod\": \"pm_1NYu6fCNQomuDyU3dMiaV5Sq\",\r\n                    \"StripeSetupIntentId\": \"seti_1NYu6OCNQomuDyU3dpHPg1cv\",\r\n                    \"StripeClientSecret\": \"seti_1NYu6OCNQomuDyU3dpHPg1cv_secret_OLbJV690HKi6A7KQuuMAmnZ5oieHbLV\",\r\n                    \"BillingCyclePriceAdjustment\": 0,\r\n                    \"BillingCycleAdjustmentReasons\": [],\r\n                    \"CurrentServicePlanID\": \"USA.VA.22102.Anonymous.MCLEAN._V3SERVICEPLAN_.400MBX400MB\",\r\n                    \"paymentFailed\": false,\r\n                    \"PaymentFailureReason\": \"\"\r\n                },\r\n                \"NetworkData\": {\r\n                    \"currentpsk\": \"kjgkjeab.PalettQualcun\",\r\n                    \"psk\": [\r\n                        \"kjgkjeab.PalettQualcun\"\r\n                    ],\r\n                    \"gatewayConfigured\": false,\r\n                    \"wpa2enterprise_auth\": false,\r\n                    \"Calling-Station-Id-Whitelist\": [],\r\n                    \"NAS-Identifier-Whitelist\": []\r\n                },\r\n                \"supportTicketsAllowed\": \"\",\r\n                \"CancellationSource\": \"\",\r\n                \"CancellationReasons\": []\r\n            },\r\n            \"SuccessEvent\": {\r\n                \"id\": \"evt_1NYu6gCNQomuDyU3KYa91hFE\",\r\n                \"object\": \"event\",\r\n                \"api_version\": \"2022-11-15\",\r\n                \"created\": 1690563937,\r\n                \"data\": {\r\n                    \"object\": {\r\n                        \"id\": \"seti_1NYu6OCNQomuDyU3dpHPg1cv\",\r\n                        \"object\": \"setup_intent\",\r\n                        \"application\": null,\r\n                        \"automatic_payment_methods\": null,\r\n                        \"cancellation_reason\": null,\r\n                        \"client_secret\": \"seti_1NYu6OCNQomuDyU3dpHPg1cv_secret_OLbJV690HKi6A7KQuuMAmnZ5oieHbLV\",\r\n                        \"created\": 1690563920,\r\n                        \"customer\": \"cus_OLYUrw8OmpYxgD\",\r\n                        \"description\": \"Anonymous\",\r\n                        \"flow_directions\": null,\r\n                        \"last_setup_error\": null,\r\n                        \"latest_attempt\": \"setatt_1NYu6fCNQomuDyU3hV0PRkfv\",\r\n                        \"livemode\": false,\r\n                        \"mandate\": null,\r\n                        \"metadata\": {},\r\n                        \"next_action\": null,\r\n                        \"on_behalf_of\": null,\r\n                        \"payment_method\": \"pm_1NYu6fCNQomuDyU3dMiaV5Sq\",\r\n                        \"payment_method_options\": {\r\n                            \"card\": {\r\n                                \"mandate_options\": null,\r\n                                \"network\": null,\r\n                                \"request_three_d_secure\": \"automatic\"\r\n                            }\r\n                        },\r\n                        \"payment_method_types\": [\r\n                            \"card\"\r\n                        ],\r\n                        \"single_use_mandate\": null,\r\n                        \"status\": \"succeeded\",\r\n                        \"usage\": \"off_session\"\r\n                    }\r\n                },\r\n                \"livemode\": false,\r\n                \"pending_webhooks\": 1,\r\n                \"request\": {\r\n                    \"id\": \"req_TD9asHL57RkPFz\",\r\n                    \"idempotency_key\": \"e929c4ce-6227-4cb9-ae14-9df2b338df99\"\r\n                },\r\n                \"type\": \"setup_intent.succeeded\"\r\n            }\r\n        },\r\n        {\r\n            \"SubscriptionID\": \"44c75ffc-170d-34e8-476d-c265d7620936\",\r\n            \"UserFriendlySubscriptionID\": \"\",\r\n            \"externalSubscriptionID\": \"\",\r\n            \"StartDateTimeUTC\": \"2023-07-31T18:51:02.565Z\",\r\n            \"StartDateTimeUTC.ISO8601\": \"2023-07-31T18:51:02.565Z\",\r\n            \"EndDateTimeUTC\": \"2024-08-01T03:59:59.999Z\",\r\n            \"EndDateTimeUTC.ISO8601\": \"2024-08-01T03:59:59.999Z\",\r\n            \"SetupSuccessDateTimeUTC\": \"2023-07-31T18:51:02.565Z\",\r\n            \"SetupSuccessDateTimeUTC.ISO8601\": \"2023-07-31T18:51:02.565Z\",\r\n            \"Active\": true,\r\n            \"Operator\": {\r\n                \"OperatorID\": \"USA.VA.22102.Anonymous.MCLEAN\"\r\n            },\r\n            \"Subscriber\": {\r\n                \"GivenName\": \"Tyler\",\r\n                \"FamilyName\": \"Nesper\",\r\n                \"locale\": \"en-us\",\r\n                \"SubscriberToken\": \"PalingsQuanti\",\r\n                \"Status\": \"AUP not accepted\",\r\n                \"CognitoStatus\": \"FORCE_CHANGE_PASSWORD\",\r\n                \"externalSubscriberID\": \"\",\r\n                \"PhoneNumber\": \"+17207787448\",\r\n                \"EmailAddress\": \"tnesperjunk+test31@gmail.com\",\r\n                \"contactpref_sms\": false,\r\n                \"contactpref_email\": true,\r\n                \"email_verified\": true,\r\n                \"phone_number_verified\": false,\r\n                \"dateAddedUTC\": \"2023-07-31T18:50:41.351Z\"\r\n            },\r\n            \"ServicePlan\": {\r\n                \"ServicePlanID\": \"USA.VA.22102.Anonymous.MCLEAN._V3SERVICEPLAN_.1GIGX1GIG\"\r\n            },\r\n            \"Venue\": {\r\n                \"VenueID\": \"USA.VA.22102.AnonymousDEMOS.MCLEAN._V3VENUE.USA.CO.80211.TYLERTEST.DENVER\"\r\n            },\r\n            \"VenueUnit\": {\r\n                \"UnitID_internal\": \"USA.VA.22102.AnonymousDEMOS.MCLEAN._V3VENUE.USA.CO.80211.TYLERTEST.DENVER.127.2.3\",\r\n                \"ShoppingCartPriceAdjustment\": 0,\r\n                \"UnitID\": \"127\",\r\n                \"UnitBuilding\": \"2\",\r\n                \"UnitFloor\": \"3\",\r\n                \"AddressLine1\": \"12345 Made Up St.\",\r\n                \"AddressLine2\": \"\",\r\n                \"City\": \"Denver\",\r\n                \"State\": \"CO\",\r\n                \"Country\": \"USA\",\r\n                \"Country.ISO3166A3\": \"USA\",\r\n                \"PostalCode\": \"80211\",\r\n                \"RealPageUnitID\": \"\",\r\n                \"externalVenueUnitID\": \"\",\r\n                \"PrimaryUnitID_internal\": \"\",\r\n                \"PrimaryUnitID\": \"\",\r\n                \"purpose\": \"wiredunit\",\r\n                \"vlan\": 2027,\r\n                \"VenueUnitSSID\": []\r\n            },\r\n            \"SubscriptionDetails\": {\r\n                \"pskaddedtoredis\": \"2024-05-03T15:34:54.697Z\",\r\n                \"CreationData\": {\r\n                    \"dateAddedUTC.ISO8601\": \"2023-07-31T18:50:40.930Z\",\r\n                    \"AccountStatusAtCreation\": \"AUP not accepted\",\r\n                    \"SourceIP\": \"174.51.245.169\",\r\n                    \"AdministratorOS\": \"Windows 10\",\r\n                    \"AdministratorBrowser\": \"Chrome 115.0.0.0\",\r\n                    \"SourceUA\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36\",\r\n                    \"SourceLocale\": \"en-us\",\r\n                    \"AccountAddedByAdministrator\": \"SpikAdos\"\r\n                },\r\n                \"PaymentData\": {\r\n                    \"TrialCycles\": 0,\r\n                    \"NetBillingCyclePrice.undefined\": 0,\r\n                    \"ListBillingCyclePrice.undefined\": null,\r\n                    \"InvoiceDateTimeUTC\": [\r\n                        \"2023-07-31T18:51:02.565Z\",\r\n                        \"2023-08-31T18:51:02.565Z\",\r\n                        \"2023-10-01T18:51:02.565Z\",\r\n                        \"2023-11-01T18:51:02.565Z\",\r\n                        \"2023-12-01T18:51:02.565Z\",\r\n                        \"2024-01-01T18:51:02.565Z\",\r\n                        \"2024-02-01T18:51:02.565Z\",\r\n                        \"2024-03-01T18:51:02.565Z\",\r\n                        \"2024-04-01T18:51:02.565Z\",\r\n                        \"2024-05-01T18:51:02.565Z\"\r\n                    ],\r\n                    \"InvoiceDateTimeUTC.ISO8601\": [\r\n                        \"2023-07-31T18:51:02.565Z\",\r\n                        \"2023-08-31T18:51:02.565Z\",\r\n                        \"2023-10-01T18:51:02.565Z\",\r\n                        \"2023-11-01T18:51:02.565Z\",\r\n                        \"2023-12-01T18:51:02.565Z\",\r\n                        \"2024-01-01T18:51:02.565Z\",\r\n                        \"2024-02-01T18:51:02.565Z\",\r\n                        \"2024-03-01T18:51:02.565Z\",\r\n                        \"2024-04-01T18:51:02.565Z\",\r\n                        \"2024-05-01T18:51:02.565Z\"\r\n                    ],\r\n                    \"CustomerID\": \"\",\r\n                    \"Stripe_account\": \"venue\",\r\n                    \"StripeCustomerID\": \"cus_OMkgKnO8QNGJFD\",\r\n                    \"StripePaymentMethod\": \"pm_1Na1BJCNQomuDyU3CKXgsxP8\",\r\n                    \"StripeSetupIntentId\": \"seti_1Na1B1CNQomuDyU3Tli6p05D\",\r\n                    \"StripeClientSecret\": \"seti_1Na1B1CNQomuDyU3Tli6p05D_secret_OMkgWIKEjl1MwCqcMekgmI9jrDAdAgn\",\r\n                    \"BillingCyclePriceAdjustment\": 0,\r\n                    \"BillingCycleAdjustmentReasons\": [],\r\n                    \"CurrentServicePlanID\": \"USA.VA.22102.Anonymous.MCLEAN._V3SERVICEPLAN_.1GIGX1GIG\",\r\n                    \"paymentFailed\": false,\r\n                    \"PaymentFailureReason\": \"\"\r\n                },\r\n                \"NetworkData\": {\r\n                    \"currentpsk\": \"fcmagjxc.PalingsQuanti\",\r\n                    \"psk\": [\r\n                        \"fcmagjxc.PalingsQuanti\"\r\n                    ],\r\n                    \"gatewayConfigured\": false,\r\n                    \"wpa2enterprise_auth\": false,\r\n                    \"Calling-Station-Id-Whitelist\": [],\r\n                    \"NAS-Identifier-Whitelist\": []\r\n                },\r\n                \"supportTicketsAllowed\": \"\",\r\n                \"CancellationSource\": \"\",\r\n                \"CancellationReasons\": []\r\n            },\r\n            \"SuccessEvent\": {\r\n                \"id\": \"evt_1Na1BJCNQomuDyU3n5w2MQnK\",\r\n                \"object\": \"event\",\r\n                \"api_version\": \"2022-11-15\",\r\n                \"created\": 1690829461,\r\n                \"data\": {\r\n                    \"object\": {\r\n                        \"id\": \"seti_1Na1B1CNQomuDyU3Tli6p05D\",\r\n                        \"object\": \"setup_intent\",\r\n                        \"application\": null,\r\n                        \"automatic_payment_methods\": null,\r\n                        \"cancellation_reason\": null,\r\n                        \"client_secret\": \"seti_1Na1B1CNQomuDyU3Tli6p05D_secret_OMkgWIKEjl1MwCqcMekgmI9jrDAdAgn\",\r\n                        \"created\": 1690829443,\r\n                        \"customer\": \"cus_OMkgKnO8QNGJFD\",\r\n                        \"description\": \"Anonymous\",\r\n                        \"flow_directions\": null,\r\n                        \"last_setup_error\": null,\r\n                        \"latest_attempt\": \"setatt_1Na1BJCNQomuDyU3MZQTLZ0J\",\r\n                        \"livemode\": false,\r\n                        \"mandate\": null,\r\n                        \"metadata\": {},\r\n                        \"next_action\": null,\r\n                        \"on_behalf_of\": null,\r\n                        \"payment_method\": \"pm_1Na1BJCNQomuDyU3CKXgsxP8\",\r\n                        \"payment_method_options\": {\r\n                            \"card\": {\r\n                                \"mandate_options\": null,\r\n                                \"network\": null,\r\n                                \"request_three_d_secure\": \"automatic\"\r\n                            }\r\n                        },\r\n                        \"payment_method_types\": [\r\n                            \"card\"\r\n                        ],\r\n                        \"single_use_mandate\": null,\r\n                        \"status\": \"succeeded\",\r\n                        \"usage\": \"off_session\"\r\n                    }\r\n                },\r\n                \"livemode\": false,\r\n                \"pending_webhooks\": 1,\r\n                \"request\": {\r\n                    \"id\": \"req_hPcl8ufjNvCnCM\",\r\n                    \"idempotency_key\": \"1ef80085-e035-44df-9559-e9bd96215434\"\r\n                },\r\n                \"type\": \"setup_intent.succeeded\"\r\n            }\r\n        },\r\n        {\r\n            \"SubscriptionID\": \"3ac75ffc-21a4-20f2-f0db-a8094be0cccd\",\r\n            \"UserFriendlySubscriptionID\": \"\",\r\n            \"externalSubscriptionID\": \"\",\r\n            \"StartDateTimeUTC\": \"2023-07-28T17:33:46.034Z\",\r\n            \"StartDateTimeUTC.ISO8601\": \"2023-07-28T17:33:46.034Z\",\r\n            \"EndDateTimeUTC\": \"2024-07-29T03:59:59.999Z\",\r\n            \"EndDateTimeUTC.ISO8601\": \"2024-07-29T03:59:59.999Z\",\r\n            \"SetupSuccessDateTimeUTC\": \"2023-07-28T17:33:46.034Z\",\r\n            \"SetupSuccessDateTimeUTC.ISO8601\": \"2023-07-28T17:33:46.034Z\",\r\n            \"Active\": true,\r\n            \"Operator\": {\r\n                \"OperatorID\": \"USA.VA.22102.Anonymous.MCLEAN\"\r\n            },\r\n            \"Subscriber\": {\r\n                \"GivenName\": \"Tyler\",\r\n                \"FamilyName\": \"Nesper\",\r\n                \"locale\": \"en-us\",\r\n                \"SubscriberToken\": \"PaliadoQualmt\",\r\n                \"Status\": \"In Service\",\r\n                \"CognitoStatus\": \"CONFIRMED\",\r\n                \"externalSubscriberID\": \"\",\r\n                \"PhoneNumber\": \"+17207787445\",\r\n                \"EmailAddress\": \"tnesperjunk+test25@gmail.com\",\r\n                \"contactpref_sms\": false,\r\n                \"contactpref_email\": true,\r\n                \"email_verified\": true,\r\n                \"phone_number_verified\": false,\r\n                \"dateAddedUTC\": \"2023-07-28T17:32:27.550Z\"\r\n            },\r\n            \"ServicePlan\": {\r\n                \"ServicePlanID\": \"USA.VA.22102.Anonymous.MCLEAN._V3SERVICEPLAN_.200MBX200MB\"\r\n            },\r\n            \"Venue\": {\r\n                \"VenueID\": \"USA.VA.22102.AnonymousDEMOS.MCLEAN._V3VENUE.USA.CO.80211.TYLERTEST.DENVER\"\r\n            },\r\n            \"VenueUnit\": {\r\n                \"UnitID_internal\": \"USA.VA.22102.AnonymousDEMOS.MCLEAN._V3VENUE.USA.CO.80211.TYLERTEST.DENVER.123.2.3\",\r\n                \"ShoppingCartPriceAdjustment\": 0,\r\n                \"UnitID\": \"123\",\r\n                \"UnitBuilding\": \"2\",\r\n                \"UnitFloor\": \"3\",\r\n                \"AddressLine1\": \"12345 Made Up St.\",\r\n                \"AddressLine2\": \"\",\r\n                \"City\": \"Denver\",\r\n                \"State\": \"CO\",\r\n                \"Country\": \"USA\",\r\n                \"Country.ISO3166A3\": \"USA\",\r\n                \"PostalCode\": \"80211\",\r\n                \"RealPageUnitID\": \"\",\r\n                \"externalVenueUnitID\": \"\",\r\n                \"PrimaryUnitID_internal\": \"\",\r\n                \"PrimaryUnitID\": \"123\",\r\n                \"purpose\": \"wiredunit\",\r\n                \"vlan\": 2023,\r\n                \"VenueUnitSSID\": []\r\n            },\r\n            \"SubscriptionDetails\": {\r\n                \"pskaddedtoredis\": \"2024-05-03T15:34:54.780Z\",\r\n                \"CreationData\": {\r\n                    \"dateAddedUTC.ISO8601\": \"2023-07-28T17:32:27.294Z\",\r\n                    \"AccountStatusAtCreation\": \"AUP not accepted\",\r\n                    \"SourceIP\": \"174.51.245.169\",\r\n                    \"AdministratorOS\": \"Windows 10\",\r\n                    \"AdministratorBrowser\": \"Chrome 114.0.0.0\",\r\n                    \"SourceUA\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36\",\r\n                    \"SourceLocale\": \"en-us\",\r\n                    \"AccountAddedByAdministrator\": \"SpikAdos\"\r\n                },\r\n                \"PaymentData\": {\r\n                    \"TrialCycles\": 0,\r\n                    \"NetBillingCyclePrice.undefined\": 0,\r\n                    \"ListBillingCyclePrice.undefined\": null,\r\n                    \"InvoiceDateTimeUTC\": [\r\n                        \"2023-07-28T17:33:46.034Z\",\r\n                        \"2023-08-28T17:33:46.034Z\",\r\n                        \"2023-09-28T17:33:46.034Z\",\r\n                        \"2023-10-28T17:33:46.034Z\",\r\n                        \"2023-11-28T17:33:46.034Z\",\r\n                        \"2023-12-28T17:33:46.034Z\",\r\n                        \"2024-01-28T17:33:46.034Z\",\r\n                        \"2024-02-28T17:33:46.034Z\",\r\n                        \"2024-03-28T17:33:46.034Z\",\r\n                        \"2024-04-28T17:33:46.034Z\"\r\n                    ],\r\n                    \"InvoiceDateTimeUTC.ISO8601\": [\r\n                        \"2023-07-28T17:33:46.034Z\",\r\n                        \"2023-08-28T17:33:46.034Z\",\r\n                        \"2023-09-28T17:33:46.034Z\",\r\n                        \"2023-10-28T17:33:46.034Z\",\r\n                        \"2023-11-28T17:33:46.034Z\",\r\n                        \"2023-12-28T17:33:46.034Z\",\r\n                        \"2024-01-28T17:33:46.034Z\",\r\n                        \"2024-02-28T17:33:46.034Z\",\r\n                        \"2024-03-28T17:33:46.034Z\",\r\n                        \"2024-04-28T17:33:46.034Z\"\r\n                    ],\r\n                    \"CustomerID\": \"\",\r\n                    \"Stripe_account\": \"venue\",\r\n                    \"StripeCustomerID\": \"cus_OLbk8tRJwz9Lfi\",\r\n                    \"StripePaymentMethod\": \"pm_1NYuXsCNQomuDyU3EQhXmye5\",\r\n                    \"StripeSetupIntentId\": \"seti_1NYuWeCNQomuDyU35u2upLtq\",\r\n                    \"StripeClientSecret\": \"seti_1NYuWeCNQomuDyU35u2upLtq_secret_OLbkGbqBAWkNTN995qnog1SLnU2cjnZ\",\r\n                    \"BillingCyclePriceAdjustment\": 0,\r\n                    \"BillingCycleAdjustmentReasons\": [],\r\n                    \"CurrentServicePlanID\": \"USA.VA.22102.Anonymous.MCLEAN._V3SERVICEPLAN_.200MBX200MB\",\r\n                    \"paymentFailed\": false,\r\n                    \"PaymentFailureReason\": \"\"\r\n                },\r\n                \"NetworkData\": {\r\n                    \"currentpsk\": \"crgybedn.PaliadoQualmt\",\r\n                    \"psk\": [\r\n                        \"crgybedn.PaliadoQualmt\"\r\n                    ],\r\n                    \"gatewayConfigured\": false,\r\n                    \"wpa2enterprise_auth\": false,\r\n                    \"Calling-Station-Id-Whitelist\": [],\r\n                    \"NAS-Identifier-Whitelist\": []\r\n                },\r\n                \"supportTicketsAllowed\": \"\",\r\n                \"CancellationSource\": \"\",\r\n                \"CancellationReasons\": []\r\n            },\r\n            \"SuccessEvent\": {\r\n                \"id\": \"evt_1NYuXtCNQomuDyU3kWk4WDNB\",\r\n                \"object\": \"event\",\r\n                \"api_version\": \"2022-11-15\",\r\n                \"created\": 1690565625,\r\n                \"data\": {\r\n                    \"object\": {\r\n                        \"id\": \"seti_1NYuWeCNQomuDyU35u2upLtq\",\r\n                        \"object\": \"setup_intent\",\r\n                        \"application\": null,\r\n                        \"automatic_payment_methods\": null,\r\n                        \"cancellation_reason\": null,\r\n                        \"client_secret\": \"seti_1NYuWeCNQomuDyU35u2upLtq_secret_OLbkGbqBAWkNTN995qnog1SLnU2cjnZ\",\r\n                        \"created\": 1690565548,\r\n                        \"customer\": \"cus_OLbk8tRJwz9Lfi\",\r\n                        \"description\": \"Anonymous\",\r\n                        \"flow_directions\": null,\r\n                        \"last_setup_error\": null,\r\n                        \"latest_attempt\": \"setatt_1NYuXsCNQomuDyU3E0zwyDEb\",\r\n                        \"livemode\": false,\r\n                        \"mandate\": null,\r\n                        \"metadata\": {},\r\n                        \"next_action\": null,\r\n                        \"on_behalf_of\": null,\r\n                        \"payment_method\": \"pm_1NYuXsCNQomuDyU3EQhXmye5\",\r\n                        \"payment_method_options\": {\r\n                            \"card\": {\r\n                                \"mandate_options\": null,\r\n                                \"network\": null,\r\n                                \"request_three_d_secure\": \"automatic\"\r\n                            }\r\n                        },\r\n                        \"payment_method_types\": [\r\n                            \"card\"\r\n                        ],\r\n                        \"single_use_mandate\": null,\r\n                        \"status\": \"succeeded\",\r\n                        \"usage\": \"off_session\"\r\n                    }\r\n                },\r\n                \"livemode\": false,\r\n                \"pending_webhooks\": 1,\r\n                \"request\": {\r\n                    \"id\": \"req_CJHMc1rRxMqO7S\",\r\n                    \"idempotency_key\": \"36369a56-45a0-4fee-a494-9ef31bd9b71f\"\r\n                },\r\n                \"type\": \"setup_intent.succeeded\"\r\n            }\r\n        },\r\n        {\r\n            \"SubscriptionID\": \"b6c75ffc-2be9-4653-bd0c-69501846f9ae\",\r\n            \"UserFriendlySubscriptionID\": \"\",\r\n            \"externalSubscriptionID\": \"\",\r\n            \"StartDateTimeUTC\": \"2023-07-28T17:03:46.692Z\",\r\n            \"StartDateTimeUTC.ISO8601\": \"2023-07-28T17:03:46.692Z\",\r\n            \"EndDateTimeUTC\": \"\",\r\n            \"EndDateTimeUTC.ISO8601\": \"\",\r\n            \"SetupSuccessDateTimeUTC\": \"2023-07-28T17:03:46.692Z\",\r\n            \"SetupSuccessDateTimeUTC.ISO8601\": \"2023-07-28T17:03:46.692Z\",\r\n            \"Active\": true,\r\n            \"Operator\": {\r\n                \"OperatorID\": \"USA.VA.22102.Anonymous.MCLEAN\"\r\n            },\r\n            \"Subscriber\": {\r\n                \"GivenName\": \"Tyler\",\r\n                \"FamilyName\": \"Nesper\",\r\n                \"locale\": \"en-us\",\r\n                \"SubscriberToken\": \"PalesiQuake\",\r\n                \"Status\": \"AUP not accepted\",\r\n                \"CognitoStatus\": \"FORCE_CHANGE_PASSWORD\",\r\n                \"externalSubscriberID\": \"\",\r\n                \"PhoneNumber\": \"+17207787440\",\r\n                \"EmailAddress\": \"tnesperjunk+test20@gmail.com\",\r\n                \"contactpref_sms\": false,\r\n                \"contactpref_email\": true,\r\n                \"email_verified\": true,\r\n                \"phone_number_verified\": false,\r\n                \"dateAddedUTC\": \"2023-07-27T21:59:40.917Z\"\r\n            },\r\n            \"ServicePlan\": {\r\n                \"ServicePlanID\": \"USA.VA.22102.Anonymous.MCLEAN._V3SERVICEPLAN_.1GIGX1GIG\"\r\n            },\r\n            \"Venue\": {\r\n                \"VenueID\": \"USA.VA.22102.AnonymousDEMOS.MCLEAN._V3VENUE.USA.CO.80211.TYLERTEST.DENVER\"\r\n            },\r\n            \"VenueUnit\": {\r\n                \"UnitID_internal\": \"USA.VA.22102.AnonymousDEMOS.MCLEAN._V3VENUE.USA.CO.80211.TYLERTEST.DENVER.120.1.1\",\r\n                \"ShoppingCartPriceAdjustment\": 0,\r\n                \"UnitID\": \"120\",\r\n                \"UnitBuilding\": \"1\",\r\n                \"UnitFloor\": \"1\",\r\n                \"AddressLine1\": \"12345 Made Up St.\",\r\n                \"AddressLine2\": \"\",\r\n                \"City\": \"Denver\",\r\n                \"State\": \"CO\",\r\n                \"Country\": \"USA\",\r\n                \"Country.ISO3166A3\": \"USA\",\r\n                \"PostalCode\": \"80211\",\r\n                \"RealPageUnitID\": \"\",\r\n                \"externalVenueUnitID\": \"\",\r\n                \"PrimaryUnitID_internal\": \"\",\r\n                \"PrimaryUnitID\": \"\",\r\n                \"purpose\": \"wiredunit\",\r\n                \"vlan\": 2020,\r\n                \"VenueUnitSSID\": []\r\n            },\r\n            \"SubscriptionDetails\": {\r\n                \"pskaddedtoredis\": \"2024-05-03T15:34:54.880Z\",\r\n                \"CreationData\": {\r\n                    \"dateAddedUTC.ISO8601\": \"2023-07-28T17:03:23.981Z\",\r\n                    \"AccountStatusAtCreation\": \"AUP not accepted\",\r\n                    \"SourceIP\": \"174.51.245.169\",\r\n                    \"AdministratorOS\": \"Windows 10\",\r\n                    \"AdministratorBrowser\": \"Chrome 114.0.0.0\",\r\n                    \"SourceUA\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36\",\r\n                    \"SourceLocale\": \"en-us\",\r\n                    \"AccountAddedByAdministrator\": \"\"\r\n                },\r\n                \"PaymentData\": {\r\n                    \"TrialCycles\": 0,\r\n                    \"NetBillingCyclePrice.undefined\": 0,\r\n                    \"ListBillingCyclePrice.undefined\": null,\r\n                    \"InvoiceDateTimeUTC\": [\r\n                        \"2023-07-28T17:03:46.692Z\",\r\n                        \"2023-08-28T17:03:46.692Z\",\r\n                        \"2023-09-28T17:03:46.692Z\",\r\n                        \"2023-10-28T17:03:46.692Z\",\r\n                        \"2023-11-28T17:03:46.692Z\",\r\n                        \"2023-12-28T17:03:46.692Z\",\r\n                        \"2024-01-28T17:03:46.692Z\",\r\n                        \"2024-02-28T17:03:46.692Z\",\r\n                        \"2024-03-28T17:03:46.692Z\",\r\n                        \"2024-04-28T17:03:46.692Z\"\r\n                    ],\r\n                    \"InvoiceDateTimeUTC.ISO8601\": [\r\n                        \"2023-07-28T17:03:46.692Z\",\r\n                        \"2023-08-28T17:03:46.692Z\",\r\n                        \"2023-09-28T17:03:46.692Z\",\r\n                        \"2023-10-28T17:03:46.692Z\",\r\n                        \"2023-11-28T17:03:46.692Z\",\r\n                        \"2023-12-28T17:03:46.692Z\",\r\n                        \"2024-01-28T17:03:46.692Z\",\r\n                        \"2024-02-28T17:03:46.692Z\",\r\n                        \"2024-03-28T17:03:46.692Z\",\r\n                        \"2024-04-28T17:03:46.692Z\"\r\n                    ],\r\n                    \"CustomerID\": \"\",\r\n                    \"Stripe_account\": \"venue\",\r\n                    \"StripeCustomerID\": \"cus_OLIpLRJ1CXxbO2\",\r\n                    \"StripePaymentMethod\": \"pm_1NYu4rCNQomuDyU3zQXZToQ2\",\r\n                    \"StripeSetupIntentId\": \"seti_1NYu4WCNQomuDyU3Ur34vTMW\",\r\n                    \"StripeClientSecret\": \"seti_1NYu4WCNQomuDyU3Ur34vTMW_secret_OLbHxTX4rWDsWIxojfk0DOAhlLRRFSf\",\r\n                    \"BillingCyclePriceAdjustment\": 0,\r\n                    \"BillingCycleAdjustmentReasons\": [],\r\n                    \"CurrentServicePlanID\": \"USA.VA.22102.Anonymous.MCLEAN._V3SERVICEPLAN_.1GIGX1GIG\",\r\n                    \"paymentFailed\": false,\r\n                    \"PaymentFailureReason\": \"\"\r\n                },\r\n                \"NetworkData\": {\r\n                    \"currentpsk\": \"grbwtpjj.PalesiQuake\",\r\n                    \"psk\": [\r\n                        \"grbwtpjj.PalesiQuake\"\r\n                    ],\r\n                    \"gatewayConfigured\": false,\r\n                    \"wpa2enterprise_auth\": false,\r\n                    \"Calling-Station-Id-Whitelist\": [],\r\n                    \"NAS-Identifier-Whitelist\": []\r\n                },\r\n                \"supportTicketsAllowed\": \"\",\r\n                \"CancellationSource\": \"\",\r\n                \"CancellationReasons\": []\r\n            },\r\n            \"SuccessEvent\": {\r\n                \"id\": \"evt_1NYu4sCNQomuDyU3av5p0Uo8\",\r\n                \"object\": \"event\",\r\n                \"api_version\": \"2022-11-15\",\r\n                \"created\": 1690563826,\r\n                \"data\": {\r\n                    \"object\": {\r\n                        \"id\": \"seti_1NYu4WCNQomuDyU3Ur34vTMW\",\r\n                        \"object\": \"setup_intent\",\r\n                        \"application\": null,\r\n                        \"automatic_payment_methods\": null,\r\n                        \"cancellation_reason\": null,\r\n                        \"client_secret\": \"seti_1NYu4WCNQomuDyU3Ur34vTMW_secret_OLbHxTX4rWDsWIxojfk0DOAhlLRRFSf\",\r\n                        \"created\": 1690563804,\r\n                        \"customer\": \"cus_OLIpLRJ1CXxbO2\",\r\n                        \"description\": \"Anonymous\",\r\n                        \"flow_directions\": null,\r\n                        \"last_setup_error\": null,\r\n                        \"latest_attempt\": \"setatt_1NYu4rCNQomuDyU3Ctw5jPhA\",\r\n                        \"livemode\": false,\r\n                        \"mandate\": null,\r\n                        \"metadata\": {},\r\n                        \"next_action\": null,\r\n                        \"on_behalf_of\": null,\r\n                        \"payment_method\": \"pm_1NYu4rCNQomuDyU3zQXZToQ2\",\r\n                        \"payment_method_options\": {\r\n                            \"card\": {\r\n                                \"mandate_options\": null,\r\n                                \"network\": null,\r\n                                \"request_three_d_secure\": \"automatic\"\r\n                            }\r\n                        },\r\n                        \"payment_method_types\": [\r\n                            \"card\"\r\n                        ],\r\n                        \"single_use_mandate\": null,\r\n                        \"status\": \"succeeded\",\r\n                        \"usage\": \"off_session\"\r\n                    }\r\n                },\r\n                \"livemode\": false,\r\n                \"pending_webhooks\": 1,\r\n                \"request\": {\r\n                    \"id\": \"req_Oy8I7b16kU0Fdu\",\r\n                    \"idempotency_key\": \"8b27f9b4-5d44-4452-bf56-98c609683cd5\"\r\n                },\r\n                \"type\": \"setup_intent.succeeded\"\r\n            }\r\n        },\r\n        {\r\n            \"SubscriptionID\": \"3ac79f81-75bc-0365-dc75-263cc154a2b0\",\r\n            \"UserFriendlySubscriptionID\": \"115-1-1-464\",\r\n            \"externalSubscriptionID\": \"\",\r\n            \"StartDateTimeUTC\": \"2024-05-03T15:11:46.012Z\",\r\n            \"StartDateTimeUTC.ISO8601\": \"2024-05-03T15:11:46.012Z\",\r\n            \"EndDateTimeUTC\": \"\",\r\n            \"EndDateTimeUTC.ISO8601\": \"\",\r\n            \"SetupSuccessDateTimeUTC\": \"\",\r\n            \"SetupSuccessDateTimeUTC.ISO8601\": \"\",\r\n            \"Active\": true,\r\n            \"Operator\": {\r\n                \"OperatorID\": \"USA.VA.22102.Anonymous.MCLEAN\"\r\n            },\r\n            \"Subscriber\": {\r\n                \"GivenName\": \"Tyler\",\r\n                \"FamilyName\": \"Nesper\",\r\n                \"locale\": \"en-us\",\r\n                \"SubscriberToken\": \"PecanRasing\",\r\n                \"Status\": \"In Service\",\r\n                \"CognitoStatus\": \"CONFIRMED\",\r\n                \"externalSubscriberID\": \"\",\r\n                \"PhoneNumber\": \"+17207784564\",\r\n                \"EmailAddress\": \"tnesperjunk+updatetest@gmail.com\",\r\n                \"contactpref_sms\": false,\r\n                \"contactpref_email\": true,\r\n                \"email_verified\": true,\r\n                \"phone_number_verified\": false,\r\n                \"dateAddedUTC\": \"2024-05-03T15:11:45.084Z\"\r\n            },\r\n            \"ServicePlan\": {\r\n                \"ServicePlanID\": \"USA.VA.22102.Anonymous.MCLEAN._V3SERVICEPLAN_.1GIGX1GIG\"\r\n            },\r\n            \"Venue\": {\r\n                \"VenueID\": \"USA.VA.22102.AnonymousDEMOS.MCLEAN._V3VENUE.USA.CO.80211.TYLERTEST.DENVER\"\r\n            },\r\n            \"VenueUnit\": {\r\n                \"UnitID_internal\": \"USA.VA.22102.AnonymousDEMOS.MCLEAN._V3VENUE.USA.CO.80211.TYLERTEST.DENVER.115.1.1\",\r\n                \"ShoppingCartPriceAdjustment\": 0,\r\n                \"UnitID\": \"115\",\r\n                \"UnitBuilding\": \"1\",\r\n                \"UnitFloor\": \"1\",\r\n                \"AddressLine1\": \"12345 Made Up St.\",\r\n                \"AddressLine2\": \"\",\r\n                \"City\": \"Denver\",\r\n                \"State\": \"CO\",\r\n                \"Country\": \"USA\",\r\n                \"Country.ISO3166A3\": \"USA\",\r\n                \"PostalCode\": \"80211\",\r\n                \"RealPageUnitID\": \"\",\r\n                \"externalVenueUnitID\": \"\",\r\n                \"PrimaryUnitID_internal\": \"\",\r\n                \"PrimaryUnitID\": \"\",\r\n                \"purpose\": \"wiredunit\",\r\n                \"vlan\": 2015,\r\n                \"VenueUnitSSID\": []\r\n            },\r\n            \"SubscriptionDetails\": {\r\n                \"pskaddedtoredis\": \"2024-05-03T15:34:54.971Z\",\r\n                \"CreationData\": {\r\n                    \"dateAddedUTC.ISO8601\": \"2024-05-03T15:11:47.060Z\",\r\n                    \"AccountStatusAtCreation\": \"AUP not accepted\",\r\n                    \"SourceIP\": \"174.51.245.169\",\r\n                    \"AdministratorOS\": \"Windows 10\",\r\n                    \"AdministratorBrowser\": \"Chrome 124.0.0.0\",\r\n                    \"SourceUA\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36\",\r\n                    \"SourceLocale\": \"en-us\",\r\n                    \"AccountAddedByAdministrator\": \"PanaxesQueste\"\r\n                },\r\n                \"PaymentData\": {\r\n                    \"TrialCycles\": -1,\r\n                    \"NetBillingCyclePrice.undefined\": 0,\r\n                    \"ListBillingCyclePrice.undefined\": null,\r\n                    \"InvoiceDateTimeUTC\": [],\r\n                    \"InvoiceDateTimeUTC.ISO8601\": [],\r\n                    \"CustomerID\": \"\",\r\n                    \"Stripe_account\": \"venue\",\r\n                    \"StripeCustomerID\": \"cus_Q2ShlNBB7mxRKe\",\r\n                    \"StripePaymentMethod\": \"\",\r\n                    \"StripeSetupIntentId\": \"seti_1PCNm2CNQomuDyU3LeDYM8LS\",\r\n                    \"StripeClientSecret\": \"seti_1PCNm2CNQomuDyU3LeDYM8LS_secret_Q2ShgAbF3IYmBJkgrrgBUYItYgo6Wjc\",\r\n                    \"BillingCyclePriceAdjustment\": 0,\r\n                    \"BillingCycleAdjustmentReasons\": [],\r\n                    \"CurrentServicePlanID\": \"USA.VA.22102.Anonymous.MCLEAN._V3SERVICEPLAN_.1GIGX1GIG\",\r\n                    \"paymentFailed\": true,\r\n                    \"PaymentFailureReason\": \"\"\r\n                },\r\n                \"NetworkData\": {\r\n                    \"currentpsk\": \"TestingPasword1\",\r\n                    \"psk\": [\r\n                        \"TestingPasword1\",\r\n                        \"PecanRasing258\"\r\n                    ],\r\n                    \"gatewayConfigured\": false,\r\n                    \"wpa2enterprise_auth\": false,\r\n                    \"Calling-Station-Id-Whitelist\": [],\r\n                    \"NAS-Identifier-Whitelist\": []\r\n                },\r\n                \"supportTicketsAllowed\": \"\",\r\n                \"CancellationSource\": \"\",\r\n                \"CancellationReasons\": []\r\n            },\r\n            \"SuccessEvent\": []\r\n        },\r\n        {\r\n            \"SubscriptionID\": \"32c79f84-1a76-fd4b-3048-7e304ae8ac57\",\r\n            \"UserFriendlySubscriptionID\": \"106-1-1-786\",\r\n            \"externalSubscriptionID\": \"\",\r\n            \"StartDateTimeUTC\": \"2024-05-03T15:17:47.217Z\",\r\n            \"StartDateTimeUTC.ISO8601\": \"2024-05-03T15:17:47.217Z\",\r\n            \"EndDateTimeUTC\": \"\",\r\n            \"EndDateTimeUTC.ISO8601\": \"\",\r\n            \"SetupSuccessDateTimeUTC\": \"2024-05-03T15:17:47.217Z\",\r\n            \"SetupSuccessDateTimeUTC.ISO8601\": \"2024-05-03T15:17:47.217Z\",\r\n            \"Active\": true,\r\n            \"Operator\": {\r\n                \"OperatorID\": \"USA.VA.22102.Anonymous.MCLEAN\"\r\n            },\r\n            \"Subscriber\": {\r\n                \"GivenName\": \"Tyler\",\r\n                \"FamilyName\": \"Nesper\",\r\n                \"locale\": \"en-us\",\r\n                \"SubscriberToken\": \"PecandoRasions\",\r\n                \"Status\": \"In Service\",\r\n                \"CognitoStatus\": \"CONFIRMED\",\r\n                \"externalSubscriberID\": \"\",\r\n                \"PhoneNumber\": \"+17207784894\",\r\n                \"EmailAddress\": \"tnesperjunk+updatetest2@gmail.com\",\r\n                \"contactpref_sms\": false,\r\n                \"contactpref_email\": true,\r\n                \"email_verified\": true,\r\n                \"phone_number_verified\": false,\r\n                \"dateAddedUTC\": \"2024-05-03T15:17:32.053Z\"\r\n            },\r\n            \"ServicePlan\": {\r\n                \"ServicePlanID\": \"USA.VA.22102.Anonymous.MCLEAN._V3SERVICEPLAN_.1GIGX1GIG\"\r\n            },\r\n            \"Venue\": {\r\n                \"VenueID\": \"USA.VA.22102.AnonymousDEMOS.MCLEAN._V3VENUE.USA.CO.80211.TYLERTEST.DENVER\"\r\n            },\r\n            \"VenueUnit\": {\r\n                \"UnitID_internal\": \"USA.VA.22102.AnonymousDEMOS.MCLEAN._V3VENUE.USA.CO.80211.TYLERTEST.DENVER.106.1.1\",\r\n                \"ShoppingCartPriceAdjustment\": 0,\r\n                \"UnitID\": \"106\",\r\n                \"UnitBuilding\": \"1\",\r\n                \"UnitFloor\": \"1\",\r\n                \"AddressLine1\": \"12345 Made Up St.\",\r\n                \"AddressLine2\": \"\",\r\n                \"City\": \"Denver\",\r\n                \"State\": \"CO\",\r\n                \"Country\": \"USA\",\r\n                \"Country.ISO3166A3\": \"USA\",\r\n                \"PostalCode\": \"80211\",\r\n                \"RealPageUnitID\": \"\",\r\n                \"externalVenueUnitID\": \"\",\r\n                \"PrimaryUnitID_internal\": \"\",\r\n                \"PrimaryUnitID\": \"\",\r\n                \"purpose\": \"wiredunit\",\r\n                \"vlan\": 2006,\r\n                \"VenueUnitSSID\": []\r\n            },\r\n            \"SubscriptionDetails\": {\r\n                \"pskaddedtoredis\": \"2024-05-03T15:34:54.973Z\",\r\n                \"CreationData\": {\r\n                    \"dateAddedUTC.ISO8601\": \"2024-05-03T15:17:33.537Z\",\r\n                    \"AccountStatusAtCreation\": \"AUP not accepted\",\r\n                    \"SourceIP\": \"174.51.245.169\",\r\n                    \"AdministratorOS\": \"Windows 10\",\r\n                    \"AdministratorBrowser\": \"Chrome 124.0.0.0\",\r\n                    \"SourceUA\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36\",\r\n                    \"SourceLocale\": \"en-us\",\r\n                    \"AccountAddedByAdministrator\": \"\"\r\n                },\r\n                \"PaymentData\": {\r\n                    \"TrialCycles\": -1,\r\n                    \"NetBillingCyclePrice.undefined\": 0,\r\n                    \"ListBillingCyclePrice.undefined\": null,\r\n                    \"InvoiceDateTimeUTC\": [\r\n                        \"2024-05-03T15:17:47.217Z\"\r\n                    ],\r\n                    \"InvoiceDateTimeUTC.ISO8601\": [\r\n                        \"2024-05-03T15:17:47.217Z\"\r\n                    ],\r\n                    \"CustomerID\": \"\",\r\n                    \"Stripe_account\": \"venue\",\r\n                    \"StripeCustomerID\": \"cus_Q2SnsAfyAgbSIt\",\r\n                    \"StripePaymentMethod\": \"pm_1PCNrpCNQomuDyU3Vmvw1WHZ\",\r\n                    \"StripeSetupIntentId\": \"seti_1PCNrdCNQomuDyU3uZBZYEXS\",\r\n                    \"StripeClientSecret\": \"seti_1PCNrdCNQomuDyU3uZBZYEXS_secret_Q2SnLgJoRFA8fWmZE60RJPKgkOh257Z\",\r\n                    \"BillingCyclePriceAdjustment\": 0,\r\n                    \"BillingCycleAdjustmentReasons\": [],\r\n                    \"CurrentServicePlanID\": \"USA.VA.22102.Anonymous.MCLEAN._V3SERVICEPLAN_.1GIGX1GIG\",\r\n                    \"paymentFailed\": false,\r\n                    \"PaymentFailureReason\": \"\"\r\n                },\r\n                \"NetworkData\": {\r\n                    \"currentpsk\": \"TestingPasword11\",\r\n                    \"psk\": [\r\n                        \"PecandoRasions585\",\r\n                        \"TestingPasword11\"\r\n                    ],\r\n                    \"gatewayConfigured\": false,\r\n                    \"wpa2enterprise_auth\": false,\r\n                    \"Calling-Station-Id-Whitelist\": [],\r\n                    \"NAS-Identifier-Whitelist\": []\r\n                },\r\n                \"supportTicketsAllowed\": \"\",\r\n                \"CancellationSource\": \"\",\r\n                \"CancellationReasons\": []\r\n            },\r\n            \"SuccessEvent\": {\r\n                \"id\": \"evt_1PCNrqCNQomuDyU3aAg7fkvg\",\r\n                \"object\": \"event\",\r\n                \"api_version\": \"2022-11-15\",\r\n                \"created\": 1714749466,\r\n                \"data\": {\r\n                    \"object\": {\r\n                        \"id\": \"seti_1PCNrdCNQomuDyU3uZBZYEXS\",\r\n                        \"object\": \"setup_intent\",\r\n                        \"application\": null,\r\n                        \"automatic_payment_methods\": null,\r\n                        \"cancellation_reason\": null,\r\n                        \"client_secret\": \"seti_1PCNrdCNQomuDyU3uZBZYEXS_secret_Q2SnLgJoRFA8fWmZE60RJPKgkOh257Z\",\r\n                        \"created\": 1714749453,\r\n                        \"customer\": \"cus_Q2SnsAfyAgbSIt\",\r\n                        \"description\": \"Anonymous\",\r\n                        \"flow_directions\": null,\r\n                        \"last_setup_error\": null,\r\n                        \"latest_attempt\": \"setatt_1PCNrpCNQomuDyU3o58lgCzl\",\r\n                        \"livemode\": false,\r\n                        \"mandate\": null,\r\n                        \"metadata\": {},\r\n                        \"next_action\": null,\r\n                        \"on_behalf_of\": null,\r\n                        \"payment_method\": \"pm_1PCNrpCNQomuDyU3Vmvw1WHZ\",\r\n                        \"payment_method_configuration_details\": null,\r\n                        \"payment_method_options\": {\r\n                            \"card\": {\r\n                                \"mandate_options\": null,\r\n                                \"network\": null,\r\n                                \"request_three_d_secure\": \"automatic\"\r\n                            }\r\n                        },\r\n                        \"payment_method_types\": [\r\n                            \"card\"\r\n                        ],\r\n                        \"single_use_mandate\": null,\r\n                        \"status\": \"succeeded\",\r\n                        \"usage\": \"off_session\"\r\n                    }\r\n                },\r\n                \"livemode\": false,\r\n                \"pending_webhooks\": 1,\r\n                \"request\": {\r\n                    \"id\": \"req_rIM5tjLOC3Hnwq\",\r\n                    \"idempotency_key\": \"d5ba1798-9d49-4038-9bc8-27785bee562f\"\r\n                },\r\n                \"type\": \"setup_intent.succeeded\"\r\n            }\r\n        }\r\n    ],\r\n    \"SubscriptionCount\": 11,\r\n    \"errorProcessing\": false\r\n}"}],"_postman_id":"a0b355cb-dbcc-4e1b-8f25-9441dd06d2b0"},{"name":"listPayments","event":[{"listen":"prerequest","script":{"id":"99555916-6e43-4c30-909e-bfb0a58258ba","exec":["pm.collectionVariables.set(\"NotificationEmailAddress\", pm.iterationData.get(\"EmailAddress\"));","","pm.collectionVariables.set(\"missedbillingcycles\", parseInt(pm.iterationData.get(\"MissedMonths\")));","","pm.collectionVariables.set(\"invoicedate\", pm.iterationData.get(\"NextInvoiceDate\"));","",""],"type":"text/javascript","packages":{}}}],"id":"dec4c148-8491-4736-b61a-9e7263f86414","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"origin","value":"{{SubscriberConsole}}"}],"body":{"mode":"raw","raw":"{\n    // CONFIG 1 - get payments as network operator\n    \"AccessToken\": \"{{AccessToken}}\",\n    // \"OperatorID\":\"<operatorid>\",\n    // ONE or MORE FROM FOLLOWING FILTERS required\n    // \"SubscriberToken\": \"{{SubscriberToken}}\",\n    // \"EmailAddress\": \"{{EmailAddress}}\",\n    // \"PhoneNumber\":\"{{PhoneNumber}}\"\n    \"VenueID\": \"{{VenueID}}\"\n    // OPTIONAL\n    // \"UnitID_internal\": \"{{UnitID_internal}}\"\n    // //CONFIG 2  - get payments as venue operator\n    // \"AccessToken\": \"{{VenueMgmt-AccessToken}}\"\n    // \"VenueID\":\"{{VenueID}}\"\n    // //CONFIG 3 - get payments for self\n    // \"AccessToken\": \"{{Subscriber-AccessToken}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/operatorconsole/subscribers/listPayments","description":"<ul>\n<li><p>Use this API to list payments of a subscriber, or at a venue.</p>\n<ul>\n<li>Limit: 5000 most recent payments</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["operatorconsole","subscribers","listPayments"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"dec4c148-8491-4736-b61a-9e7263f86414"},{"name":"acceptTandC","event":[{"listen":"prerequest","script":{"id":"99555916-6e43-4c30-909e-bfb0a58258ba","exec":["pm.collectionVariables.set(\"NotificationEmailAddress\", pm.iterationData.get(\"EmailAddress\"));","","pm.collectionVariables.set(\"missedbillingcycles\", parseInt(pm.iterationData.get(\"MissedMonths\")));","","pm.collectionVariables.set(\"invoicedate\", pm.iterationData.get(\"NextInvoiceDate\"));","",""],"type":"text/javascript"}}],"id":"a2890597-723a-46bd-8b8c-a1176fd19820","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"origin","value":"{{SubscriberConsole}}"}],"body":{"mode":"raw","raw":"{\n    \"EmailAddress\": \"{{Subscriber-Email}}\",\n    \"TemporaryPassword\": \"mnxcbkwh\",\n    \"NewPassword\": \"{{Subscriber-Password}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/operatorconsole/subscribers/acceptTandC","description":"<ul>\n<li>Use this API to resend a new initial account verification email to a new subscriber, (helpful if subscriber does not previous email with verification code. )</li>\n</ul>\n","urlObject":{"path":["operatorconsole","subscribers","acceptTandC"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a2890597-723a-46bd-8b8c-a1176fd19820"},{"name":"getOTP","event":[{"listen":"prerequest","script":{"id":"99555916-6e43-4c30-909e-bfb0a58258ba","exec":["pm.collectionVariables.set(\"NotificationEmailAddress\", pm.iterationData.get(\"EmailAddress\"));","","pm.collectionVariables.set(\"missedbillingcycles\", parseInt(pm.iterationData.get(\"MissedMonths\")));","","pm.collectionVariables.set(\"invoicedate\", pm.iterationData.get(\"NextInvoiceDate\"));","",""],"type":"text/javascript","packages":{}}}],"id":"4aaf15c0-836c-4427-ac27-b3e9e20ea348","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"origin","value":"{{SubscriberConsole}}"}],"body":{"mode":"raw","raw":"{\n    \"PhoneNumber\": \"{{Subscriber-Phone}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/operatorconsole/subscribers/getOTP","description":"<ul>\n<li><p>Use this API to send OTP for verifying free self sign-ups to subscriber's phone number on file.</p>\n<ul>\n<li>Requires valid Pinpoint configuration.</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["operatorconsole","subscribers","getOTP"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4aaf15c0-836c-4427-ac27-b3e9e20ea348"},{"name":"initiateResetConsolePassword","event":[{"listen":"prerequest","script":{"id":"99555916-6e43-4c30-909e-bfb0a58258ba","exec":["pm.collectionVariables.set(\"NotificationEmailAddress\", pm.iterationData.get(\"EmailAddress\"));","","pm.collectionVariables.set(\"missedbillingcycles\", parseInt(pm.iterationData.get(\"MissedMonths\")));","","pm.collectionVariables.set(\"invoicedate\", pm.iterationData.get(\"NextInvoiceDate\"));","",""],"type":"text/javascript"}}],"id":"c27a375b-9030-423c-93dc-b25491cb57c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"origin","value":"{{SubscriberConsole}}"}],"body":{"mode":"raw","raw":"{\n    \"EmailAddress\": \"{{Subscriber-Email}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/operatorconsole/subscribers/initiateResetConsolePassword","description":"<ul>\n<li>Use this API to (self) initiate ACCOUNT password reset.</li>\n</ul>\n","urlObject":{"path":["operatorconsole","subscribers","initiateResetConsolePassword"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"87b3000d-f566-4e5f-8138-80563b2ca45f","name":"initiateResetConsolePassword","originalRequest":{"method":"POST","header":[{"key":"origin","value":"{{SubscriberConsole}}"}],"body":{"mode":"raw","raw":"{\n    \"EmailAddress\": \"{{Subscriber-Email}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/operatorconsole/subscribers/initiateResetConsolePassword"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"message\": \"Code to reset password sent to account. \",\r\n    \"errorProcessing\": false\r\n}"}],"_postman_id":"c27a375b-9030-423c-93dc-b25491cb57c3"},{"name":"confirmResetConsolePassword","event":[{"listen":"prerequest","script":{"id":"99555916-6e43-4c30-909e-bfb0a58258ba","exec":["pm.collectionVariables.set(\"NotificationEmailAddress\", pm.iterationData.get(\"EmailAddress\"));","","pm.collectionVariables.set(\"missedbillingcycles\", parseInt(pm.iterationData.get(\"MissedMonths\")));","","pm.collectionVariables.set(\"invoicedate\", pm.iterationData.get(\"NextInvoiceDate\"));","",""],"type":"text/javascript"}}],"id":"45f6fc7d-7d4a-447f-a435-f91b0650ece0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"origin","value":"{{SubscriberConsole}}"}],"body":{"mode":"raw","raw":"{\n    \"EmailAddress\": \"{{Subscriber-Email}}\",\n    \"OTP\": \"gwzbkbpp\",\n    \"NewPassword\": \"pyssa5-Kepqos-bewjyb\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/operatorconsole/subscribers/confirmResetConsolePassword","description":"<ul>\n<li>Use this API to complete ACCOUNT password reset process.</li>\n</ul>\n","urlObject":{"path":["operatorconsole","subscribers","confirmResetConsolePassword"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"45f6fc7d-7d4a-447f-a435-f91b0650ece0"},{"name":"refreshAccessToken","event":[{"listen":"prerequest","script":{"id":"99555916-6e43-4c30-909e-bfb0a58258ba","exec":[""],"type":"text/javascript"}},{"listen":"test","script":{"id":"c8dd5e28-4cc0-48cf-b6ed-5d3d2d97c965","exec":["","let jsonData = pm.response.json();","","pm.environment.set(\"NetworkOperatorAdmin-AccessToken\", jsonData.AuthenticationResult.AccessToken);","","pm.environment.set(\"VenueMgmt-AccessToken\", jsonData.AuthenticationResult.AccessToken);",""],"type":"text/javascript"}}],"id":"309360e8-a3de-4016-8239-66b3b3eb6d7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"origin","value":"{{SubscriberConsole}}"}],"body":{"mode":"raw","raw":"{\n    \"AccessToken\": \"{{AccessToken}}\",\n    \"RefreshToken\": \"eyJjdHkiOiJKV1QiLCJlbmMiOiJBMjU2R0NNIiwiYWxnIjoiUlNBLU9BRVAifQ.L6P0dPmEQogxoZu3jja_xyA-S41NYiJcUfffdemTtV0K37nvf1BvXES8q4jev4o-b1KE05HY2XDqJ80jzxGtuTdIlVTA9NBomruaQO7ZObgAGWyQQJTTwF4Eo7l-oP9opr_ptXORmG6FQ0eh7rVyxRMv1pOTdB0dv0Y0LIVO9iCp1h6JIW869cBu8E-icBeV4cc8OPWrViDXa_vjgMIvqpfm8HU-plFiQ5e2P5Vi_TYcL--BEc-NlgU60GvbsTpGPuUFdPpR9UbKANg7AbeAPhYMbI0DtT9HWs93_gyTH2DzYfBKFuIk1QdBM46RC_WCg7FgN_Go7aXuHtibdpxf5w.TYIi7l26sxbH9LNh.u_FnCbGOon2yId9FsbmoJTEVo4CUKvNXGesh8fskQZPUT30N2yXuodDgOeKaI4FJNODqkljlo5BA8zqfHWo7_GX74RrwK5bdtR3UNA071nL7tl38w1c8ZmhL2jLFbkZtITpBRSfRu_NUwcaQ5V0ECJREDhcPFlRVZmYnaF_WnsLN2-9n0udkq-YhriZBnZ-dRTlXTzl1IykCnMl9U5ZV3EKfuaIEcb2lJMl_0YIN4jhJGz4EWqUVLtLgbp5CWLMAbY4ipMr150IHg5ikdPWJ7pSi0MjCcIEh3sYlpvUNSwS1KCJLXVUerhWguaDdJcnuWJsFp7u4eyclcjieuIMNBcfavwpnc4V_LOQK6GYKBssAjme5qWniIIw15bYXG96DWuYrvoMoLd-5PXKYK6t46CulHJ2TiSaz1PNe1S8435RDhCPpQdq1CLFaNi6FWs-IGKLsJWQVXtE5IDrI8D8ZHE2fqDltlOmZg34CNerBLGXNwCQwYp2ETKD4bYx8_9LePqhqJ5bIQRRt3LavbwEF3jUMUDJL89iH9Xn6MwJijTc1jxQ4s3ZCv4XEIspbLIg01VY-d3pwgf-t55TXCi4k1fQz0TlS1EO-SbNXoMMfnJ29ce-Z7f6ypnQjhovc-StpwTzKi8KZi5ccTnXcGv6gDLa3Xbm2_eW06BdScMeN7wUv_CPU2UVBA7WmAXU3r6x9VdXU1USerS0fqjQ4F4samm4aXJS_A81qYD-OGGgOw-_M8kWbKBNtTr-1qbYEbWBUWHbDrCPknVEYzXkb0VR8TMljpH621JG2yzv6f2YTPjE1yobGCrnAYniIxR0Z-nbF-bgBmkFU5KAVOmTnGfBFUzS0wvzChyFvM3RaMMEhHFZiyRHQDrhvSr1F52KMq8GWSlBvEHZ4zMh9wVGaC6PKR8KfyNo68-n0tT_f-qi7iAnPIfO1RKPetPrGQHD1xDEFCDYnqdfuI6YI4yas6gxThdYxiNdq08nEOw-2PNiUpsivOog-1UiUPD7ahIJjBMKp5vdBINX1LwS7Qo0GwuJADSSfRRazXAI1dDflPGb47cr5izkKkuk4JCG5vifxxl2F3ii7kv5G_ANr-sUIqzLym8z4YKPq4iaUT3jsPAQ0uLUjxjCPAzdmSqLzDXg5RbANFczFR1DeJvu_weU4g3m6wUa2ZazXJc86oZq1JyV1dti0gGPY5jz9wLtNcLXHVDQ20Q-smAdMMgx5RLziWK-KjjaodEo4RMXT69n2BzBK29CQVTr3azGH5s7uFIdM_dpbis8pnqnT4w.GAVpHrbzfwsjUcYJqtMxug\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/operatorconsole/subscribers/refreshAccessToken","description":"<ul>\n<li>Use this API to refresh access token to continue user access, if current access token has expired.</li>\n</ul>\n","urlObject":{"path":["operatorconsole","subscribers","refreshAccessToken"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"309360e8-a3de-4016-8239-66b3b3eb6d7e"},{"name":"viewTandC","event":[{"listen":"prerequest","script":{"id":"99555916-6e43-4c30-909e-bfb0a58258ba","exec":["pm.collectionVariables.set(\"NotificationEmailAddress\", pm.iterationData.get(\"EmailAddress\"));","","pm.collectionVariables.set(\"missedbillingcycles\", parseInt(pm.iterationData.get(\"MissedMonths\")));","","pm.collectionVariables.set(\"invoicedate\", pm.iterationData.get(\"NextInvoiceDate\"));","",""],"type":"text/javascript"}}],"id":"91f296c6-602b-4011-a038-75399fc43cb7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"origin","value":"{{SubscriberConsole}}"}],"body":{"mode":"raw","raw":"{\n    \"locale\": \"en-us\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/operatorconsole/subscribers/viewTandC","description":"<ul>\n<li>Use this API to get the terms and conditions to display to user during signup process.</li>\n</ul>\n","urlObject":{"path":["operatorconsole","subscribers","viewTandC"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"2d30c76b-c7f3-45b5-8bb9-3220e13344ff","name":"viewTandC","originalRequest":{"method":"POST","header":[{"key":"origin","value":"{{SubscriberConsole}}"}],"body":{"mode":"raw","raw":"{\n    \"locale\": \"en-us\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/operatorconsole/subscribers/viewTandC"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"DeviceLocale\": \"en-us\",\r\n    \"ProfileLocale\": \"en-us\",\r\n    \"TandC\": \"Please review and accept the terms of use to enable your Wi-Fi access. \",\r\n    \"errorProcessing\": false\r\n}"}],"_postman_id":"91f296c6-602b-4011-a038-75399fc43cb7"},{"name":"login","event":[{"listen":"prerequest","script":{"id":"99555916-6e43-4c30-909e-bfb0a58258ba","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"28b47a0e-2e59-4e05-9d51-56a43ce8003c","exec":["","","","// pm.environment.set(\"NetworkOperatorAdmin-AccessToken\", jsonData.AuthenticationResult.AuthenticationResult.AccessToken);","","// pm.environment.set(\"VenueMgmt-AccessToken\", jsonData.AuthenticationResult.AuthenticationResult.AccessToken);","// pm.environment.set(\"AccessToken\", jsonData.AuthenticationResult.AuthenticationResult.AccessToken);","","pm.test(\"Status code is 200\", function () {","    pm.execution.setNextRequest(null);","    pm.response.to.have.status(200);","    let jsonData = pm.response.json();","    pm.environment.set(\"AccessToken\", jsonData.AuthenticationResult.AuthenticationResult.AccessToken);","    pm.execution.setNextRequest();","});"],"type":"text/javascript","packages":{}}}],"id":"9f9def56-47b0-4f65-b62d-d94578baa2c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"origin","value":"{{SubscriberConsole}}"}],"body":{"mode":"raw","raw":"{\n    \"EmailAddress\": \"{{Email}}\",\n    \"Password\":\"{{Password}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/operatorconsole/subscribers/login","description":"<ul>\n<li>Use this API to login to VAULT.</li>\n</ul>\n","urlObject":{"path":["operatorconsole","subscribers","login"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9f9def56-47b0-4f65-b62d-d94578baa2c6"},{"name":"listNotifications","event":[{"listen":"prerequest","script":{"id":"7508ac98-fc4b-43d9-8e6a-aca724645821","exec":["pm.collectionVariables.set(\"NotificationEmailAddress\", pm.iterationData.get(\"EmailAddress\"));","","pm.collectionVariables.set(\"missedbillingcycles\", parseInt(pm.iterationData.get(\"MissedMonths\")));","","pm.collectionVariables.set(\"invoicedate\", pm.iterationData.get(\"NextInvoiceDate\"));","",""],"type":"text/javascript"}}],"id":"58eff1e7-d95e-4d27-8862-8cfc39813e6d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"origin","value":"{{SubscriberConsole}}"}],"body":{"mode":"raw","raw":"{\n    // CONFIG 1 - get subscriber notifications as network operator\n    \"AccessToken\": \"{{AccessToken}}\",\n    // \"OperatorID\":\"<operatorid>\",\n    // ONE or MORE FROM FOLLOWING FILTERS required\n    \"SubscriberToken\": \"{{SubscriberToken}}\"\n    // //CONFIG 2 - get subscriber notifications for venue\n    // \"AccessToken\": \"{{VenueMgmt-AccessToken}}\"\n    // \"VenueID\":\"{{VenueID}}\"\n    // //CONFIG 3 - get subscriber notifications for self\n    // \"AccessToken\": \"{{Subscriber-AccessToken}}\"\n} ","options":{"raw":{"language":"json"}}},"url":"{{url}}/operatorconsole/subscribers/listNotifications","description":"<ul>\n<li>Use this API to list notifications a subscriber has received from venue administrators.</li>\n</ul>\n","urlObject":{"path":["operatorconsole","subscribers","listNotifications"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"58eff1e7-d95e-4d27-8862-8cfc39813e6d"},{"name":"sendNotification","event":[{"listen":"prerequest","script":{"exec":["pm.collectionVariables.set(\"NotificationEmailAddress\", pm.iterationData.get(\"EmailAddress\"));","","pm.collectionVariables.set(\"missedbillingcycles\", parseInt(pm.iterationData.get(\"MissedMonths\")));","","pm.collectionVariables.set(\"invoicedate\", pm.iterationData.get(\"NextInvoiceDate\"));","",""],"type":"text/javascript","id":"7508ac98-fc4b-43d9-8e6a-aca724645821"}}],"id":"ec346680-0ff7-4b55-a680-fb0cf3c2ae35","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"origin","value":"{{SubscriberConsole}}"}],"body":{"mode":"raw","raw":"{\n    // CONFIG 1 - get subscriber notifications as network operator\n    \"AccessToken\": \"{{AccessToken}}\",\n    // \"OperatorID\":\"<operatorid>\",\n    // ONE or MORE FROM FOLLOWING FILTERS required\n    \"SubscriberToken\": \"{{SubscriberToken}}\"\n    // //CONFIG 2 - get subscriber notifications for venue\n    // \"AccessToken\": \"{{VenueMgmt-AccessToken}}\"\n    // \"VenueID\":\"{{VenueID}}\"\n    // //CONFIG 3 - get subscriber notifications for self\n    // \"AccessToken\": \"{{Subscriber-AccessToken}}\"\n} ","options":{"raw":{"language":"json"}}},"url":"{{url}}/operatorconsole/subscribers/listNotifications","description":"<ul>\n<li>Use this API to list notifications a subscriber has received from venue administrators.</li>\n</ul>\n","urlObject":{"path":["operatorconsole","subscribers","listNotifications"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ec346680-0ff7-4b55-a680-fb0cf3c2ae35"},{"name":"configureSubscription","event":[{"listen":"prerequest","script":{"id":"71e7560d-c1a7-4b4f-8bdf-04fdf3c892bd","exec":[""],"type":"text/javascript","packages":{}}}],"id":"e9c72f69-9687-4fbd-bff1-86ca71f834b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"origin","value":"{{SubscriberConsole}}"}],"body":{"mode":"raw","raw":"{\n    // \"AccessToken\": \"{{AccessToken}}\",\n    // \"OperatorID\":\"<operatorid>\",\n    \"SubscriberToken\": \"{{SubscriberToken}}\",\n    \"SubscriptionID\": \"{{SubscriptionID}}\",\n    // \"OTP\":\"1234\"\n    // \"UserFriendlySubscriptionID\": \"\",\n    // \"externalSubscriptionID\": \"\",\n    // \"StartDateTimeUTC.ISO8601\": \"2024-01-04T13:07:36.781Z\",\n    // \"EndDateTimeUTC.ISO8601\": \"\",\n    // \"ServicePlan\": {\n    //     // \"ServicePlanID\": \"{{ServicePlanID}}\"\n    // },\n    \"VenueUnit\": {\n        \"UnitID_internal\": \"\"\n        //     \"ShoppingCartPriceAdjustment\": 0\n        // \"AdjustmentReason\": \"Text\"\n    }\n    // },\n    // \"SubscriptionDetails\": {\n    //     \"pskaddedtoredis\": \"\",\n    //     \"supportTicketsAllowed\": false,\n    //     \"PaymentData\": {\n    //         \"paymentFailed\": false,\n    //         // \"InvoiceDateTimeUTC.ISO8601\": [],\n    //         // \"StripePaymentMethod\": \"update\"\n    //         // \"BillingCyclePriceAdjustment\": 0,\n    //         // \"BillingCycleAdjustmentReasons\": []\n    //     },\n    //     \"NetworkData\": {\n    //         \"currentpsk\": \"\",\n    //          \"confirmPSKStrength\": true\n    //         \"gatewayConfigured\": false,\n    //         \"Calling-Station-Id-Whitelist\": [],\n    //         \"NAS-Identifier-Whitelist\": []\n    //     },\n    //     \"CancellationReasons\": []\n    // }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/operatorconsole/subscribers/configureSubscription","description":"<ul>\n<li>Use this API to configure a subscription.</li>\n</ul>\n","urlObject":{"path":["operatorconsole","subscribers","configureSubscription"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"0e3d058f-fcca-4316-900c-674008e41e23","name":"configureSubscription","originalRequest":{"method":"POST","header":[{"key":"origin","value":"{{SubscriberConsole}}"}],"body":{"mode":"raw","raw":"{\n    \"AccessToken\": \"{{AccessToken}}\",\n    // \"OperatorID\":\"<operatorid>\",\n    \"SubscriberToken\": \"{{SubscriberToken}}\",\n    \"SubscriptionID\": \"{{SubscriptionID}}\",\n    // \"OTP\":\"1234\"\n    // \"UserFriendlySubscriptionID\": \"\",\n    // \"externalSubscriptionID\": \"\",\n    // \"StartDateTimeUTC.ISO8601\": \"2024-01-04T13:07:36.781Z\",\n    \"EndDateTimeUTC.ISO8601\": \"2025-01-04T13:07:36.781Z\"\n    // \"ServicePlan\": {\n    //     // \"ServicePlanID\": \"{{ServicePlanID}}\"\n    // },\n    // \"VenueUnit\": {\n    //     // \"UnitID_internal\":\"\",\n    //     \"ShoppingCartPriceAdjustment\": 0\n    // },\n    // \"SubscriptionDetails\": {\n    //     \"pskaddedtoredis\": \"\",\n    //     \"supportTicketsAllowed\": false,\n    //     \"PaymentData\": {\n    //         \"paymentFailed\": false,\n    //         // \"InvoiceDateTimeUTC.ISO8601\": [],\n    //         // \"StripePaymentMethod\": \"update\"\n    //         // \"BillingCyclePriceAdjustment\": 0,\n    //         // \"BillingCycleAdjustmentReasons\": []\n    //     },\n    //     \"NetworkData\": {\n    //         \"currentpsk\": \"\",\n    //          \"confirmPSKStrength\": true\n    //         \"gatewayConfigured\": false,\n    //         \"Calling-Station-Id-Whitelist\": [],\n    //         \"NAS-Identifier-Whitelist\": []\n    //     },\n    //     \"CancellationReasons\": []\n    // }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/operatorconsole/subscribers/configureSubscription"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"message\": \"EndDateTimeUTC updated to 2025-01-05T06:59:59.999Z. Cancellation source = Cancelled by administrator. \",\r\n    \"errorProcessing\": false\r\n}"}],"_postman_id":"e9c72f69-9687-4fbd-bff1-86ca71f834b8"},{"name":"refundPayment","event":[{"listen":"prerequest","script":{"id":"71e7560d-c1a7-4b4f-8bdf-04fdf3c892bd","exec":[""],"type":"text/javascript"}}],"id":"82718959-6be7-4409-ac94-cc4f78a24519","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"origin","value":"{{SubscriberConsole}}"}],"body":{"mode":"raw","raw":"{\n    \"AccessToken\": \"{{AccessToken}}\",\n    // \"OperatorID\":\"<operatorid>\",\n    \"SubscriberToken\": \"{{SubscriberToken}}\",\n    \"SubscriptionID\": \"{{SubscriptionID}}\",\n    \"PaymentID\": \"{{SubscriptionID}}\",\n    \"RefundAmount\": 100,\n    \"RefundReasons\": []\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/operatorconsole/subscribers/refundPayment","description":"<ul>\n<li>Use this API to initiate Stripe payment refund.</li>\n</ul>\n","urlObject":{"path":["operatorconsole","subscribers","refundPayment"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"82718959-6be7-4409-ac94-cc4f78a24519"},{"name":"configure","event":[{"listen":"prerequest","script":{"id":"b0b05a03-0066-4efc-a395-9c6529bb6958","exec":["pm.environment.set(\"SubscriberToken\", pm.iterationData.get(\"SubscriberToken\"));","","pm.execution.setNextRequest(null);",""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"1c98a172-0c6b-42ff-8f43-49a5dd5a99de","exec":["// pm.response.to.have.status(200);","pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","    pm.execution.setNextRequest();","});",""],"type":"text/javascript","packages":{}}}],"id":"d96f1172-7c30-4157-8416-5a315919aa39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"origin","value":"{{SubscriberConsole}}"}],"body":{"mode":"raw","raw":"{\n    \"AccessToken\": \"{{AccessToken}}\",\n    \"SubscriberToken\": \"{{SubscriberToken}}\",\n    // \"EmailAddress\": \"\",\n    // \"PhoneNumber\": \"\",\n    // \"locale\": \"\",\n    // \"GivenName\": \"\",\n    // \"FamilyName\": \"\",\n    // \"externalSubscriberID\": \"\",\n    // \"contactpref_sms\": false,\n    // \"contactpref_email\": true,\n    // \"NetworkSoftwareProviderAdministrator\": [],\n    // \"PropertyManagementAdministrator\": [],\n    // \"AdministrativeAccess\": {\n    //     \"NetworkSoftwareProvider\": {\n    //         \"Administrator\": []\n    //     },\n    //     \"PropertyManagement\": {\n    //         \"Administrator\": []\n    //     },\n    //     \"NetworkOperator\": {\n    //         \"DomainAdministrator\": [\n    //         ],\n    //         \"SIEMAdministrator\": [],\n    //         \"CustomerSupport\": [],\n    //         \"AccountManager\": []\n    //     },\n    //     \"Venue\": {\n    //         \"VenueAdministrator\": [],\n    //         \"LeasingAgent\": []\n    //     }\n    // },\n    // \"forgetDevices\": true\n    \"forgetSubscriptions\": true,\n    \"forgetSubscriber\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/operatorconsole/subscribers/configure","description":"<ul>\n<li>Use this API to configure a subscriber.</li>\n</ul>\n","urlObject":{"path":["operatorconsole","subscribers","configure"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"a8f61b6e-46f6-456d-b47d-ee2340f01345","name":"configure","originalRequest":{"method":"POST","header":[{"key":"origin","value":"{{SubscriberConsole}}"}],"body":{"mode":"raw","raw":"{\n    \"AccessToken\": \"{{AccessToken}}\",\n    // \"OperatorID\":\"<operatorid>\",\n    \"SubscriberToken\": \"{{SubscriberToken}}\",\n    \"EmailAddress\": \"\",\n    \"PhoneNumber\": \"\",\n    \"locale\": \"\",\n    \"GivenName\": \"\",\n    \"FamilyName\": \"\",\n    \"externalSubscriberID\": \"\",\n    \"contactpref_sms\": false,\n    \"contactpref_email\": true,\n    \"NetworkSoftwareProviderAdministrator\": [],\n    \"PropertyManagementAdministrator\": [],\n    \"AdministrativeAccess\": {\n        \"NetworkSoftwareProvider\": {\n            \"Administrator\": []\n        },\n        \"PropertyManagement\": {\n            \"Administrator\": []\n        },\n        \"NetworkOperator\": {\n            \"DomainAdministrator\": [\n            ],\n            \"SIEMAdministrator\": [],\n            \"CustomerSupport\": [],\n            \"AccountManager\": []\n        },\n        \"Venue\": {\n            \"VenueAdministrator\": [],\n            \"LeasingAgent\": []\n        }\n    },\n    // \"forgetDevices\": true,\n    // \"forgetSubscriptions\": true,\n    \"forgetSubscriber\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/operatorconsole/subscribers/configure"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"message\": \"Updated GivenName  = Arnold. Updated FamilyName  = Palmer. \",\r\n    \"errorProcessing\": false\r\n}"}],"_postman_id":"d96f1172-7c30-4157-8416-5a315919aa39"},{"name":"add","id":"2f5dff14-c263-4fea-9718-c0fe23c74f0c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"origin","value":"{{SubscriberConsole}}"}],"body":{"mode":"raw","raw":"{\n    \"AccessToken\": \"{{AccessToken}}\",\n    // \"OperatorID\": \"\",\n    //One of the following required -  SubscriberToken, externalSubscriberID, EmailAddress, PhoneNumber, PhoneNumber.E164 or GivenName\n    \"EmailAddress\": \"gj@idea-central.com\",\n    // \"PhoneNumber\": \"\",\n    \"GivenName\": \"Gaurav\",\n    \"FamilyName\": \"Jain\",\n    // \"SubscriberToken\": \"GauravJain\",\n    // \"externalSubscriberID\": \"GauravJain\",\n    // One of the following required -  UnitID_internal, externalVenueUnitID, (VenueID/externalVenueID, UnitID, UnitBuilding, UnitFloor)\n    // \"externalVenueUnitID\": \"\"\n    // \"VenueID\": \"{{VenueID}}\",\n    // \"externalVenueID\": \"\",\n    // \"UnitID\": \"GJ 999\",\n    // \"UnitBuilding\": \"1\",\n    // \"UnitFloor\": \"1\"\n    //OPTIONAL\n    // \"externalSubscriptionID\": \"\"\n    // \"contactpref_email\": \"\"\n    // \"contactpref_sms\": \"\"\n    // \"locale\": \"\"\n    // \"ServicePlanID\": \"\"\n    // \"externalServicePlanID\": \"\"\n    \"ignore_subscription\": true,\n    // \"StartDateTimeUTC\": \"2024-01-25T14:12:12.544Z\"\n    // \"EndDateTimeUTC\": \"2024-01-25T14:13:12.544Z\"\n    // \"UserPartForNewKey\": \"\"\n    // \"LegacyPSK\": \"\"\n    // \"InvoiceDateTimeUTC.ISO8601\": \"\",\n    \"AdministrativeAccess\": {\n        //     \"NetworkSoftwareProviderAdministrator\": [],\n        //     \"PropertyManagementAdministrator\": [],\n        \"NetworkOperator\": {\n            \"DomainAdministrator\": [\n                \"USA.MA.02030.DEV-GJ-01.FRANKLIN\"\n            ]\n            //         \"SIEMAdministrator\": [],\n            //         \"CustomerSupport\": [],\n            //         \"AccountManager\": []\n        }\n        // \"Venue\": {\n        //         \"VenueAdministrator\": [],\n        //         \"LeasingAgent\": []\n        // }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/operatorconsole/subscribers/add","description":"<ul>\n<li><p>Use this API to add a new subscriber to VAULT.</p>\n</li>\n<li><p>Optional - provide service details to also add a subscription at a unit.</p>\n</li>\n</ul>\n","urlObject":{"path":["operatorconsole","subscribers","add"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"1bb3033d-8eb4-4df5-9683-cb837126dd11","name":"add","originalRequest":{"method":"POST","header":[{"key":"origin","value":"{{SubscriberConsole}}"}],"body":{"mode":"raw","raw":"{\n    \"AccessToken\": \"{{AccessToken}}\",\n    // \"OperatorID\":\"<operatorid>\",\n    //One of the following required -  SubscriberToken, externalSubscriberID, EmailAddress, PhoneNumber, PhoneNumber.E164 or GivenName\n    \"EmailAddress\": \"tnesper+apidoc@roamingiq.com\",\n    \"PhoneNumber\": \"+17207787438\",\n    \"GivenName\": \"Tyler\",\n    \"FamilyName\": \"Nesper\",\n    // \"SubscriberToken\": \"GauravJain\",\n    // \"externalSubscriberID\": \"GauravJain\",\n    // One of the following required -  UnitID_internal, externalVenueUnitID, (VenueID/externalVenueID, UnitID, UnitBuilding, UnitFloor)\n    \"UnitID_internal\": \"{{UnitID_internal}}\",\n    // \"externalVenueUnitID\": \"\"\n    // \"VenueID\": \"\",\n    // \"externalVenueID\": \"\",\n    // \"UnitID\": \"\",\n    // \"UnitBuilding\": \"\",\n    // \"UnitFloor\": \"\"\n    //OPTIONAL\n    // \"externalSubscriptionID\": \"\"\n    // \"contactpref_email\": \"\"\n    // \"contactpref_sms\": \"\"\n    // \"locale\": \"\"\n    // \"ServicePlanID\": \"\"\n    // \"externalServicePlanID\": \"\"\n    // \"ignore_subscription\": true\n    \"StartDateTimeUTC\": \"2024-05-03T18:12:12.544Z\",\n    \"EndDateTimeUTC\": \"2024-05-04T14:13:12.544Z\"\n    // \"UserPartForNewKey\": \"\"\n    // \"LegacyPSK\": \"\"\n    // \"InvoiceDateTimeUTC.ISO8601\": \"\",\n    // \"AdministrativeAccess\": {\n    //     \"NetworkSoftwareProviderAdministrator\": [],\n    //     \"PropertyManagementAdministrator\": [],\n    //     \"NetworkOperator\": {\n    //         \"DomainAdministrator\": [],\n    //         \"SIEMAdministrator\": [],\n    //         \"CustomerSupport\": [],\n    //         \"AccountManager\": []\n    //     },\n    //     \"Venue\": {\n    //         \"VenueAdministrator\": [],\n    //         \"LeasingAgent\": []\n    //     }\n    // }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/operatorconsole/subscribers/add"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"message\": \" Pre-existing subscriber found.  Added subscription. \",\r\n    \"AppliedConfiguration\": {\r\n        \"overlapping_subscriptions\": 0,\r\n        \"TrialCycles\": 0,\r\n        \"TrialCycleAdjustment\": 0,\r\n        \"ServicePlanID\": \"USA.MA.02081.ROAMINGIQ.WALPOLE._V3SERVICEPLAN_.1GBPS\",\r\n        \"BillingCyclePrice.USD\": 0,\r\n        \"MaximumFreeEnrollmentsPerSubscriber\": -1,\r\n        \"allowOverlappingSubscriptionWiredUnit\": false,\r\n        \"sendSubscriptionAddedEmail\": true,\r\n        \"sendSubscriptionEndEmail\": false,\r\n        \"enableShoppingCart\": true,\r\n        \"Stripe_allowrefund\": true,\r\n        \"BillingCycleRecurrence\": 0,\r\n        \"UnitID_internal\": \"USA.MA.02081.ROAMINGIQLABS.WALPOLE._V3VENUE.USA.MA.01588.RUSSR746.WHITINSVIL.UNIT100.1.1\",\r\n        \"VenueID\": \"USA.MA.02081.ROAMINGIQLABS.WALPOLE._V3VENUE.USA.MA.01588.RUSSR746.WHITINSVIL\"\r\n    },\r\n    \"Subscription\": {\r\n        \"SubscriptionID\": \"0ac79faa-e49b-f00f-e716-24765449ece9\"\r\n    },\r\n    \"errorProcessing\": false\r\n}"}],"_postman_id":"2f5dff14-c263-4fea-9718-c0fe23c74f0c"},{"name":"listDevices","event":[{"listen":"prerequest","script":{"id":"f6c79847-8740-4c34-821a-f6f8a845a290","exec":[""],"type":"text/javascript","packages":{}}}],"id":"65ed01f4-f504-4e6d-8635-01598608d1db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"origin","value":"{{SubscriberConsole}}"}],"body":{"mode":"raw","raw":"{\n    // CONFIG 1 - network opeator staff\n    \"AccessToken\": \"{{AccessToken}}\",\n    // \"OperatorID\":\"<operatorid>\",\n    // ADDITIONAL FILTERS\n    \"VenueID\":\"{{VenueID}}\"\n    // \"UnitID_internal\":\"{{UnitID_internal}}\",\n    // \"SubscriberToken\": \"{{SubscriberToken}}\"\n    // \"Calling-Station-Id\":\"a212f085437f\"\n    // CONFIG 2 - venue staff\n    // \"AccessToken\": \"{{VenueMgmt-AccessToken}}\",\n    // \"VenueID\":\"{{VenueID}}\"\n    // ADDITIONAL FILTERS\n    // \"SubscriberToken\": \"PechtRadoubs\"\n    // \"Calling-Station-Id\":\"aabbccddeeff\"\n    // \"UnitID_internal\":\"[[UnitID_internal}}\"\n    // CONFIG 3 - subscriber\n    // \"AccessToken\": \"{{AccessToken}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/operatorconsole/subscribers/listDevices","description":"<ul>\n<li><p>Use this API to list of subscriber's devices.</p>\n</li>\n<li><p>Only devices that were seen online within last 7 days are available.</p>\n</li>\n</ul>\n","urlObject":{"path":["operatorconsole","subscribers","listDevices"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"ffd4daf1-5a7b-4cd4-9b39-a6ee1de5b5e3","name":"listDevices","originalRequest":{"method":"POST","header":[{"key":"origin","value":"{{SubscriberConsole}}"}],"body":{"mode":"raw","raw":"{\n    // CONFIG 1 - network opeator staff\n    \"AccessToken\": \"{{NetworkOperatorAdmin-AccessToken}}\",\n    // ADDITIONAL FILTERS\n    // \"VenueID\":\"{{VenueID}}\",\n    // \"UnitID_internal\":\"{{UnitID_internal}}\",\n    // \"SubscriberToken\": \"{{SubscriberToken}}\"\n    // \"Calling-Station-Id\":\"a212f085437f\"\n    // CONFIG 2 - venue staff\n    // \"AccessToken\": \"{{VenueMgmt-AccessToken}}\",\n    // \"VenueID\":\"{{VenueID}}\"\n    // ADDITIONAL FILTERS\n    \"SubscriberToken\": \"PechtRadoubs\"\n    // \"Calling-Station-Id\":\"aabbccddeeff\"\n    // \"UnitID_internal\":\"[[UnitID_internal}}\"\n    // CONFIG 3 - subscriber\n    // \"AccessToken\": \"{{AccessToken}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/operatorconsole/subscribers/listDevices"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 19 Feb 2024 16:51:43 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"6848"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"2e49cbbc-4cd2-425a-8f2b-b3e2d2b928fa"},{"key":"Access-Control-Allow-Origin","value":"https://dish.wifikey.link"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"script-src 'self';"},{"key":"x-amz-apigw-id","value":"TZIMeHp8IAMEFRw="},{"key":"X-Amzn-Trace-Id","value":"Root=1-65d3871c-1da4c96072ee72c84f3c2d25;Parent=526e4703c021e303;Sampled=0;lineage=da22dbb9:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"Now\": \"2024-02-19T16:51:43.127Z\",\n    \"DeviceCountOnline\": 0,\n    \"DeviceCountOffline\": 13,\n    \"Devices\": {\n        \"c24e649815a4\": {\n            \"dateAddedUTC.ISO8601\": \"2023-10-06T16:06:08.424Z\",\n            \"mostRecentUseUTC.ISO8601\": \"2024-02-11T17:41:49.301Z\",\n            \"SubscriberToken\": \"\",\n            \"UnitID_internal\": \"USA.CO.80112.RIQFIBERDEFAULTPROPERTYGROUP.ENGLEWOOD._V3VENUE.USA.SD.57069.SUBURBANM.VERMILLION.UNIT-116.1.1\",\n            \"pmk\": \"\",\n            \"ssid\": \"\",\n            \"vlan\": \"\",\n            \"DeviceType\": \"NetworkDevice\",\n            \"osType\": \"Unknown\",\n            \"osVendorType\": \"Unknown\",\n            \"HostName\": \"Unknown\",\n            \"ModelName\": \"Unknown\",\n            \"UserDefinedHostName\": \"C2:4E:64:98:15:A4\",\n            \"Framed-IP-Address\": \"172.20.152.227\",\n            \"currentlyOnline\": false\n        },\n        \"6872c386a144\": {\n            \"dateAddedUTC.ISO8601\": \"2023-10-06T16:07:34.417Z\",\n            \"mostRecentUseUTC.ISO8601\": \"2024-02-11T19:02:25.640Z\",\n            \"SubscriberToken\": \"\",\n            \"UnitID_internal\": \"USA.CO.80112.RIQFIBERDEFAULTPROPERTYGROUP.ENGLEWOOD._V3VENUE.USA.SD.57069.SUBURBANM.VERMILLION.UNIT-116.1.1\",\n            \"pmk\": \"\",\n            \"ssid\": \"\",\n            \"vlan\": \"\",\n            \"DeviceType\": \"NetworkDevice\",\n            \"osType\": \"Unknown\",\n            \"osVendorType\": \"Unknown\",\n            \"HostName\": \"Unknown\",\n            \"ModelName\": \"Unknown\",\n            \"UserDefinedHostName\": \"68:72:C3:86:A1:44\",\n            \"Framed-IP-Address\": \"172.20.152.14\",\n            \"currentlyOnline\": false\n        },\n        \"a212f085437f\": {\n            \"dateAddedUTC.ISO8601\": \"2023-10-06T16:07:59.807Z\",\n            \"mostRecentUseUTC.ISO8601\": \"2024-02-11T18:22:12.599Z\",\n            \"SubscriberToken\": \"\",\n            \"UnitID_internal\": \"USA.CO.80112.RIQFIBERDEFAULTPROPERTYGROUP.ENGLEWOOD._V3VENUE.USA.SD.57069.SUBURBANM.VERMILLION.UNIT-116.1.1\",\n            \"pmk\": \"\",\n            \"ssid\": \"\",\n            \"vlan\": \"\",\n            \"DeviceType\": \"NetworkDevice\",\n            \"osType\": \"Unknown\",\n            \"osVendorType\": \"Unknown\",\n            \"HostName\": \"Unknown\",\n            \"ModelName\": \"Unknown\",\n            \"UserDefinedHostName\": \"A2:12:F0:85:43:7F\",\n            \"Framed-IP-Address\": \"172.20.152.226\",\n            \"currentlyOnline\": false\n        },\n        \"b07d64375244\": {\n            \"dateAddedUTC.ISO8601\": \"2023-10-06T16:17:47.881Z\",\n            \"mostRecentUseUTC.ISO8601\": \"2024-02-11T19:19:53.830Z\",\n            \"SubscriberToken\": \"\",\n            \"UnitID_internal\": \"USA.CO.80112.RIQFIBERDEFAULTPROPERTYGROUP.ENGLEWOOD._V3VENUE.USA.SD.57069.SUBURBANM.VERMILLION.UNIT-116.1.1\",\n            \"pmk\": \"\",\n            \"ssid\": \"\",\n            \"vlan\": \"\",\n            \"DeviceType\": \"NetworkDevice\",\n            \"osType\": \"Unknown\",\n            \"osVendorType\": \"Unknown\",\n            \"HostName\": \"Unknown\",\n            \"ModelName\": \"Unknown\",\n            \"UserDefinedHostName\": \"B0:7D:64:37:52:44\",\n            \"Framed-IP-Address\": \"172.20.152.214\",\n            \"currentlyOnline\": false\n        },\n        \"6ae244b2d11a\": {\n            \"dateAddedUTC.ISO8601\": \"2023-10-06T16:18:08.463Z\",\n            \"mostRecentUseUTC.ISO8601\": \"2024-02-11T18:43:02.134Z\",\n            \"SubscriberToken\": \"\",\n            \"UnitID_internal\": \"USA.CO.80112.RIQFIBERDEFAULTPROPERTYGROUP.ENGLEWOOD._V3VENUE.USA.SD.57069.SUBURBANM.VERMILLION.UNIT-116.1.1\",\n            \"pmk\": \"\",\n            \"ssid\": \"\",\n            \"vlan\": \"\",\n            \"DeviceType\": \"NetworkDevice\",\n            \"osType\": \"Unknown\",\n            \"osVendorType\": \"Unknown\",\n            \"HostName\": \"Unknown\",\n            \"ModelName\": \"Unknown\",\n            \"UserDefinedHostName\": \"6A:E2:44:B2:D1:1A\",\n            \"Framed-IP-Address\": \"172.20.152.229\",\n            \"currentlyOnline\": false\n        },\n        \"465de8637bbe\": {\n            \"dateAddedUTC.ISO8601\": \"2023-10-06T16:29:45.735Z\",\n            \"mostRecentUseUTC.ISO8601\": \"2024-02-11T18:49:19.305Z\",\n            \"SubscriberToken\": \"\",\n            \"UnitID_internal\": \"USA.CO.80112.RIQFIBERDEFAULTPROPERTYGROUP.ENGLEWOOD._V3VENUE.USA.SD.57069.SUBURBANM.VERMILLION.UNIT-116.1.1\",\n            \"pmk\": \"\",\n            \"ssid\": \"\",\n            \"vlan\": \"\",\n            \"DeviceType\": \"NetworkDevice\",\n            \"osType\": \"Unknown\",\n            \"osVendorType\": \"Unknown\",\n            \"HostName\": \"Unknown\",\n            \"ModelName\": \"Unknown\",\n            \"UserDefinedHostName\": \"46:5D:E8:63:7B:BE\",\n            \"Framed-IP-Address\": \"172.20.152.228\",\n            \"currentlyOnline\": false\n        },\n        \"608d26187921\": {\n            \"dateAddedUTC.ISO8601\": \"2023-10-06T16:31:48.305Z\",\n            \"mostRecentUseUTC.ISO8601\": \"2024-02-11T19:15:53.128Z\",\n            \"SubscriberToken\": \"\",\n            \"UnitID_internal\": \"USA.CO.80112.RIQFIBERDEFAULTPROPERTYGROUP.ENGLEWOOD._V3VENUE.USA.SD.57069.SUBURBANM.VERMILLION.UNIT-116.1.1\",\n            \"pmk\": \"\",\n            \"ssid\": \"\",\n            \"vlan\": \"\",\n            \"DeviceType\": \"NetworkDevice\",\n            \"osType\": \"Unknown\",\n            \"osVendorType\": \"Unknown\",\n            \"HostName\": \"Unknown\",\n            \"ModelName\": \"Unknown\",\n            \"UserDefinedHostName\": \"60:8D:26:18:79:21\",\n            \"Framed-IP-Address\": \"172.20.152.211\",\n            \"currentlyOnline\": false\n        },\n        \"fae8ebc26420\": {\n            \"dateAddedUTC.ISO8601\": \"2023-10-06T19:30:03.483Z\",\n            \"mostRecentUseUTC.ISO8601\": \"2024-02-11T10:24:39.871Z\",\n            \"SubscriberToken\": \"\",\n            \"UnitID_internal\": \"USA.CO.80112.RIQFIBERDEFAULTPROPERTYGROUP.ENGLEWOOD._V3VENUE.USA.SD.57069.SUBURBANM.VERMILLION.UNIT-116.1.1\",\n            \"pmk\": \"\",\n            \"ssid\": \"\",\n            \"vlan\": \"\",\n            \"DeviceType\": \"NetworkDevice\",\n            \"osType\": \"Unknown\",\n            \"osVendorType\": \"Unknown\",\n            \"HostName\": \"Unknown\",\n            \"ModelName\": \"Unknown\",\n            \"UserDefinedHostName\": \"FA:E8:EB:C2:64:20\",\n            \"Framed-IP-Address\": \"172.20.152.235\",\n            \"currentlyOnline\": false\n        },\n        \"fab6d669c766\": {\n            \"dateAddedUTC.ISO8601\": \"2023-10-06T22:26:58.751Z\",\n            \"mostRecentUseUTC.ISO8601\": \"2024-02-11T19:10:28.232Z\",\n            \"SubscriberToken\": \"\",\n            \"UnitID_internal\": \"USA.CO.80112.RIQFIBERDEFAULTPROPERTYGROUP.ENGLEWOOD._V3VENUE.USA.SD.57069.SUBURBANM.VERMILLION.UNIT-116.1.1\",\n            \"pmk\": \"\",\n            \"ssid\": \"\",\n            \"vlan\": \"\",\n            \"DeviceType\": \"NetworkDevice\",\n            \"osType\": \"Unknown\",\n            \"osVendorType\": \"Unknown\",\n            \"HostName\": \"Unknown\",\n            \"ModelName\": \"Unknown\",\n            \"UserDefinedHostName\": \"FA:B6:D6:69:C7:66\",\n            \"Framed-IP-Address\": \"172.20.152.213\",\n            \"currentlyOnline\": false\n        },\n        \"308e7a7e35fa\": {\n            \"dateAddedUTC.ISO8601\": \"2023-10-07T02:41:38.937Z\",\n            \"mostRecentUseUTC.ISO8601\": \"2024-02-11T19:13:15.134Z\",\n            \"SubscriberToken\": \"\",\n            \"UnitID_internal\": \"USA.CO.80112.RIQFIBERDEFAULTPROPERTYGROUP.ENGLEWOOD._V3VENUE.USA.SD.57069.SUBURBANM.VERMILLION.UNIT-116.1.1\",\n            \"pmk\": \"\",\n            \"ssid\": \"\",\n            \"vlan\": \"\",\n            \"DeviceType\": \"NetworkDevice\",\n            \"osType\": \"Unknown\",\n            \"osVendorType\": \"Unknown\",\n            \"HostName\": \"Unknown\",\n            \"ModelName\": \"Unknown\",\n            \"UserDefinedHostName\": \"30:8E:7A:7E:35:FA\",\n            \"Framed-IP-Address\": \"172.20.152.234\",\n            \"currentlyOnline\": false\n        },\n        \"2866e38dcc77\": {\n            \"dateAddedUTC.ISO8601\": \"2023-10-07T21:55:05.489Z\",\n            \"mostRecentUseUTC.ISO8601\": \"2024-02-11T15:10:22.947Z\",\n            \"SubscriberToken\": \"\",\n            \"UnitID_internal\": \"USA.CO.80112.RIQFIBERDEFAULTPROPERTYGROUP.ENGLEWOOD._V3VENUE.USA.SD.57069.SUBURBANM.VERMILLION.UNIT-116.1.1\",\n            \"pmk\": \"\",\n            \"ssid\": \"\",\n            \"vlan\": \"\",\n            \"DeviceType\": \"NetworkDevice\",\n            \"osType\": \"Unknown\",\n            \"osVendorType\": \"Unknown\",\n            \"HostName\": \"Unknown\",\n            \"ModelName\": \"Unknown\",\n            \"UserDefinedHostName\": \"28:66:E3:8D:CC:77\",\n            \"Framed-IP-Address\": \"172.20.152.212\",\n            \"currentlyOnline\": false\n        },\n        \"00e421d21220\": {\n            \"dateAddedUTC.ISO8601\": \"2023-11-06T01:29:07.811Z\",\n            \"mostRecentUseUTC.ISO8601\": \"2024-01-29T21:24:37.202Z\",\n            \"SubscriberToken\": \"\",\n            \"UnitID_internal\": \"USA.CO.80112.RIQFIBERDEFAULTPROPERTYGROUP.ENGLEWOOD._V3VENUE.USA.SD.57069.SUBURBANM.VERMILLION.UNIT-116.1.1\",\n            \"pmk\": \"\",\n            \"ssid\": \"\",\n            \"vlan\": \"\",\n            \"DeviceType\": \"NetworkDevice\",\n            \"osType\": \"Unknown\",\n            \"osVendorType\": \"Unknown\",\n            \"HostName\": \"Unknown\",\n            \"ModelName\": \"Unknown\",\n            \"UserDefinedHostName\": \"00:E4:21:D2:12:20\",\n            \"Framed-IP-Address\": \"172.20.152.217\",\n            \"currentlyOnline\": false\n        },\n        \"3003c8128d5b\": {\n            \"dateAddedUTC.ISO8601\": \"2024-02-02T18:05:43.555Z\",\n            \"mostRecentUseUTC.ISO8601\": \"2024-02-02T19:06:37.031Z\",\n            \"SubscriberToken\": \"\",\n            \"UnitID_internal\": \"USA.CO.80112.RIQFIBERDEFAULTPROPERTYGROUP.ENGLEWOOD._V3VENUE.USA.SD.57069.SUBURBANM.VERMILLION.UNIT-116.1.1\",\n            \"pmk\": \"\",\n            \"ssid\": \"\",\n            \"vlan\": \"\",\n            \"DeviceType\": \"NetworkDevice\",\n            \"osType\": \"Unknown\",\n            \"osVendorType\": \"Unknown\",\n            \"HostName\": \"Unknown\",\n            \"ModelName\": \"Unknown\",\n            \"UserDefinedHostName\": \"30:03:C8:12:8D:5B\",\n            \"Framed-IP-Address\": \"\",\n            \"currentlyOnline\": false\n        }\n    },\n    \"errorProcessing\": false\n}"}],"_postman_id":"65ed01f4-f504-4e6d-8635-01598608d1db"},{"name":"configureDevice","event":[{"listen":"prerequest","script":{"id":"f6c79847-8740-4c34-821a-f6f8a845a290","exec":[""],"type":"text/javascript","packages":{}}}],"id":"184b2545-c6f9-47a1-8f6f-1a972a481cf3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"origin","value":"{{SubscriberConsole}}"}],"body":{"mode":"raw","raw":"{\n    // CONFIG 1 - network opeator staff\n    \"AccessToken\": \"{{AccessToken}}\",\n    // \"OperatorID\":\"<operatorid>\",\n    \"SubscriberToken\":\"{{SubscriberToken}}\",\n    \"Calling-Station-Id\":\"aabbccddeeff\",\n    \"UserDefinedHostName\":\"devicename\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/operatorconsole/subscribers/configureDevice","description":"<ul>\n<li>Use this API to give custom name to subscriber's device.</li>\n</ul>\n","urlObject":{"path":["operatorconsole","subscribers","configureDevice"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"184b2545-c6f9-47a1-8f6f-1a972a481cf3"},{"name":"listLogs","event":[{"listen":"prerequest","script":{"id":"f6c79847-8740-4c34-821a-f6f8a845a290","exec":[""],"type":"text/javascript"}}],"id":"a25440eb-1a39-4209-8ab9-4dfea190a6f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"origin","value":"{{SubscriberConsole}}"}],"body":{"mode":"raw","raw":"{\n    // CONFIG 1 - network opeator staff\n    \"AccessToken\": \"{{AccessToken}}\",\n    // \"OperatorID\":\"<operatorid>\",\n    \"SubscriberToken\": \"{{SubscriberToken}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/operatorconsole/subscribers/listLogs","description":"<ul>\n<li>Use this API to list logs of a subscriber.</li>\n</ul>\n","urlObject":{"path":["operatorconsole","subscribers","listLogs"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a25440eb-1a39-4209-8ab9-4dfea190a6f5"}],"id":"e012f837-1c3e-4868-b656-1d7194a72253","_postman_id":"e012f837-1c3e-4868-b656-1d7194a72253","description":""},{"name":"utils","item":[{"name":"webhookTester","event":[{"listen":"prerequest","script":{"id":"004596eb-a7ea-4481-998d-4e279998962b","exec":["pm.collectionVariables.set(\"NotificationEmailAddress\", pm.iterationData.get(\"EmailAddress\"));","","pm.collectionVariables.set(\"missedbillingcycles\", parseInt(pm.iterationData.get(\"MissedMonths\")));","","pm.collectionVariables.set(\"invoicedate\", pm.iterationData.get(\"NextInvoiceDate\"));","",""],"type":"text/javascript"}}],"id":"18ba61df-7606-4ce9-b2f7-9307c2173c19","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"origin","value":"{{SubscriberConsole}}"}],"body":{"mode":"raw","raw":"{\n    \"AccessToken\": \"{{AccessToken}}\",\n    \"event\":\" here i am \"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/utils/webhookTester","description":"<ul>\n<li>Use this API to test webhooks by sending an event to webhook endpoints.</li>\n</ul>\n","urlObject":{"path":["utils","webhookTester"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"18ba61df-7606-4ce9-b2f7-9307c2173c19"},{"name":"StripeTest","event":[{"listen":"prerequest","script":{"id":"004596eb-a7ea-4481-998d-4e279998962b","exec":["pm.collectionVariables.set(\"NotificationEmailAddress\", pm.iterationData.get(\"EmailAddress\"));","","pm.collectionVariables.set(\"missedbillingcycles\", parseInt(pm.iterationData.get(\"MissedMonths\")));","","pm.collectionVariables.set(\"invoicedate\", pm.iterationData.get(\"NextInvoiceDate\"));","",""],"type":"text/javascript","packages":{}}}],"id":"40f90ada-1130-44d8-b153-3e1ee196f5ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"origin","value":"{{SubscriberConsole}}"}],"body":{"mode":"raw","raw":"{\n    \"type\":\"internal\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/networkoperatorconsole/shoppingcart/stripepayment","description":"<ul>\n<li>Use this API to resend a new initial account verification email to a new subscriber, (helpful if subscriber does not previous email with verification code. )</li>\n</ul>\n","urlObject":{"path":["networkoperatorconsole","shoppingcart","stripepayment"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"40f90ada-1130-44d8-b153-3e1ee196f5ba"}],"id":"2610ea73-2441-4793-8b41-40684b18e831","_postman_id":"2610ea73-2441-4793-8b41-40684b18e831","description":""},{"name":"config","item":[{"name":"listOperatorDetails","event":[{"listen":"test","script":{"id":"c85944f6-d924-4bd4-afcf-ebe99570692d","exec":[""],"type":"text/javascript"}}],"id":"b63d3556-cb68-4681-a268-0dc353fee51a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"origin","value":"{{SubscriberConsole}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"AccessToken\": \"{{AccessToken}}\"\n    // \"Domain\":\"<operatordomain>\",\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/operatorconsole/config/listOperatorDetails","description":"<ul>\n<li>Use this API to list operator's details.</li>\n</ul>\n","urlObject":{"path":["operatorconsole","config","listOperatorDetails"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"0a95392c-181f-4e8d-84c8-cd5888de8494","name":"listOperatorDetails","originalRequest":{"method":"POST","header":[{"key":"origin","value":"{{SubscriberConsole}}"}],"body":{"mode":"raw","raw":"{\n    \"AccessToken\": \"{{AccessToken}}\"\n    // \"Domain\":\"<operatordomain>\",\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/operatorconsole/config/listOperatorDetails"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"NetworkOperatorID\": \"USA.MA.02081.ROAMINGIQ.WALPOLE\",\r\n    \"OperatorID\": \"USA.MA.02081.ROAMINGIQ.WALPOLE\",\r\n    \"NetworkOperatorName\": \"RoamingIQ\",\r\n    \"OperatorName\": \"RoamingIQ\",\r\n    \"Type\": \"NetworkOperator\",\r\n    \"Domain\": \"roamingiq.roamingiqtest.com\",\r\n    \"EmailDomain\": \"\",\r\n    \"DomainAlias\": \"\",\r\n    \"AddressLine1\": \"27 Renmar Ave\",\r\n    \"AddressLine2\": \"\",\r\n    \"City\": \"Walpole\",\r\n    \"State\": \"MA\",\r\n    \"PostalCode\": \"02081\",\r\n    \"Country\": \"USA\",\r\n    \"Country.ISO3166A3\": \"USA\",\r\n    \"Roles\": {\r\n        \"DomainAdministrators\": [\r\n            \"gjain@blueportwireless.com\",\r\n            \"ed@blueportwireless.com\",\r\n            \"ddeslauriers@blueportwireless.com\",\r\n            \"jcastellanos@blueportwireless.com\",\r\n            \"russ@loveyournetwork.com\",\r\n            \"ed@roamingiq.com\",\r\n            \"tnesper@roamingiq.com\"\r\n        ],\r\n        \"SIEMAdministrators\": [],\r\n        \"AccountManagers\": [],\r\n        \"CustomerSupport\": []\r\n    },\r\n    \"WebhookURL\": \"\",\r\n    \"SignOn\": {\r\n        \"Cognito\": {\r\n            \"CognitoPool\": \"us-east-1_WclosPfYV\",\r\n            \"CognitoPool_Domain\": \"\",\r\n            \"CognitoPool_appclientid\": \"1tbfjk35hirupnfqsg3nomc9hm\",\r\n            \"CognitoPool_appclientsecret\": \"1fvp72t04pdc2qgim7s3mvkam221lfgmrf8ulcmchqg9kmat7h3t\",\r\n            \"CognitoPool_IdentityProviders\": {\r\n                \"SAML\": {\r\n                    \"okta\": \"\",\r\n                    \"office365\": \"\"\r\n                }\r\n            }\r\n        }\r\n    },\r\n    \"PMS\": {\r\n        \"RealPage\": {\r\n            \"RealPageURL\": \"\",\r\n            \"RealPageAPIKey\": \"\",\r\n            \"enableRealPageSync\": false\r\n        }\r\n    },\r\n    \"ServicePlanConfiguration\": {\r\n        \"DefaultServicePlanID_GlobalWirelessPlusLocalWiredAccess\": \"USA.MA.02081.ROAMINGIQ.WALPOLE._V3SERVICEPLAN_.1GBPS\",\r\n        \"DefaultServicePlanID_LocalWirelessAccess\": \"USA.MA.02081.ROAMINGIQ.WALPOLE._V3SERVICEPLAN_.100MBPS\"\r\n    },\r\n    \"NetworkConfiguration\": {\r\n        \"MinimumAutoGeneratedVLAN_GlobalWirelessPlusLocalWiredAccess\": 1,\r\n        \"MaximumAutoGeneratedVLAN_GlobalWirelessPlusLocalWiredAccess\": 4095,\r\n        \"MinimumAutoGeneratedVLAN_LocalWirelessAccess\": 1,\r\n        \"MaximumAutoGeneratedVLAN_LocalWirelessAccess\": 4095,\r\n        \"MinimumAutoGeneratedVLAN_GlobalWirelessRoaming\": 1,\r\n        \"MaximumAutoGeneratedVLAN_GlobalWirelessRoaming\": 4095,\r\n        \"allowOverlappingSubscriptionWiredUnit\": false,\r\n        \"SourceIPRangeWhiteList\": [\r\n            \"0.0.0.0/0\"\r\n        ],\r\n        \"Radius\": {\r\n            \"RadiusServerIP\": \"\",\r\n            \"AuthenticationPort\": \"\",\r\n            \"AccountingPort\": \"\",\r\n            \"RadiusSecret\": \"pjgrvenvugemtzjccfkctmnwhmwkawtbqfbnfdzq\"\r\n        },\r\n        \"GlobalSSID\": [],\r\n        \"RoamingSSID\": []\r\n    },\r\n    \"Notifications\": {\r\n        \"WelcomeEmail_countdown_hours\": 0,\r\n        \"sendSubscriptionAddedEmail\": true,\r\n        \"sendSubscriptionEndEmail\": true,\r\n        \"supressSubscriberNotifications\": false,\r\n        \"Pinpoint\": {\r\n            \"PinpointID\": \"\"\r\n        },\r\n        \"SES\": {\r\n            \"EmailFrom\": \"roamingiq@roamingiqtest.com\",\r\n            \"DomainAliasDkimStatus\": \"\",\r\n            \"DkimLastKeyGenerationTimestamp\": \"\",\r\n            \"DkimAttributes\": [],\r\n            \"DomainAliasMailboxVerified\": \"\"\r\n        },\r\n        \"SNS\": {\r\n            \"SMSConsolePhoneNumber\": \"\"\r\n        }\r\n    },\r\n    \"Reporting\": {\r\n        \"ReportingSubscriptionEnd_lookahead_hours\": 720,\r\n        \"ReportingSubscriptionEnd_frequency_hours\": 720\r\n    },\r\n    \"ShoppingCart\": {\r\n        \"enableShoppingCart\": false,\r\n        \"ShoppingCartShortURL\": \"\",\r\n        \"Stripe\": {\r\n            \"StripeWebHookURL\": \"https://api.roamingiqtest.com/v1/eventprocessors/StripeEvents\",\r\n            \"StripePublishableKey\": \"\",\r\n            \"Stripe_Secret_key\": \"\",\r\n            \"Stripe_Webhook_signingsecret\": \"\",\r\n            \"Stripe_allowrefund\": true\r\n        },\r\n        \"MaximumTrialCyclesPerSubscriber\": -1,\r\n        \"MaximumFreeEnrollmentsPerSubscriber\": -1\r\n    },\r\n    \"TandC\": {\r\n        \"en-us\": \"Please review and accept the terms of use to enable your Wi-Fi access. \",\r\n        \"es-xl\": \"Revise y acepte los términos de uso para habilitar su acceso a Wi-Fi. \"\r\n    },\r\n    \"EmailConfiguration\": {\r\n        \"LogoPNGURLEmail\": \"\",\r\n        \"brandcolor\": \"#0098e5\",\r\n        \"en-us\": {\r\n            \"WelcomeEmail\": {\r\n                \"NewSubscriber\": {\r\n                    \"Subject\": \"Welcome to {venuename} {operatorname} WiFi service\",\r\n                    \"preheader\": \"<strong>Subject:</strong> Welcome to <span class=\\\"dynamic-element\\\">{venuename}</span> {operatorname} WiFi service<br><strong>Preheader:</strong> Activate your account.<br /><hr>\",\r\n                    \"title\": \"Welcome to <span style=\\\"font-family: 'DM Sans', sans-serif; border-bottom: 5px solid {brandcolor};\\\"><b><span class=\\\"dynamic-element\\\" style=\\\"white-space: nowrap;\\\">{venuename}</span></b></span> WiFi service!\",\r\n                    \"serviceinfo\": {\r\n                        \"template\": \"<!--begin CARD-->\\n                        <tr>\\n                            <td align=\\\"center\\\" style=\\\"padding: 15px 0px 0px 0px;\\\">\\n                                <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                                    <tr>\\n                                        <td align=\\\"center\\\" style=\\\"padding: 5px 5px 25px 5px; background-color: #ffffff;\\\">\\n                                            <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                                                <!--begin CARD CONTENT AREA-->\\n                                                <!--begin CARD TITLE-->\\n                                                <tr>\\n                                                    <td align=\\\"left\\\" style=\\\"width: 100%; padding: 15px 15px 15px 15px; color: #464646;; font-family: 'DM Sans', sans-serif; font-size: 20px; line-height: 28px;\\\">\\n                                                        WiFi Service Information\\n                                                    </td>\\n                                                </tr>\\n                                                <!--end CARD TITLE-->\\n                                                <!--begin TABLE-->\\n                                                <tr>\\n                                                    <td align=\\\"center\\\" style=\\\"padding: 0px;\\\">\\n                                                        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                                                            <colgroup>\\n                                                                <col style=\\\"width:50%;\\\" span=\\\"2\\\">\\n                                                            </colgroup>                                                            \\n                                                            {networkname}\\n                                                            {subscriptionstart}\\n                                                            {subscriptionend}\\n                                                        </table>\\n                                                    </td>\\n                                                </tr>\\n                                                <!--end TABLE-->\\n                                                <!--end CARD CONTENT AREA-->\\n                                            </table>\\n                                        </td>\\n                                    </tr>\\n                                    <tr>\\n                                        <td bgcolor=\\\"#d0d0d0\\\" height=\\\"2\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-size: 2px; line-height: 2px; max-height: 2px; min-height: 2px; mso-table-lspace: 0pt; mso-table-rspace: 0pt !important;\\\">&nbsp;</td>\\n                                    </tr>\\n                                </table>\\n                            </td>\\n                        </tr>\\n                        <!--end CARD-->\",\r\n                        \"networkname\": \"<tr>\\n    <!--begin CEll 1-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"left\\\" style=\\\"width: 100%; padding: 0px; color: #464646;; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    WiFi Network Name (SSID)\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 1-->\\n    <!--begin CELL 2-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"right\\\" style=\\\"width: 100%; padding: 0px; color: {brandcolor}; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    <span class=\\\"dynamic-element\\\">{ssid}</span>\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 2-->\\n</tr>\",\r\n                        \"wifipassword\": \"<tr>\\n    <!--begin CEll 1-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"left\\\" style=\\\"width: 100%; padding: 0px; color: #464646;; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    WiFi Password\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 1-->\\n    <!--begin CELL 2-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"right\\\" style=\\\"width: 100%; padding: 0px; color: {brandcolor}; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    <span class=\\\"dynamic-element\\\">{psk}</span>\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 2-->\\n</tr>\",\r\n                        \"subscriptionstart\": \"<tr>\\n    <!--begin CEll 1-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"left\\\" style=\\\"width: 100%; padding: 0px; color: #464646;; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    Service Start Date\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 1-->\\n    <!--begin CELL 2-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"right\\\" style=\\\"width: 100%; padding: 0px; color: {brandcolor}; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    <span class=\\\"dynamic-element\\\">{startdate}</span>\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 2-->\\n</tr>\",\r\n                        \"subscriptionend\": \"<tr>\\n    <!--begin CEll 1-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"left\\\" style=\\\"width: 100%; padding: 0px; color: #464646;; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    Service End Date\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 1-->\\n    <!--begin CELL 2-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"right\\\" style=\\\"width: 100%; padding: 0px; color: {brandcolor}; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    <span class=\\\"dynamic-element\\\">{enddate}</span>\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 2-->\\n</tr>\"\r\n                    },\r\n                    \"header\": \"Getting Started\",\r\n                    \"message\": \"Wi-Fi service has been provisioned for your residence. Please create your {operatorname} account to retrieve your WiFi password before you move-in so that your service is instantly available to you on move in day. You can use any internet connected smartphone, tablet, or computer to activate your WiFi account.\",\r\n                    \"actionbutton\": \"<!--begin BUTTON-->\\n\\n                                                <tr>\\n                                                    <td align=\\\"center\\\" style=\\\"padding: 20px 0px;\\\">\\n                                                        <div>\\n                                                            <!--[if mso]>\\n                                                                <v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"{actionbuttonurl}\\\" target=\\\"_blank\\\" style=\\\"height: 50px; v-text-anchor: middle; width: 260px;\\\" arcsize=\\\"50%\\\" stroke=\\\"f\\\" fillcolor=\\\"{brandcolor}\\\">\\n                                                                <w:anchorlock/>\\n                                                                <center>\\n                                                            <![endif]-->\\n                                                            <a href=\\\"{actionbuttonurl}\\\" target=\\\"_blank\\\" style=\\\"background-color: {brandcolor}; border-radius: 25px; color: #ffffff; display: inline-block; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 50px; text-align: center; text-decoration: none; width: 260px; -webkit-text-size-adjust: none;\\\">\\n                                                                <b>Create {operatorname} Account</b>\\n                                                            </a>\\n                                                            <!--[if mso]>\\n                                                                </center>\\n                                                                </v:roundrect>\\n                                                            <![endif]-->\\n                                                        </div>\\n                                                    </td>\\n                                                </tr>\\n                                                <!--end BUTTON-->\",\r\n                    \"additional_instructions\": \"Alternatively, you can go to <span class=\\\"dynamic-element\\\">{operatortermsurl}</span>, enter <span class=\\\"dynamic-element\\\">{subscriberemail}</span> as your email address, and <span class=\\\"dynamic-element\\\">{onetimepassword}</span> (case sensitive) as confirmation code to activate your account.\"\r\n                },\r\n                \"KnownSubscriber\": {\r\n                    \"Subject\": \"Welcome to {venuename} {operatorname} WiFi service\",\r\n                    \"preheader\": \"<strong>Subject:</strong> Welcome to <span class=\\\"dynamic-element\\\">{venuename}</span> {operatorname} WiFi service<br><strong>Preheader:</strong> Log in to your account.<br /><hr>\",\r\n                    \"title\": \"Welcome to <span style=\\\"font-family: 'DM Sans', sans-serif; border-bottom: 5px solid {brandcolor};\\\"><b><span class=\\\"dynamic-element\\\" style=\\\"white-space: nowrap;\\\">{venuename}</span></b></span> WiFi service!\",\r\n                    \"serviceinfo\": {\r\n                        \"template\": \"<!--begin CARD-->\\n                        <tr>\\n                            <td align=\\\"center\\\" style=\\\"padding: 15px 0px 0px 0px;\\\">\\n                                <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                                    <tr>\\n                                        <td align=\\\"center\\\" style=\\\"padding: 5px 5px 25px 5px; background-color: #ffffff;\\\">\\n                                            <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                                                <!--begin CARD CONTENT AREA-->\\n                                                <!--begin CARD TITLE-->\\n                                                <tr>\\n                                                    <td align=\\\"left\\\" style=\\\"width: 100%; padding: 15px 15px 15px 15px; color: #464646;; font-family: 'DM Sans', sans-serif; font-size: 20px; line-height: 28px;\\\">\\n                                                        WiFi Service Information\\n                                                    </td>\\n                                                </tr>\\n                                                <!--end CARD TITLE-->\\n                                                <!--begin TABLE-->\\n                                                <tr>\\n                                                    <td align=\\\"center\\\" style=\\\"padding: 0px;\\\">\\n                                                        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                                                            <colgroup>\\n                                                                <col style=\\\"width:50%;\\\" span=\\\"2\\\">\\n                                                            </colgroup>                                                            \\n                                                            {networkname}\\n                                                            {subscriptionstart}\\n                                                            {subscriptionend}\\n                                                        </table>\\n                                                    </td>\\n                                                </tr>\\n                                                <!--end TABLE-->\\n                                                <!--end CARD CONTENT AREA-->\\n                                            </table>\\n                                        </td>\\n                                    </tr>\\n                                    <tr>\\n                                        <td bgcolor=\\\"#d0d0d0\\\" height=\\\"2\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-size: 2px; line-height: 2px; max-height: 2px; min-height: 2px; mso-table-lspace: 0pt; mso-table-rspace: 0pt !important;\\\">&nbsp;</td>\\n                                    </tr>\\n                                </table>\\n                            </td>\\n                        </tr>\\n                        <!--end CARD-->\",\r\n                        \"networkname\": \"<tr>\\n    <!--begin CEll 1-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"left\\\" style=\\\"width: 100%; padding: 0px; color: #464646;; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    WiFi Network Name (SSID)\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 1-->\\n    <!--begin CELL 2-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"right\\\" style=\\\"width: 100%; padding: 0px; color: {brandcolor}; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    <span class=\\\"dynamic-element\\\">{ssid}</span>\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 2-->\\n</tr>\",\r\n                        \"wifipassword\": \"<tr>\\n    <!--begin CEll 1-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"left\\\" style=\\\"width: 100%; padding: 0px; color: #464646;; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    WiFi Password\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 1-->\\n    <!--begin CELL 2-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"right\\\" style=\\\"width: 100%; padding: 0px; color: {brandcolor}; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    <span class=\\\"dynamic-element\\\">{psk}</span>\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 2-->\\n</tr>\",\r\n                        \"subscriptionstart\": \"<tr>\\n    <!--begin CEll 1-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"left\\\" style=\\\"width: 100%; padding: 0px; color: #464646;; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    Service Start Date\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 1-->\\n    <!--begin CELL 2-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"right\\\" style=\\\"width: 100%; padding: 0px; color: {brandcolor}; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    <span class=\\\"dynamic-element\\\">{startdate}</span>\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 2-->\\n</tr>\",\r\n                        \"subscriptionend\": \"<tr>\\n    <!--begin CEll 1-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"left\\\" style=\\\"width: 100%; padding: 0px; color: #464646;; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    Service End Date\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 1-->\\n    <!--begin CELL 2-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"right\\\" style=\\\"width: 100%; padding: 0px; color: {brandcolor}; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    <span class=\\\"dynamic-element\\\">{enddate}</span>\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 2-->\\n</tr>\"\r\n                    },\r\n                    \"header\": \"Log in to your account.\",\r\n                    \"message\": \"A new WiFi service has been added to your account. You may continue to use your existing {operatorname} Wi-Fi password. As a reminder, you may log in to your account to view or change your password.\",\r\n                    \"actionbutton\": \"<!--begin BUTTON-->\\n\\n                                                <tr>\\n                                                    <td align=\\\"center\\\" style=\\\"padding: 20px 0px;\\\">\\n                                                        <div>\\n                                                            <!--[if mso]>\\n                                                                <v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"{actionbuttonurl}\\\" target=\\\"_blank\\\" style=\\\"height: 50px; v-text-anchor: middle; width: 260px;\\\" arcsize=\\\"50%\\\" stroke=\\\"f\\\" fillcolor=\\\"{brandcolor}\\\">\\n                                                                <w:anchorlock/>\\n                                                                <center>\\n                                                            <![endif]-->\\n                                                            <a href=\\\"{actionbuttonurl}\\\" target=\\\"_blank\\\" style=\\\"background-color: {brandcolor}; border-radius: 25px; color: #ffffff; display: inline-block; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 50px; text-align: center; text-decoration: none; width: 260px; -webkit-text-size-adjust: none;\\\">\\n                                                                <b>Log in to account</b>\\n                                                            </a>\\n                                                            <!--[if mso]>\\n                                                                </center>\\n                                                                </v:roundrect>\\n                                                            <![endif]-->\\n                                                        </div>\\n                                                    </td>\\n                                                </tr>\\n                                                <!--end BUTTON-->\",\r\n                    \"additional_instructions\": \"\"\r\n                },\r\n                \"GuestAccess\": {\r\n                    \"Subject\": \"Welcome to {venuename} {operatorname} Guest WiFi service\",\r\n                    \"preheader\": \"<strong>Subject:</strong> Welcome to <span class=\\\"dynamic-element\\\">{venuename}</span> {operatorname} WiFi service is ready!<br><strong>Preheader:</strong> Enjoy your Guest WiFi service.<br /><hr>\",\r\n                    \"title\": \"Welcome to <span style=\\\"font-family: 'DM Sans', sans-serif; border-bottom: 5px solid {brandcolor};\\\"><b><span class=\\\"dynamic-element\\\" style=\\\"white-space: nowrap;\\\">{venuename}</span></b></span> Guest WiFi service!\",\r\n                    \"serviceinfo\": {\r\n                        \"template\": \"<!--begin CARD-->\\n                        <tr>\\n                            <td align=\\\"center\\\" style=\\\"padding: 15px 0px 0px 0px;\\\">\\n                                <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                                    <tr>\\n                                        <td align=\\\"center\\\" style=\\\"padding: 5px 5px 25px 5px; background-color: #ffffff;\\\">\\n                                            <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                                                <!--begin CARD CONTENT AREA-->\\n                                                <!--begin CARD TITLE-->\\n                                                <tr>\\n                                                    <td align=\\\"left\\\" style=\\\"width: 100%; padding: 15px 15px 15px 15px; color: #464646;; font-family: 'DM Sans', sans-serif; font-size: 20px; line-height: 28px;\\\">\\n                                                        WiFi Service Information\\n                                                    </td>\\n                                                </tr>\\n                                                <!--end CARD TITLE-->\\n                                                <!--begin TABLE-->\\n                                                <tr>\\n                                                    <td align=\\\"center\\\" style=\\\"padding: 0px;\\\">\\n                                                        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                                                            <colgroup>\\n                                                                <col style=\\\"width:50%;\\\" span=\\\"2\\\">\\n                                                            </colgroup>                                                            \\n                                                            {networkname}\\n                                                            {wifipassword}\\n                                                            {subscriptionstart}\\n                                                            {subscriptionend}\\n                                                        </table>\\n                                                    </td>\\n                                                </tr>\\n                                                <!--end TABLE-->\\n                                                <!--end CARD CONTENT AREA-->\\n                                            </table>\\n                                        </td>\\n                                    </tr>\\n                                    <tr>\\n                                        <td bgcolor=\\\"#d0d0d0\\\" height=\\\"2\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-size: 2px; line-height: 2px; max-height: 2px; min-height: 2px; mso-table-lspace: 0pt; mso-table-rspace: 0pt !important;\\\">&nbsp;</td>\\n                                    </tr>\\n                                </table>\\n                            </td>\\n                        </tr>\\n                        <!--end CARD-->\",\r\n                        \"networkname\": \"<tr>\\n    <!--begin CEll 1-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"left\\\" style=\\\"width: 100%; padding: 0px; color: #464646;; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    WiFi Network Name (SSID)\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 1-->\\n    <!--begin CELL 2-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"right\\\" style=\\\"width: 100%; padding: 0px; color: {brandcolor}; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    <span class=\\\"dynamic-element\\\">{ssid}</span>\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 2-->\\n</tr>\",\r\n                        \"wifipassword\": \"<tr>\\n    <!--begin CEll 1-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"left\\\" style=\\\"width: 100%; padding: 0px; color: #464646;; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    WiFi Password\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 1-->\\n    <!--begin CELL 2-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"right\\\" style=\\\"width: 100%; padding: 0px; color: {brandcolor}; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    <span class=\\\"dynamic-element\\\">{psk}</span>\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 2-->\\n</tr>\",\r\n                        \"subscriptionstart\": \"<tr>\\n    <!--begin CEll 1-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"left\\\" style=\\\"width: 100%; padding: 0px; color: #464646;; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    Service Start Date\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 1-->\\n    <!--begin CELL 2-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"right\\\" style=\\\"width: 100%; padding: 0px; color: {brandcolor}; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    <span class=\\\"dynamic-element\\\">{startdate}</span>\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 2-->\\n</tr>\",\r\n                        \"subscriptionend\": \"<tr>\\n    <!--begin CEll 1-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"left\\\" style=\\\"width: 100%; padding: 0px; color: #464646;; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    Service End Date\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 1-->\\n    <!--begin CELL 2-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"right\\\" style=\\\"width: 100%; padding: 0px; color: {brandcolor}; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    <span class=\\\"dynamic-element\\\">{enddate}</span>\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 2-->\\n</tr>\"\r\n                    },\r\n                    \"header\": \"Privacy Notice\",\r\n                    \"message\": \"This is a secure password unique to you, do not share it with anyone.\",\r\n                    \"actionbutton\": \"\",\r\n                    \"additional_instructions\": \"\"\r\n                },\r\n                \"NewAdministrator\": {\r\n                    \"Subject\": \"Welcome to {operatorname} WiFi Service Administation.\",\r\n                    \"preheader\": \"\",\r\n                    \"title\": \"Welcome to <span><b><span class=\\\"dynamic-element\\\" style=\\\"white-space: nowrap;\\\">{operatorname}</span></b></span>\",\r\n                    \"header\": \"Getting started\",\r\n                    \"message\": \"We are excited to have you join us as WiFi services administrator here at <span class=\\\"dynamic-element\\\">{venuename}</span>.<br /><br />Please create your account password by visiting <span class=\\\"dynamic-element\\\">{actionbuttonurl}</span>\",\r\n                    \"actionbutton\": \"\",\r\n                    \"additional_instructions\": \"WiFI Management Console: {operatorurl}\"\r\n                },\r\n                \"KnownAdministrator\": {\r\n                    \"Subject\": \"Welcome to {operatorname} WiFi Service Administation.\",\r\n                    \"preheader\": \"\",\r\n                    \"title\": \"Welcome to <span><b><span class=\\\"dynamic-element\\\" style=\\\"white-space: nowrap;\\\">{operatorname}</span></b></span>\",\r\n                    \"header\": \"Getting started\",\r\n                    \"message\": \"We are excited to have you join us as WiFi services administrator here at <span class=\\\"dynamic-element\\\">{venuename}</span>.<br /><br />\",\r\n                    \"actionbutton\": \"\",\r\n                    \"additional_instructions\": \"WiFI Management Console: {operatorurl}\"\r\n                },\r\n                \"Template\": \"<!DOCTYPE html\\n    PUBLIC \\\"-//W3C//DTD XHTML 1.0 Transitional//EN\\\" \\\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\\\">\\n<html xmlns=\\\"http://www.w3.org/1999/xhtml\\\" xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\"\\n    xmlns:o=\\\"urn:schemas-microsoft-com:office:office\\\">\\n\\n<head>\\n    <meta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=utf-8\\\" />\\n    <!--[if !mso]><!-->\\n    <meta http-equiv=\\\"X-UA-Compatible\\\" content=\\\"IE=edge\\\" />\\n    <!--<![endif]-->\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\n    <title></title>\\n    <style type=\\\"text/css\\\">\\n        @import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;700&display=swap');\\n\\n        body {\\n            -ms-text-size-adjust: 100%;\\n            -webkit-text-size-adjust: 100%;\\n        }\\n\\n        table {\\n            border-spacing: 0;\\n            border-collapse: collapse;\\n            mso-table-lspace: 0pt;\\n            mso-table-rspace: 0pt;\\n        }\\n\\n        td {\\n            border-collapse: collapse;\\n            -ms-text-size-adjust: 100%;\\n            -webkit-text-size-adjust: 100%;\\n        }\\n\\n        div[style*=\\\"margin: 16px 0\\\"] {\\n            margin: 0 !important;\\n        }\\n\\n        a[x-apple-data-detectors] {\\n            color: inherit !important;\\n            text-decoration: none !important;\\n            font-size: inherit !important;\\n            font-family: inherit !important;\\n            font-weight: inherit !important;\\n            line-height: inherit !important;\\n        }\\n\\n        #MessageViewBody a {\\n            color: inherit;\\n            text-decoration: none;\\n            font-size: inherit;\\n            font-family: inherit;\\n            font-weight: inherit;\\n            line-height: inherit;\\n        }\\n\\n        span.yshortcuts,\\n        a span {\\n            color: inherit;\\n            background-color: none;\\n            border: none;\\n        }\\n\\n        .dynamic-tag {\\n            color: #29b6f6;\\n        }\\n\\n        .dynamic-element {\\n            color: {brandcolor};\\n        }\\n    </style>\\n    <!--[if (gte mso 9)|(IE)]>\\n    <style type=\\\"text/css\\\">\\n        table {border-collapse: collapse !important;}\\n    </style>\\n    <![endif]-->\\n    <!--[if gte mso 9]>\\n    <xml>\\n        <o:OfficeDocumentSettings>\\n        <o:AllowPNG/>\\n        <o:PixelsPerInch>96</o:PixelsPerInch>\\n        </o:OfficeDocumentSettings>\\n    </xml>\\n    <![endif]-->\\n</head>\\n\\n<body style=\\\"margin: 0 !important; padding: 0px; background-color: #f5f5f6;\\\">\\n    <center style=\\\"width: 100%; table-layout: fixed; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;\\\">\\n        <div style=\\\"max-width: 642px; margin: 0 auto;\\\">\\n            <!--[if (gte mso 9)|(IE)]>\\n            <table role=\\\"presentation\\\" width=\\\"642\\\" align=\\\"center\\\">\\n                <tr>\\n                    <td>\\n            <![endif]-->\\n            <!--begin MESSAGE CONTAINER-->\\n            <table role=\\\"presentation\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\"\\n                style=\\\"Margin: 0 auto; width: 100%; max-width: 642px;\\\">\\n                <!--begin HEADER-->\\n                <!--begin CARD TEXT-->\\n                <tr>\\n                    <td style=\\\"padding: 20px 13px; background-color: #f5f5f6;\\\">\\n                        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\"\\n                            style=\\\"min-width: 100%;\\\">\\n                            <tr>\\n                                <td style=\\\"line-height: 0px;\\\" width=\\\"20%\\\">\\n                                    <a href=\\\"{operatorurl}\\\" target=\\\"_blank\\\">\\n                                        <img alt=\\\"{operatorname}\\\" border=\\\"0\\\" src=\\\"{operatorlogourl}\\\" width=\\\"87\\\" />\\n                                    </a>\\n                                </td>\\n                                <td style=\\\"padding: 0px;\\\" width=\\\"50%\\\"></td>\\n\\n                    </td>\\n                </tr>\\n            </table>\\n            </td>\\n            </tr>\\n            <!--end HEADER-->\\n\\n            <!--begin BODY-->\\n            <tr>\\n                <td align=\\\"center\\\" style=\\\"padding: 0px 20px; background-color: #f5f5f6;\\\">\\n                    <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                        <tr>\\n                            <td align=\\\"center\\\"\\n                                style=\\\"width: 100%; padding: 0px 20px 35px 20px; color: #525252; font-family: 'DM Sans', sans-serif; font-size: 18px; line-height: 24px;\\\">\\n                                Hi <span class=\\\"dynamic-element\\\">{subscribergivenname}</span>,<br />\\n                            </td>\\n                        </tr>\\n\\n                        <!--begin TITLE H2-->\\n                        <tr>\\n                            <td align=\\\"center\\\"\\n                                style=\\\"width: 100%; padding: 0px 20px 15px 20px; color: #525252; font-family: 'DM Sans', sans-serif; font-size: 22px; line-height: 30px;\\\">\\n                                {title}\\n                            </td>\\n                        </tr>\\n                        <!--end TITLE H2-->\\n\\n                        <!--begin CARD-->\\n                        {serviceinfo}\\n                        <!--end CARD-->\\n\\n                        <!--begin CARD TEXT-->\\n                        <tr>\\n                            <td align=\\\"left\\\"\\n                                style=\\\"width: 100%; padding: 15px 15px 0px 15px; color: #464646; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                            </td>\\n                        </tr>\\n                        <!--end CARD TEXT-->\\n                        <!--begin CARD-->\\n                        <tr>\\n                            <td align=\\\"center\\\" style=\\\"padding: 15px 0px 0px 0px;\\\">\\n                                <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                                    <tr>\\n                                        <td align=\\\"center\\\"\\n                                            style=\\\"padding: 5px 5px 25px 5px; background-color: #ffffff;\\\">\\n                                            <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\"\\n                                                width=\\\"100%\\\">\\n                                                <!--begin CARD CONTENT AREA-->\\n\\n                                                <!--begin CARD TITLE-->\\n                                                <tr>\\n                                                    <td align=\\\"left\\\"\\n                                                        style=\\\"width: 100%; padding: 15px 15px 0px 15px; color: #464646; font-family: 'DM Sans', sans-serif; font-size: 20px; line-height: 28px;\\\">\\n                                                        {header}\\n                                                    </td>\\n                                                </tr>\\n                                                <!--end CARD TITLE-->\\n                                                <!--begin CARD TEXT-->\\n                                                <tr>\\n                                                    <td align=\\\"left\\\"\\n                                                        style=\\\"width: 100%; padding: 15px 15px 0px 15px; color: #464646; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                                                        {message}\\n                                                        <center><br />\\n                                                    </td>\\n                                                </tr>\\n                                                <!--end CARD TEXT-->\\n                                                <!--begin BUTTON-->\\n                                                {actionbutton}\\n                                                <!--end BUTTON-->\\n                                                <!--begin CARD TEXT-->\\n                                                <tr>\\n                                                    <td align=\\\"left\\\"\\n                                                        style=\\\"width: 100%; padding: 15px 15px 0px 15px; color: #464646; font-family: 'ProximaNova-Light', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                                                        {additional_instructions}\\n                                                    </td>\\n                                                </tr>\\n                                                <!--end CARD TEXT-->\\n\\n                                                <!--end CARD CONTENT AREA-->\\n                                            </table>\\n                                        </td>\\n                                    </tr>\\n                                    <tr>\\n                                        <td bgcolor=\\\"#d0d0d0\\\" height=\\\"2\\\"\\n                                            style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-size: 2px; line-height: 2px; max-height: 2px; min-height: 2px; mso-table-lspace: 0pt; mso-table-rspace: 0pt !important;\\\">\\n                                            &nbsp;</td>\\n                                    </tr>\\n                                </table>\\n                            </td>\\n                        </tr>\\n                        <!--end CARD-->\\n                        <!--begin CARD TEXT-->\\n                        <tr>\\n                            <td align=\\\"left\\\"\\n                                style=\\\"width: 100%; padding: 15px 15px 0px 15px; color: #464646; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                            </td>\\n                        </tr>\\n                        <!--end CARD TEXT-->\\n\\n                        <!--begin CARD-->\\n                        <tr>\\n                            <td align=\\\"center\\\" style=\\\"padding: 15px 0px 0px 0px;\\\">\\n                                <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                                    <tr>\\n                                        <td align=\\\"center\\\"\\n                                            style=\\\"padding: 5px 5px 25px 5px; background-color: #ffffff;\\\">\\n                                            <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\"\\n                                                width=\\\"100%\\\">\\n                                                <!--begin CARD CONTENT AREA-->\\n                                                <!--begin CARD TEXT-->\\n                                                <tr>\\n                                                    <td align=\\\"left\\\"\\n                                                        style=\\\"width: 100%; padding: 15px 15px 15px 15px; color: #464646; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                                                        If you need help setting up your WiFi service, you can contact\\n                                                        us at\\n                                                    </td>\\n                                                </tr>\\n                                                <!--end CARD TEXT-->\\n                                                <!--begin TABLE-->\\n                                                <tr>\\n                                                    <td align=\\\"center\\\" style=\\\"padding: 0px;\\\">\\n                                                        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\"\\n                                                            cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                                                            <colgroup>\\n                                                                <col style=\\\"width:50%;\\\" span=\\\"2\\\">\\n                                                            </colgroup>\\n                                                            <!--begin ROW 1-->\\n                                                            <tr>\\n                                                                <!--begin CEll 1-->\\n                                                                <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n                                                                    <table role=\\\"presentation\\\" border=\\\"0\\\"\\n                                                                        cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                                                                        <!--begin CARD TEXT-->\\n                                                                        <tr>\\n                                                                            <td align=\\\"left\\\"\\n                                                                                style=\\\"width: 100%; padding: 0px; color: #464646;; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                                                                                Contact Support Number:\\n                                                                            </td>\\n                                                                        </tr>\\n                                                                        <!--end CARD TEXT-->\\n                                                                    </table>\\n                                                                </td>\\n                                                                <!--end CELL 1-->\\n                                                                <!--begin CELL 2-->\\n                                                                <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n                                                                    <table role=\\\"presentation\\\" border=\\\"0\\\"\\n                                                                        cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                                                                        <!--begin CARD TEXT-->\\n                                                                        <tr>\\n                                                                            <td align=\\\"right\\\"\\n                                                                                style=\\\"width: 100%; padding: 0px; color: {brandcolor}; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                                                                                <span\\n                                                                                    class=\\\"dynamic-element\\\">{venuesupportphonenumber}</span>\\n                                                                            </td>\\n                                                                        </tr>\\n                                                                        <!--end CARD TEXT-->\\n                                                                    </table>\\n                                                                </td>\\n                                                                <!--end CELL 2-->\\n                                                            </tr>\\n                                                            <!--end ROW 1-->\\n\\n\\n                                                        </table>\\n                                                    </td>\\n                                                </tr>\\n                                                <!--end TABLE-->\\n                                                <!--end CARD CONTENT AREA-->\\n                                            </table>\\n                                        </td>\\n                                    </tr>\\n                                    <tr>\\n                                        <td bgcolor=\\\"#d0d0d0\\\" height=\\\"2\\\"\\n                                            style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-size: 2px; line-height: 2px; max-height: 2px; min-height: 2px; mso-table-lspace: 0pt; mso-table-rspace: 0pt !important;\\\">\\n                                            &nbsp;</td>\\n                                    </tr>\\n                                </table>\\n                            </td>\\n                        </tr>\\n                        <!--end CARD-->\\n                    </table>\\n                </td>\\n            </tr>\\n            <!--end BODY-->\\n\\n            <!--begin FOOTER-->\\n            <tr>\\n                <td align=\\\"center\\\" width=\\\"100%\\\" style=\\\"padding: 0px; background-color: #f5f5f6;\\\">\\n                    <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\\n                        <tr>\\n                            <td align=\\\"center\\\" style=\\\"padding: 40px 10px 37px 10px;\\\" width=\\\"100%\\\">\\n\\n                            </td>\\n                        </tr>\\n                        <tr>\\n                            <td style=\\\"padding: 0px;\\\">\\n                                <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                                    <tr>\\n                                        <td style=\\\"padding: 0px;\\\" width=\\\"85%\\\">\\n                                            <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\"\\n                                                width=\\\"100%\\\" style=\\\"border-spacing: 0;\\\">\\n                                                <tr>\\n                                                    <td width=\\\"100%\\\" height=\\\"1\\\"\\n                                                        style=\\\"border-top: 1px solid {brandcolor}; font-size: 1px; line-height: 1px; padding: 0px;\\\">\\n                                                        &nbsp;</td>\\n                                                </tr>\\n                                            </table>\\n                                        </td>\\n                                        <td style=\\\"font-size: 1px; line-height: 1px; padding: 0px;\\\">\\n                                            <img alt=\\\"{operatorname}\\\" border=\\\"0\\\"\\n                                                src=\\\"{operatorlogourl}\\\"\\n                                                width=\\\"69\\\" />\\n                                        </td>\\n                                        <td width=\\\"15%\\\" style=\\\"padding: 0px;\\\">\\n                                            <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\"\\n                                                width=\\\"100%\\\" style=\\\"border-spacing: 0;\\\">\\n                                                <tr>\\n                                                    <td width=\\\"100%\\\" height=\\\"1\\\"\\n                                                        style=\\\"border-top: 1px solid {brandcolor}; font-size: 1px; line-height: 1px; padding: 0px;\\\">\\n                                                        &nbsp;</td>\\n                                                </tr>\\n                                            </table>\\n                                        </td>\\n                                    </tr>\\n                                </table>\\n                            </td>\\n                        </tr>\\n                        <tr>\\n                            <td align=\\\"left\\\"\\n                                style=\\\"color: #464646; font-family: 'DM Sans', sans-serif; font-size: 11px; line-height: 14px; padding: 35px 28px 30px 28px;\\\">\\n                                Please do not reply to this email, instead visit us at <a href=\\\"{operatorurl}/help\\\"\\n                                    style=\\\"color: #367ab5; text-decoration: none;\\\">{operatorurl}/help</a> for support.\\n                            </td>\\n                        </tr>\\n                        <tr>\\n                            <td width=\\\"100%\\\" height=\\\"1\\\"\\n                                style=\\\"border-top: 1px solid #d0d0d0; font-size: 1px; line-height: 1px; padding: 0px;\\\">\\n                                &nbsp;</td>\\n                        </tr>\\n                        <tr>\\n                            <td align=\\\"center\\\"\\n                                style=\\\"color: #464646; font-family: 'DM Sans', sans-serif; font-size: 11px; line-height: 14px; padding: 30px 28px 35px 28px;\\\">\\n                                &copy; {yyyy} {operatorname} - All rights reserved.\\n                                <br />\\n                                <a href=\\\"\\\" style=\\\"color: #464646; cursor: text; text-decoration: none;\\\">{operatoraddress}</a>\\n                            </td>\\n                        </tr>\\n                    </table>\\n                </td>\\n            </tr>\\n            <!--end FOOTER-->\\n\\n            </table>\\n            <!--end MESSAGE CONTAINER-->\\n\\n            <!--[if (gte mso 9)|(IE)]>\\n                   </td>\\n               </tr>\\n            </table>\\n            <![endif]-->\\n        </div>\\n    </center>\\n</body>\\n\\n</html>\"\r\n            },\r\n            \"SubscriberEvents\": {\r\n                \"PasswordResetInitiated\": {\r\n                    \"Subject\": \"We have received a request to change your password.\",\r\n                    \"preheader\": \"\",\r\n                    \"title\": \"We have received a request to change your password\",\r\n                    \"header\": \"\",\r\n                    \"message\": \"Follow the link below to change your password. This link will expire in 30 minutes.<br />\",\r\n                    \"actionbutton\": \"<!--begin BUTTON-->\\n\\n                                                <tr>\\n                                                    <td align=\\\"center\\\" style=\\\"padding: 20px 0px;\\\">\\n                                                        <div>\\n                                                            <!--[if mso]>\\n                                                                <v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"{actionbuttonurl}\\\" target=\\\"_blank\\\" style=\\\"height: 50px; v-text-anchor: middle; width: 260px;\\\" arcsize=\\\"50%\\\" stroke=\\\"f\\\" fillcolor=\\\"{brandcolor}\\\">\\n                                                                <w:anchorlock/>\\n                                                                <center>\\n                                                            <![endif]-->\\n                                                            <a href=\\\"{actionbuttonurl}\\\" target=\\\"_blank\\\" style=\\\"background-color: {brandcolor}; border-radius: 25px; color: #ffffff; display: inline-block; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 50px; text-align: center; text-decoration: none; width: 260px; -webkit-text-size-adjust: none;\\\">\\n                                                                <b>Change your password</b>\\n                                                            </a>\\n                                                            <!--[if mso]>\\n                                                                </center>\\n                                                                </v:roundrect>\\n                                                            <![endif]-->\\n                                                        </div>\\n                                                    </td>\\n                                                </tr>\\n                                                <!--end BUTTON-->\",\r\n                    \"additional_instructions\": \"If you did <span style=\\\"font-family: 'DM Sans', sans-serif;\\\"><b>not</b></span> request the password reset, then please ignore this email.<br /><br />Your password <span style=\\\"font-family: 'DM Sans', sans-serif;\\\"><b>will not</b></span> change until you access the link above and create a new one.\"\r\n                },\r\n                \"PasswordResetComplete\": {\r\n                    \"Subject\": \"Your profile has been updated.\",\r\n                    \"preheader\": \"\",\r\n                    \"title\": \"Please review the following changes\",\r\n                    \"header\": \"\",\r\n                    \"message\": \"The password that you use to login to your {operatorname} account has been changed. <br /><br />\",\r\n                    \"actionbutton\": \"\",\r\n                    \"additional_instructions\": \"\"\r\n                },\r\n                \"PIIDataUpdated\": {\r\n                    \"Subject\": \"Your profile has been updated.\",\r\n                    \"preheader\": \"\",\r\n                    \"title\": \"Please review the following changes to your profile\",\r\n                    \"serviceinfo\": {\r\n                        \"template\": \"<!--begin CARD-->\\n                        <tr>\\n                            <td align=\\\"center\\\" style=\\\"padding: 15px 0px 0px 0px;\\\">\\n                                <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                                    <tr>\\n                                        <td align=\\\"center\\\" style=\\\"padding: 5px 5px 25px 5px; background-color: #ffffff;\\\">\\n                                            <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                                                <!--begin CARD CONTENT AREA-->\\n                                                <!--begin CARD TITLE-->\\n                                                <tr>\\n                                                    <td align=\\\"left\\\" style=\\\"width: 100%; padding: 15px 15px 15px 15px; color: #464646;; font-family: 'DM Sans', sans-serif; font-size: 20px; line-height: 28px;\\\">\\n                                                        Profile/Account Changes\\n                                                    </td>\\n                                                </tr>\\n                                                <!--end CARD TITLE-->\\n                                                <!--begin TABLE-->\\n                                                <tr>\\n                                                    <td align=\\\"center\\\" style=\\\"padding: 0px;\\\">\\n                                                        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                                                            <colgroup>\\n                                                                <col style=\\\"width:50%;\\\" span=\\\"2\\\">\\n                                                            </colgroup>                                                            \\n                                                            {subscriberphone}\\n                                                            {consenttotext}\\n                                                        </table>\\n                                                    </td>\\n                                                </tr>\\n                                                <!--end TABLE-->\\n                                                <!--end CARD CONTENT AREA-->\\n                                            </table>\\n                                        </td>\\n                                    </tr>\\n                                    <tr>\\n                                        <td bgcolor=\\\"#d0d0d0\\\" height=\\\"2\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-size: 2px; line-height: 2px; max-height: 2px; min-height: 2px; mso-table-lspace: 0pt; mso-table-rspace: 0pt !important;\\\">&nbsp;</td>\\n                                    </tr>\\n                                </table>\\n                            </td>\\n                        </tr>\\n                        <!--end CARD-->\",\r\n                        \"subscriberphone\": \"<tr>\\n    <!--begin CEll 1-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"left\\\" style=\\\"width: 100%; padding: 0px; color: #464646;; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    Subscriber Phone Number\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 1-->\\n    <!--begin CELL 2-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"right\\\" style=\\\"width: 100%; padding: 0px; color: {brandcolor}; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    <span class=\\\"dynamic-element\\\">{subscriberphonenumber}</span>\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 2-->\\n</tr>\",\r\n                        \"subscriberemail\": \"<tr>\\n    <!--begin CEll 1-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"left\\\" style=\\\"width: 100%; padding: 0px; color: #464646;; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    Subscriber Email Address\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 1-->\\n    <!--begin CELL 2-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"right\\\" style=\\\"width: 100%; padding: 0px; color: {brandcolor}; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    <span class=\\\"dynamic-element\\\">{subscriberemailaddress}</span>\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 2-->\\n</tr>\",\r\n                        \"consenttotext\": \"<tr>\\n    <!--begin CEll 1-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"left\\\" style=\\\"width: 100%; padding: 0px; color: #464646;; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    Consent to text*\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 1-->\\n    <!--begin CELL 2-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"right\\\" style=\\\"width: 100%; padding: 0px; color: {brandcolor}; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    <span class=\\\"dynamic-element\\\">{contactpref_sms}</span>\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 2-->\\n</tr>\"\r\n                    },\r\n                    \"header\": \"\",\r\n                    \"message\": \"\",\r\n                    \"actionbutton\": \"\",\r\n                    \"additional_instructions\": \"*By opting into receiving text messages from our support team, you are agreeing to our Terms and Conditions. Visit <a href=\\\"{operatorurl}/help\\\" style=\\\"color: #367ab5; text-decoration: none;\\\">{operatorurl}/help</a> to learn more.<br /><br />\"\r\n                },\r\n                \"PaymentSuccess\": {\r\n                    \"Subject\": \"Thank you for the payment.\",\r\n                    \"preheader\": \"\",\r\n                    \"title\": \"Your payment was processed successfully.\",\r\n                    \"header\": \"\",\r\n                    \"message\": \"\",\r\n                    \"actionbutton\": \"\",\r\n                    \"additional_instructions\": \"\"\r\n                },\r\n                \"PaymentFailed\": {\r\n                    \"Subject\": \"Please review your payment settings.\",\r\n                    \"preheader\": \"\",\r\n                    \"title\": \"Payment Issue - Action required\",\r\n                    \"header\": \"\",\r\n                    \"message\": \"\",\r\n                    \"actionbutton\": \"\",\r\n                    \"additional_instructions\": \"\"\r\n                },\r\n                \"PaymentMethodUpdated\": {\r\n                    \"Subject\": \"Payment method updated.\",\r\n                    \"preheader\": \"\",\r\n                    \"title\": \"Payment method updated for your subscription\",\r\n                    \"header\": \"\",\r\n                    \"message\": \"\",\r\n                    \"actionbutton\": \"\",\r\n                    \"additional_instructions\": \"\"\r\n                },\r\n                \"SubscriptionStartDateAdjustment\": {\r\n                    \"Subject\": \"Your service has been updated.\",\r\n                    \"preheader\": \"\",\r\n                    \"title\": \"Please review the following changes to your Internet service.\",\r\n                    \"header\": \"\",\r\n                    \"message\": \"\",\r\n                    \"actionbutton\": \"\",\r\n                    \"additional_instructions\": \"\"\r\n                },\r\n                \"SubscriptionEndDateAdjustment\": {\r\n                    \"Subject\": \"Your service has been updated.\",\r\n                    \"preheader\": \"\",\r\n                    \"title\": \"Please review the following changes to your Internet service.\",\r\n                    \"header\": \"\",\r\n                    \"message\": \"\",\r\n                    \"actionbutton\": \"\",\r\n                    \"additional_instructions\": \"\"\r\n                },\r\n                \"SubscriptionEnded\": {\r\n                    \"Subject\": \"Your service has ended.\",\r\n                    \"preheader\": \"\",\r\n                    \"title\": \"Please review the following changes to your Internet service.\",\r\n                    \"header\": \"\",\r\n                    \"message\": \"\",\r\n                    \"actionbutton\": \"\",\r\n                    \"additional_instructions\": \"\"\r\n                },\r\n                \"SubscriptionPlanUpdated\": {\r\n                    \"Subject\": \"Internet service plan updated.\",\r\n                    \"preheader\": \"\",\r\n                    \"title\": \"Please review the following changes to your Internet service.\",\r\n                    \"header\": \"\",\r\n                    \"message\": \"\",\r\n                    \"actionbutton\": \"\",\r\n                    \"additional_instructions\": \"\"\r\n                },\r\n                \"SubscriptionVenueUnitUpdated\": {\r\n                    \"Subject\": \"\",\r\n                    \"preheader\": \"\",\r\n                    \"title\": \"\",\r\n                    \"header\": \"\",\r\n                    \"message\": \"\",\r\n                    \"actionbutton\": \"\",\r\n                    \"additional_instructions\": \"\"\r\n                },\r\n                \"SubscriptionPriceUpdated\": {\r\n                    \"Subject\": \"Service plan price updated.\",\r\n                    \"preheader\": \"\",\r\n                    \"title\": \"Please review the following changes to your Internet service.\",\r\n                    \"header\": \"\",\r\n                    \"message\": \"\",\r\n                    \"actionbutton\": \"\",\r\n                    \"additional_instructions\": \"\"\r\n                },\r\n                \"SubscriptionNextInvoiceAdjustment\": {\r\n                    \"Subject\": \"Credit applied.\",\r\n                    \"preheader\": \"\",\r\n                    \"title\": \"Please review the following changes to your Internet service.\",\r\n                    \"header\": \"\",\r\n                    \"message\": \"\",\r\n                    \"actionbutton\": \"\",\r\n                    \"additional_instructions\": \"\"\r\n                },\r\n                \"ChargeRefunded\": {\r\n                    \"Subject\": \"Refund issued.\",\r\n                    \"preheader\": \"\",\r\n                    \"title\": \"Please review the following changes to your Internet service.\",\r\n                    \"header\": \"\",\r\n                    \"message\": \"\",\r\n                    \"actionbutton\": \"\",\r\n                    \"additional_instructions\": \"\"\r\n                },\r\n                \"MessageFromAdministrator\": {\r\n                    \"Subject\": \"You have a new message from {venuename}.\",\r\n                    \"preheader\": \"\",\r\n                    \"title\": \"Login to read messages securely\",\r\n                    \"header\": \"\",\r\n                    \"message\": \"You have a new message from {venuename}. Login to your {operatorname} Wi-Fi account to read the message.<br /><br />\",\r\n                    \"actionbutton\": \"<!--begin BUTTON-->\\n\\n                                                <tr>\\n                                                    <td align=\\\"center\\\" style=\\\"padding: 20px 0px;\\\">\\n                                                        <div>\\n                                                            <!--[if mso]>\\n                                                                <v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"{actionbuttonurl}\\\" target=\\\"_blank\\\" style=\\\"height: 50px; v-text-anchor: middle; width: 260px;\\\" arcsize=\\\"50%\\\" stroke=\\\"f\\\" fillcolor=\\\"{brandcolor}\\\">\\n                                                                <w:anchorlock/>\\n                                                                <center>\\n                                                            <![endif]-->\\n                                                            <a href=\\\"{actionbuttonurl}\\\" target=\\\"_blank\\\" style=\\\"background-color: {brandcolor}; border-radius: 25px; color: #ffffff; display: inline-block; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 50px; text-align: center; text-decoration: none; width: 260px; -webkit-text-size-adjust: none;\\\">\\n                                                                <b>Read Message</b>\\n                                                            </a>\\n                                                            <!--[if mso]>\\n                                                                </center>\\n                                                                </v:roundrect>\\n                                                            <![endif]-->\\n                                                        </div>\\n                                                    </td>\\n                                                </tr>\\n                                                <!--end BUTTON-->\",\r\n                    \"additional_instructions\": \"\"\r\n                },\r\n                \"Template\": \"<!DOCTYPE html\\n    PUBLIC \\\"-//W3C//DTD XHTML 1.0 Transitional//EN\\\" \\\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\\\">\\n<html xmlns=\\\"http://www.w3.org/1999/xhtml\\\" xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\"\\n    xmlns:o=\\\"urn:schemas-microsoft-com:office:office\\\">\\n\\n<head>\\n    <meta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=utf-8\\\" />\\n    <!--[if !mso]><!-->\\n    <meta http-equiv=\\\"X-UA-Compatible\\\" content=\\\"IE=edge\\\" />\\n    <!--<![endif]-->\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\n    <title></title>\\n    <style type=\\\"text/css\\\">\\n        @import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;700&display=swap');\\n\\n        body {\\n            -ms-text-size-adjust: 100%;\\n            -webkit-text-size-adjust: 100%;\\n        }\\n\\n        table {\\n            border-spacing: 0;\\n            border-collapse: collapse;\\n            mso-table-lspace: 0pt;\\n            mso-table-rspace: 0pt;\\n        }\\n\\n        td {\\n            border-collapse: collapse;\\n            -ms-text-size-adjust: 100%;\\n            -webkit-text-size-adjust: 100%;\\n        }\\n\\n        div[style*=\\\"margin: 16px 0\\\"] {\\n            margin: 0 !important;\\n        }\\n\\n        a[x-apple-data-detectors] {\\n            color: inherit !important;\\n            text-decoration: none !important;\\n            font-size: inherit !important;\\n            font-family: inherit !important;\\n            font-weight: inherit !important;\\n            line-height: inherit !important;\\n        }\\n\\n        #MessageViewBody a {\\n            color: inherit;\\n            text-decoration: none;\\n            font-size: inherit;\\n            font-family: inherit;\\n            font-weight: inherit;\\n            line-height: inherit;\\n        }\\n\\n        span.yshortcuts,\\n        a span {\\n            color: inherit;\\n            background-color: none;\\n            border: none;\\n        }\\n\\n        .dynamic-tag {\\n            color: #29b6f6;\\n        }\\n\\n        .dynamic-element {\\n            color: {brandcolor};\\n        }\\n    </style>\\n    <!--[if (gte mso 9)|(IE)]>\\n    <style type=\\\"text/css\\\">\\n        table {border-collapse: collapse !important;}\\n    </style>\\n    <![endif]-->\\n    <!--[if gte mso 9]>\\n    <xml>\\n        <o:OfficeDocumentSettings>\\n        <o:AllowPNG/>\\n        <o:PixelsPerInch>96</o:PixelsPerInch>\\n        </o:OfficeDocumentSettings>\\n    </xml>\\n    <![endif]-->\\n</head>\\n\\n<body style=\\\"margin: 0 !important; padding: 0px; background-color: #f5f5f6;\\\">\\n    <center style=\\\"width: 100%; table-layout: fixed; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;\\\">\\n        <div style=\\\"max-width: 642px; margin: 0 auto;\\\">\\n            <!--[if (gte mso 9)|(IE)]>\\n            <table role=\\\"presentation\\\" width=\\\"642\\\" align=\\\"center\\\">\\n                <tr>\\n                    <td>\\n            <![endif]-->\\n            <!--begin MESSAGE CONTAINER-->\\n            <table role=\\\"presentation\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\"\\n                style=\\\"Margin: 0 auto; width: 100%; max-width: 642px;\\\">\\n                <!--begin HEADER-->\\n                <!--begin CARD TEXT-->\\n                <tr>\\n                    <td style=\\\"padding: 20px 13px; background-color: #f5f5f6;\\\">\\n                        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\"\\n                            style=\\\"min-width: 100%;\\\">\\n                            <tr>\\n                                <td style=\\\"line-height: 0px;\\\" width=\\\"20%\\\">\\n                                    <a href=\\\"{operatorurl}\\\" target=\\\"_blank\\\">\\n                                        <img alt=\\\"{operatorname}\\\" border=\\\"0\\\" src=\\\"{operatorlogourl}\\\" width=\\\"87\\\" />\\n                                    </a>\\n                                </td>\\n                                <td style=\\\"padding: 0px;\\\" width=\\\"50%\\\"></td>\\n\\n                    </td>\\n                </tr>\\n            </table>\\n            </td>\\n            </tr>\\n            <!--end HEADER-->\\n\\n            <!--begin BODY-->\\n            <tr>\\n                <td align=\\\"center\\\" style=\\\"padding: 0px 20px; background-color: #f5f5f6;\\\">\\n                    <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                        <tr>\\n                            <td align=\\\"center\\\"\\n                                style=\\\"width: 100%; padding: 0px 20px 35px 20px; color: #525252; font-family: 'DM Sans', sans-serif; font-size: 18px; line-height: 24px;\\\">\\n                                Hi <span class=\\\"dynamic-element\\\">{subscribergivenname}</span>,<br />\\n                            </td>\\n                        </tr>\\n\\n                        <!--begin TITLE H2-->\\n                        <tr>\\n                            <td align=\\\"center\\\"\\n                                style=\\\"width: 100%; padding: 0px 20px 15px 20px; color: #525252; font-family: 'DM Sans', sans-serif; font-size: 22px; line-height: 30px;\\\">\\n                                {title}\\n                            </td>\\n                        </tr>\\n                        <!--end TITLE H2-->\\n\\n                        <!--begin CARD-->\\n                        {serviceinfo}\\n                        <!--end CARD-->\\n\\n                        <!--begin CARD TEXT-->\\n                        <tr>\\n                            <td align=\\\"left\\\"\\n                                style=\\\"width: 100%; padding: 15px 15px 0px 15px; color: #464646; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                            </td>\\n                        </tr>\\n                        <!--end CARD TEXT-->\\n                        <!--begin CARD-->\\n                        <tr>\\n                            <td align=\\\"center\\\" style=\\\"padding: 15px 0px 0px 0px;\\\">\\n                                <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                                    <tr>\\n                                        <td align=\\\"center\\\"\\n                                            style=\\\"padding: 5px 5px 25px 5px; background-color: #ffffff;\\\">\\n                                            <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\"\\n                                                width=\\\"100%\\\">\\n                                                <!--begin CARD CONTENT AREA-->\\n\\n                                                <!--begin CARD TITLE-->\\n                                                <tr>\\n                                                    <td align=\\\"left\\\"\\n                                                        style=\\\"width: 100%; padding: 15px 15px 0px 15px; color: #464646; font-family: 'DM Sans', sans-serif; font-size: 20px; line-height: 28px;\\\">\\n                                                        {header}\\n                                                    </td>\\n                                                </tr>\\n                                                <!--end CARD TITLE-->\\n                                                <!--begin CARD TEXT-->\\n                                                <tr>\\n                                                    <td align=\\\"left\\\"\\n                                                        style=\\\"width: 100%; padding: 15px 15px 0px 15px; color: #464646; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                                                        {message}\\n                                                        <center><br />\\n                                                    </td>\\n                                                </tr>\\n                                                <!--end CARD TEXT-->\\n                                                <!--begin BUTTON-->\\n                                                {actionbutton}\\n                                                <!--end BUTTON-->\\n                                                <!--begin CARD TEXT-->\\n                                                <tr>\\n                                                    <td align=\\\"left\\\"\\n                                                        style=\\\"width: 100%; padding: 15px 15px 0px 15px; color: #464646; font-family: 'ProximaNova-Light', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                                                        {additional_instructions}\\n                                                    </td>\\n                                                </tr>\\n                                                <!--end CARD TEXT-->\\n\\n                                                <!--end CARD CONTENT AREA-->\\n                                            </table>\\n                                        </td>\\n                                    </tr>\\n                                    <tr>\\n                                        <td bgcolor=\\\"#d0d0d0\\\" height=\\\"2\\\"\\n                                            style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-size: 2px; line-height: 2px; max-height: 2px; min-height: 2px; mso-table-lspace: 0pt; mso-table-rspace: 0pt !important;\\\">\\n                                            &nbsp;</td>\\n                                    </tr>\\n                                </table>\\n                            </td>\\n                        </tr>\\n                        <!--end CARD-->\\n                        <!--begin CARD TEXT-->\\n                        <tr>\\n                            <td align=\\\"left\\\"\\n                                style=\\\"width: 100%; padding: 15px 15px 0px 15px; color: #464646; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                            </td>\\n                        </tr>\\n                        <!--end CARD TEXT-->\\n                    </table>\\n                </td>\\n            </tr>\\n            <!--end BODY-->\\n\\n            <!--begin FOOTER-->\\n            <tr>\\n                <td align=\\\"center\\\" width=\\\"100%\\\" style=\\\"padding: 0px; background-color: #f5f5f6;\\\">\\n                    <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\\n                        <tr>\\n                            <td align=\\\"center\\\" style=\\\"padding: 40px 10px 37px 10px;\\\" width=\\\"100%\\\">\\n\\n                            </td>\\n                        </tr>\\n                        <tr>\\n                            <td style=\\\"padding: 0px;\\\">\\n                                <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                                    <tr>\\n                                        <td style=\\\"padding: 0px;\\\" width=\\\"85%\\\">\\n                                            <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\"\\n                                                width=\\\"100%\\\" style=\\\"border-spacing: 0;\\\">\\n                                                <tr>\\n                                                    <td width=\\\"100%\\\" height=\\\"1\\\"\\n                                                        style=\\\"border-top: 1px solid {brandcolor}; font-size: 1px; line-height: 1px; padding: 0px;\\\">\\n                                                        &nbsp;</td>\\n                                                </tr>\\n                                            </table>\\n                                        </td>\\n                                        <td style=\\\"font-size: 1px; line-height: 1px; padding: 0px;\\\">\\n                                            <img alt=\\\"{operatorname}\\\" border=\\\"0\\\"\\n                                                src=\\\"{operatorlogourl}\\\"\\n                                                width=\\\"69\\\" />\\n                                        </td>\\n                                        <td width=\\\"15%\\\" style=\\\"padding: 0px;\\\">\\n                                            <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\"\\n                                                width=\\\"100%\\\" style=\\\"border-spacing: 0;\\\">\\n                                                <tr>\\n                                                    <td width=\\\"100%\\\" height=\\\"1\\\"\\n                                                        style=\\\"border-top: 1px solid {brandcolor}; font-size: 1px; line-height: 1px; padding: 0px;\\\">\\n                                                        &nbsp;</td>\\n                                                </tr>\\n                                            </table>\\n                                        </td>\\n                                    </tr>\\n                                </table>\\n                            </td>\\n                        </tr>\\n                        <tr>\\n                            <td align=\\\"left\\\"\\n                                style=\\\"color: #464646; font-family: 'DM Sans', sans-serif; font-size: 11px; line-height: 14px; padding: 35px 28px 30px 28px;\\\">\\n                                Please do not reply to this email, instead visit us at <a href=\\\"{operatorurl}/help\\\"\\n                                    style=\\\"color: #367ab5; text-decoration: none;\\\">{operatorurl}/help</a> for support.\\n                            </td>\\n                        </tr>\\n                        <tr>\\n                            <td width=\\\"100%\\\" height=\\\"1\\\"\\n                                style=\\\"border-top: 1px solid #d0d0d0; font-size: 1px; line-height: 1px; padding: 0px;\\\">\\n                                &nbsp;</td>\\n                        </tr>\\n                        <tr>\\n                            <td align=\\\"center\\\"\\n                                style=\\\"color: #464646; font-family: 'DM Sans', sans-serif; font-size: 11px; line-height: 14px; padding: 30px 28px 35px 28px;\\\">\\n                                &copy; {yyyy} {operatorname} - All rights reserved.\\n                                <br />\\n                                <a href=\\\"\\\" style=\\\"color: #464646; cursor: text; text-decoration: none;\\\">{operatoraddress}</a>\\n                            </td>\\n                        </tr>\\n                    </table>\\n                </td>\\n            </tr>\\n            <!--end FOOTER-->\\n\\n            </table>\\n            <!--end MESSAGE CONTAINER-->\\n\\n            <!--[if (gte mso 9)|(IE)]>\\n                   </td>\\n               </tr>\\n            </table>\\n            <![endif]-->\\n        </div>\\n    </center>\\n</body>\\n\\n</html>\"\r\n            }\r\n        },\r\n        \"es-xl\": {\r\n            \"WelcomeEmail\": {\r\n                \"NewSubscriber\": {\r\n                    \"Subject\": \"Welcome to {venuename} {operatorname} WiFi service\",\r\n                    \"preheader\": \"<strong>Subject:</strong> Welcome to <span class=\\\"dynamic-element\\\">{venuename}</span> {operatorname} WiFi service<br><strong>Preheader:</strong> Activate your account.<br /><hr>\",\r\n                    \"title\": \"Welcome to <span style=\\\"font-family: 'DM Sans', sans-serif; border-bottom: 5px solid {brandcolor};\\\"><b><span class=\\\"dynamic-element\\\" style=\\\"white-space: nowrap;\\\">{venuename}</span></b></span> WiFi service!\",\r\n                    \"serviceinfo\": {\r\n                        \"template\": \"<!--begin CARD-->\\n                        <tr>\\n                            <td align=\\\"center\\\" style=\\\"padding: 15px 0px 0px 0px;\\\">\\n                                <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                                    <tr>\\n                                        <td align=\\\"center\\\" style=\\\"padding: 5px 5px 25px 5px; background-color: #ffffff;\\\">\\n                                            <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                                                <!--begin CARD CONTENT AREA-->\\n                                                <!--begin CARD TITLE-->\\n                                                <tr>\\n                                                    <td align=\\\"left\\\" style=\\\"width: 100%; padding: 15px 15px 15px 15px; color: #464646;; font-family: 'DM Sans', sans-serif; font-size: 20px; line-height: 28px;\\\">\\n                                                        WiFi Service Information\\n                                                    </td>\\n                                                </tr>\\n                                                <!--end CARD TITLE-->\\n                                                <!--begin TABLE-->\\n                                                <tr>\\n                                                    <td align=\\\"center\\\" style=\\\"padding: 0px;\\\">\\n                                                        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                                                            <colgroup>\\n                                                                <col style=\\\"width:50%;\\\" span=\\\"2\\\">\\n                                                            </colgroup>                                                            \\n                                                            {networkname}\\n                                                            {subscriptionstart}\\n                                                            {subscriptionend}\\n                                                        </table>\\n                                                    </td>\\n                                                </tr>\\n                                                <!--end TABLE-->\\n                                                <!--end CARD CONTENT AREA-->\\n                                            </table>\\n                                        </td>\\n                                    </tr>\\n                                    <tr>\\n                                        <td bgcolor=\\\"#d0d0d0\\\" height=\\\"2\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-size: 2px; line-height: 2px; max-height: 2px; min-height: 2px; mso-table-lspace: 0pt; mso-table-rspace: 0pt !important;\\\">&nbsp;</td>\\n                                    </tr>\\n                                </table>\\n                            </td>\\n                        </tr>\\n                        <!--end CARD-->\",\r\n                        \"networkname\": \"<tr>\\n    <!--begin CEll 1-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"left\\\" style=\\\"width: 100%; padding: 0px; color: #464646;; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    WiFi Network Name (SSID)\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 1-->\\n    <!--begin CELL 2-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"right\\\" style=\\\"width: 100%; padding: 0px; color: {brandcolor}; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    <span class=\\\"dynamic-element\\\">{ssid}</span>\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 2-->\\n</tr>\",\r\n                        \"wifipassword\": \"<tr>\\n    <!--begin CEll 1-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"left\\\" style=\\\"width: 100%; padding: 0px; color: #464646;; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    WiFi Password\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 1-->\\n    <!--begin CELL 2-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"right\\\" style=\\\"width: 100%; padding: 0px; color: {brandcolor}; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    <span class=\\\"dynamic-element\\\">{psk}</span>\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 2-->\\n</tr>\",\r\n                        \"subscriptionstart\": \"<tr>\\n    <!--begin CEll 1-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"left\\\" style=\\\"width: 100%; padding: 0px; color: #464646;; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    Service Start Date\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 1-->\\n    <!--begin CELL 2-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"right\\\" style=\\\"width: 100%; padding: 0px; color: {brandcolor}; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    <span class=\\\"dynamic-element\\\">{startdate}</span>\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 2-->\\n</tr>\",\r\n                        \"subscriptionend\": \"<tr>\\n    <!--begin CEll 1-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"left\\\" style=\\\"width: 100%; padding: 0px; color: #464646;; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    Service End Date\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 1-->\\n    <!--begin CELL 2-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"right\\\" style=\\\"width: 100%; padding: 0px; color: {brandcolor}; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    <span class=\\\"dynamic-element\\\">{enddate}</span>\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 2-->\\n</tr>\"\r\n                    },\r\n                    \"header\": \"Getting Started\",\r\n                    \"message\": \"Wi-Fi service has been provisioned for your residence. Please create your {operatorname} account to retrieve your WiFi password before you move-in so that your service is instantly available to you on move in day. You can use any internet connected smartphone, tablet, or computer to activate your WiFi account.\",\r\n                    \"actionbutton\": \"<!--begin BUTTON-->\\n\\n                                                <tr>\\n                                                    <td align=\\\"center\\\" style=\\\"padding: 20px 0px;\\\">\\n                                                        <div>\\n                                                            <!--[if mso]>\\n                                                                <v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"{actionbuttonurl}\\\" target=\\\"_blank\\\" style=\\\"height: 50px; v-text-anchor: middle; width: 260px;\\\" arcsize=\\\"50%\\\" stroke=\\\"f\\\" fillcolor=\\\"{brandcolor}\\\">\\n                                                                <w:anchorlock/>\\n                                                                <center>\\n                                                            <![endif]-->\\n                                                            <a href=\\\"{actionbuttonurl}\\\" target=\\\"_blank\\\" style=\\\"background-color: {brandcolor}; border-radius: 25px; color: #ffffff; display: inline-block; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 50px; text-align: center; text-decoration: none; width: 260px; -webkit-text-size-adjust: none;\\\">\\n                                                                <b>Create {operatorname} Account</b>\\n                                                            </a>\\n                                                            <!--[if mso]>\\n                                                                </center>\\n                                                                </v:roundrect>\\n                                                            <![endif]-->\\n                                                        </div>\\n                                                    </td>\\n                                                </tr>\\n                                                <!--end BUTTON-->\",\r\n                    \"additional_instructions\": \"Alternatively, you can go to <span class=\\\"dynamic-element\\\">{operatortermsurl}</span>, enter <span class=\\\"dynamic-element\\\">{subscriberemail}</span> as your email address, and <span class=\\\"dynamic-element\\\">{onetimepassword}</span> (case sensitive) as confirmation code to activate your account.\"\r\n                },\r\n                \"KnownSubscriber\": {\r\n                    \"Subject\": \"Welcome to {venuename} {operatorname} WiFi service\",\r\n                    \"preheader\": \"<strong>Subject:</strong> Welcome to <span class=\\\"dynamic-element\\\">{venuename}</span> {operatorname} WiFi service<br><strong>Preheader:</strong> Log in to your account.<br /><hr>\",\r\n                    \"title\": \"Welcome to <span style=\\\"font-family: 'DM Sans', sans-serif; border-bottom: 5px solid {brandcolor};\\\"><b><span class=\\\"dynamic-element\\\" style=\\\"white-space: nowrap;\\\">{venuename}</span></b></span> WiFi service!\",\r\n                    \"serviceinfo\": {\r\n                        \"template\": \"<!--begin CARD-->\\n                        <tr>\\n                            <td align=\\\"center\\\" style=\\\"padding: 15px 0px 0px 0px;\\\">\\n                                <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                                    <tr>\\n                                        <td align=\\\"center\\\" style=\\\"padding: 5px 5px 25px 5px; background-color: #ffffff;\\\">\\n                                            <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                                                <!--begin CARD CONTENT AREA-->\\n                                                <!--begin CARD TITLE-->\\n                                                <tr>\\n                                                    <td align=\\\"left\\\" style=\\\"width: 100%; padding: 15px 15px 15px 15px; color: #464646;; font-family: 'DM Sans', sans-serif; font-size: 20px; line-height: 28px;\\\">\\n                                                        WiFi Service Information\\n                                                    </td>\\n                                                </tr>\\n                                                <!--end CARD TITLE-->\\n                                                <!--begin TABLE-->\\n                                                <tr>\\n                                                    <td align=\\\"center\\\" style=\\\"padding: 0px;\\\">\\n                                                        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                                                            <colgroup>\\n                                                                <col style=\\\"width:50%;\\\" span=\\\"2\\\">\\n                                                            </colgroup>                                                            \\n                                                            {networkname}\\n                                                            {subscriptionstart}\\n                                                            {subscriptionend}\\n                                                        </table>\\n                                                    </td>\\n                                                </tr>\\n                                                <!--end TABLE-->\\n                                                <!--end CARD CONTENT AREA-->\\n                                            </table>\\n                                        </td>\\n                                    </tr>\\n                                    <tr>\\n                                        <td bgcolor=\\\"#d0d0d0\\\" height=\\\"2\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-size: 2px; line-height: 2px; max-height: 2px; min-height: 2px; mso-table-lspace: 0pt; mso-table-rspace: 0pt !important;\\\">&nbsp;</td>\\n                                    </tr>\\n                                </table>\\n                            </td>\\n                        </tr>\\n                        <!--end CARD-->\",\r\n                        \"networkname\": \"<tr>\\n    <!--begin CEll 1-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"left\\\" style=\\\"width: 100%; padding: 0px; color: #464646;; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    WiFi Network Name (SSID)\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 1-->\\n    <!--begin CELL 2-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"right\\\" style=\\\"width: 100%; padding: 0px; color: {brandcolor}; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    <span class=\\\"dynamic-element\\\">{ssid}</span>\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 2-->\\n</tr>\",\r\n                        \"wifipassword\": \"<tr>\\n    <!--begin CEll 1-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"left\\\" style=\\\"width: 100%; padding: 0px; color: #464646;; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    WiFi Password\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 1-->\\n    <!--begin CELL 2-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"right\\\" style=\\\"width: 100%; padding: 0px; color: {brandcolor}; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    <span class=\\\"dynamic-element\\\">{psk}</span>\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 2-->\\n</tr>\",\r\n                        \"subscriptionstart\": \"<tr>\\n    <!--begin CEll 1-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"left\\\" style=\\\"width: 100%; padding: 0px; color: #464646;; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    Service Start Date\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 1-->\\n    <!--begin CELL 2-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"right\\\" style=\\\"width: 100%; padding: 0px; color: {brandcolor}; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    <span class=\\\"dynamic-element\\\">{startdate}</span>\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 2-->\\n</tr>\",\r\n                        \"subscriptionend\": \"<tr>\\n    <!--begin CEll 1-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"left\\\" style=\\\"width: 100%; padding: 0px; color: #464646;; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    Service End Date\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 1-->\\n    <!--begin CELL 2-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"right\\\" style=\\\"width: 100%; padding: 0px; color: {brandcolor}; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    <span class=\\\"dynamic-element\\\">{enddate}</span>\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 2-->\\n</tr>\"\r\n                    },\r\n                    \"header\": \"Log in to your account.\",\r\n                    \"message\": \"A new WiFi service has been added to your account. You may continue to use your existing {operatorname} Wi-Fi password. As a reminder, you may log in to your account to view or change your password.\",\r\n                    \"actionbutton\": \"<!--begin BUTTON-->\\n\\n                                                <tr>\\n                                                    <td align=\\\"center\\\" style=\\\"padding: 20px 0px;\\\">\\n                                                        <div>\\n                                                            <!--[if mso]>\\n                                                                <v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"{actionbuttonurl}\\\" target=\\\"_blank\\\" style=\\\"height: 50px; v-text-anchor: middle; width: 260px;\\\" arcsize=\\\"50%\\\" stroke=\\\"f\\\" fillcolor=\\\"{brandcolor}\\\">\\n                                                                <w:anchorlock/>\\n                                                                <center>\\n                                                            <![endif]-->\\n                                                            <a href=\\\"{actionbuttonurl}\\\" target=\\\"_blank\\\" style=\\\"background-color: {brandcolor}; border-radius: 25px; color: #ffffff; display: inline-block; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 50px; text-align: center; text-decoration: none; width: 260px; -webkit-text-size-adjust: none;\\\">\\n                                                                <b>Log in to account</b>\\n                                                            </a>\\n                                                            <!--[if mso]>\\n                                                                </center>\\n                                                                </v:roundrect>\\n                                                            <![endif]-->\\n                                                        </div>\\n                                                    </td>\\n                                                </tr>\\n                                                <!--end BUTTON-->\",\r\n                    \"additional_instructions\": \"\"\r\n                },\r\n                \"GuestAccess\": {\r\n                    \"Subject\": \"Welcome to {venuename} {operatorname} Guest WiFi service\",\r\n                    \"preheader\": \"<strong>Subject:</strong> Welcome to <span class=\\\"dynamic-element\\\">{venuename}</span> {operatorname} WiFi service is ready!<br><strong>Preheader:</strong> Enjoy your Guest WiFi service.<br /><hr>\",\r\n                    \"title\": \"Welcome to <span style=\\\"font-family: 'DM Sans', sans-serif; border-bottom: 5px solid {brandcolor};\\\"><b><span class=\\\"dynamic-element\\\" style=\\\"white-space: nowrap;\\\">{venuename}</span></b></span> Guest WiFi service!\",\r\n                    \"serviceinfo\": {\r\n                        \"template\": \"<!--begin CARD-->\\n                        <tr>\\n                            <td align=\\\"center\\\" style=\\\"padding: 15px 0px 0px 0px;\\\">\\n                                <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                                    <tr>\\n                                        <td align=\\\"center\\\" style=\\\"padding: 5px 5px 25px 5px; background-color: #ffffff;\\\">\\n                                            <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                                                <!--begin CARD CONTENT AREA-->\\n                                                <!--begin CARD TITLE-->\\n                                                <tr>\\n                                                    <td align=\\\"left\\\" style=\\\"width: 100%; padding: 15px 15px 15px 15px; color: #464646;; font-family: 'DM Sans', sans-serif; font-size: 20px; line-height: 28px;\\\">\\n                                                        WiFi Service Information\\n                                                    </td>\\n                                                </tr>\\n                                                <!--end CARD TITLE-->\\n                                                <!--begin TABLE-->\\n                                                <tr>\\n                                                    <td align=\\\"center\\\" style=\\\"padding: 0px;\\\">\\n                                                        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                                                            <colgroup>\\n                                                                <col style=\\\"width:50%;\\\" span=\\\"2\\\">\\n                                                            </colgroup>                                                            \\n                                                            {networkname}\\n                                                            {wifipassword}\\n                                                            {subscriptionstart}\\n                                                            {subscriptionend}\\n                                                        </table>\\n                                                    </td>\\n                                                </tr>\\n                                                <!--end TABLE-->\\n                                                <!--end CARD CONTENT AREA-->\\n                                            </table>\\n                                        </td>\\n                                    </tr>\\n                                    <tr>\\n                                        <td bgcolor=\\\"#d0d0d0\\\" height=\\\"2\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-size: 2px; line-height: 2px; max-height: 2px; min-height: 2px; mso-table-lspace: 0pt; mso-table-rspace: 0pt !important;\\\">&nbsp;</td>\\n                                    </tr>\\n                                </table>\\n                            </td>\\n                        </tr>\\n                        <!--end CARD-->\",\r\n                        \"networkname\": \"<tr>\\n    <!--begin CEll 1-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"left\\\" style=\\\"width: 100%; padding: 0px; color: #464646;; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    WiFi Network Name (SSID)\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 1-->\\n    <!--begin CELL 2-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"right\\\" style=\\\"width: 100%; padding: 0px; color: {brandcolor}; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    <span class=\\\"dynamic-element\\\">{ssid}</span>\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 2-->\\n</tr>\",\r\n                        \"wifipassword\": \"<tr>\\n    <!--begin CEll 1-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"left\\\" style=\\\"width: 100%; padding: 0px; color: #464646;; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    WiFi Password\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 1-->\\n    <!--begin CELL 2-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"right\\\" style=\\\"width: 100%; padding: 0px; color: {brandcolor}; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    <span class=\\\"dynamic-element\\\">{psk}</span>\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 2-->\\n</tr>\",\r\n                        \"subscriptionstart\": \"<tr>\\n    <!--begin CEll 1-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"left\\\" style=\\\"width: 100%; padding: 0px; color: #464646;; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    Service Start Date\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 1-->\\n    <!--begin CELL 2-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"right\\\" style=\\\"width: 100%; padding: 0px; color: {brandcolor}; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    <span class=\\\"dynamic-element\\\">{startdate}</span>\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 2-->\\n</tr>\",\r\n                        \"subscriptionend\": \"<tr>\\n    <!--begin CEll 1-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"left\\\" style=\\\"width: 100%; padding: 0px; color: #464646;; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    Service End Date\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 1-->\\n    <!--begin CELL 2-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"right\\\" style=\\\"width: 100%; padding: 0px; color: {brandcolor}; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    <span class=\\\"dynamic-element\\\">{enddate}</span>\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 2-->\\n</tr>\"\r\n                    },\r\n                    \"header\": \"Privacy Notice\",\r\n                    \"message\": \"This is a secure password unique to you, do not share it with anyone.\",\r\n                    \"actionbutton\": \"\",\r\n                    \"additional_instructions\": \"\"\r\n                },\r\n                \"NewAdministrator\": {\r\n                    \"Subject\": \"Welcome to {operatorname} WiFi Service Administation.\",\r\n                    \"preheader\": \"\",\r\n                    \"title\": \"Welcome to <span><b><span class=\\\"dynamic-element\\\" style=\\\"white-space: nowrap;\\\">{operatorname}</span></b></span>\",\r\n                    \"header\": \"Getting started\",\r\n                    \"message\": \"We are excited to have you join us as WiFi services administrator here at <span class=\\\"dynamic-element\\\">{venuename}</span>.<br /><br />Please create your account password by visiting <span class=\\\"dynamic-element\\\">{actionbuttonurl}</span>\",\r\n                    \"actionbutton\": \"\",\r\n                    \"additional_instructions\": \"WiFI Management Console: {operatorurl}\"\r\n                },\r\n                \"KnownAdministrator\": {\r\n                    \"Subject\": \"Welcome to {operatorname} WiFi Service Administation.\",\r\n                    \"preheader\": \"\",\r\n                    \"title\": \"Welcome to <span><b><span class=\\\"dynamic-element\\\" style=\\\"white-space: nowrap;\\\">{operatorname}</span></b></span>\",\r\n                    \"header\": \"Getting started\",\r\n                    \"message\": \"We are excited to have you join us as WiFi services administrator here at <span class=\\\"dynamic-element\\\">{venuename}</span>.<br /><br />\",\r\n                    \"actionbutton\": \"\",\r\n                    \"additional_instructions\": \"WiFI Management Console: {operatorurl}\"\r\n                },\r\n                \"Template\": \"<!DOCTYPE html\\n    PUBLIC \\\"-//W3C//DTD XHTML 1.0 Transitional//EN\\\" \\\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\\\">\\n<html xmlns=\\\"http://www.w3.org/1999/xhtml\\\" xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\"\\n    xmlns:o=\\\"urn:schemas-microsoft-com:office:office\\\">\\n\\n<head>\\n    <meta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=utf-8\\\" />\\n    <!--[if !mso]><!-->\\n    <meta http-equiv=\\\"X-UA-Compatible\\\" content=\\\"IE=edge\\\" />\\n    <!--<![endif]-->\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\n    <title></title>\\n    <style type=\\\"text/css\\\">\\n        @import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;700&display=swap');\\n\\n        body {\\n            -ms-text-size-adjust: 100%;\\n            -webkit-text-size-adjust: 100%;\\n        }\\n\\n        table {\\n            border-spacing: 0;\\n            border-collapse: collapse;\\n            mso-table-lspace: 0pt;\\n            mso-table-rspace: 0pt;\\n        }\\n\\n        td {\\n            border-collapse: collapse;\\n            -ms-text-size-adjust: 100%;\\n            -webkit-text-size-adjust: 100%;\\n        }\\n\\n        div[style*=\\\"margin: 16px 0\\\"] {\\n            margin: 0 !important;\\n        }\\n\\n        a[x-apple-data-detectors] {\\n            color: inherit !important;\\n            text-decoration: none !important;\\n            font-size: inherit !important;\\n            font-family: inherit !important;\\n            font-weight: inherit !important;\\n            line-height: inherit !important;\\n        }\\n\\n        #MessageViewBody a {\\n            color: inherit;\\n            text-decoration: none;\\n            font-size: inherit;\\n            font-family: inherit;\\n            font-weight: inherit;\\n            line-height: inherit;\\n        }\\n\\n        span.yshortcuts,\\n        a span {\\n            color: inherit;\\n            background-color: none;\\n            border: none;\\n        }\\n\\n        .dynamic-tag {\\n            color: #29b6f6;\\n        }\\n\\n        .dynamic-element {\\n            color: {brandcolor};\\n        }\\n    </style>\\n    <!--[if (gte mso 9)|(IE)]>\\n    <style type=\\\"text/css\\\">\\n        table {border-collapse: collapse !important;}\\n    </style>\\n    <![endif]-->\\n    <!--[if gte mso 9]>\\n    <xml>\\n        <o:OfficeDocumentSettings>\\n        <o:AllowPNG/>\\n        <o:PixelsPerInch>96</o:PixelsPerInch>\\n        </o:OfficeDocumentSettings>\\n    </xml>\\n    <![endif]-->\\n</head>\\n\\n<body style=\\\"margin: 0 !important; padding: 0px; background-color: #f5f5f6;\\\">\\n    <center style=\\\"width: 100%; table-layout: fixed; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;\\\">\\n        <div style=\\\"max-width: 642px; margin: 0 auto;\\\">\\n            <!--[if (gte mso 9)|(IE)]>\\n            <table role=\\\"presentation\\\" width=\\\"642\\\" align=\\\"center\\\">\\n                <tr>\\n                    <td>\\n            <![endif]-->\\n            <!--begin MESSAGE CONTAINER-->\\n            <table role=\\\"presentation\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\"\\n                style=\\\"Margin: 0 auto; width: 100%; max-width: 642px;\\\">\\n                <!--begin HEADER-->\\n                <!--begin CARD TEXT-->\\n                <tr>\\n                    <td style=\\\"padding: 20px 13px; background-color: #f5f5f6;\\\">\\n                        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\"\\n                            style=\\\"min-width: 100%;\\\">\\n                            <tr>\\n                                <td style=\\\"line-height: 0px;\\\" width=\\\"20%\\\">\\n                                    <a href=\\\"{operatorurl}\\\" target=\\\"_blank\\\">\\n                                        <img alt=\\\"{operatorname}\\\" border=\\\"0\\\" src=\\\"{operatorlogourl}\\\" width=\\\"87\\\" />\\n                                    </a>\\n                                </td>\\n                                <td style=\\\"padding: 0px;\\\" width=\\\"50%\\\"></td>\\n\\n                    </td>\\n                </tr>\\n            </table>\\n            </td>\\n            </tr>\\n            <!--end HEADER-->\\n\\n            <!--begin BODY-->\\n            <tr>\\n                <td align=\\\"center\\\" style=\\\"padding: 0px 20px; background-color: #f5f5f6;\\\">\\n                    <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                        <tr>\\n                            <td align=\\\"center\\\"\\n                                style=\\\"width: 100%; padding: 0px 20px 35px 20px; color: #525252; font-family: 'DM Sans', sans-serif; font-size: 18px; line-height: 24px;\\\">\\n                                Hi <span class=\\\"dynamic-element\\\">{subscribergivenname}</span>,<br />\\n                            </td>\\n                        </tr>\\n\\n                        <!--begin TITLE H2-->\\n                        <tr>\\n                            <td align=\\\"center\\\"\\n                                style=\\\"width: 100%; padding: 0px 20px 15px 20px; color: #525252; font-family: 'DM Sans', sans-serif; font-size: 22px; line-height: 30px;\\\">\\n                                {title}\\n                            </td>\\n                        </tr>\\n                        <!--end TITLE H2-->\\n\\n                        <!--begin CARD-->\\n                        {serviceinfo}\\n                        <!--end CARD-->\\n\\n                        <!--begin CARD TEXT-->\\n                        <tr>\\n                            <td align=\\\"left\\\"\\n                                style=\\\"width: 100%; padding: 15px 15px 0px 15px; color: #464646; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                            </td>\\n                        </tr>\\n                        <!--end CARD TEXT-->\\n                        <!--begin CARD-->\\n                        <tr>\\n                            <td align=\\\"center\\\" style=\\\"padding: 15px 0px 0px 0px;\\\">\\n                                <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                                    <tr>\\n                                        <td align=\\\"center\\\"\\n                                            style=\\\"padding: 5px 5px 25px 5px; background-color: #ffffff;\\\">\\n                                            <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\"\\n                                                width=\\\"100%\\\">\\n                                                <!--begin CARD CONTENT AREA-->\\n\\n                                                <!--begin CARD TITLE-->\\n                                                <tr>\\n                                                    <td align=\\\"left\\\"\\n                                                        style=\\\"width: 100%; padding: 15px 15px 0px 15px; color: #464646; font-family: 'DM Sans', sans-serif; font-size: 20px; line-height: 28px;\\\">\\n                                                        {header}\\n                                                    </td>\\n                                                </tr>\\n                                                <!--end CARD TITLE-->\\n                                                <!--begin CARD TEXT-->\\n                                                <tr>\\n                                                    <td align=\\\"left\\\"\\n                                                        style=\\\"width: 100%; padding: 15px 15px 0px 15px; color: #464646; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                                                        {message}\\n                                                        <center><br />\\n                                                    </td>\\n                                                </tr>\\n                                                <!--end CARD TEXT-->\\n                                                <!--begin BUTTON-->\\n                                                {actionbutton}\\n                                                <!--end BUTTON-->\\n                                                <!--begin CARD TEXT-->\\n                                                <tr>\\n                                                    <td align=\\\"left\\\"\\n                                                        style=\\\"width: 100%; padding: 15px 15px 0px 15px; color: #464646; font-family: 'ProximaNova-Light', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                                                        {additional_instructions}\\n                                                    </td>\\n                                                </tr>\\n                                                <!--end CARD TEXT-->\\n\\n                                                <!--end CARD CONTENT AREA-->\\n                                            </table>\\n                                        </td>\\n                                    </tr>\\n                                    <tr>\\n                                        <td bgcolor=\\\"#d0d0d0\\\" height=\\\"2\\\"\\n                                            style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-size: 2px; line-height: 2px; max-height: 2px; min-height: 2px; mso-table-lspace: 0pt; mso-table-rspace: 0pt !important;\\\">\\n                                            &nbsp;</td>\\n                                    </tr>\\n                                </table>\\n                            </td>\\n                        </tr>\\n                        <!--end CARD-->\\n                        <!--begin CARD TEXT-->\\n                        <tr>\\n                            <td align=\\\"left\\\"\\n                                style=\\\"width: 100%; padding: 15px 15px 0px 15px; color: #464646; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                            </td>\\n                        </tr>\\n                        <!--end CARD TEXT-->\\n\\n                        <!--begin CARD-->\\n                        <tr>\\n                            <td align=\\\"center\\\" style=\\\"padding: 15px 0px 0px 0px;\\\">\\n                                <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                                    <tr>\\n                                        <td align=\\\"center\\\"\\n                                            style=\\\"padding: 5px 5px 25px 5px; background-color: #ffffff;\\\">\\n                                            <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\"\\n                                                width=\\\"100%\\\">\\n                                                <!--begin CARD CONTENT AREA-->\\n                                                <!--begin CARD TEXT-->\\n                                                <tr>\\n                                                    <td align=\\\"left\\\"\\n                                                        style=\\\"width: 100%; padding: 15px 15px 15px 15px; color: #464646; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                                                        If you need help setting up your WiFi service, you can contact\\n                                                        us at\\n                                                    </td>\\n                                                </tr>\\n                                                <!--end CARD TEXT-->\\n                                                <!--begin TABLE-->\\n                                                <tr>\\n                                                    <td align=\\\"center\\\" style=\\\"padding: 0px;\\\">\\n                                                        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\"\\n                                                            cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                                                            <colgroup>\\n                                                                <col style=\\\"width:50%;\\\" span=\\\"2\\\">\\n                                                            </colgroup>\\n                                                            <!--begin ROW 1-->\\n                                                            <tr>\\n                                                                <!--begin CEll 1-->\\n                                                                <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n                                                                    <table role=\\\"presentation\\\" border=\\\"0\\\"\\n                                                                        cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                                                                        <!--begin CARD TEXT-->\\n                                                                        <tr>\\n                                                                            <td align=\\\"left\\\"\\n                                                                                style=\\\"width: 100%; padding: 0px; color: #464646;; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                                                                                Contact Support Number:\\n                                                                            </td>\\n                                                                        </tr>\\n                                                                        <!--end CARD TEXT-->\\n                                                                    </table>\\n                                                                </td>\\n                                                                <!--end CELL 1-->\\n                                                                <!--begin CELL 2-->\\n                                                                <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n                                                                    <table role=\\\"presentation\\\" border=\\\"0\\\"\\n                                                                        cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                                                                        <!--begin CARD TEXT-->\\n                                                                        <tr>\\n                                                                            <td align=\\\"right\\\"\\n                                                                                style=\\\"width: 100%; padding: 0px; color: {brandcolor}; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                                                                                <span\\n                                                                                    class=\\\"dynamic-element\\\">{venuesupportphonenumber}</span>\\n                                                                            </td>\\n                                                                        </tr>\\n                                                                        <!--end CARD TEXT-->\\n                                                                    </table>\\n                                                                </td>\\n                                                                <!--end CELL 2-->\\n                                                            </tr>\\n                                                            <!--end ROW 1-->\\n\\n\\n                                                        </table>\\n                                                    </td>\\n                                                </tr>\\n                                                <!--end TABLE-->\\n                                                <!--end CARD CONTENT AREA-->\\n                                            </table>\\n                                        </td>\\n                                    </tr>\\n                                    <tr>\\n                                        <td bgcolor=\\\"#d0d0d0\\\" height=\\\"2\\\"\\n                                            style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-size: 2px; line-height: 2px; max-height: 2px; min-height: 2px; mso-table-lspace: 0pt; mso-table-rspace: 0pt !important;\\\">\\n                                            &nbsp;</td>\\n                                    </tr>\\n                                </table>\\n                            </td>\\n                        </tr>\\n                        <!--end CARD-->\\n                    </table>\\n                </td>\\n            </tr>\\n            <!--end BODY-->\\n\\n            <!--begin FOOTER-->\\n            <tr>\\n                <td align=\\\"center\\\" width=\\\"100%\\\" style=\\\"padding: 0px; background-color: #f5f5f6;\\\">\\n                    <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\\n                        <tr>\\n                            <td align=\\\"center\\\" style=\\\"padding: 40px 10px 37px 10px;\\\" width=\\\"100%\\\">\\n\\n                            </td>\\n                        </tr>\\n                        <tr>\\n                            <td style=\\\"padding: 0px;\\\">\\n                                <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                                    <tr>\\n                                        <td style=\\\"padding: 0px;\\\" width=\\\"85%\\\">\\n                                            <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\"\\n                                                width=\\\"100%\\\" style=\\\"border-spacing: 0;\\\">\\n                                                <tr>\\n                                                    <td width=\\\"100%\\\" height=\\\"1\\\"\\n                                                        style=\\\"border-top: 1px solid {brandcolor}; font-size: 1px; line-height: 1px; padding: 0px;\\\">\\n                                                        &nbsp;</td>\\n                                                </tr>\\n                                            </table>\\n                                        </td>\\n                                        <td style=\\\"font-size: 1px; line-height: 1px; padding: 0px;\\\">\\n                                            <img alt=\\\"{operatorname}\\\" border=\\\"0\\\"\\n                                                src=\\\"{operatorlogourl}\\\"\\n                                                width=\\\"69\\\" />\\n                                        </td>\\n                                        <td width=\\\"15%\\\" style=\\\"padding: 0px;\\\">\\n                                            <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\"\\n                                                width=\\\"100%\\\" style=\\\"border-spacing: 0;\\\">\\n                                                <tr>\\n                                                    <td width=\\\"100%\\\" height=\\\"1\\\"\\n                                                        style=\\\"border-top: 1px solid {brandcolor}; font-size: 1px; line-height: 1px; padding: 0px;\\\">\\n                                                        &nbsp;</td>\\n                                                </tr>\\n                                            </table>\\n                                        </td>\\n                                    </tr>\\n                                </table>\\n                            </td>\\n                        </tr>\\n                        <tr>\\n                            <td align=\\\"left\\\"\\n                                style=\\\"color: #464646; font-family: 'DM Sans', sans-serif; font-size: 11px; line-height: 14px; padding: 35px 28px 30px 28px;\\\">\\n                                Please do not reply to this email, instead visit us at <a href=\\\"{operatorurl}/help\\\"\\n                                    style=\\\"color: #367ab5; text-decoration: none;\\\">{operatorurl}/help</a> for support.\\n                            </td>\\n                        </tr>\\n                        <tr>\\n                            <td width=\\\"100%\\\" height=\\\"1\\\"\\n                                style=\\\"border-top: 1px solid #d0d0d0; font-size: 1px; line-height: 1px; padding: 0px;\\\">\\n                                &nbsp;</td>\\n                        </tr>\\n                        <tr>\\n                            <td align=\\\"center\\\"\\n                                style=\\\"color: #464646; font-family: 'DM Sans', sans-serif; font-size: 11px; line-height: 14px; padding: 30px 28px 35px 28px;\\\">\\n                                &copy; {yyyy} {operatorname} - All rights reserved.\\n                                <br />\\n                                <a href=\\\"\\\" style=\\\"color: #464646; cursor: text; text-decoration: none;\\\">{operatoraddress}</a>\\n                            </td>\\n                        </tr>\\n                    </table>\\n                </td>\\n            </tr>\\n            <!--end FOOTER-->\\n\\n            </table>\\n            <!--end MESSAGE CONTAINER-->\\n\\n            <!--[if (gte mso 9)|(IE)]>\\n                   </td>\\n               </tr>\\n            </table>\\n            <![endif]-->\\n        </div>\\n    </center>\\n</body>\\n\\n</html>\"\r\n            },\r\n            \"SubscriberEvents\": {\r\n                \"PasswordResetInitiated\": {\r\n                    \"Subject\": \"We have received a request to change your password.\",\r\n                    \"preheader\": \"\",\r\n                    \"title\": \"We have received a request to change your password\",\r\n                    \"header\": \"\",\r\n                    \"message\": \"Follow the link below to change your password. This link will expire in 30 minutes.<br />\",\r\n                    \"actionbutton\": \"<!--begin BUTTON-->\\n\\n                                                <tr>\\n                                                    <td align=\\\"center\\\" style=\\\"padding: 20px 0px;\\\">\\n                                                        <div>\\n                                                            <!--[if mso]>\\n                                                                <v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"{actionbuttonurl}\\\" target=\\\"_blank\\\" style=\\\"height: 50px; v-text-anchor: middle; width: 260px;\\\" arcsize=\\\"50%\\\" stroke=\\\"f\\\" fillcolor=\\\"{brandcolor}\\\">\\n                                                                <w:anchorlock/>\\n                                                                <center>\\n                                                            <![endif]-->\\n                                                            <a href=\\\"{actionbuttonurl}\\\" target=\\\"_blank\\\" style=\\\"background-color: {brandcolor}; border-radius: 25px; color: #ffffff; display: inline-block; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 50px; text-align: center; text-decoration: none; width: 260px; -webkit-text-size-adjust: none;\\\">\\n                                                                <b>Change your password</b>\\n                                                            </a>\\n                                                            <!--[if mso]>\\n                                                                </center>\\n                                                                </v:roundrect>\\n                                                            <![endif]-->\\n                                                        </div>\\n                                                    </td>\\n                                                </tr>\\n                                                <!--end BUTTON-->\",\r\n                    \"additional_instructions\": \"If you did <span style=\\\"font-family: 'DM Sans', sans-serif;\\\"><b>not</b></span> request the password reset, then please ignore this email.<br /><br />Your password <span style=\\\"font-family: 'DM Sans', sans-serif;\\\"><b>will not</b></span> change until you access the link above and create a new one.\"\r\n                },\r\n                \"PasswordResetComplete\": {\r\n                    \"Subject\": \"Your profile has been updated.\",\r\n                    \"preheader\": \"\",\r\n                    \"title\": \"Please review the following changes\",\r\n                    \"header\": \"\",\r\n                    \"message\": \"The password that you use to login to your {operatorname} account has been changed. <br /><br />\",\r\n                    \"actionbutton\": \"\",\r\n                    \"additional_instructions\": \"\"\r\n                },\r\n                \"PIIDataUpdated\": {\r\n                    \"Subject\": \"Your profile has been updated.\",\r\n                    \"preheader\": \"\",\r\n                    \"title\": \"Please review the following changes to your profile\",\r\n                    \"serviceinfo\": {\r\n                        \"template\": \"<!--begin CARD-->\\n                        <tr>\\n                            <td align=\\\"center\\\" style=\\\"padding: 15px 0px 0px 0px;\\\">\\n                                <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                                    <tr>\\n                                        <td align=\\\"center\\\" style=\\\"padding: 5px 5px 25px 5px; background-color: #ffffff;\\\">\\n                                            <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                                                <!--begin CARD CONTENT AREA-->\\n                                                <!--begin CARD TITLE-->\\n                                                <tr>\\n                                                    <td align=\\\"left\\\" style=\\\"width: 100%; padding: 15px 15px 15px 15px; color: #464646;; font-family: 'DM Sans', sans-serif; font-size: 20px; line-height: 28px;\\\">\\n                                                        Profile/Account Changes\\n                                                    </td>\\n                                                </tr>\\n                                                <!--end CARD TITLE-->\\n                                                <!--begin TABLE-->\\n                                                <tr>\\n                                                    <td align=\\\"center\\\" style=\\\"padding: 0px;\\\">\\n                                                        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                                                            <colgroup>\\n                                                                <col style=\\\"width:50%;\\\" span=\\\"2\\\">\\n                                                            </colgroup>                                                            \\n                                                            {subscriberphone}\\n                                                            {consenttotext}\\n                                                        </table>\\n                                                    </td>\\n                                                </tr>\\n                                                <!--end TABLE-->\\n                                                <!--end CARD CONTENT AREA-->\\n                                            </table>\\n                                        </td>\\n                                    </tr>\\n                                    <tr>\\n                                        <td bgcolor=\\\"#d0d0d0\\\" height=\\\"2\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-size: 2px; line-height: 2px; max-height: 2px; min-height: 2px; mso-table-lspace: 0pt; mso-table-rspace: 0pt !important;\\\">&nbsp;</td>\\n                                    </tr>\\n                                </table>\\n                            </td>\\n                        </tr>\\n                        <!--end CARD-->\",\r\n                        \"subscriberphone\": \"<tr>\\n    <!--begin CEll 1-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"left\\\" style=\\\"width: 100%; padding: 0px; color: #464646;; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    Subscriber Phone Number\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 1-->\\n    <!--begin CELL 2-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"right\\\" style=\\\"width: 100%; padding: 0px; color: {brandcolor}; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    <span class=\\\"dynamic-element\\\">{subscriberphonenumber}</span>\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 2-->\\n</tr>\",\r\n                        \"subscriberemail\": \"<tr>\\n    <!--begin CEll 1-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"left\\\" style=\\\"width: 100%; padding: 0px; color: #464646;; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    Subscriber Email Address\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 1-->\\n    <!--begin CELL 2-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"right\\\" style=\\\"width: 100%; padding: 0px; color: {brandcolor}; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    <span class=\\\"dynamic-element\\\">{subscriberemailaddress}</span>\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 2-->\\n</tr>\",\r\n                        \"consenttotext\": \"<tr>\\n    <!--begin CEll 1-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"left\\\" style=\\\"width: 100%; padding: 0px; color: #464646;; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    Consent to text*\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 1-->\\n    <!--begin CELL 2-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"right\\\" style=\\\"width: 100%; padding: 0px; color: {brandcolor}; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    <span class=\\\"dynamic-element\\\">{contactpref_sms}</span>\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 2-->\\n</tr>\"\r\n                    },\r\n                    \"header\": \"\",\r\n                    \"message\": \"\",\r\n                    \"actionbutton\": \"\",\r\n                    \"additional_instructions\": \"*By opting into receiving text messages from our support team, you are agreeing to our Terms and Conditions. Visit <a href=\\\"{operatorurl}/help\\\" style=\\\"color: #367ab5; text-decoration: none;\\\">{operatorurl}/help</a> to learn more.<br /><br />\"\r\n                },\r\n                \"PaymentSuccess\": {\r\n                    \"Subject\": \"Thank you for the payment.\",\r\n                    \"preheader\": \"\",\r\n                    \"title\": \"Your payment was processed successfully.\",\r\n                    \"header\": \"\",\r\n                    \"message\": \"\",\r\n                    \"actionbutton\": \"\",\r\n                    \"additional_instructions\": \"\"\r\n                },\r\n                \"PaymentFailed\": {\r\n                    \"Subject\": \"Please review your payment settings.\",\r\n                    \"preheader\": \"\",\r\n                    \"title\": \"Payment Issue - Action required\",\r\n                    \"header\": \"\",\r\n                    \"message\": \"\",\r\n                    \"actionbutton\": \"\",\r\n                    \"additional_instructions\": \"\"\r\n                },\r\n                \"PaymentMethodUpdated\": {\r\n                    \"Subject\": \"Payment method updated.\",\r\n                    \"preheader\": \"\",\r\n                    \"title\": \"Payment method updated for your subscription\",\r\n                    \"header\": \"\",\r\n                    \"message\": \"\",\r\n                    \"actionbutton\": \"\",\r\n                    \"additional_instructions\": \"\"\r\n                },\r\n                \"SubscriptionStartDateAdjustment\": {\r\n                    \"Subject\": \"Your service has been updated.\",\r\n                    \"preheader\": \"\",\r\n                    \"title\": \"Please review the following changes to your Internet service.\",\r\n                    \"header\": \"\",\r\n                    \"message\": \"\",\r\n                    \"actionbutton\": \"\",\r\n                    \"additional_instructions\": \"\"\r\n                },\r\n                \"SubscriptionEndDateAdjustment\": {\r\n                    \"Subject\": \"Your service has been updated.\",\r\n                    \"preheader\": \"\",\r\n                    \"title\": \"Please review the following changes to your Internet service.\",\r\n                    \"header\": \"\",\r\n                    \"message\": \"\",\r\n                    \"actionbutton\": \"\",\r\n                    \"additional_instructions\": \"\"\r\n                },\r\n                \"SubscriptionEnded\": {\r\n                    \"Subject\": \"Your service has ended.\",\r\n                    \"preheader\": \"\",\r\n                    \"title\": \"Please review the following changes to your Internet service.\",\r\n                    \"header\": \"\",\r\n                    \"message\": \"\",\r\n                    \"actionbutton\": \"\",\r\n                    \"additional_instructions\": \"\"\r\n                },\r\n                \"SubscriptionVenueUnitUpdated\": {\r\n                    \"Subject\": \"\",\r\n                    \"preheader\": \"\",\r\n                    \"title\": \"\",\r\n                    \"header\": \"\",\r\n                    \"message\": \"\",\r\n                    \"actionbutton\": \"\",\r\n                    \"additional_instructions\": \"\"\r\n                },\r\n                \"SubscriptionPlanUpdated\": {\r\n                    \"Subject\": \"Internet service plan updated.\",\r\n                    \"preheader\": \"\",\r\n                    \"title\": \"Please review the following changes to your Internet service.\",\r\n                    \"header\": \"\",\r\n                    \"message\": \"\",\r\n                    \"actionbutton\": \"\",\r\n                    \"additional_instructions\": \"\"\r\n                },\r\n                \"SubscriptionPriceUpdated\": {\r\n                    \"Subject\": \"Service plan price updated.\",\r\n                    \"preheader\": \"\",\r\n                    \"title\": \"Please review the following changes to your Internet service.\",\r\n                    \"header\": \"\",\r\n                    \"message\": \"\",\r\n                    \"actionbutton\": \"\",\r\n                    \"additional_instructions\": \"\"\r\n                },\r\n                \"SubscriptionNextInvoiceAdjustment\": {\r\n                    \"Subject\": \"Credit applied.\",\r\n                    \"preheader\": \"\",\r\n                    \"title\": \"Please review the following changes to your Internet service.\",\r\n                    \"header\": \"\",\r\n                    \"message\": \"\",\r\n                    \"actionbutton\": \"\",\r\n                    \"additional_instructions\": \"\"\r\n                },\r\n                \"ChargeRefunded\": {\r\n                    \"Subject\": \"Refund issued.\",\r\n                    \"preheader\": \"\",\r\n                    \"title\": \"Please review the following changes to your Internet service.\",\r\n                    \"header\": \"\",\r\n                    \"message\": \"\",\r\n                    \"actionbutton\": \"\",\r\n                    \"additional_instructions\": \"\"\r\n                },\r\n                \"MessageFromAdministrator\": {\r\n                    \"Subject\": \"You have a new message from {venuename}.\",\r\n                    \"preheader\": \"\",\r\n                    \"title\": \"Login to read messages securely\",\r\n                    \"header\": \"\",\r\n                    \"message\": \"You have a new message from {venuename}. Login to your {operatorname} Wi-Fi account to read the message.<br /><br />\",\r\n                    \"actionbutton\": \"<!--begin BUTTON-->\\n\\n                                                <tr>\\n                                                    <td align=\\\"center\\\" style=\\\"padding: 20px 0px;\\\">\\n                                                        <div>\\n                                                            <!--[if mso]>\\n                                                                <v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"{actionbuttonurl}\\\" target=\\\"_blank\\\" style=\\\"height: 50px; v-text-anchor: middle; width: 260px;\\\" arcsize=\\\"50%\\\" stroke=\\\"f\\\" fillcolor=\\\"{brandcolor}\\\">\\n                                                                <w:anchorlock/>\\n                                                                <center>\\n                                                            <![endif]-->\\n                                                            <a href=\\\"{actionbuttonurl}\\\" target=\\\"_blank\\\" style=\\\"background-color: {brandcolor}; border-radius: 25px; color: #ffffff; display: inline-block; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 50px; text-align: center; text-decoration: none; width: 260px; -webkit-text-size-adjust: none;\\\">\\n                                                                <b>Read Message</b>\\n                                                            </a>\\n                                                            <!--[if mso]>\\n                                                                </center>\\n                                                                </v:roundrect>\\n                                                            <![endif]-->\\n                                                        </div>\\n                                                    </td>\\n                                                </tr>\\n                                                <!--end BUTTON-->\",\r\n                    \"additional_instructions\": \"\"\r\n                },\r\n                \"Template\": \"<!DOCTYPE html\\n    PUBLIC \\\"-//W3C//DTD XHTML 1.0 Transitional//EN\\\" \\\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\\\">\\n<html xmlns=\\\"http://www.w3.org/1999/xhtml\\\" xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\"\\n    xmlns:o=\\\"urn:schemas-microsoft-com:office:office\\\">\\n\\n<head>\\n    <meta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=utf-8\\\" />\\n    <!--[if !mso]><!-->\\n    <meta http-equiv=\\\"X-UA-Compatible\\\" content=\\\"IE=edge\\\" />\\n    <!--<![endif]-->\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\n    <title></title>\\n    <style type=\\\"text/css\\\">\\n        @import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;700&display=swap');\\n\\n        body {\\n            -ms-text-size-adjust: 100%;\\n            -webkit-text-size-adjust: 100%;\\n        }\\n\\n        table {\\n            border-spacing: 0;\\n            border-collapse: collapse;\\n            mso-table-lspace: 0pt;\\n            mso-table-rspace: 0pt;\\n        }\\n\\n        td {\\n            border-collapse: collapse;\\n            -ms-text-size-adjust: 100%;\\n            -webkit-text-size-adjust: 100%;\\n        }\\n\\n        div[style*=\\\"margin: 16px 0\\\"] {\\n            margin: 0 !important;\\n        }\\n\\n        a[x-apple-data-detectors] {\\n            color: inherit !important;\\n            text-decoration: none !important;\\n            font-size: inherit !important;\\n            font-family: inherit !important;\\n            font-weight: inherit !important;\\n            line-height: inherit !important;\\n        }\\n\\n        #MessageViewBody a {\\n            color: inherit;\\n            text-decoration: none;\\n            font-size: inherit;\\n            font-family: inherit;\\n            font-weight: inherit;\\n            line-height: inherit;\\n        }\\n\\n        span.yshortcuts,\\n        a span {\\n            color: inherit;\\n            background-color: none;\\n            border: none;\\n        }\\n\\n        .dynamic-tag {\\n            color: #29b6f6;\\n        }\\n\\n        .dynamic-element {\\n            color: {brandcolor};\\n        }\\n    </style>\\n    <!--[if (gte mso 9)|(IE)]>\\n    <style type=\\\"text/css\\\">\\n        table {border-collapse: collapse !important;}\\n    </style>\\n    <![endif]-->\\n    <!--[if gte mso 9]>\\n    <xml>\\n        <o:OfficeDocumentSettings>\\n        <o:AllowPNG/>\\n        <o:PixelsPerInch>96</o:PixelsPerInch>\\n        </o:OfficeDocumentSettings>\\n    </xml>\\n    <![endif]-->\\n</head>\\n\\n<body style=\\\"margin: 0 !important; padding: 0px; background-color: #f5f5f6;\\\">\\n    <center style=\\\"width: 100%; table-layout: fixed; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;\\\">\\n        <div style=\\\"max-width: 642px; margin: 0 auto;\\\">\\n            <!--[if (gte mso 9)|(IE)]>\\n            <table role=\\\"presentation\\\" width=\\\"642\\\" align=\\\"center\\\">\\n                <tr>\\n                    <td>\\n            <![endif]-->\\n            <!--begin MESSAGE CONTAINER-->\\n            <table role=\\\"presentation\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\"\\n                style=\\\"Margin: 0 auto; width: 100%; max-width: 642px;\\\">\\n                <!--begin HEADER-->\\n                <!--begin CARD TEXT-->\\n                <tr>\\n                    <td style=\\\"padding: 20px 13px; background-color: #f5f5f6;\\\">\\n                        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\"\\n                            style=\\\"min-width: 100%;\\\">\\n                            <tr>\\n                                <td style=\\\"line-height: 0px;\\\" width=\\\"20%\\\">\\n                                    <a href=\\\"{operatorurl}\\\" target=\\\"_blank\\\">\\n                                        <img alt=\\\"{operatorname}\\\" border=\\\"0\\\" src=\\\"{operatorlogourl}\\\" width=\\\"87\\\" />\\n                                    </a>\\n                                </td>\\n                                <td style=\\\"padding: 0px;\\\" width=\\\"50%\\\"></td>\\n\\n                    </td>\\n                </tr>\\n            </table>\\n            </td>\\n            </tr>\\n            <!--end HEADER-->\\n\\n            <!--begin BODY-->\\n            <tr>\\n                <td align=\\\"center\\\" style=\\\"padding: 0px 20px; background-color: #f5f5f6;\\\">\\n                    <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                        <tr>\\n                            <td align=\\\"center\\\"\\n                                style=\\\"width: 100%; padding: 0px 20px 35px 20px; color: #525252; font-family: 'DM Sans', sans-serif; font-size: 18px; line-height: 24px;\\\">\\n                                Hi <span class=\\\"dynamic-element\\\">{subscribergivenname}</span>,<br />\\n                            </td>\\n                        </tr>\\n\\n                        <!--begin TITLE H2-->\\n                        <tr>\\n                            <td align=\\\"center\\\"\\n                                style=\\\"width: 100%; padding: 0px 20px 15px 20px; color: #525252; font-family: 'DM Sans', sans-serif; font-size: 22px; line-height: 30px;\\\">\\n                                {title}\\n                            </td>\\n                        </tr>\\n                        <!--end TITLE H2-->\\n\\n                        <!--begin CARD-->\\n                        {serviceinfo}\\n                        <!--end CARD-->\\n\\n                        <!--begin CARD TEXT-->\\n                        <tr>\\n                            <td align=\\\"left\\\"\\n                                style=\\\"width: 100%; padding: 15px 15px 0px 15px; color: #464646; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                            </td>\\n                        </tr>\\n                        <!--end CARD TEXT-->\\n                        <!--begin CARD-->\\n                        <tr>\\n                            <td align=\\\"center\\\" style=\\\"padding: 15px 0px 0px 0px;\\\">\\n                                <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                                    <tr>\\n                                        <td align=\\\"center\\\"\\n                                            style=\\\"padding: 5px 5px 25px 5px; background-color: #ffffff;\\\">\\n                                            <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\"\\n                                                width=\\\"100%\\\">\\n                                                <!--begin CARD CONTENT AREA-->\\n\\n                                                <!--begin CARD TITLE-->\\n                                                <tr>\\n                                                    <td align=\\\"left\\\"\\n                                                        style=\\\"width: 100%; padding: 15px 15px 0px 15px; color: #464646; font-family: 'DM Sans', sans-serif; font-size: 20px; line-height: 28px;\\\">\\n                                                        {header}\\n                                                    </td>\\n                                                </tr>\\n                                                <!--end CARD TITLE-->\\n                                                <!--begin CARD TEXT-->\\n                                                <tr>\\n                                                    <td align=\\\"left\\\"\\n                                                        style=\\\"width: 100%; padding: 15px 15px 0px 15px; color: #464646; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                                                        {message}\\n                                                        <center><br />\\n                                                    </td>\\n                                                </tr>\\n                                                <!--end CARD TEXT-->\\n                                                <!--begin BUTTON-->\\n                                                {actionbutton}\\n                                                <!--end BUTTON-->\\n                                                <!--begin CARD TEXT-->\\n                                                <tr>\\n                                                    <td align=\\\"left\\\"\\n                                                        style=\\\"width: 100%; padding: 15px 15px 0px 15px; color: #464646; font-family: 'ProximaNova-Light', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                                                        {additional_instructions}\\n                                                    </td>\\n                                                </tr>\\n                                                <!--end CARD TEXT-->\\n\\n                                                <!--end CARD CONTENT AREA-->\\n                                            </table>\\n                                        </td>\\n                                    </tr>\\n                                    <tr>\\n                                        <td bgcolor=\\\"#d0d0d0\\\" height=\\\"2\\\"\\n                                            style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-size: 2px; line-height: 2px; max-height: 2px; min-height: 2px; mso-table-lspace: 0pt; mso-table-rspace: 0pt !important;\\\">\\n                                            &nbsp;</td>\\n                                    </tr>\\n                                </table>\\n                            </td>\\n                        </tr>\\n                        <!--end CARD-->\\n                        <!--begin CARD TEXT-->\\n                        <tr>\\n                            <td align=\\\"left\\\"\\n                                style=\\\"width: 100%; padding: 15px 15px 0px 15px; color: #464646; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                            </td>\\n                        </tr>\\n                        <!--end CARD TEXT-->\\n                    </table>\\n                </td>\\n            </tr>\\n            <!--end BODY-->\\n\\n            <!--begin FOOTER-->\\n            <tr>\\n                <td align=\\\"center\\\" width=\\\"100%\\\" style=\\\"padding: 0px; background-color: #f5f5f6;\\\">\\n                    <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\\n                        <tr>\\n                            <td align=\\\"center\\\" style=\\\"padding: 40px 10px 37px 10px;\\\" width=\\\"100%\\\">\\n\\n                            </td>\\n                        </tr>\\n                        <tr>\\n                            <td style=\\\"padding: 0px;\\\">\\n                                <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                                    <tr>\\n                                        <td style=\\\"padding: 0px;\\\" width=\\\"85%\\\">\\n                                            <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\"\\n                                                width=\\\"100%\\\" style=\\\"border-spacing: 0;\\\">\\n                                                <tr>\\n                                                    <td width=\\\"100%\\\" height=\\\"1\\\"\\n                                                        style=\\\"border-top: 1px solid {brandcolor}; font-size: 1px; line-height: 1px; padding: 0px;\\\">\\n                                                        &nbsp;</td>\\n                                                </tr>\\n                                            </table>\\n                                        </td>\\n                                        <td style=\\\"font-size: 1px; line-height: 1px; padding: 0px;\\\">\\n                                            <img alt=\\\"{operatorname}\\\" border=\\\"0\\\"\\n                                                src=\\\"{operatorlogourl}\\\"\\n                                                width=\\\"69\\\" />\\n                                        </td>\\n                                        <td width=\\\"15%\\\" style=\\\"padding: 0px;\\\">\\n                                            <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\"\\n                                                width=\\\"100%\\\" style=\\\"border-spacing: 0;\\\">\\n                                                <tr>\\n                                                    <td width=\\\"100%\\\" height=\\\"1\\\"\\n                                                        style=\\\"border-top: 1px solid {brandcolor}; font-size: 1px; line-height: 1px; padding: 0px;\\\">\\n                                                        &nbsp;</td>\\n                                                </tr>\\n                                            </table>\\n                                        </td>\\n                                    </tr>\\n                                </table>\\n                            </td>\\n                        </tr>\\n                        <tr>\\n                            <td align=\\\"left\\\"\\n                                style=\\\"color: #464646; font-family: 'DM Sans', sans-serif; font-size: 11px; line-height: 14px; padding: 35px 28px 30px 28px;\\\">\\n                                Please do not reply to this email, instead visit us at <a href=\\\"{operatorurl}/help\\\"\\n                                    style=\\\"color: #367ab5; text-decoration: none;\\\">{operatorurl}/help</a> for support.\\n                            </td>\\n                        </tr>\\n                        <tr>\\n                            <td width=\\\"100%\\\" height=\\\"1\\\"\\n                                style=\\\"border-top: 1px solid #d0d0d0; font-size: 1px; line-height: 1px; padding: 0px;\\\">\\n                                &nbsp;</td>\\n                        </tr>\\n                        <tr>\\n                            <td align=\\\"center\\\"\\n                                style=\\\"color: #464646; font-family: 'DM Sans', sans-serif; font-size: 11px; line-height: 14px; padding: 30px 28px 35px 28px;\\\">\\n                                &copy; {yyyy} {operatorname} - All rights reserved.\\n                                <br />\\n                                <a href=\\\"\\\" style=\\\"color: #464646; cursor: text; text-decoration: none;\\\">{operatoraddress}</a>\\n                            </td>\\n                        </tr>\\n                    </table>\\n                </td>\\n            </tr>\\n            <!--end FOOTER-->\\n\\n            </table>\\n            <!--end MESSAGE CONTAINER-->\\n\\n            <!--[if (gte mso 9)|(IE)]>\\n                   </td>\\n               </tr>\\n            </table>\\n            <![endif]-->\\n        </div>\\n    </center>\\n</body>\\n\\n</html>\"\r\n            }\r\n        }\r\n    },\r\n    \"SMSConfiguration\": {\r\n        \"en-us\": {\r\n            \"WelcomeSMS\": {\r\n                \"NewSubscriber\": {\r\n                    \"message\": \"\"\r\n                },\r\n                \"KnownSubscriber\": {\r\n                    \"message\": \"\"\r\n                },\r\n                \"GuestAccess\": {\r\n                    \"message\": \"\"\r\n                },\r\n                \"NewAdministrator\": {\r\n                    \"message\": \"\"\r\n                },\r\n                \"KnownAdministrator\": {\r\n                    \"message\": \"\"\r\n                },\r\n                \"Template\": \"\"\r\n            },\r\n            \"SubscriberEvents\": {\r\n                \"PasswordResetInitiated\": {\r\n                    \"message\": \"\"\r\n                },\r\n                \"PasswordResetComplete\": {\r\n                    \"message\": \"\"\r\n                },\r\n                \"PIIDataUpdated\": {\r\n                    \"message\": \"\"\r\n                },\r\n                \"PaymentSuccess\": {\r\n                    \"message\": \"\"\r\n                },\r\n                \"PaymentFailed\": {\r\n                    \"message\": \"\"\r\n                },\r\n                \"PaymentMethodUpdated\": {\r\n                    \"message\": \"\"\r\n                },\r\n                \"SubscriptionStartDateAdjustment\": {\r\n                    \"message\": \"\"\r\n                },\r\n                \"SubscriptionEndDateAdjustment\": {\r\n                    \"message\": \"\"\r\n                },\r\n                \"SubscriptionEnded\": {\r\n                    \"message\": \"\"\r\n                },\r\n                \"SubscriptionPlanUpdated\": {\r\n                    \"message\": \"\"\r\n                },\r\n                \"SubscriptionVenueUnitUpdated\": {\r\n                    \"message\": \"\"\r\n                },\r\n                \"SubscriptionPriceUpdated\": {\r\n                    \"message\": \"\"\r\n                },\r\n                \"SubscriptionNextInvoiceAdjustment\": {\r\n                    \"message\": \"\"\r\n                },\r\n                \"ChargeRefunded\": {\r\n                    \"message\": \"\"\r\n                },\r\n                \"MessageFromAdministrator\": {\r\n                    \"message\": \"\"\r\n                },\r\n                \"Template\": \"\"\r\n            }\r\n        },\r\n        \"es-xl\": {\r\n            \"WelcomeSMS\": {\r\n                \"NewSubscriber\": {\r\n                    \"message\": \"\"\r\n                },\r\n                \"KnownSubscriber\": {\r\n                    \"message\": \"\"\r\n                },\r\n                \"GuestAccess\": {\r\n                    \"message\": \"\"\r\n                },\r\n                \"NewAdministrator\": {\r\n                    \"message\": \"\"\r\n                },\r\n                \"KnownAdministrator\": {\r\n                    \"message\": \"\"\r\n                },\r\n                \"Template\": \"\"\r\n            },\r\n            \"SubscriberEvents\": {\r\n                \"PasswordResetInitiated\": {\r\n                    \"message\": \"\"\r\n                },\r\n                \"PasswordResetComplete\": {\r\n                    \"message\": \"\"\r\n                },\r\n                \"PIIDataUpdated\": {\r\n                    \"message\": \"\"\r\n                },\r\n                \"PaymentSuccess\": {\r\n                    \"message\": \"\"\r\n                },\r\n                \"PaymentFailed\": {\r\n                    \"message\": \"\"\r\n                },\r\n                \"PaymentMethodUpdated\": {\r\n                    \"message\": \"\"\r\n                },\r\n                \"SubscriptionStartDateAdjustment\": {\r\n                    \"message\": \"\"\r\n                },\r\n                \"SubscriptionEndDateAdjustment\": {\r\n                    \"message\": \"\"\r\n                },\r\n                \"SubscriptionEnded\": {\r\n                    \"message\": \"\"\r\n                },\r\n                \"SubscriptionPlanUpdated\": {\r\n                    \"message\": \"\"\r\n                },\r\n                \"SubscriptionVenueUnitUpdated\": {\r\n                    \"message\": \"\"\r\n                },\r\n                \"SubscriptionPriceUpdated\": {\r\n                    \"message\": \"\"\r\n                },\r\n                \"SubscriptionNextInvoiceAdjustment\": {\r\n                    \"message\": \"\"\r\n                },\r\n                \"ChargeRefunded\": {\r\n                    \"message\": \"\"\r\n                },\r\n                \"MessageFromAdministrator\": {\r\n                    \"message\": \"\"\r\n                },\r\n                \"Template\": \"\"\r\n            }\r\n        }\r\n    },\r\n    \"DisplayOptionID\": \"USA.MA.02081.ROAMINGIQ.WALPOLE._V3DISPLAY_.default\",\r\n    \"DisplayConfiguration\": {\r\n        \"ThemeLight\": {\r\n            \"LogoFileNameDesktopLogin\": \"roamingiq-logo.png\",\r\n            \"LogoFileNameMobileLogin\": \"roamingiq-logo.png\",\r\n            \"LogoFileNameDesktopMobileAfterLogin\": \"roamingiq-logo.png\",\r\n            \"LoginBackgroundColorHex\": \"#eeeeee\",\r\n            \"LoginTextColorHex\": \"#ffffff\",\r\n            \"BackgroundColorHex\": \"#eeeeee\",\r\n            \"PrimaryColorHex\": \"#044b77\",\r\n            \"SecondaryColorHex\": \"#000000\",\r\n            \"PrimaryTextColorHex\": \"#000000\",\r\n            \"SecondaryTextColorHex\": \"#000000\",\r\n            \"BorderColorHex\": \"#BFBFBF\",\r\n            \"LinkColorHex\": \"#000000\",\r\n            \"TableColorHex\": \"\",\r\n            \"BannerColor1Hex\": \"#044b77\",\r\n            \"BannerColor2Hex\": \"#044b77\",\r\n            \"NavbarColorHex\": \"#eeeeee\",\r\n            \"ModalColorHex\": \"#FFFFFF\",\r\n            \"InputBoxColorHex\": \"#FFFFFF\"\r\n        },\r\n        \"ThemeDark\": {\r\n            \"LogoFileNameDesktopLogin\": \"roamingiq-logo.png\",\r\n            \"LogoFileNameMobileLogin\": \"roamingiq-logo.png\",\r\n            \"LogoFileNameDesktopMobileAfterLogin\": \"roamingiq-logo.png\",\r\n            \"LoginBackgroundColorHex\": \"#eeeeee\",\r\n            \"LoginTextColorHex\": \"#ffffff\",\r\n            \"BackgroundColorHex\": \"#eeeeee\",\r\n            \"PrimaryColorHex\": \"#044b77\",\r\n            \"SecondaryColorHex\": \"#000000\",\r\n            \"PrimaryTextColorHex\": \"#000000\",\r\n            \"SecondaryTextColorHex\": \"#000000\",\r\n            \"BorderColorHex\": \"#BFBFBF\",\r\n            \"LinkColorHex\": \"#000000\",\r\n            \"TableColorHex\": \"\",\r\n            \"BannerColor1Hex\": \"#044b77\",\r\n            \"BannerColor2Hex\": \"#044b77\",\r\n            \"NavbarColorHex\": \"#eeeeee\",\r\n            \"ModalColorHex\": \"#000000\",\r\n            \"InputBoxColorHex\": \"#000000\"\r\n        },\r\n        \"MetaData\": {\r\n            \"FavIconHRef\": \"/favicon.ico?v=3\",\r\n            \"TitleTextContent\": \"VAULT Wi-Fi Service (Demo)\",\r\n            \"DescriptionContent\": \"VAULT Wi-Fi Service (Demo)\"\r\n        },\r\n        \"Behavior\": {\r\n            \"CancellationMethod\": \"radio\",\r\n            \"PrivacyPolicyURL\": \"https://roamingiq.com/privacy-policy/\",\r\n            \"AllowedLocales\": {\r\n                \"en-us\": \"English (US)\",\r\n                \"es-xl\": \"Spanish (Latin America)\"\r\n            },\r\n            \"ShowTour\": false,\r\n            \"ShowFooterOnLoginPage\": true,\r\n            \"S3Directory\": \"common\",\r\n            \"S3DirectoryCustomComponents\": \"common\",\r\n            \"GoogleAnalyticsID\": \"\"\r\n        },\r\n        \"ShoppingCart\": {\r\n            \"AllowSelfCancellation\": true,\r\n            \"AllowSelfPaymentMethodUpdate\": true,\r\n            \"AllowSelfServicePlanUpdate\": true\r\n        },\r\n        \"Support\": {\r\n            \"ShowSupportLinks\": true,\r\n            \"ExternallyManagedSupport\": true,\r\n            \"ExternalSupportSystemURL\": \"\",\r\n            \"ShowEquipmentStatusToVenueAdministrator\": true,\r\n            \"DisplaySuperAdminEmailModule\": true,\r\n            \"SupportEmailAddress\": \"support@dish.wifikey.link\",\r\n            \"SupportPhoneNumber.E164\": \"+14042298114\"\r\n        }\r\n    },\r\n    \"ServicePlans\": [\r\n        {\r\n            \"ServicePlanID\": \"USA.MA.02081.ROAMINGIQ.WALPOLE._V3SERVICEPLAN_.1GBPS\",\r\n            \"ServicePlanName\": \"1 Gbps\",\r\n            \"DownloadKbps\": 1000000,\r\n            \"UploadKbps\": 1000000,\r\n            \"ConcurrentDevices\": 100,\r\n            \"GloballyAvailablePlan\": true,\r\n            \"ServicePlanDescription\": \"1 Gbps (with in-unit wired ports, billed monthly)\",\r\n            \"externalServicePlanID\": \"\",\r\n            \"SMSCode\": \"\",\r\n            \"ServicePlanImageURL\": \"https://s3.amazonaws.com/ui.us-east-1.dev.wifikey.io/roamingiq/speed3.png\",\r\n            \"TrialCycles\": 0,\r\n            \"BillingCycleHours\": 730.5,\r\n            \"Currencies\": [\r\n                \"USD\"\r\n            ],\r\n            \"BillingCyclePrice.USD\": 0,\r\n            \"BillingCycleRecurrence\": 0,\r\n            \"MaximumTrialCyclesPerSubscriberPerVenue\": -1,\r\n            \"MaximumFreeEnrollmentsPerSubscriberPerVenue\": -1,\r\n            \"SessionTimeoutSecondsPerDevice\": 3600\r\n        },\r\n        {\r\n            \"ServicePlanID\": \"USA.MA.02081.ROAMINGIQ.WALPOLE._V3SERVICEPLAN_.DAVIDTEST1\",\r\n            \"ServicePlanName\": \"David Test 1\",\r\n            \"DownloadKbps\": 1000000,\r\n            \"UploadKbps\": 1000000,\r\n            \"ConcurrentDevices\": 100,\r\n            \"GloballyAvailablePlan\": false,\r\n            \"ServicePlanDescription\": \"Test 1\",\r\n            \"externalServicePlanID\": \"1\",\r\n            \"SMSCode\": \"\",\r\n            \"ServicePlanImageURL\": \"https://s3.amazonaws.com/ui.us-east-1.dev.wifikey.io/images/plan1.png\",\r\n            \"TrialCycles\": 1,\r\n            \"BillingCycleHours\": 730.5,\r\n            \"Currencies\": [\r\n                \"USD\"\r\n            ],\r\n            \"BillingCyclePrice.USD\": 0,\r\n            \"BillingCycleRecurrence\": 4,\r\n            \"MaximumTrialCyclesPerSubscriberPerVenue\": 6,\r\n            \"MaximumFreeEnrollmentsPerSubscriberPerVenue\": 5,\r\n            \"SessionTimeoutSecondsPerDevice\": 3600\r\n        },\r\n        {\r\n            \"ServicePlanID\": \"USA.MA.02081.ROAMINGIQ.WALPOLE._V3SERVICEPLAN_.DAVIDTEST2\",\r\n            \"ServicePlanName\": \"David Test 2\",\r\n            \"DownloadKbps\": 1000000,\r\n            \"UploadKbps\": 1000000,\r\n            \"ConcurrentDevices\": 100,\r\n            \"GloballyAvailablePlan\": false,\r\n            \"ServicePlanDescription\": \"Test 2\",\r\n            \"externalServicePlanID\": \"\",\r\n            \"SMSCode\": \"\",\r\n            \"ServicePlanImageURL\": \"https://s3.amazonaws.com/ui.us-east-1.dev.wifikey.io/images/plan1.png\",\r\n            \"TrialCycles\": 1,\r\n            \"BillingCycleHours\": 730.5,\r\n            \"Currencies\": [\r\n                \"USD\"\r\n            ],\r\n            \"BillingCyclePrice.USD\": 0,\r\n            \"BillingCycleRecurrence\": 5,\r\n            \"MaximumTrialCyclesPerSubscriberPerVenue\": 7,\r\n            \"MaximumFreeEnrollmentsPerSubscriberPerVenue\": 6,\r\n            \"SessionTimeoutSecondsPerDevice\": 3600\r\n        },\r\n        {\r\n            \"ServicePlanID\": \"USA.MA.02081.ROAMINGIQ.WALPOLE._V3SERVICEPLAN_.100MBPS\",\r\n            \"ServicePlanName\": \"100MBPS\",\r\n            \"DownloadKbps\": 100000,\r\n            \"UploadKbps\": 100000,\r\n            \"ConcurrentDevices\": 10,\r\n            \"GloballyAvailablePlan\": true,\r\n            \"ServicePlanDescription\": \"100 Mbps (without in-unit wired ports)\",\r\n            \"externalServicePlanID\": \"\",\r\n            \"SMSCode\": \"\",\r\n            \"ServicePlanImageURL\": \"https://s3.amazonaws.com/ui.us-east-1.dev.wifikey.io/roamingiq/speed1.png\",\r\n            \"TrialCycles\": 0,\r\n            \"BillingCycleHours\": 24,\r\n            \"Currencies\": [\r\n                \"USD\"\r\n            ],\r\n            \"BillingCyclePrice.USD\": 0,\r\n            \"BillingCycleRecurrence\": 1,\r\n            \"MaximumTrialCyclesPerSubscriberPerVenue\": -1,\r\n            \"MaximumFreeEnrollmentsPerSubscriberPerVenue\": -1,\r\n            \"SessionTimeoutSecondsPerDevice\": 3600\r\n        }\r\n    ],\r\n    \"Certificates\": [\r\n        {\r\n            \"Domain\": \"roamingiq.roamingiqtest.com\",\r\n            \"Name\": \"_52dcab11ae7542a0cc6ed8624661db45.roamingiq.roamingiqtest.com.\",\r\n            \"Type\": \"CNAME\",\r\n            \"Value\": \"_86a795e22d177e2b0ed55a2ac8ab47ad.gmyctcqpsg.acm-validations.aws.\",\r\n            \"ValidationStatus\": \"SUCCESS\"\r\n        }\r\n    ],\r\n    \"APIEndPoint\": \"https://api.roamingiqtest.com/v1\",\r\n    \"APIDoc\": {\r\n        \"OperatorConsole\": \"https://documenter.getpostman.com/view/10711528/2s9YywdeFH\"\r\n    },\r\n    \"SupportedLocales\": {\r\n        \"en-us\": \"English (US)\",\r\n        \"es-xl\": \"Spanish (Latin America)\"\r\n    },\r\n    \"errorProcessing\": false\r\n}"}],"_postman_id":"b63d3556-cb68-4681-a268-0dc353fee51a"},{"name":"configureOperator","event":[{"listen":"test","script":{"id":"9fff4aad-d98d-4e88-9010-9b05abea81f1","exec":[""],"type":"text/javascript"}}],"id":"bb975a6f-0d1a-48ba-9665-c37136eb204f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"origin","value":"{{SubscriberConsole}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"AccessToken\": \"{{AccessToken}}\",\n    // \"Domain\": \"devgj01.wifikey.link\",\n    // \"EmailFrom\":\"support@devgj01.com\",\n    // \"DomainAlias\":\"*.devgj01.com\",\n    // \"OperatorID\":\"<operatorid>\",\n    // \"NetworkOperatorName\": \"\",\n    // \"AddressLine1\": \"\",\n    // \"AddressLine2\": \"\",\n    // \"City\": \"\",\n    // \"State\": \"\",\n    // \"PostalCode\": \"\",\n    // \"Country\": \"\",\n    // \"EmailDomain\": \"devgj01.roamingiqtest.com\"\n    // \"DomainAlias\": \"\",\n    // \"WebhookURL\": \"\",\n    // \"SignOn\": {\n    //     \"Cognito\": {\n    //         \"CognitoPool_IdentityProvider\": {\n    //             \"ProviderName\": \"\",\n    //             \"MetadataURL\": \"\"\n    //         }\n    //     }\n    // },\n    // \"PMS\": {\n    //     \"RealPage\": {\n    //         \"RealPageURL\": \"\",\n    //         \"RealPageAPIKey\": \"\",\n    //         \"enableRealPageSync\": true\n    //     }\n    // },\n    // \"ServicePlanConfiguration\": {\n    //     \"DefaultServicePlanID_GlobalWirelessPlusLocalWiredAccess\": \"\",\n    //     \"DefaultServicePlanID_LocalWirelessAccess\": \"\"\n    // },\n    // \"NetworkConfiguration\": {\n    // \"MinimumAutoGeneratedVLAN_GlobalWirelessPlusLocalWiredAccess\": 2024,\n    //     \"MaximumAutoGeneratedVLAN_GlobalWirelessPlusLocalWiredAccess\": 2030\n    //     \"MinimumAutoGeneratedVLAN_LocalWirelessAccess\": 1,\n    //     \"MaximumAutoGeneratedVLAN_LocalWirelessAccess\": 4000,\n    //     \"MinimumAutoGeneratedVLAN_GlobalWirelessRoaming\": 1,\n    //     \"MaximumAutoGeneratedVLAN_GlobalWirelessRoaming\": 4000,\n    //     \"allowOverlappingSubscriptionWiredUnit\": false,\n    //     \"SourceIPRangeWhiteList\": [\n    //         \"0.0.0.0/0\"\n    //     ],\n    // \"GlobalSSID\": [\n    //     \"VAULT\",\n    //     \"VAUL2.4\"\n    // ]\n    // }\n    \"Notifications\": {\n        // \"WelcomeEmail_countdown_hours\": 0,\n        \"sendSubscriptionEndEmail\": false,\n        \"sendSubscriptionAddedEmail\": false,\n        \"supressSubscriberNotifications\": true\n        // \"Pinpoint\": {\n        //     \"PinpointID\": \"\"\n        // },\n        // \"SNS\": {\n        //     \"SMSConsolePhoneNumber\": \"\"\n        // },\n        // \"Notifications\": {\n        //     \"SES\": {\n        //         \"EmailFrom\": \"devgj01@wifikey.link\"\n        //     }\n        // }\n    }\n    // \"Reporting\": {\n    //     \"ReportingSubscriptionEnd_lookahead_hours\": 720,\n    //     \"ReportingSubscriptionEnd_frequency_hours\": 720\n    // },\n    // \"ShoppingCart\": {\n    //     \"enableShoppingCart\": true,\n    //     // \"ShoppingCartShortURL\": \"\",\n    // \"Stripe\": {\n    //     \"StripePublishableKey\": \"pk_test_51KtF46Jdtc4nKntTsVVsAxhfUZl3T3hNM5IdgqiziXQfxez06RAlk8uv6XkLNbb0BKzq6g9aZbpo5AORhFAG5DW200xKcgUxBt\",\n    //     \"Stripe_Secret_key\": \"sk_test_51KtF46Jdtc4nKntTXYw7gif3Gu1AKgSzeP4VfMOT9Z5hYMYGTk5ZfsuNL1rdEcjlG1IIiHH9f4oNRKfkqYBQMkMB00DuE9VaIX\",\n    //     \"Stripe_Webhook_signingsecret\": \"whsec_PVcq4VXkE3tsyyFVqedBKisD9LY3J9Jw\"\n    //     //     \"Stripe_allowrefund\": true\n    // }\n    //     \"MaximumTrialCyclesPerSubscriber\": -1,\n    //     \"MaximumFreeEnrollmentsPerSubscriber\": -1\n    // }\n    // \"TandC\": {\n    //     \"en-us\": \"<h1><strong>RoamingiQ, Inc. Acceptable Use Policy</strong></h1>\\n<p><strong>General Terms</strong></p>\\n<p>RoamingiQ, Inc. (“RoamingiQ”) has developed this Acceptable Use Policy (“AUP”) to encourage and promote the responsible use of RoamingiQ’s software including, without limitation, VAULT (“Service” or “Services”1). This document outlines acceptable use of the Service, as well as permissible and prohibited conduct for using the Service. These terms and conditions state important requirements regarding your use of the Service and your relationship with RoamingiQ or any of its affiliates. Please read them carefully. They contain important information regarding your rights and RoamingiQ’s rights.</p>\\n<p>By using the Service, you (the subscriber) and any other person using the service regardless of whether they are authorized by you or not (collectively “Users”) consent to be bound by the terms of this AUP. In the event that a User does not agree to these terms and conditions, then he or she may not use the Service and must terminate their use immediately.</p>\\n<p>RoamingiQ may revise this AUP without notice. Changes become effective upon posting on the Company’s website at <a href=\\\"http://www.loveyournetwork.com/mdu-aup-pdf\\\" target=\\\"_self\\\">www.roamingiq.com</a>. Use of the Service following posting of any modification shall be deemed acceptance of the changes. In the event that there is a conflict between any customer agreement and this document, then this AUP shall control. Complaints about violations or questions about this AUP should be sent to RoamingiQ in writing at:</p>\\n<p>RoamingiQ, Inc.</p>\\n<p>27 Renmar Avenue</p>\\n<p>Walpole, MA 02081</p>\\n<p>All Users are responsible for complying with the AUP and all other RoamingiQ policies. Users must also ensure that their devices are protected with up-to-date anti-virus software and a properly configured firewall.</p>\\n<p>Users are responsible for securing their computer and network equipment, such as wireless routers, so that they are not subject to external threats such as viruses, spam and other methods of intrusion. Users are also responsible for the security of any devices that directly or indirectly use the Service in any manner. This includes but is not limited to wireless devices and tablets, laptops, smart phones, wired and wireless home networking devices and game consoles.</p>\\n<p>1 For purposes of this Acceptable Use Policy, “Services” includes any facilities or services provided by RoamingiQ or its third-party vendors, suppliers, affiliates and contractors.</p>\\n<p>The failure of RoamingiQ or its suppliers to enforce this AUP, for whatever reason, shall not be construed as a waiver of any right. Users agree that if any portion of the AUP is held invalid or unenforceable, that portion will be construed consistent with applicable law as nearly as possible, and the remaining portions will remain in full force and effect.</p>\\n<p>The provisions of the AUP are not exhaustive. Conduct that violates law, regulation or accepted norms and ethics of the Internet community and the community at large is prohibited. RoamingiQ reserves the right to prohibit activities that damages the commercial reputation or goodwill of RoamingiQ or its affiliates, or affect the quality of RoamingiQ’s services or RoamingiQ’s ability to provide services.</p>\\n<p>Users agree to indemnify, defend and hold harmless RoamingiQ and its affiliates, suppliers, and agents against all costs, expenses, liabilities, damages and fees (including reasonable attorney’s fees) associated with any claim, action or suit resulting from User’s engaging in any of the prohibited activities in this AUP, resulting from a User’s violation of the AUP or of any other posted RoamingiQ policy related to the Service. A User’s indemnification obligation survives termination of the Customer Agreement.</p>\\n<p>You acknowledge that Internet sites, and use of the Internet, might consist of, include and/or provide access to images, sound, messages, text, services or their content and material that may be unsuitable for minors and that may be objectionable to adults. You acknowledge that RoamingiQ and its vendors are not responsible for any such content or material and agree that access to the same through use of the Service is at your sole risk. The reliability, availability, legality, performance and other aspects of resources accessed through the Internet are beyond RoamingiQ’s reasonable control and are not warranted or supported by RoamingiQ or its third-party contractors. You acknowledge that safeguards relative to copyright, ownership, appropriateness, reliability, legality, and integrity of content may be entirely lacking with respect to the Internet and content accessible through it. You confirm that you assume all risk and liability of any use of the Internet through your account, including, without limitation, by Users.</p>\\n<p><strong>Suspension, Restriction or Termination</strong><br>In the event that RoamingiQ determines, at its sole discretion, that any User has violated any element of this AUP, then RoamingiQ may restrict, suspend or terminate the Service. Users must also adhere to any policy set forth by another service provider accessed through the Service. Restrictions placed on the Service may include throttling or reducing the bandwidth available to a User, or disabling and/or deletion of a user’s account or access to the Service.</p>\\n<p>In the event that the Service is used in a way that RoamingiQ or its suppliers, in their sole and absolute discretion, believe violates this AUP, then RoamingiQ and its suppliers may take such responsive actions they deem appropriate. These actions may include, but are not limited to, temporary or permanent filtering of Internet transmissions and the immediate suspension or termination of all or any portion of the Service. RoamingiQ, its affiliates, suppliers and agents shall not have any liability for any of these responsive actions. These actions are not exclusive remedies, and RoamingiQ may take any other legal or technical action it deems appropriate.</p>\\n<p>In the event that RoamingiQ becomes aware of a violation of any applicable law, regulation or activity that exposes RoamingiQ to criminal or civil liability or exposes RoamingiQ’s Network, its customers or Users or their property to harm, RoamingiQ may suspend the Service or a User’s use of the Service without notice. RoamingiQ may take further action to eliminate or prevent future or repeated violations.</p>\\n<p>In the event that RoamingiQ identifies devices connected to the Service that are impacting it or are part of a “botnet” (machines hijacked by others to distribute malicious software or other forms of abuse), then RoamingiQ reserves the right to suspend or disconnect a User’s use of the Service without notice.</p>\\n<p>In no event will RoamingiQ be liable for any damages of any nature suffered by you, any subscriber, any User or any third party that result in whole or in part from RoamingiQ’s exercise of its rights under the AUP.</p>\\n<p><strong>Prohibited Content</strong><br><strong>In General:  </strong>The Service may only be used for lawful purposes. Users shall not use the Service to (a) transmit, distribute or store material that violates any applicable law or regulation, including export or encryption laws or regulations, (b) that may adversely impact the Service or other customers or other Users; or (c) that may expose RoamingiQ to civil or criminal liability.</p>\\n<p><strong>Child Pornography:  </strong>The Service shall not be used in any manner to publish, submit/receive, upload/download, post, use copy or otherwise produce, transmit or store child pornography. Suspected violations may be reported to RoamingiQ at: legal@roamingiq.com. RoamingiQ will report any discovered violations to the National Center for Missing and Exploited Children and will take steps and work with its third-party vendors to block access to that content or remove it from its or their servers.</p>\\n<p><strong>E-mail and Unsolicited Messages:  </strong>Users shall not use the Service to transmit or receive unsolicited bulk or commercial messages, including unsolicited e-mail/or collecting responses from unsolicited e-mail sent from accounts on other Internet hosts or e-mail services. Activities that have the effect of facilitating unsolicited commercial e-mail or unsolicited bulk email, whether or not the e-mail is commercial in nature, are prohibited. In addition Users shall not use the Service in order to (a) send e-mail messages which are excessive and/or intended to harass or annoy others, (b) contact through any form a recipient that has stated he/she does not wish to receive them, (c) forge TCP/IP packet header information on e-mail (d) send malicious e-mail, including without limitation, “mail-bombing,” (e) violate the use policies of any other Internet Service Provider, or (f) use an e-mail box exclusively to store data. Users may not reference RoamingiQ or any of its affiliates or parents (ex., RoamingiQ by including “Organization: RoamingiQ” in the header or by listing an IP address that belongs to RoamingiQ) in any unsolicited e-mail even if that e-mail is not sent through the Service. Any violation of the CAN-SPAM Act of 2003, or any other applicable law regulating e-mail services, constitutes a violation of this AUP.</p>\\n<p><strong>Fraudulent/Misleading Content:  </strong>Users shall not use the Service to transmit or distribute material containing fraudulent offers for goods or services, or any advertising or promotional materials that contain false, deceptive or misleading statements, claims, or representations. Users are also prohibited from submitting any false or inaccurate data on any form, contract or online application, including the fraudulent use of credit cards.</p>\\n<p><strong>Inappropriate Content: </strong> Users shall not transmit, store material or distribute inappropriate material, as reasonably determined by RoamingiQ, or material that is obscene (including, without limitation, child pornography), defamatory, libelous, harassing, vulgar, threatening, abusive, hateful, excessively violent or racially or ethnically offensive. Neither RoamingiQ nor any of its affiliates, suppliers, employees, vendors or agents has any obligation to monitor transmissions made on the Service. RoamingiQ, its affiliates, suppliers, employees, vendors or agents have the right to monitor these transmissions and postings from time to time for violations of this AUP and to disclose, block, or remove them in accordance with the Customer Agreement and any other applicable agreement or policies.</p>\\n<p><strong>Inappropriate Actions: </strong> Users shall not use the Service to engage in any activity that may be harmful to RoamingiQ’s Network or any third-party’s networks, systems, services or Web sites. Such actions include, but are not limited to flooding, mail bombing or denial of service attacks. Users are prohibited from violating or attempting to violate the security of the Network or Service or the computers, accounts, or networks of another party. Any activity that could be construed as an initial step toward a security violation is prohibited. Such actions include, but are not limited to, scanning, probing, or other forms of testing or information gathering activity. Civil or criminal liability may result from inappropriate activity. RoamingiQ will investigate such activity and may involve and cooperate with law enforcement authorities in prosecuting any party involved in such activity.</p>\\n<p><strong>Inappropriate Interaction with Minors: </strong> RoamingiQ complies with all applicable laws pertaining to the protection of minors, including when appropriate, reporting cases of child exploitation to the National Center for Missing and Exploited Children (<a href=\\\"http://www.ncmec.org/\\\" target=\\\"_self\\\">www.ncmec.org</a>).</p>\\n<p><strong>Intellectual Property: </strong> Material accessible through the Service may be subject to protection under privacy, publicity, or other personal rights and Intellectual Property rights including copyrights and laws protecting patents, trademarks, trade secrets or other proprietary information. Users shall not use the Service in any manner that infringes, dilutes, misappropriates or violates any such rights.</p>\\n<p><strong>Harmful Content:  </strong>Users shall not use the Service to transmit, distribute or store material that may be harmful to or interfere with the Services or the network of any third party, its system, web sites or services. Prohibited conduct includes, but is not limited to viruses, worms, Trojan horses, other harmful features or generating levels of traffic sufficient to impede others ability to send or retrieve information.</p>\\n<p><strong>Third-Party Rules; Usenet:</strong>  Users must abide by any rules, guidelines or agreements for any search engines, subscription Web services, chat areas, bulletin boards, Web pages, Usenet, or other services that are accessed through RoamingiQ’s Network and the Service.</p>\\n<p><strong>Network, Bandwidth, Data Storage and Other Limitations</strong> <br>Users must comply with all bandwidth and other limitations on the Service imposed by RoamingiQ or its suppliers, resellers, distributors, partners, or affiliates.</p>\\n<p>Users must not improperly restrict, inhibit or degrade any other User’s use of the Service nor represent (in the sole and absolute judgment of RoamingiQ and its vendors) an unusually large burden on RoamingiQ’s Network. In addition, Users must ensure that their activities do not improperly restrict, inhibit, disrupt, degrade or impede RoamingiQ’s ability to deliver and monitor the Service, backbone, network nodes and other/or other network Services.</p>\\n<p><strong>Copyright Infringement</strong></p>\\n<p>RoamingiQ and its affiliates are committed to complying with U.S. copyright and related laws, and require all subscribers and Users of RoamingiQ’s Network and the Service to comply with these laws. As a result, you may not store any material or content on, or disseminate any material or content over, the Service (or any part of the Service) in any manner that constitutes an infringement of third-party intellectual property rights, including rights granted by U.S. copyright law. Owners of copyrighted works who believe their rights have been infringed may take advantage of certain provisions of the Digital Millennium Copyright Act of 1998 (“DMCA”) to report alleged infringements. It is RoamingiQ’s policy in accordance with the DMCA and other applicable laws to reserve the right to terminate the Service of any subscriber or User who is either found to infringe third-party or intellectual property rights, or who RoamingiQ believes in its sole discretion is infringing these rights. RoamingiQ may terminate the Service at any time with or without notice for any affected subscriber or User.</p>\\n<p>Copyright owners may report alleged infringements of their works by sending RoamingiQ’s authorized agent a notification of claimed infringement that satisfies the requirements of the DMCA. Upon receipt of a satisfactory notice of claimed infringement, RoamingiQ will respond expeditiously to directly or indirectly disable access to the work(s). RoamingiQ will also notify the affected subscriber or User of the Service of the removal or disable of access to the work(s). If the affected subscriber or User believes in good faith that that the allegedly infringing works have been removed or blocked by mistake or misidentification, then that person may send RoamingiQ a counter notification. Upon receipt of a counter notification that satisfies the requirements of the DMCA, RoamingiQ will provide a copy of the counter notification to the person who sent the original notice claiming infringement and will follow the procedures in the DMCA for counter notifications. In all events, you expressly agree that RoamingiQ or its affiliates will not be a party to any disputes or lawsuits regarding alleged copyright infringement.</p>\\n<p>Copyright owners should send RoamingiQ a notification of claimed infringement to:</p>\\n<p>RoamingiQ, Inc.</p>\\n<p>27 Renmar Avenue</p>\\n<p>Walpole, MA 02081</p>\\n<p><a href=\\\"mailto:abuse@LoveYourNetwork.com\\\" target=\\\"_self\\\">legal@roamingiq.com</a></p>\\n<p>A form <strong>Notification of Claimed Infringement</strong> is attached to the end of this AUP.</p>\\n<p><strong>Access and Upgrades</strong></p>\\n<p>RoamingiQ may automatically check the version of the Customer Equipment and software you are running and may automatically download upgrades. In addition, RoamingiQ may check the health and status of your system to ensure that the configuration of your computer is optimized for use with the Service. By using the Service, you authorize all such access and upgrades.</p>\\n<p><strong>WARRANTIES AND LIMITATION OF LIABILITY</strong></p>\\n<p>YOU ACKNOWLEDGE AND AGREE THAT THE SERVICE SUPPLIED HEREUNDER IS PROVIDED ON AN “AS AVAILABLE” BASIS, WITH ALL FAULTS. EXCEPT AS OTHERWISE SET FORTH IN THIS AGREEMENT OR ANY MANUFACTURER’S WARRANTY FOR EQUIPMENT PROVIDED BY ROAMINGIQ TO YOU, ROAMINGIQ (AND ITS OFFICERS, EMPLOYEES, PARENT, SUBSIDIARIES AND AFFILIATES), ITS THIRD-PARTY LICENSORS, PROVIDERS, AND SUPPLIERS, INCLUDING GLOBAL SERVICE PROVIDERS, DISCLAIM ANY AND ALL WARRANTIES FOR THE SERVICE, WHETHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, ACCURACY, NON-INFRINGEMENT, NON-INTERFERENCE, TITLE, COMPATIBILITY OF COMPUTER SYSTEMS, INTEGRATION AND THOSE ARISING FROM COURSE OF DEALING, COURSE OF TRADE, OR ARISING UNDER STATUTE. NO ADVICE OR INFORMATION GIVEN BY ROAMINGIQ ARISING FROM COURSE OF DEALING, COURSE OR TRADE, OR ARISING UNDER STATUTE NO ADVICE OR INFORMATION GIVEN BY ROAMINGIQ OR ITS REPRESENTATIVES SHALL CREATE A WARRANTY. ROAMINGIQ TECHNICAL SUPPORT IS NOT WARRANTED.</p>\\n<p>ROAMINGIQ DOES NOT GUARANTEE OR WARRANT THAT SERVICE CAN BE PROVISIONED TO YOUR LOCATION OR THAT PROVISIONING WILL BE COMPLETED BY A SPECIFIED DATE, EVEN IF YOU ORDER HAS BEEN ACCEPTED. PROVISIONING IS SUBJECT TO FACILITY AVAILABILITY, OUR THIRD-PARTY VENDORS AND CONTRACTORS AND YOUR OWN COMPUTER/DEVICE CONFIGURATION AND CAPABILITIES.</p>\\n<p>ROAMINGIQ DOES NOT WARRANT THAT THE SERVICE OR EQUIPMENT IT PROVIDES, OR IS PROVIDED BY A THIRD-PARTY VENDOR, WILL PERFORM AT A PARTICULAR SPEED, BANDWIDTH OR DATA THROUGHPUT RATE, OR WILL BE UNINTERRUPTED, ERROR FREE, SECURE, OR FREE OF VIRUSES, WORMS OR THE LIKE. ROAMINGIQ WILL NOT BE LIABLE FOR LOSS OF YOUR DATA OR IF CHANGES IN OPERATION, PROCEDURES, OR SERVICES REQUIRE MODIFICATION OR ALTERATION OF YOUR EQUIPMENT, RENDER THE SAME OBSOLETE OR OTHERWISE AFFECT PERFORMANCE. NO WARRANTY IS MADE REGARDING ANY TRANSACTIONS EXECUTED USING THE SERVICE OR THE INTERNET. NO WARRANTY IS MADE REGARDING THE CONTENT AND INFORMATION ACCESSED BY USING THE SERVICE OR ANY LINKS DISPLAYED. YOU ASSUME ALL RISK AND RESPONSIBILITY FOR USE OF THE SERVICE AND THE INTERNET. DO NOT USE THE SERVICE IN ANY HIGH-RISK ACTIVITIES WHERE DAMAGE OR INJURY TO PERSON, PROPERTY OR ENVIRONMENT OR BUSINESS MAY RESULT IN THE EVENT OF AN ERROR.</p>\\n<p>IN NO EVENT SHALL ROAMINGIQ (OR ITS OFFICERS, EMPLOYEES, PARENT, SUBSIDIARIES, OR AFFILIATES), ITS THIRD-PARTY LICENSORS, PROVIDERS OR SUPPLIERS BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL, CONSEQUENTIAL OR INCIDENTAL DAMAGES, INCLUDING WITHOUT LIMITATION LOST PROFITS OR LOSS OF REVENUE OR DAMAGE TO DATA ARISING OUT OF THE USE, PARTIAL USE OR INABILITY TO USE THE SERVICE, REGARDLESS OF THE TYPE OF CLAIM OR NATURE OF THE CAUSE OF ACTION, INCLUDING WITHOUT LIMITATION THOSE ARISING UNDER CONTRACT, TORT, NEGLIGENCE OR STRICT LIABILITY, EVEN IF ROAMINGIQ HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH CLAIM OR DAMAGES OR ANY CLAIMS AGAINST YOU BY ANY PARTY FOR ANY CAUSE WHATSOEVER.</p>\\n<p>ALL LIMITATIONS AND DISCLAIMERS STATED IN THIS PARAGRAPH ALSO APPLY TO THIRD-PARTY LICENSORS, PROVIDERS AND SUPPLIERS, AS THIRD-PARTY BENEFICIARIES OF THIS AGREEMENT.</p>\\n<p>ANY RIGHTS OR LIMITS STATED HEREIN ARE THE MAXIMUM FOR WHICH ROAMINGIQ (AND ITS OFFICERS, EMPLOYEES, PARENT, SUBSIDIARIES, AND AFFILIATES), ROAMINGIQ’S THIRD PARTY LICENSORS, PROVIDERS AND SUPPLIERS ARE COLLECTIVELY RESPONSIBLE.</p>\\n<p>THE REMEDIES SET FORTH HERE ARE YOUR SOLE AND EXCLUSIVE REMEDIES. YOU MAY HAVE ADDITIONAL RIGHTS UNDER CERTAIN LAWS (SUCH AS CONSUMER LAWS), WHICH DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, OR THE EXCLUSION OR LIMITATION OF CERTAIN DAMAGES. IN THE EVENT THAT THESE LAWS APPLY, THEN OUR EXCLUSIONS OF LIMITATIONS MAY NOT APPLY TO YOU.</p>\\n<p>ROAMINGIQ RESERVES THE RIGHT TO PURSUE ANY AND ALL LEGAL AND EQUITABLE CLAIMS AGAINST YOU PERTAINING TO YOUR USE OR MISUSE OF THE SERVICE OR FOR THE BREACH OF THIS AUP AND/OR ANY APPLICABLE CUSTOMER AGREEMENT.</p>\\n<p>This Agreement shall be governed by and construed in accordance with the laws of the Commonwealth of Massachusetts and the parties agree that any action or proceeding with respect to this Agreement shall be brought in the Massachusetts Superior Court seated at Norfolk County.</p>\\n<p><strong>Notification of Claimed Infringement</strong></p>\\n<p>Date:  ______________________</p>\\n<p>FAX:  774-215-0494</p>\\n<p>Attention:  RoamingiQ, Inc. Legal Department</p>\\n<p>Mail:  RoamingiQ, Inc.</p>\\n<p>27 Renmar Avenue</p>\\n<p>Walpole, MA 02081</p>\\n<p>I, the undersigned, CERTIFY UNDER PENALTY OF PERJURY, that I am the owner or an agent authorized to act on behalf of the owner of certain U.S. copyright rights, the owner being named _______________________________________________ (the “Copyright Owner”). I have a good faith belief that the materials identified in the Addendum attached to this Notification of Claimed Infringement are not authorized by the Copyright Owner, its agent, or the law and therefore infringe the Copyright Owner’s rights according to U.S. law. Kindly act expeditiously to remove or disable access to the materials claimed to be infringing as identified in the attached Addendum.</p>\\n<p><strong>You may contact me at:</strong></p>\\n<p>Printed Name:  _____________________________________________________________</p>\\n<p>Title:  _____________________________________________________________________</p>\\n<p>Company:  ________________________________________________________________</p>\\n<p>Address:  _________________________________________________________________</p>\\n<p>City, State, Zip:  ____________________________________________________________</p>\\n<p>E-mail:  ___________________________________________________________________</p>\\n<p>Telephone:  _______________________________________________________________</p>\\n<p>Fax:  _____________________________________________________________________</p>\\n<p><strong>I further certify that the information is accurate contained in this Notification of Infringement and the Addendum.</strong></p>\\n<p>Truthfully,</p>\\n<p>Signature:  _____________________________________________________________</p>\\n<p>Printed Name:  _________________________________________________________</p>\\n<p><strong>Addendum to Notification of Claimed Infringement</strong></p>\\n<p>List of Allegedly Infringing Materials</p>\\n<p>Name of Copyright Owner:  _____________________________________________</p>\\n<p>Date of Claim:  _________________________________________________________</p>\\n<p><strong>Material</strong></p>\\n<p>Name of Work:  ________________________________________________________</p>\\n<p>Format of Work:  _______________________________________________________</p>\\n<p>Location of Work:  ______________________________________________________</p>\\n<p>Size of Work:  __________________________________________________________</p>\\n<p>IP Address:  ____________________________________________________________</p>\\n<p>Date/Time:  ____________________________________________________________</p>\\n<p><strong>Material</strong></p>\\n<p>Name of Work:  ________________________________________________________</p>\\n<p>Format of Work:  _______________________________________________________</p>\\n<p>Location of Work:  ______________________________________________________</p>\\n<p>Size of Work:  __________________________________________________________</p>\\n<p>IP Address:  ____________________________________________________________</p>\\n<p>Date/Time:  ____________________________________________________________</p>\\n<p><strong>Material</strong></p>\\n<p>Name of Work:  ________________________________________________________</p>\\n<p>Format of Work:  _______________________________________________________</p>\\n<p>Location of Work:  ______________________________________________________</p>\\n<p>Size of Work:  __________________________________________________________</p>\\n<p>IP Address:  ____________________________________________________________</p>\\n<p>Date/Time:  ____________________________________________________________</p>\\n<p><strong>Material</strong></p>\\n<p>Name of Work:  ________________________________________________________</p>\\n<p>Format of Work:  _______________________________________________________</p>\\n<p>Location of Work:  ______________________________________________________</p>\\n<p>Size of Work:  __________________________________________________________</p>\\n<p>IP Address:  ____________________________________________________________</p>\\n<p>Date/Time:  ____________________________________________________________</p>\\n<p>Please review and accept the terms of use to enable your Wi-Fi access.</p>\\n\",\n    //     \"es-xl\": \"<h1><strong>RoamingiQ, Inc. Pol&iacute;tica de uso aceptable (AUP)</strong></h1>\\n<p>&nbsp;</p>\\n<p><strong>T&eacute;rminos Generales</strong></p>\\n<p>RoamingiQ, Inc. (\\\"RoamingiQ\\\") ha desarrollado esta Pol&iacute;tica de uso aceptable (\\\"AUP\\\") para fomentar y promover el uso responsable del software de RoamingiQ, incluyendo, pero no limitado a, VAULT (\\\"Servicio\\\" o \\\"Servicios\\\"<sup>1</sup>). Este documento describe el uso aceptado del Servicio, as&iacute; como las conductas permitidas y prohibidas de su uso. Estos t&eacute;rminos y condiciones establecen requisitos importantes con respecto al uso del Servicio y su relaci&oacute;n con RoamingiQ o cualquiera de sus afiliados. Por favor, l&eacute;alas cuidadosamente. Contienen informaci&oacute;n importante sobre sus derechos y los derechos de RoamingiQ.</p>\\n<p>&nbsp;</p>\\n<p>Al usar el Servicio, usted (el suscriptor) y cualquier otra persona que use el servicio, independientemente de si est&aacute;n autorizados por usted o no (los \\\"Usuarios\\\") aceptan estar sujetos a los t&eacute;rminos de esta PUA. En caso de que un Usuario no est&eacute; de acuerdo con estos t&eacute;rminos y condiciones, no podr&aacute; usar el Servicio y deber&aacute; terminar de inmediato.</p>\\n<p>&nbsp;</p>\\n<p>RoamingiQ puede modificar esta AUP sin previo aviso. Los cambios entran en vigor al momento de ser publicados en la p&aacute;gina web de la Compa&ntilde;&iacute;a en <a href=\\\"http://www.roamingiq.com\\\">www.roamingiq.com</a> . El uso del Servicio despu&eacute;s de la publicaci&oacute;n de cualquier modificaci&oacute;n se considerar&aacute; como aceptaci&oacute;n de los cambios. En caso de que haya un conflicto entre cualquier acuerdo con el cliente y este documento, prevalecer&aacute; esta &ldquo;AUP&rdquo;. Las quejas sobre infracciones o preguntas sobre esta AUP deben enviarse a RoamingiQ por escrito a:</p>\\n<p>&nbsp;</p>\\n<p>RoamingiQ, Inc.</p>\\n<p>27 Renmar Avenue</p>\\n<p>Walpole, MA 02081</p>\\n<p>&nbsp;</p>\\n<p>Los Usuarios son responsables de cumplir con la AUP y las dem&aacute;s pol&iacute;ticas de RoamingiQ. Los usuarios tambi&eacute;n deben asegurarse de que sus dispositivos est&eacute;n protegidos con un software antivirus actualizado y un firewall configurado correctamente.</p>\\n<p>&nbsp;</p>\\n<p>Los usuarios son responsables de proteger su computadora y equipos de red, como enrutadores inal&aacute;mbricos, para que no est&eacute;n sujetos a amenazas externas como virus, spam y otros m&eacute;todos de intrusi&oacute;n. Los usuarios tambi&eacute;n son responsables de la seguridad de cualquier dispositivo que directa o indirectamente use el Servicio de cualquier manera. Esto incluye, pero no est&aacute; limitado a dispositivos inal&aacute;mbricos y tabletas, computadoras port&aacute;tiles, tel&eacute;fonos inteligentes, dispositivos de redes dom&eacute;sticas al&aacute;mbricas e inal&aacute;mbricas, consolas de juegos.</p>\\n<p>&nbsp;</p>\\n<p><sup>1</sup> Para fines de esta Pol&iacute;tica de uso aceptable, \\\"Servicios\\\" incluye cualquier instalaci&oacute;n o servicio proporcionado por RoamingiQ, sus proveedores, afiliados o contratistas externos.</p>\\n<p>En el evento que RoamingiQ o sus proveedores no hagan cumplir esta AUP, por cualquier motivo, no significa que renuncia a ning&uacute;n derecho. Los usuarios aceptan que, si alguna parte de la AUP se considera inv&aacute;lida o inaplicable, esa parte se interpretar&aacute; de acuerdo con la ley aplicable en la medida de lo posible, y las partes restantes permanecer&aacute;n en pleno vigor y efecto.</p>\\n<p>&nbsp;</p>\\n<p>Las disposiciones de esta AUP no son exhaustivas. Cualquier conducta que viole la ley, el reglamento o las normas aceptadas y la &eacute;tica de la comunidad de Internet y la comunidad en general est&aacute;n prohibida. RoamingiQ se reserva el derecho de rechazar actividades que da&ntilde;en la reputaci&oacute;n comercial o la buena voluntad de RoamingiQ o sus afiliados, o que afecten la calidad de los servicios de RoamingiQ o la capacidad de RoamingiQ para brindar servicios.</p>\\n<p>&nbsp;</p>\\n<p>Los usuarios aceptan indemnizar, defender y eximir de responsabilidad a RoamingiQ y sus afiliados, proveedores y agentes contra todos los costos, gastos, responsabilidades, da&ntilde;os y honorarios (incluidos los honorarios razonables de abogados) asociados con cualquier reclamo, acci&oacute;n o juicio que resulte de la participaci&oacute;n del Usuario en cualquiera de las actividades prohibidas en esta AUP, como resultado de la violaci&oacute;n de la AUP por parte del Usuario o de cualquier otra pol&iacute;tica de RoamingiQ publicada relacionada con el Servicio. La obligaci&oacute;n de indemnizaci&oacute;n por parte del Usuario contin&uacute;a vigente aun despu&eacute;s de la terminaci&oacute;n del Acuerdo del Cliente.</p>\\n<p>&nbsp;</p>\\n<p>Usted reconoce que los sitios de Internet y el uso de Internet conlleva la posibilidad de proporcionar acceso a im&aacute;genes, sonido, mensajes, texto, servicios o su contenido y material que puede ser inadecuado para menores u objetable para adultos. Usted reconoce que RoamingiQ y sus proveedores no son responsables de dicho contenido o material y acepta que el acceso al mismo mediante el uso del Servicio es bajo su propio riesgo. La confiabilidad, disponibilidad, legalidad, rendimiento y otros aspectos de los recursos a los que se accede a trav&eacute;s de Internet est&aacute;n m&aacute;s all&aacute; del control razonable de RoamingiQ y no est&aacute;n garantizados ni respaldados por RoamingiQ o sus contratistas externos. Usted reconoce que las garant&iacute;as relativas a los derechos de autor, la propiedad, la adecuaci&oacute;n, la confiabilidad, la legalidad y la integridad del contenido pueden faltar por completo con respecto a Internet y el contenido accesible a trav&eacute;s de este. Usted confirma que asume todos los riesgos y responsabilidades de cualquier uso de Internet a trav&eacute;s de su cuenta, incluidos, entre otros, los Usuarios.</p>\\n<p>&nbsp;</p>\\n<p><strong>Suspensi&oacute;n, Restricci&oacute;n o Terminaci&oacute;n del Servicio</strong><br />En caso de que RoamingiQ determine, a su entera discreci&oacute;n, que alg&uacute;n Usuario ha violado alg&uacute;n elemento de esta PUA, entonces RoamingiQ puede restringir, suspender o cancelar el Servicio. Los usuarios tambi&eacute;n deben cumplir con cualquier pol&iacute;tica establecida por otro proveedor de servicios al que se acceda a trav&eacute;s del Servicio. Las restricciones impuestas al Servicio pueden incluir la limitaci&oacute;n o reducci&oacute;n del ancho de banda disponible para un Usuario o la desactivaci&oacute;n y/o eliminaci&oacute;n de la cuenta de un usuario o el acceso al Servicio.</p>\\n<p>&nbsp;</p>\\n<p>En el caso de que el Servicio se use de una manera que RoamingiQ o sus proveedores, a su exclusivo y absoluto criterio, crean que viola esta AUP, entonces RoamingiQ y sus proveedores pueden tomar las medidas de respuesta que consideren apropiadas. Estas acciones pueden incluir, entre otras, el filtrado temporal o permanente de las transmisiones de Internet y la suspensi&oacute;n o terminaci&oacute;n inmediata de todo o parte del Servicio. RoamingiQ, sus afiliados, proveedores y agentes no tendr&aacute;n ninguna responsabilidad por ninguna de estas acciones de respuesta. Estas acciones no son recursos exclusivos, y RoamingiQ puede tomar cualquier otra acci&oacute;n legal o t&eacute;cnica que considere apropiada.</p>\\n<p>&nbsp;</p>\\n<p>En caso de que RoamingiQ se d&eacute; cuenta de una violaci&oacute;n de cualquier ley, regulaci&oacute;n o actividad aplicable que exponga a RoamingiQ a responsabilidad penal o civil o exponga a da&ntilde;os a la Red de RoamingiQ, sus clientes o Usuarios o su propiedad, RoamingiQ puede suspender el Servicio o el uso de un Usuario. del Servicio sin previo aviso. RoamingiQ puede tomar medidas adicionales para eliminar o prevenir infracciones futuras o repetidas.</p>\\n<p>&nbsp;</p>\\n<p>En el caso de que RoamingiQ identifique dispositivos conectados al Servicio que lo est&eacute;n afectando o sean parte de una \\\"botnet\\\" (m&aacute;quinas secuestradas por otros para distribuir software malicioso u otras formas de abuso), RoamingiQ se reserva el derecho de suspender o desconectar el servicio de un Usuario. uso del Servicio sin previo aviso.</p>\\n<p>&nbsp;</p>\\n<p>En ning&uacute;n caso, RoamingiQ ser&aacute; responsable de los da&ntilde;os de cualquier naturaleza sufridos por usted, cualquier suscriptor, cualquier Usuario o cualquier tercero que resulten, en su totalidad o en parte, del ejercicio de RoamingiQ de sus derechos en virtud de la PUA.</p>\\n<p>&nbsp;</p>\\n<p><strong>Contenido prohibido</strong><br /><br /></p>\\n<p><strong>Generalidades:&nbsp; </strong>El Servicio solo se puede utilizar para fines l&iacute;citos. Los usuarios no deben usar el Servicio para: (a) Transmitir, distribuir o almacenar material que viole cualquier ley o regulaci&oacute;n, incluyendo las leyes o normas de exportaci&oacute;n o encriptado, (b) Afectar negativamente al Servicio, otros clientes u otros Usuarios; ni (c) Exponer RoamingiQ a responsabilidades civiles o penales.</p>\\n<p>&nbsp;</p>\\n<p><strong>Pornograf&iacute;a infantil: </strong>El Servicio no puede ser utilizado, de ninguna manera, para publicar, enviar/recibir, cargar/descargar, publicar, usar copias o producir, transmitir o almacenar pornograf&iacute;a infantil. Las presuntas infracciones se pueden informar a RoamingiQ por correo electr&oacute;nico a: legal@roamingiq.com. RoamingiQ informar&aacute; cualquier infracci&oacute;n descubierta al Centro Nacional para Ni&ntilde;os Desaparecidos y Explotados y tomar&aacute; medidas y trabajar&aacute; con sus proveedores externos para bloquear el acceso a ese contenido o eliminarlo de sus servidores.</p>\\n<p>&nbsp;</p>\\n<p><strong>Correo electr&oacute;nico y mensajes indeseados: &nbsp;</strong>Los usuarios no deben utilizar el Servicio para transmitir o recibir mensajes masivos o comerciales no solicitados, incluidos correos electr&oacute;nicos no solicitados o recopilar respuestas de correos electr&oacute;nicos no solicitados enviados desde cuentas en otros hosts de Internet o servicios de correo electr&oacute;nico. Est&aacute;n prohibidas las actividades que tengan el efecto de facilitar correo electr&oacute;nico comercial no solicitado o correo electr&oacute;nico masivo no solicitado, ya sea que el correo electr&oacute;nico sea de naturaleza comercial o no. Adem&aacute;s, los Usuarios no utilizar&aacute;n el Servicio para (a) enviar mensajes de correo electr&oacute;nico excesivos y/o destinados a acosar o molestar a otros, (b) contactar a trav&eacute;s de cualquier formulario con un destinatario que haya declarado que no desea para recibirlos, (c) falsificar informaci&oacute;n de encabezado de paquete TCP/IP en el correo electr&oacute;nico (d) enviar correo electr&oacute;nico malicioso, incluido, entre otros, \\\"bombardeo de correo\\\", (e) violar las pol&iacute;ticas de uso de cualquier otro proveedor de servicios de Internet , o (f) utilizar un buz&oacute;n de correo electr&oacute;nico exclusivamente para almacenar datos. Los usuarios no pueden hacer referencia a RoamingiQ ni a ninguno de sus afiliados o padres (p. ej., RoamingiQ al incluir \\\"Organizaci&oacute;n: RoamingiQ\\\" en el encabezado o al incluir una direcci&oacute;n IP que pertenece a RoamingiQ) en ning&uacute;n correo electr&oacute;nico no solicitado, incluso si ese correo electr&oacute;nico no se env&iacute;a a trav&eacute;s del Servicio. Cualquier violaci&oacute;n de la Ley CAN-SPAM de 2003, o cualquier otra ley aplicable que regule los servicios de correo electr&oacute;nico, constituye una violaci&oacute;n de esta PUA.</p>\\n<p>&nbsp;</p>\\n<p><strong>Contenidos fraudulentos y enga&ntilde;osos:</strong> Los usuarios no pueden utilizar el Servicio para transmitir o distribuir material que contenga ofertas de bienes o servicios fraudulentas, o cualquier material publicitario o promocional que contenga declaraciones, afirmaciones o representaciones falsas o enga&ntilde;osas. Asimismo, se proh&iacute;be a los usuarios proporcionar datos falsos o inexactos en cualquier forma, contrato, solicitud en l&iacute;nea u otros, incluido el uso fraudulento de tarjetas de cr&eacute;dito.</p>\\n<p>&nbsp;</p>\\n<p><strong>Contenido inapropiado: </strong>&nbsp;Est&aacute; prohibido que los usuarios no transmitan, almacenen ni distribuyan material inapropiado, de acuerdo a determinaci&oacute;n razonable de RoamingiQ, ni material obsceno (incluyendo entre otros, pornograf&iacute;a infantil), difamatorio, calumnioso, acosador, vulgar, amenazante, abusivo, odioso, excesivamente violento, con contenido racial o &eacute;tnicamente ofensivo. Ni RoamingiQ ni ninguno de sus afiliados, proveedores, empleados, vendedores o agentes tiene obligaci&oacute;n alguna de monitorear las transmisiones realizadas en el Servicio. RoamingiQ, sus afiliados, proveedores, empleados, vendedores o agentes tienen el derecho de monitorear estas transmisiones y publicaciones de vez en cuando en busca de violaciones de esta AUP y divulgarlas, bloquearlas o eliminarlas como se estipula en el Acuerdo del Cliente y cualquier otra pol&iacute;tica o acuerdo aplicable.</p>\\n<p>&nbsp;</p>\\n<p><strong>Comportamiento Inapropiado: </strong>&nbsp;Los usuarios no pueden utilizar el Servicio para participar en ninguna actividad que pueda ser da&ntilde;ina para la red de RoamingiQ o las redes, sistemas, servicios o sitios web de terceros. Estas acciones incluyen, pero no se limitan a inundaciones, bombardeos por correo o ataques de denegaci&oacute;n de servicio. Los usuarios tienen prohibido intentar violar o violar la seguridad de la Red o el Servicio o las computadoras, cuentas o redes de otro usuario o componente de la red. Se proh&iacute;be cualquier actividad que pueda ser interpretada como un paso inicial hacia una violaci&oacute;n de seguridad. Dichas acciones incluyen, pero no se limitan a, escanear u otras formas de sondeo, prueba o actividad de recopilaci&oacute;n de informaci&oacute;n. Cualquier actividad inapropiada puede resultar en responsabilidad civil o penal. RoamingiQ har&aacute; investigaciones de dicha actividad y puede involucrar y cooperar con las autoridades policiales en el enjuiciamiento de cualquier parte involucrada.</p>\\n<p>&nbsp;</p>\\n<p><strong>Comportamiento inapropiado con menores de edad: </strong>&nbsp;RoamingiQ cumple con todas las leyes aplicables relacionadas con la protecci&oacute;n de menores, incluyendo, si es del caso, la denuncia de explotaci&oacute;n infantil al Centro Nacional para Ni&ntilde;os Desaparecidos y Explotados (<a href=\\\"http://www.ncmec.org\\\">www.ncmec.org</a>).</p>\\n<p>&nbsp;</p>\\n<p><strong>Propiedad intelectual: </strong>El material accesible a trav&eacute;s del Servicio puede estar protegido por derechos de privacidad, publicidad, otros derechos personales o derechos de propiedad intelectual, incluidos los derechos de autor y las leyes que protegen patentes, marcas registradas, secretos comerciales u otras formas de propiedad de informaci&oacute;n. Los usuarios no pueden utilizar el Servicio de ninguna manera que infrinja, diluya, se apropie indebidamente o viole dichos derechos o propiedades.</p>\\n<p>&nbsp;</p>\\n<p><strong>Contenido da&ntilde;ino o peligroso: &nbsp;</strong>El Servicio no puede ser utilizado por los usuarios para transmitir, distribuir o almacenar material que pueda da&ntilde;ar o interferir con los Servicios o la red de un tercero, su sistema, sitios web o servicios similares. La conducta prohibida incluye, entre otros, virus, gusanos, caballos de Troya u otras caracter&iacute;sticas da&ntilde;inas, o generar niveles de tr&aacute;fico capaces de impedir que otros env&iacute;en o reciban informaci&oacute;n.</p>\\n<p><strong>&nbsp;</strong></p>\\n<p><strong>Reglas frente a terceros; Usenet:</strong> &nbsp;Los usuarios deben cumplir con las reglas, pautas o acuerdos de cualquier m&aacute;quina de b&uacute;squeda, servicios de suscripci&oacute;n en la web, &aacute;reas de charla (Chat), tablones de anuncios, p&aacute;ginas web, Usenet u otros servicios como este, a los que se acceda a trav&eacute;s del Servicio de RoamingiQ y su red.</p>\\n<p>&nbsp;</p>\\n<p><strong>Red, ancho de banda, almacenamiento de datos y otras limitaciones</strong><br />Los usuarios deben respetar el ancho de banda y otros bordes o fronteras del Servicio impuestas por RoamingiQ o sus proveedores, vendedores, distribuidores, socios o afiliados.</p>\\n<p>&nbsp;</p>\\n<p>Los usuarios no deben restringir, inhibir o degradar indebidamente el Servicio de otros usuarios ni presentar una carga inusualmente grande (a juicio &uacute;nico y absoluto de RoamingiQ y sus proveedores) a la red de RoamingiQ. Igualmente, los Usuarios deben asegurarse de que sus actividades no restrinjan, inhiban, interrumpan, degraden o impidan indebidamente la capacidad de RoamingiQ para entregar y monitorear el Servicio, la red troncal, los nodos de la red y otros Servicios de la red.</p>\\n<p>&nbsp;</p>\\n<p><strong>Infracci&oacute;n contra derechos de autor</strong></p>\\n<p>RoamingiQ y sus afiliados se comprometen a cumplir con los derechos de autor en EE. UU. y las leyes relacionadas, y exigen que todos los suscriptores y Usuarios de la Red y el Servicio de RoamingiQ cumplan con estas leyes. Como resultado, no puede almacenar ning&uacute;n material o contenido, ni difundir ning&uacute;n material o contenido en el Servicio (o cualquier parte del Servicio) de ninguna manera que constituya una infracci&oacute;n de los derechos de propiedad intelectual de terceros, incluidos los derechos otorgados por la ley de derechos de autor de EE. UU. Los propietarios de obras protegidas por derechos de autor que crean que se han infringido sus derechos, pueden usar las disposiciones de la Ley de derechos de autor del milenio digital de 1998 (\\\"DMCA\\\") para denunciar las supuestas infracciones. Es pol&iacute;tica de RoamingiQ, de acuerdo con la DMCA y otras leyes aplicables, reservarse el derecho de cancelar el Servicio de cualquier suscriptor o Usuario que infrinja los derechos de propiedad intelectual de RoamingIQ o de terceros, o que RoamingiQ crea, a su entera discreci&oacute;n, que est&aacute; infringiendo estos derechos. RoamingiQ puede rescindir el Servicio en cualquier momento con o sin previo aviso para cualquier suscriptor o Usuario implicado.</p>\\n<p>&nbsp;</p>\\n<p>Los propietarios de los derechos de autor pueden denunciar supuesta infracci&oacute;n a su obra, enviando una notificaci&oacute;n de la supuesta infracci&oacute;n, que cumpla con los requisitos de la DMCA, al agente autorizado de RoamingiQ. Al recibir aviso apropiado de la infracci&oacute;n reclamada, RoamingiQ responder&aacute; de manera expedita para deshabilitar directa o indirectamente el acceso a la(s) obra(s). RoamingiQ tambi&eacute;n notificar&aacute; al suscriptor o Usuario del Servicio implicado, sobre la eliminaci&oacute;n o inhabilitaci&oacute;n del acceso a la(s) obra(s). Si el suscriptor o Usuario implicado, cree de buena fe que las obras presuntamente infractoras han sido eliminadas o bloqueadas por error o identificaci&oacute;n err&oacute;nea, entonces esa persona puede enviar a RoamingiQ una contra-notificaci&oacute;n. Al recibir una contranotificaci&oacute;n que cumpla con los requisitos de la DMCA, RoamingiQ proporcionar&aacute; una copia de la contranotificaci&oacute;n a la persona que envi&oacute; el reclamo de infracci&oacute;n original y seguir&aacute; los procedimientos de la DMCA para las contranotificaciones. En todos los casos, usted acepta expresamente que RoamingiQ o sus afiliados no ser&aacute;n parte de ninguna disputa o demanda relacionada con una supuesta infracci&oacute;n de derechos de autor.</p>\\n<p>Los propietarios de los derechos de autor deben enviar las notificaciones de supuesta infracci&oacute;n a:</p>\\n<p>&nbsp;</p>\\n<p>RoamingiQ, Inc.</p>\\n<p>27 Renmar Avenue</p>\\n<p>Walpole, MA 02081</p>\\n<p><a href=\\\"mailto:abuse@LoveYourNetwork.com\\\">legal@roamingiq.com</a></p>\\n<p>&nbsp;</p>\\n<p>Al final de esta AUP se anexa un formato de <strong>Notificaci&oacute;n de reclamo de infracci&oacute;n a derechos de autor</strong></p>\\n<p>&nbsp;</p>\\n<p><strong>Actualizaciones y acceso al equipo de usuario</strong></p>\\n<p>RoamingiQ puede verificar autom&aacute;ticamente la versi&oacute;n del Equipo del Cliente y el software que est&aacute; corriendo, y puede descargar actualizaciones autom&aacute;ticamente. RoamingiQ puede tambi&eacute;n, verificar la salud y el estado de su sistema para garantizar que la configuraci&oacute;n de su computadora est&eacute; optimizada para el uso del Servicio. Al usar el Servicio, usted autoriza estos accesos y actualizaciones.</p>\\n<p>&nbsp;</p>\\n<p><strong>RESPONSABILIDAD LIMITADA Y GARANT&Iacute;AS</strong></p>\\n<p>USTED RECONOCE Y ACEPTA QUE EL SERVICIO AQU&Iacute; SUMINISTRADO SE PROPORCIONA &ldquo;TAL CUAL&rdquo; O \\\"SEG&Uacute;N DISPONIBILIDAD\\\", CON TODOS LAS FALLAS QUE PUEDA TENER. SALVO QUE SE ESTABLEZCA LO CONTRARIO EN ESTE ACUERDO O EN LA GARANT&Iacute;A DE CUALQUIER FABRICANTE PARA EL EQUIPO PROPORCIONADO A USTED POR ROAMINGIQ. ROAMINGIQ (Y SUS FUNCIONARIOS, EMPLEADOS, COMPA&Ntilde;&Iacute;A MATRIZ, SUBSIDIARIOS Y AFILIADOS), SUS TERCEROS LICENCIADORES, SURTIDORES Y PROVEEDORES, INCLUYENDO PROVEEDORES DE SERVICIOS GLOBALES , RENUNCIA A TODAS LAS GARANT&Iacute;AS DE SERVICIO, YA SEA EXPRESA O IMPL&Iacute;CITA, INCLUYENDO, ENTRE OTRAS, LAS GARANT&Iacute;AS IMPL&Iacute;CITAS DE COMERCIALIZACI&Oacute;N Y APTITUD PARA UN PROP&Oacute;SITO EN PARTICULAR, DE PRECISI&Oacute;N, DE NO INFRACCI&Oacute;N, DE NO INTERFERENCIA, DE T&Iacute;TULO, DE COMPATIBILIDAD DE LOS SISTEMAS DE INFORMACI&Oacute;N, DE INTEGRACI&Oacute;N Y CON RESPECTO A AQUELLAS GARANTIAS QUE SURJAN EN EL CURSO DE LA NEGOCIACI&Oacute;N, DEL CURSO DEL NEGOCIO, O QUE SE DERIVEN DE UN ESTATUTO. NING&Uacute;N CONSEJO O INFORMACI&Oacute;N DADO POR ROAMINGIQ QUE SURJA EN EL CURSO DE UNA NEGOCIACI&Oacute;N, ENTRENAMIENTO O COMERCIO, O QUE SURJA DE UN ESTATUTO, NING&Uacute;N CONSEJO O INFORMACI&Oacute;N DADO POR ROAMINGIQ O SUS REPRESENTANTES CONSTITUIR&Aacute; UNA GARANT&Iacute;A. EL SOPORTE T&Eacute;CNICO DE ROAMINGIQ NO EST&Aacute; GARANTIZADO.</p>\\n<p>&nbsp;</p>\\n<p>ROAMINGIQ NO GARANTIZA QUE EL SERVICIO PUEDA SER PRESTADO EN LA UBICACI&Oacute;N DEL USUARIO O QUE LA ENTREGA O INSTALACI&Oacute;N SE COMPLETAR&Aacute; EN UNA FECHA ESPEC&Iacute;FICA, INCLUSO SI SU PEDIDO HA SIDO ACEPTADO. EL APROVISIONAMIENTO EST&Aacute; SUJETO A LA DISPONIBILIDAD DE LAS INSTALACIONES, DE NUESTROS VENDEDORES Y CONTRATISTAS, Y A LA CONFIGURACI&Oacute;N Y CAPACIDADES DE SU PROPIA COMPUTADORA O DISPOSITIVO.</p>\\n<p>&nbsp;</p>\\n<p>ROAMINGIQ NO GARANTIZA QUE EL SERVICIO O EL EQUIPO QUE PROPORCIONA, O QUE SEA PROPORCIONADO POR UN PROVEEDOR EXTERNO, FUNCIONAR&Aacute; A UNA DETERMINADA VELOCIDAD, ANCHO DE BANDA O TASA DE TRANSPORTE DE DATOS, O QUE TRABAJAR&Aacute; DE FORMA ININTERRUMPIDA, SIN ERRORES, O ESTARA SEGURO O LIBRE DE VIRUS, GUSANOS O SIMILARES. ROAMINGIQ NO SER&Aacute; RESPONSABLE POR CUALQUIER P&Eacute;RDIDA DE LOS DATOS DE LOS USUARIOS O SI LOS CAMBIOS EN LA OPERACI&Oacute;N, LOS PROCEDIMIENTOS O LOS SERVICIOS REQUIEREN LA MODIFICACI&Oacute;N O ALTERACI&Oacute;N DE SU EQUIPO, LO DEJEN OBSOLETO O AFECTEN EL RENDIMIENTO DE ALG&Uacute;N OTRO MODO. NO SE OTORGA NINGUNA GARANT&Iacute;A CON RESPECTO A TRANSACCIONES EJECUTADAS UTILIZANDO EL SERVICIO O LA INTERNET. NO OFRECE NINGUNA GARANT&Iacute;A CON RESPECTO AL CONTENIDO Y LA INFORMACI&Oacute;N A LA QUE SE ACCEDE MEDIANTE EL USO DEL SERVICIO O CUALQUIER ENLACE (DIRECCION DE INTERNET) MOSTRADO. USTED ASUME TODO RIESGO Y RESPONSABILIDAD POR EL USO DEL SERVICIO E INTERNET. NO UTILICE EL SERVICIO EN NINGUNA ACTIVIDAD QUE, EN CASO DE ERROR, PUEDAN RESULTAR DE ALTO RIESGO DE DA&Ntilde;OS O LESIONES A PERSONAS, PROPIEDAD, MEDIO AMBIENTE O NEGOCIOS.</p>\\n<p>&nbsp;</p>\\n<p>EN NING&Uacute;N CASO ROAMINGIQ (O SUS FUNCIONARIOS, EMPLEADOS, CASA MATRIZ, SUBSIDIARIAS O AFILIADOS), SUS TERCEROS LICENCIADORES, PROVEEDORES O DISTRIBUIDORES SER&Aacute;N RESPONSABLES DE CUALQUIER DA&Ntilde;O DIRECTO, INDIRECTO, ESPECIAL, CONSECUENTE O INCIDENTAL, INCLUYENDO SIN LIMITACI&Oacute;N LA P&Eacute;RDIDA DE BENEFICIOS O P&Eacute;RDIDA DE INGRESOS O DA&Ntilde;O A LOS DATOS DERIVADOS DEL USO, USO PARCIAL O INCAPACIDAD PARA UTILIZAR EL SERVICIO, INDEPENDIENTEMENTE DEL TIPO DE RECLAMACI&Oacute;N O LA NATURALEZA DE LA CAUSA DE LA ACCI&Oacute;N, INCLUYENDO SIN LIMITACI&Oacute;N AQUELLAS DERIVADAS BAJO CONTRATO, AGRAVIO, NEGLIGENCIA O RESPONSABILIDAD ESTRICTA , INCLUSO SI ROAMINGIQ HA SIDO ADVERTIDO DE LA POSIBILIDAD DE DICHO RECLAMO O DA&Ntilde;OS O CUALQUIER RECLAMO CONTRA USTED POR CUALQUIER PARTE POR CUALQUIER CAUSA.</p>\\n<p>&nbsp;</p>\\n<p>TODAS LAS LIMITACIONES Y RENUNCIAS ESTABLECIDAS EN ESTE P&Aacute;RRAFO TAMBI&Eacute;N SE APLICAN A LICENCIADORES EN TERCERA PERSONA, PROVEEDORES Y DISTRIBUIDORES, COMO TERCEROS BENEFICIARIOS DE ESTE ACUERDO.</p>\\n<p>CUALQUIER DERECHO O L&Iacute;MITE ESTABLECIDO EN EL PRESENTE DOCUMENTO SON LOS M&Aacute;XIMOS POR LOS QUE ROAMINGIQ (Y SUS FUNCIONARIOS, EMPLEADOS, CASA MATRIZ, SUBSIDIARIAS Y AFILIADOS), LOS TERCEROS CONCESIONARIOS DE LICENCIAS, PROVEEDORES Y DISTRIBUIDORES DE ROAMINGIQ SON COLECTIVAMENTE RESPONSABLES.</p>\\n<p>LOS RECURSOS ESTABLECIDOS AQU&Iacute; SON SUS &Uacute;NICOS Y EXCLUSIVOS RECURSOS. USTED PUEDE TENER DERECHOS ADICIONALES BAJO CIERTAS LEYES (COMO LAS LEYES DEL CONSUMIDOR), QUE NO PERMITEN LA EXCLUSI&Oacute;N DE GARANT&Iacute;AS IMPL&Iacute;CITAS O LA EXCLUSI&Oacute;N O LIMITACI&Oacute;N DE CIERTOS DA&Ntilde;OS. EN EL CASO DE QUE ESTAS LEYES APLIQUEN, NUESTRAS EXCLUSIONES DE LIMITACIONES PUEDEN NO APLICAR EN SU CASO.</p>\\n<p>&nbsp;</p>\\n<p>ROAMINGIQ SE RESERVA EL DERECHO DE PRESENTAR TODAS LAS RECLAMACIONES LEGALES Y EQUITATIVAS CONTRA USTED EN RELACI&Oacute;N CON SU USO O MAL USO DEL SERVICIO, O POR EL INCUMPLIMIENTO DE ESTA AUP Y/O CUALQUIER ACUERDO DE CLIENTE QUE APLIQUE.</p>\\n<p>&nbsp;</p>\\n<p>Este Acuerdo se regir&aacute; e interpretar&aacute; de acuerdo con las leyes de la Mancomunidad de Massachusetts. Las partes acuerdan que cualquier acci&oacute;n o procedimiento con respecto a este Acuerdo se presentar&aacute; ante el Tribunal Superior de Massachusetts con sede en el condado de Norfolk.</p>\\n<p>&nbsp;</p>\\n<p>&nbsp;</p>\\n<p><strong>&nbsp;</strong></p>\\n<p><strong>&nbsp;</strong></p>\\n<p><strong>Notificaci&oacute;n de Reclamo de Infracci&oacute;n</strong></p>\\n<p>&nbsp;</p>\\n<p>Fecha:&nbsp; ______________________</p>\\n<p>&nbsp;</p>\\n<p>FAX:&nbsp; 774-215-0494</p>\\n<p>A la atenci&oacute;n de:&nbsp; RoamingiQ, Inc. Departamento Legal</p>\\n<p>&nbsp;</p>\\n<p>Direcci&oacute;n de correo:</p>\\n<p>&nbsp;RoamingiQ, Inc.</p>\\n<p>27 Renmar Avenue</p>\\n<p>Walpole, MA 02081</p>\\n<p>&nbsp;</p>\\n<p>Yo, el declarante, CERTIFICO BAJO PENA DE JURAMENTO, que soy el propietario o el agente autorizado para actuar a nombre del propietario de los derechos de autor en EE. UU., siendo el propietario _______________________________________________ (nombre del due&ntilde;o de los &ldquo;derechos de autor&rdquo;), creo, de buena fe, que los materiales identificados en el ap&eacute;ndice adjunto a esta notificaci&oacute;n de reclamo&nbsp; de infracci&oacute;n, no han sido autorizados por el propietario de los derechos de autor, su agente o la ley y por lo tanto, infringen los derechos de autor del propietario, de acuerdo con la ley de EE. UU. Tengan la amabilidad de actuar con prontitud para eliminar o deshabilitar el acceso a los materiales que supuestamente infringen, seg&uacute;n se identifica en el Anexo adjunto.</p>\\n<p>&nbsp;</p>\\n<p><strong>Mi informaci&oacute;n de contacto:</strong></p>\\n<p>&nbsp;</p>\\n<p>Nombre completo:&nbsp; _______________________________________________________________</p>\\n<p>T&iacute;tulo:&nbsp; __________________________________________________________________________</p>\\n<p>Compa&ntilde;&iacute;a:&nbsp; ______________________________________________________________________</p>\\n<p>Direcci&oacute;n:&nbsp; _______________________________________________________________________</p>\\n<p>Ciudad, estado, &aacute;rea postal:&nbsp; _______________________________________________________</p>\\n<p>Correo electr&oacute;nico:&nbsp; _______________________________________________________________</p>\\n<p>Tel&eacute;fono:&nbsp; ________________________________________________________________________</p>\\n<p>Fax:&nbsp; _____________________________________________________________________________</p>\\n<p>&nbsp;</p>\\n<p><strong>Certifico que la informaci&oacute;n contenida en esta Notificaci&oacute;n de infracci&oacute;n y el Anexo es precisa.</strong></p>\\n<p>&nbsp;</p>\\n<p>Sinceramente,</p>\\n<p>&nbsp;</p>\\n<p>Firma:&nbsp; _____________________________________________________________</p>\\n<p>Nombre completo:&nbsp; __________________________________________________</p>\\n<p><strong>Anexo a la Notificaci&oacute;n de Reclamo de Infracci&oacute;n</strong></p>\\n<p>Lista de materiales presuntamente infringidos</p>\\n<p>&nbsp;</p>\\n<p>Nombre del propietario de los derechos: _____________________________________________</p>\\n<p>Fecha del reclamo:&nbsp; _______________________________________________________________</p>\\n<p>&nbsp;</p>\\n<p><strong>Material</strong></p>\\n<p>Nombre del trabajo:&nbsp; &nbsp;&nbsp;&nbsp;_____________________________________________________________</p>\\n<p>Formato del trabajo:&nbsp; &nbsp;&nbsp;&nbsp;_____________________________________________________________</p>\\n<p>Ubicaci&oacute;n del trabajo:&nbsp; _____________________________________________________________</p>\\n<p>Tama&ntilde;o del trabajo:&nbsp; _______________________________________________________________</p>\\n<p>Direcci&oacute;n IP:&nbsp; _____________________________________________________________________</p>\\n<p>Fecha y hora:&nbsp; ____________________________________________________________________</p>\\n<p>&nbsp;</p>\\n<p><strong>Material</strong></p>\\n<p>Nombre del trabajo:&nbsp; &nbsp;&nbsp;&nbsp;_____________________________________________________________</p>\\n<p>Formato del trabajo:&nbsp; &nbsp;&nbsp;&nbsp;_____________________________________________________________</p>\\n<p>Ubicaci&oacute;n del trabajo:&nbsp; _____________________________________________________________</p>\\n<p>Tama&ntilde;o del trabajo:&nbsp; _______________________________________________________________</p>\\n<p>Direcci&oacute;n IP:&nbsp; _____________________________________________________________________</p>\\n<p>Fecha y hora:&nbsp; ____________________________________________________________________</p>\\n<p>&nbsp;</p>\\n<p><strong>Material</strong></p>\\n<p>Nombre del trabajo:&nbsp; &nbsp;&nbsp;&nbsp;_____________________________________________________________</p>\\n<p>Formato del trabajo:&nbsp; &nbsp;&nbsp;&nbsp;_____________________________________________________________</p>\\n<p>Ubicaci&oacute;n del trabajo:&nbsp; _____________________________________________________________</p>\\n<p>Tama&ntilde;o del trabajo:&nbsp; _______________________________________________________________</p>\\n<p>Direcci&oacute;n IP:&nbsp; _____________________________________________________________________</p>\\n<p>Fecha y hora:&nbsp; ____________________________________________________________________</p>\\n<p>&nbsp;</p>\\n<p><strong>Material</strong></p>\\n<p>Nombre del trabajo:&nbsp; &nbsp;&nbsp;&nbsp;_____________________________________________________________</p>\\n<p>Formato del trabajo:&nbsp; &nbsp;&nbsp;&nbsp;_____________________________________________________________</p>\\n<p>Ubicaci&oacute;n del trabajo:&nbsp; _____________________________________________________________</p>\\n<p>Tama&ntilde;o del trabajo:&nbsp; _______________________________________________________________</p>\\n<p>Direcci&oacute;n IP:&nbsp; _____________________________________________________________________</p>\\n<p>Fecha y hora:&nbsp; ____________________________________________________________________</p>\"\n    // },\n    // \"EmailConfiguration\": {\n    //     \"LogoPNGURLEmail\": \"https://s3.amazonaws.com/static.wifikey.io/roamingiq-logo.png\",\n    //     \"brandcolor\": \"#0098e5\",\n    //     \"en-us\": {\n    //         \"WelcomeEmail\": {\n    //             \"NewSubscriber\": {\n    //                 \"Subject\": \"Welcome to {venuename} {operatorname} WiFi service\",\n    //                 \"preheader\": \"\",\n    //                 \"title\": \"Welcome to <span style=\\\"font-family: 'DM Sans', sans-serif; border-bottom: 5px solid {brandcolor};\\\"><b><span class=\\\"dynamic-element\\\" style=\\\"white-space: nowrap;\\\">{venuename}</span></b></span> WiFi service!\",\n    //                 \"serviceinfo\": {\n    //                     \"template\": \"<!--begin CARD-->\\n                        <tr>\\n                            <td align=\\\"center\\\" style=\\\"padding: 15px 0px 0px 0px;\\\">\\n                                <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                                    <tr>\\n                                        <td align=\\\"center\\\" style=\\\"padding: 5px 5px 25px 5px; background-color: #ffffff;\\\">\\n                                            <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                                                <!--begin CARD CONTENT AREA-->\\n                                                <!--begin CARD TITLE-->\\n                                                <tr>\\n                                                    <td align=\\\"left\\\" style=\\\"width: 100%; padding: 15px 15px 15px 15px; color: #464646;; font-family: 'DM Sans', sans-serif; font-size: 20px; line-height: 28px;\\\">\\n                                                        WiFi Service Information\\n                                                    </td>\\n                                                </tr>\\n                                                <!--end CARD TITLE-->\\n                                                <!--begin TABLE-->\\n                                                <tr>\\n                                                    <td align=\\\"center\\\" style=\\\"padding: 0px;\\\">\\n                                                        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                                                            <colgroup>\\n                                                                <col style=\\\"width:50%;\\\" span=\\\"2\\\">\\n                                                            </colgroup>                                                            \\n                                                            {networkname}\\n                                                            {subscriptionstart}\\n                                                            {subscriptionend}\\n                                                        </table>\\n                                                    </td>\\n                                                </tr>\\n                                                <!--end TABLE-->\\n                                                <!--end CARD CONTENT AREA-->\\n                                            </table>\\n                                        </td>\\n                                    </tr>\\n                                    <tr>\\n                                        <td bgcolor=\\\"#d0d0d0\\\" height=\\\"2\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-size: 2px; line-height: 2px; max-height: 2px; min-height: 2px; mso-table-lspace: 0pt; mso-table-rspace: 0pt !important;\\\">&nbsp;</td>\\n                                    </tr>\\n                                </table>\\n                            </td>\\n                        </tr>\\n                        <!--end CARD-->\",\n    //                     \"networkname\": \"<tr>\\n    <!--begin CEll 1-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"left\\\" style=\\\"width: 100%; padding: 0px; color: #464646;; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    WiFi Network Name (SSID)\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 1-->\\n    <!--begin CELL 2-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"right\\\" style=\\\"width: 100%; padding: 0px; color: {brandcolor}; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    <span class=\\\"dynamic-element\\\">{ssid}</span>\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 2-->\\n</tr>\",\n    //                     \"wifipassword\": \"<tr>\\n    <!--begin CEll 1-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"left\\\" style=\\\"width: 100%; padding: 0px; color: #464646;; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    WiFi Password\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 1-->\\n    <!--begin CELL 2-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"right\\\" style=\\\"width: 100%; padding: 0px; color: {brandcolor}; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    <span class=\\\"dynamic-element\\\">{psk}</span>\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 2-->\\n</tr>\",\n    //                     \"subscriptionstart\": \"<tr>\\n    <!--begin CEll 1-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"left\\\" style=\\\"width: 100%; padding: 0px; color: #464646;; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    Service Start Date\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 1-->\\n    <!--begin CELL 2-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"right\\\" style=\\\"width: 100%; padding: 0px; color: {brandcolor}; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    <span class=\\\"dynamic-element\\\">{startdate}</span>\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 2-->\\n</tr>\",\n    //                     \"subscriptionend\": \"<tr>\\n    <!--begin CEll 1-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"left\\\" style=\\\"width: 100%; padding: 0px; color: #464646;; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    Service End Date\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 1-->\\n    <!--begin CELL 2-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"right\\\" style=\\\"width: 100%; padding: 0px; color: {brandcolor}; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    <span class=\\\"dynamic-element\\\">{enddate}</span>\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 2-->\\n</tr>\"\n    //                 },\n    //                 \"header\": \"Getting Started\",\n    //                 \"message\": \"Wi-Fi service has been provisioned for your residence. Please create your {operatorname} account to retrieve your WiFi password before you move-in so that your service is instantly available to you on move in day. You can use any internet connected smartphone, tablet, or computer to activate your WiFi account.\",\n    //                 \"actionbutton\": \"<!--begin BUTTON-->\\n\\n                                                <tr>\\n                                                    <td align=\\\"center\\\" style=\\\"padding: 20px 0px;\\\">\\n                                                        <div>\\n                                                            <!--[if mso]>\\n                                                                <v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"{actionbuttonurl}\\\" target=\\\"_blank\\\" style=\\\"height: 50px; v-text-anchor: middle; width: 260px;\\\" arcsize=\\\"50%\\\" stroke=\\\"f\\\" fillcolor=\\\"{brandcolor}\\\">\\n                                                                <w:anchorlock/>\\n                                                                <center>\\n                                                            <![endif]-->\\n                                                            <a href=\\\"{actionbuttonurl}\\\" target=\\\"_blank\\\" style=\\\"background-color: {brandcolor}; border-radius: 25px; color: #ffffff; display: inline-block; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 50px; text-align: center; text-decoration: none; width: 260px; -webkit-text-size-adjust: none;\\\">\\n                                                                <b>Create {operatorname} Account</b>\\n                                                            </a>\\n                                                            <!--[if mso]>\\n                                                                </center>\\n                                                                </v:roundrect>\\n                                                            <![endif]-->\\n                                                        </div>\\n                                                    </td>\\n                                                </tr>\\n                                                <!--end BUTTON-->\",\n    //                 \"additional_instructions\": \"Alternatively, you can go to <span class=\\\"dynamic-element\\\">{operatortermsurl}</span>, enter <span class=\\\"dynamic-element\\\">{subscriberemail}</span> as your email address, and <span class=\\\"dynamic-element\\\">{onetimepassword}</span> (case sensitive) as confirmation code to activate your account.\"\n    //             },\n    //             \"KnownSubscriber\": {\n    //                 \"Subject\": \"Welcome to {venuename} {operatorname} WiFi service\",\n    //                 \"preheader\": \"\",\n    //                 \"title\": \"Welcome to <span style=\\\"font-family: 'DM Sans', sans-serif; border-bottom: 5px solid {brandcolor};\\\"><b><span class=\\\"dynamic-element\\\" style=\\\"white-space: nowrap;\\\">{venuename}</span></b></span> WiFi service!\",\n    //                 \"serviceinfo\": {\n    //                     \"template\": \"<!--begin CARD-->\\n                        <tr>\\n                            <td align=\\\"center\\\" style=\\\"padding: 15px 0px 0px 0px;\\\">\\n                                <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                                    <tr>\\n                                        <td align=\\\"center\\\" style=\\\"padding: 5px 5px 25px 5px; background-color: #ffffff;\\\">\\n                                            <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                                                <!--begin CARD CONTENT AREA-->\\n                                                <!--begin CARD TITLE-->\\n                                                <tr>\\n                                                    <td align=\\\"left\\\" style=\\\"width: 100%; padding: 15px 15px 15px 15px; color: #464646;; font-family: 'DM Sans', sans-serif; font-size: 20px; line-height: 28px;\\\">\\n                                                        WiFi Service Information\\n                                                    </td>\\n                                                </tr>\\n                                                <!--end CARD TITLE-->\\n                                                <!--begin TABLE-->\\n                                                <tr>\\n                                                    <td align=\\\"center\\\" style=\\\"padding: 0px;\\\">\\n                                                        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                                                            <colgroup>\\n                                                                <col style=\\\"width:50%;\\\" span=\\\"2\\\">\\n                                                            </colgroup>                                                            \\n                                                            {networkname}\\n                                                            {subscriptionstart}\\n                                                            {subscriptionend}\\n                                                        </table>\\n                                                    </td>\\n                                                </tr>\\n                                                <!--end TABLE-->\\n                                                <!--end CARD CONTENT AREA-->\\n                                            </table>\\n                                        </td>\\n                                    </tr>\\n                                    <tr>\\n                                        <td bgcolor=\\\"#d0d0d0\\\" height=\\\"2\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-size: 2px; line-height: 2px; max-height: 2px; min-height: 2px; mso-table-lspace: 0pt; mso-table-rspace: 0pt !important;\\\">&nbsp;</td>\\n                                    </tr>\\n                                </table>\\n                            </td>\\n                        </tr>\\n                        <!--end CARD-->\",\n    //                     \"networkname\": \"<tr>\\n    <!--begin CEll 1-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"left\\\" style=\\\"width: 100%; padding: 0px; color: #464646;; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    WiFi Network Name (SSID)\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 1-->\\n    <!--begin CELL 2-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"right\\\" style=\\\"width: 100%; padding: 0px; color: {brandcolor}; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    <span class=\\\"dynamic-element\\\">{ssid}</span>\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 2-->\\n</tr>\",\n    //                     \"wifipassword\": \"<tr>\\n    <!--begin CEll 1-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"left\\\" style=\\\"width: 100%; padding: 0px; color: #464646;; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    WiFi Password\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 1-->\\n    <!--begin CELL 2-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"right\\\" style=\\\"width: 100%; padding: 0px; color: {brandcolor}; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    <span class=\\\"dynamic-element\\\">{psk}</span>\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 2-->\\n</tr>\",\n    //                     \"subscriptionstart\": \"<tr>\\n    <!--begin CEll 1-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"left\\\" style=\\\"width: 100%; padding: 0px; color: #464646;; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    Service Start Date\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 1-->\\n    <!--begin CELL 2-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"right\\\" style=\\\"width: 100%; padding: 0px; color: {brandcolor}; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    <span class=\\\"dynamic-element\\\">{startdate}</span>\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 2-->\\n</tr>\",\n    //                     \"subscriptionend\": \"<tr>\\n    <!--begin CEll 1-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"left\\\" style=\\\"width: 100%; padding: 0px; color: #464646;; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    Service End Date\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 1-->\\n    <!--begin CELL 2-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"right\\\" style=\\\"width: 100%; padding: 0px; color: {brandcolor}; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    <span class=\\\"dynamic-element\\\">{enddate}</span>\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 2-->\\n</tr>\"\n    //                 },\n    //                 \"header\": \"Log in to your account.\",\n    //                 \"message\": \"A new WiFi service has been added to your account. You may continue to use your existing {operatorname} Wi-Fi password. As a reminder, you may log in to your account to view or change your password.\",\n    //                 \"actionbutton\": \"<!--begin BUTTON-->\\n\\n                                                <tr>\\n                                                    <td align=\\\"center\\\" style=\\\"padding: 20px 0px;\\\">\\n                                                        <div>\\n                                                            <!--[if mso]>\\n                                                                <v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"{actionbuttonurl}\\\" target=\\\"_blank\\\" style=\\\"height: 50px; v-text-anchor: middle; width: 260px;\\\" arcsize=\\\"50%\\\" stroke=\\\"f\\\" fillcolor=\\\"{brandcolor}\\\">\\n                                                                <w:anchorlock/>\\n                                                                <center>\\n                                                            <![endif]-->\\n                                                            <a href=\\\"{actionbuttonurl}\\\" target=\\\"_blank\\\" style=\\\"background-color: {brandcolor}; border-radius: 25px; color: #ffffff; display: inline-block; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 50px; text-align: center; text-decoration: none; width: 260px; -webkit-text-size-adjust: none;\\\">\\n                                                                <b>Log in to account</b>\\n                                                            </a>\\n                                                            <!--[if mso]>\\n                                                                </center>\\n                                                                </v:roundrect>\\n                                                            <![endif]-->\\n                                                        </div>\\n                                                    </td>\\n                                                </tr>\\n                                                <!--end BUTTON-->\",\n    //                 \"additional_instructions\": \"\"\n    //             },\n    //             \"GuestAccess\": {\n    //                 \"Subject\": \"Welcome to {venuename} {operatorname} Guest WiFi service\",\n    //                 \"preheader\": \"\",\n    //                 \"title\": \"Welcome to <span style=\\\"font-family: 'DM Sans', sans-serif; border-bottom: 5px solid {brandcolor};\\\"><b><span class=\\\"dynamic-element\\\" style=\\\"white-space: nowrap;\\\">{venuename}</span></b></span> Guest WiFi service!\",\n    //                 \"serviceinfo\": {\n    //                     \"template\": \"<!--begin CARD-->\\n                        <tr>\\n                            <td align=\\\"center\\\" style=\\\"padding: 15px 0px 0px 0px;\\\">\\n                                <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                                    <tr>\\n                                        <td align=\\\"center\\\" style=\\\"padding: 5px 5px 25px 5px; background-color: #ffffff;\\\">\\n                                            <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                                                <!--begin CARD CONTENT AREA-->\\n                                                <!--begin CARD TITLE-->\\n                                                <tr>\\n                                                    <td align=\\\"left\\\" style=\\\"width: 100%; padding: 15px 15px 15px 15px; color: #464646;; font-family: 'DM Sans', sans-serif; font-size: 20px; line-height: 28px;\\\">\\n                                                        WiFi Service Information\\n                                                    </td>\\n                                                </tr>\\n                                                <!--end CARD TITLE-->\\n                                                <!--begin TABLE-->\\n                                                <tr>\\n                                                    <td align=\\\"center\\\" style=\\\"padding: 0px;\\\">\\n                                                        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                                                            <colgroup>\\n                                                                <col style=\\\"width:50%;\\\" span=\\\"2\\\">\\n                                                            </colgroup>                                                            \\n                                                            {networkname}\\n                                                            {wifipassword}\\n                                                            {subscriptionstart}\\n                                                            {subscriptionend}\\n                                                        </table>\\n                                                    </td>\\n                                                </tr>\\n                                                <!--end TABLE-->\\n                                                <!--end CARD CONTENT AREA-->\\n                                            </table>\\n                                        </td>\\n                                    </tr>\\n                                    <tr>\\n                                        <td bgcolor=\\\"#d0d0d0\\\" height=\\\"2\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-size: 2px; line-height: 2px; max-height: 2px; min-height: 2px; mso-table-lspace: 0pt; mso-table-rspace: 0pt !important;\\\">&nbsp;</td>\\n                                    </tr>\\n                                </table>\\n                            </td>\\n                        </tr>\\n                        <!--end CARD-->\",\n    //                     \"networkname\": \"<tr>\\n    <!--begin CEll 1-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"left\\\" style=\\\"width: 100%; padding: 0px; color: #464646;; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    WiFi Network Name (SSID)\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 1-->\\n    <!--begin CELL 2-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"right\\\" style=\\\"width: 100%; padding: 0px; color: {brandcolor}; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    <span class=\\\"dynamic-element\\\">{ssid}</span>\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 2-->\\n</tr>\",\n    //                     \"wifipassword\": \"<tr>\\n    <!--begin CEll 1-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"left\\\" style=\\\"width: 100%; padding: 0px; color: #464646;; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    WiFi Password\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 1-->\\n    <!--begin CELL 2-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"right\\\" style=\\\"width: 100%; padding: 0px; color: {brandcolor}; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    <span class=\\\"dynamic-element\\\">{psk}</span>\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 2-->\\n</tr>\",\n    //                     \"subscriptionstart\": \"<tr>\\n    <!--begin CEll 1-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"left\\\" style=\\\"width: 100%; padding: 0px; color: #464646;; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    Service Start Date\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 1-->\\n    <!--begin CELL 2-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"right\\\" style=\\\"width: 100%; padding: 0px; color: {brandcolor}; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    <span class=\\\"dynamic-element\\\">{startdate}</span>\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 2-->\\n</tr>\",\n    //                     \"subscriptionend\": \"<tr>\\n    <!--begin CEll 1-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"left\\\" style=\\\"width: 100%; padding: 0px; color: #464646;; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    Service End Date\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 1-->\\n    <!--begin CELL 2-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"right\\\" style=\\\"width: 100%; padding: 0px; color: {brandcolor}; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    <span class=\\\"dynamic-element\\\">{enddate}</span>\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 2-->\\n</tr>\"\n    //                 },\n    //                 \"header\": \"Privacy Notice\",\n    //                 \"message\": \"This is a secure password unique to you, do not share it with anyone.\",\n    //                 \"actionbutton\": \"\",\n    //                 \"additional_instructions\": \"\"\n    //             },\n    //             \"NewAdministrator\": {\n    //                 \"Subject\": \"Welcome to {operatorname} WiFi Service Administation.\",\n    //                 \"preheader\": \"\",\n    //                 \"title\": \"Welcome to <span><b><span class=\\\"dynamic-element\\\" style=\\\"white-space: nowrap;\\\">{operatorname}</span></b></span>\",\n    //                 \"header\": \"Getting started\",\n    //                 \"message\": \"We are excited to have you join us as WiFi services administrator here at <span class=\\\"dynamic-element\\\">{venuename}</span>.<br /><br />Please create your account password by visiting <span class=\\\"dynamic-element\\\">{actionbuttonurl}</span>\",\n    //                 \"actionbutton\": \"\",\n    //                 \"additional_instructions\": \"WiFI Management Console: {operatorurl}\"\n    //             },\n    //             \"KnownAdministrator\": {\n    //                 \"Subject\": \"Welcome to {operatorname} WiFi Service Administation.\",\n    //                 \"preheader\": \"\",\n    //                 \"title\": \"Welcome to <span><b><span class=\\\"dynamic-element\\\" style=\\\"white-space: nowrap;\\\">{operatorname}</span></b></span>\",\n    //                 \"header\": \"Getting started\",\n    //                 \"message\": \"We are excited to have you join us as WiFi services administrator here at <span class=\\\"dynamic-element\\\">{venuename}</span>.<br /><br />\",\n    //                 \"actionbutton\": \"\",\n    //                 \"additional_instructions\": \"WiFI Management Console: {operatorurl}\"\n    //             },\n    //             \"Template\": \"<!DOCTYPE html\\n    PUBLIC \\\"-//W3C//DTD XHTML 1.0 Transitional//EN\\\" \\\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\\\">\\n<html xmlns=\\\"http://www.w3.org/1999/xhtml\\\" xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\"\\n    xmlns:o=\\\"urn:schemas-microsoft-com:office:office\\\">\\n\\n<head>\\n    <meta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=utf-8\\\" />\\n    <!--[if !mso]><!-->\\n    <meta http-equiv=\\\"X-UA-Compatible\\\" content=\\\"IE=edge\\\" />\\n    <!--<![endif]-->\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\n    <title></title>\\n    <style type=\\\"text/css\\\">\\n        @import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;700&display=swap');\\n\\n        body {\\n            -ms-text-size-adjust: 100%;\\n            -webkit-text-size-adjust: 100%;\\n        }\\n\\n        table {\\n            border-spacing: 0;\\n            border-collapse: collapse;\\n            mso-table-lspace: 0pt;\\n            mso-table-rspace: 0pt;\\n        }\\n\\n        td {\\n            border-collapse: collapse;\\n            -ms-text-size-adjust: 100%;\\n            -webkit-text-size-adjust: 100%;\\n        }\\n\\n        div[style*=\\\"margin: 16px 0\\\"] {\\n            margin: 0 !important;\\n        }\\n\\n        a[x-apple-data-detectors] {\\n            color: inherit !important;\\n            text-decoration: none !important;\\n            font-size: inherit !important;\\n            font-family: inherit !important;\\n            font-weight: inherit !important;\\n            line-height: inherit !important;\\n        }\\n\\n        #MessageViewBody a {\\n            color: inherit;\\n            text-decoration: none;\\n            font-size: inherit;\\n            font-family: inherit;\\n            font-weight: inherit;\\n            line-height: inherit;\\n        }\\n\\n        span.yshortcuts,\\n        a span {\\n            color: inherit;\\n            background-color: none;\\n            border: none;\\n        }\\n\\n        .dynamic-tag {\\n            color: #29b6f6;\\n        }\\n\\n        .dynamic-element {\\n            color: {brandcolor};\\n        }\\n    </style>\\n    <!--[if (gte mso 9)|(IE)]>\\n    <style type=\\\"text/css\\\">\\n        table {border-collapse: collapse !important;}\\n    </style>\\n    <![endif]-->\\n    <!--[if gte mso 9]>\\n    <xml>\\n        <o:OfficeDocumentSettings>\\n        <o:AllowPNG/>\\n        <o:PixelsPerInch>96</o:PixelsPerInch>\\n        </o:OfficeDocumentSettings>\\n    </xml>\\n    <![endif]-->\\n</head>\\n\\n<body style=\\\"margin: 0 !important; padding: 0px; background-color: #f5f5f6;\\\">\\n    <center style=\\\"width: 100%; table-layout: fixed; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;\\\">\\n        <div style=\\\"max-width: 642px; margin: 0 auto;\\\">\\n            <!--[if (gte mso 9)|(IE)]>\\n            <table role=\\\"presentation\\\" width=\\\"642\\\" align=\\\"center\\\">\\n                <tr>\\n                    <td>\\n            <![endif]-->\\n            <!--begin MESSAGE CONTAINER-->\\n            <table role=\\\"presentation\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\"\\n                style=\\\"Margin: 0 auto; width: 100%; max-width: 642px;\\\">\\n                <!--begin HEADER-->\\n                <!--begin CARD TEXT-->\\n                <tr>\\n                    <td style=\\\"padding: 20px 13px; background-color: #f5f5f6;\\\">\\n                        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\"\\n                            style=\\\"min-width: 100%;\\\">\\n                            <tr>\\n                                <td style=\\\"line-height: 0px;\\\" width=\\\"20%\\\">\\n                                    <a href=\\\"{operatorurl}\\\" target=\\\"_blank\\\">\\n                                        <img alt=\\\"{operatorname}\\\" border=\\\"0\\\" src=\\\"{operatorlogourl}\\\" width=\\\"87\\\" />\\n                                    </a>\\n                                </td>\\n                                <td style=\\\"padding: 0px;\\\" width=\\\"50%\\\"></td>\\n\\n                    </td>\\n                </tr>\\n            </table>\\n            </td>\\n            </tr>\\n            <!--end HEADER-->\\n\\n            <!--begin BODY-->\\n            <tr>\\n                <td align=\\\"center\\\" style=\\\"padding: 0px 20px; background-color: #f5f5f6;\\\">\\n                    <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                        <tr>\\n                            <td align=\\\"center\\\"\\n                                style=\\\"width: 100%; padding: 0px 20px 35px 20px; color: #525252; font-family: 'DM Sans', sans-serif; font-size: 18px; line-height: 24px;\\\">\\n                                Hi <span class=\\\"dynamic-element\\\">{subscribergivenname}</span>,<br />\\n                            </td>\\n                        </tr>\\n\\n                        <!--begin TITLE H2-->\\n                        <tr>\\n                            <td align=\\\"center\\\"\\n                                style=\\\"width: 100%; padding: 0px 20px 15px 20px; color: #525252; font-family: 'DM Sans', sans-serif; font-size: 22px; line-height: 30px;\\\">\\n                                {title}\\n                            </td>\\n                        </tr>\\n                        <!--end TITLE H2-->\\n\\n                        <!--begin CARD-->\\n                        {serviceinfo}\\n                        <!--end CARD-->\\n\\n                        <!--begin CARD TEXT-->\\n                        <tr>\\n                            <td align=\\\"left\\\"\\n                                style=\\\"width: 100%; padding: 15px 15px 0px 15px; color: #464646; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                            </td>\\n                        </tr>\\n                        <!--end CARD TEXT-->\\n                        <!--begin CARD-->\\n                        <tr>\\n                            <td align=\\\"center\\\" style=\\\"padding: 15px 0px 0px 0px;\\\">\\n                                <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                                    <tr>\\n                                        <td align=\\\"center\\\"\\n                                            style=\\\"padding: 5px 5px 25px 5px; background-color: #ffffff;\\\">\\n                                            <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\"\\n                                                width=\\\"100%\\\">\\n                                                <!--begin CARD CONTENT AREA-->\\n\\n                                                <!--begin CARD TITLE-->\\n                                                <tr>\\n                                                    <td align=\\\"left\\\"\\n                                                        style=\\\"width: 100%; padding: 15px 15px 0px 15px; color: #464646; font-family: 'DM Sans', sans-serif; font-size: 20px; line-height: 28px;\\\">\\n                                                        {header}\\n                                                    </td>\\n                                                </tr>\\n                                                <!--end CARD TITLE-->\\n                                                <!--begin CARD TEXT-->\\n                                                <tr>\\n                                                    <td align=\\\"left\\\"\\n                                                        style=\\\"width: 100%; padding: 15px 15px 0px 15px; color: #464646; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                                                        {message}\\n                                                        <center><br />\\n                                                    </td>\\n                                                </tr>\\n                                                <!--end CARD TEXT-->\\n                                                <!--begin BUTTON-->\\n                                                {actionbutton}\\n                                                <!--end BUTTON-->\\n                                                <!--begin CARD TEXT-->\\n                                                <tr>\\n                                                    <td align=\\\"left\\\"\\n                                                        style=\\\"width: 100%; padding: 15px 15px 0px 15px; color: #464646; font-family: 'ProximaNova-Light', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                                                        {additional_instructions}\\n                                                    </td>\\n                                                </tr>\\n                                                <!--end CARD TEXT-->\\n\\n                                                <!--end CARD CONTENT AREA-->\\n                                            </table>\\n                                        </td>\\n                                    </tr>\\n                                    <tr>\\n                                        <td bgcolor=\\\"#d0d0d0\\\" height=\\\"2\\\"\\n                                            style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-size: 2px; line-height: 2px; max-height: 2px; min-height: 2px; mso-table-lspace: 0pt; mso-table-rspace: 0pt !important;\\\">\\n                                            &nbsp;</td>\\n                                    </tr>\\n                                </table>\\n                            </td>\\n                        </tr>\\n                        <!--end CARD-->\\n                        <!--begin CARD TEXT-->\\n                        <tr>\\n                            <td align=\\\"left\\\"\\n                                style=\\\"width: 100%; padding: 15px 15px 0px 15px; color: #464646; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                            </td>\\n                        </tr>\\n                        <!--end CARD TEXT-->\\n\\n                        <!--begin CARD-->\\n                        <tr>\\n                            <td align=\\\"center\\\" style=\\\"padding: 15px 0px 0px 0px;\\\">\\n                                <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                                    <tr>\\n                                        <td align=\\\"center\\\"\\n                                            style=\\\"padding: 5px 5px 25px 5px; background-color: #ffffff;\\\">\\n                                            <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\"\\n                                                width=\\\"100%\\\">\\n                                                <!--begin CARD CONTENT AREA-->\\n                                                <!--begin CARD TEXT-->\\n                                                <tr>\\n                                                    <td align=\\\"left\\\"\\n                                                        style=\\\"width: 100%; padding: 15px 15px 15px 15px; color: #464646; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                                                        If you need help setting up your WiFi service, you can contact\\n                                                        us at\\n                                                    </td>\\n                                                </tr>\\n                                                <!--end CARD TEXT-->\\n                                                <!--begin TABLE-->\\n                                                <tr>\\n                                                    <td align=\\\"center\\\" style=\\\"padding: 0px;\\\">\\n                                                        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\"\\n                                                            cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                                                            <colgroup>\\n                                                                <col style=\\\"width:50%;\\\" span=\\\"2\\\">\\n                                                            </colgroup>\\n                                                            <!--begin ROW 1-->\\n                                                            <tr>\\n                                                                <!--begin CEll 1-->\\n                                                                <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n                                                                    <table role=\\\"presentation\\\" border=\\\"0\\\"\\n                                                                        cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                                                                        <!--begin CARD TEXT-->\\n                                                                        <tr>\\n                                                                            <td align=\\\"left\\\"\\n                                                                                style=\\\"width: 100%; padding: 0px; color: #464646;; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                                                                                Contact Support Number:\\n                                                                            </td>\\n                                                                        </tr>\\n                                                                        <!--end CARD TEXT-->\\n                                                                    </table>\\n                                                                </td>\\n                                                                <!--end CELL 1-->\\n                                                                <!--begin CELL 2-->\\n                                                                <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n                                                                    <table role=\\\"presentation\\\" border=\\\"0\\\"\\n                                                                        cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                                                                        <!--begin CARD TEXT-->\\n                                                                        <tr>\\n                                                                            <td align=\\\"right\\\"\\n                                                                                style=\\\"width: 100%; padding: 0px; color: {brandcolor}; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                                                                                <span\\n                                                                                    class=\\\"dynamic-element\\\">{venuesupportphonenumber}</span>\\n                                                                            </td>\\n                                                                        </tr>\\n                                                                        <!--end CARD TEXT-->\\n                                                                    </table>\\n                                                                </td>\\n                                                                <!--end CELL 2-->\\n                                                            </tr>\\n                                                            <!--end ROW 1-->\\n\\n\\n                                                        </table>\\n                                                    </td>\\n                                                </tr>\\n                                                <!--end TABLE-->\\n                                                <!--end CARD CONTENT AREA-->\\n                                            </table>\\n                                        </td>\\n                                    </tr>\\n                                    <tr>\\n                                        <td bgcolor=\\\"#d0d0d0\\\" height=\\\"2\\\"\\n                                            style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-size: 2px; line-height: 2px; max-height: 2px; min-height: 2px; mso-table-lspace: 0pt; mso-table-rspace: 0pt !important;\\\">\\n                                            &nbsp;</td>\\n                                    </tr>\\n                                </table>\\n                            </td>\\n                        </tr>\\n                        <!--end CARD-->\\n                    </table>\\n                </td>\\n            </tr>\\n            <!--end BODY-->\\n\\n            <!--begin FOOTER-->\\n            <tr>\\n                <td align=\\\"center\\\" width=\\\"100%\\\" style=\\\"padding: 0px; background-color: #f5f5f6;\\\">\\n                    <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\\n                        <tr>\\n                            <td align=\\\"center\\\" style=\\\"padding: 40px 10px 37px 10px;\\\" width=\\\"100%\\\">\\n\\n                            </td>\\n                        </tr>\\n                        <tr>\\n                            <td style=\\\"padding: 0px;\\\">\\n                                <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                                    <tr>\\n                                        <td style=\\\"padding: 0px;\\\" width=\\\"85%\\\">\\n                                            <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\"\\n                                                width=\\\"100%\\\" style=\\\"border-spacing: 0;\\\">\\n                                                <tr>\\n                                                    <td width=\\\"100%\\\" height=\\\"1\\\"\\n                                                        style=\\\"border-top: 1px solid {brandcolor}; font-size: 1px; line-height: 1px; padding: 0px;\\\">\\n                                                        &nbsp;</td>\\n                                                </tr>\\n                                            </table>\\n                                        </td>\\n                                        <td style=\\\"font-size: 1px; line-height: 1px; padding: 0px;\\\">\\n                                            <img alt=\\\"{operatorname}\\\" border=\\\"0\\\"\\n                                                src=\\\"{operatorlogourl}\\\"\\n                                                width=\\\"69\\\" />\\n                                        </td>\\n                                        <td width=\\\"15%\\\" style=\\\"padding: 0px;\\\">\\n                                            <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\"\\n                                                width=\\\"100%\\\" style=\\\"border-spacing: 0;\\\">\\n                                                <tr>\\n                                                    <td width=\\\"100%\\\" height=\\\"1\\\"\\n                                                        style=\\\"border-top: 1px solid {brandcolor}; font-size: 1px; line-height: 1px; padding: 0px;\\\">\\n                                                        &nbsp;</td>\\n                                                </tr>\\n                                            </table>\\n                                        </td>\\n                                    </tr>\\n                                </table>\\n                            </td>\\n                        </tr>\\n                        <tr>\\n                            <td align=\\\"left\\\"\\n                                style=\\\"color: #464646; font-family: 'DM Sans', sans-serif; font-size: 11px; line-height: 14px; padding: 35px 28px 30px 28px;\\\">\\n                                Please do not reply to this email, instead visit us at <a href=\\\"{operatorurl}/help\\\"\\n                                    style=\\\"color: #367ab5; text-decoration: none;\\\">{operatorurl}/help</a> for support.\\n                            </td>\\n                        </tr>\\n                        <tr>\\n                            <td width=\\\"100%\\\" height=\\\"1\\\"\\n                                style=\\\"border-top: 1px solid #d0d0d0; font-size: 1px; line-height: 1px; padding: 0px;\\\">\\n                                &nbsp;</td>\\n                        </tr>\\n                        <tr>\\n                            <td align=\\\"center\\\"\\n                                style=\\\"color: #464646; font-family: 'DM Sans', sans-serif; font-size: 11px; line-height: 14px; padding: 30px 28px 35px 28px;\\\">\\n                                &copy; {yyyy} {operatorname} - All rights reserved.\\n                                <br />\\n                                <a href=\\\"\\\" style=\\\"color: #464646; cursor: text; text-decoration: none;\\\">{operatoraddress}</a>\\n                            </td>\\n                        </tr>\\n                    </table>\\n                </td>\\n            </tr>\\n            <!--end FOOTER-->\\n\\n            </table>\\n            <!--end MESSAGE CONTAINER-->\\n\\n            <!--[if (gte mso 9)|(IE)]>\\n                   </td>\\n               </tr>\\n            </table>\\n            <![endif]-->\\n        </div>\\n    </center>\\n</body>\\n\\n</html>\"\n    //         },\n    //         \"SubscriberEvents\": {\n    //             \"PasswordResetInitiated\": {\n    //                 \"Subject\": \"We have received a request to change your password.\",\n    //                 \"preheader\": \"\",\n    //                 \"title\": \"We have received a request to change your password\",\n    //                 \"header\": \"\",\n    //                 \"message\": \"Follow the link below to change your password. This link will expire in 30 minutes.<br />\",\n    //                 \"actionbutton\": \"<!--begin BUTTON-->\\n\\n                                                <tr>\\n                                                    <td align=\\\"center\\\" style=\\\"padding: 20px 0px;\\\">\\n                                                        <div>\\n                                                            <!--[if mso]>\\n                                                                <v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"{actionbuttonurl}\\\" target=\\\"_blank\\\" style=\\\"height: 50px; v-text-anchor: middle; width: 260px;\\\" arcsize=\\\"50%\\\" stroke=\\\"f\\\" fillcolor=\\\"{brandcolor}\\\">\\n                                                                <w:anchorlock/>\\n                                                                <center>\\n                                                            <![endif]-->\\n                                                            <a href=\\\"{actionbuttonurl}\\\" target=\\\"_blank\\\" style=\\\"background-color: {brandcolor}; border-radius: 25px; color: #ffffff; display: inline-block; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 50px; text-align: center; text-decoration: none; width: 260px; -webkit-text-size-adjust: none;\\\">\\n                                                                <b>Change your password</b>\\n                                                            </a>\\n                                                            <!--[if mso]>\\n                                                                </center>\\n                                                                </v:roundrect>\\n                                                            <![endif]-->\\n                                                        </div>\\n                                                    </td>\\n                                                </tr>\\n                                                <!--end BUTTON-->\",\n    //                 \"additional_instructions\": \"If you did <span style=\\\"font-family: 'DM Sans', sans-serif;\\\"><b>not</b></span> request the password reset, then please ignore this email.<br /><br />Your password <span style=\\\"font-family: 'DM Sans', sans-serif;\\\"><b>will not</b></span> change until you access the link above and create a new one.\"\n    //             },\n    //             \"PasswordResetComplete\": {\n    //                 \"Subject\": \"Your profile has been updated.\",\n    //                 \"preheader\": \"\",\n    //                 \"title\": \"Please review the following changes\",\n    //                 \"header\": \"\",\n    //                 \"message\": \"The password that you use to login to your {operatorname} account has been changed. <br /><br />\",\n    //                 \"actionbutton\": \"\",\n    //                 \"additional_instructions\": \"\"\n    //             },\n    //             \"PIIDataUpdated\": {\n    //                 \"Subject\": \"Your profile has been updated.\",\n    //                 \"preheader\": \"\",\n    //                 \"title\": \"Please review the following changes to your profile\",\n    //                 \"serviceinfo\": {\n    //                     \"template\": \"<!--begin CARD-->\\n                        <tr>\\n                            <td align=\\\"center\\\" style=\\\"padding: 15px 0px 0px 0px;\\\">\\n                                <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                                    <tr>\\n                                        <td align=\\\"center\\\" style=\\\"padding: 5px 5px 25px 5px; background-color: #ffffff;\\\">\\n                                            <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                                                <!--begin CARD CONTENT AREA-->\\n                                                <!--begin CARD TITLE-->\\n                                                <tr>\\n                                                    <td align=\\\"left\\\" style=\\\"width: 100%; padding: 15px 15px 15px 15px; color: #464646;; font-family: 'DM Sans', sans-serif; font-size: 20px; line-height: 28px;\\\">\\n                                                        Profile/Account Changes\\n                                                    </td>\\n                                                </tr>\\n                                                <!--end CARD TITLE-->\\n                                                <!--begin TABLE-->\\n                                                <tr>\\n                                                    <td align=\\\"center\\\" style=\\\"padding: 0px;\\\">\\n                                                        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                                                            <colgroup>\\n                                                                <col style=\\\"width:50%;\\\" span=\\\"2\\\">\\n                                                            </colgroup>                                                            \\n                                                            {subscriberphone}\\n                                                            {consenttotext}\\n                                                        </table>\\n                                                    </td>\\n                                                </tr>\\n                                                <!--end TABLE-->\\n                                                <!--end CARD CONTENT AREA-->\\n                                            </table>\\n                                        </td>\\n                                    </tr>\\n                                    <tr>\\n                                        <td bgcolor=\\\"#d0d0d0\\\" height=\\\"2\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-size: 2px; line-height: 2px; max-height: 2px; min-height: 2px; mso-table-lspace: 0pt; mso-table-rspace: 0pt !important;\\\">&nbsp;</td>\\n                                    </tr>\\n                                </table>\\n                            </td>\\n                        </tr>\\n                        <!--end CARD-->\",\n    //                     \"subscriberphone\": \"<tr>\\n    <!--begin CEll 1-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"left\\\" style=\\\"width: 100%; padding: 0px; color: #464646;; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    Subscriber Phone Number\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 1-->\\n    <!--begin CELL 2-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"right\\\" style=\\\"width: 100%; padding: 0px; color: {brandcolor}; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    <span class=\\\"dynamic-element\\\">{subscriberphonenumber}</span>\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 2-->\\n</tr>\",\n    //                     \"subscriberemail\": \"<tr>\\n    <!--begin CEll 1-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"left\\\" style=\\\"width: 100%; padding: 0px; color: #464646;; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    Subscriber Email Address\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 1-->\\n    <!--begin CELL 2-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"right\\\" style=\\\"width: 100%; padding: 0px; color: {brandcolor}; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    <span class=\\\"dynamic-element\\\">{subscriberemailaddress}</span>\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 2-->\\n</tr>\",\n    //                     \"consenttotext\": \"<tr>\\n    <!--begin CEll 1-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"left\\\" style=\\\"width: 100%; padding: 0px; color: #464646;; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    Consent to text*\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 1-->\\n    <!--begin CELL 2-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"right\\\" style=\\\"width: 100%; padding: 0px; color: {brandcolor}; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    <span class=\\\"dynamic-element\\\">{contactpref_sms}</span>\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 2-->\\n</tr>\"\n    //                 },\n    //                 \"header\": \"\",\n    //                 \"message\": \"\",\n    //                 \"actionbutton\": \"\",\n    //                 \"additional_instructions\": \"*By opting into receiving text messages from our support team, you are agreeing to our Terms and Conditions. Visit <a href=\\\"{operatorurl}/help\\\" style=\\\"color: #367ab5; text-decoration: none;\\\">{operatorurl}/help</a> to learn more.<br /><br />\"\n    //             },\n    //             \"PaymentSuccess\": {\n    //                 \"Subject\": \"Thank you for the payment.\",\n    //                 \"preheader\": \"\",\n    //                 \"title\": \"Your payment was processed successfully.\",\n    //                 \"header\": \"\",\n    //                 \"message\": \"Your payment for Internet service at {unitid}-{unitbuilding}-{unitfloor}, {unitaddress} processed successfully. <br><br>Invoice Date: {invoicedate}<br><br>Payment amount: {payment_amount}<br>Payment processed on: {payment_date}<br>{serviceplan_name_price_adjustments}<br><br>This charge will appear on your {payment_method}. {paymentevent_additionalinfo}\",\n    //                 \"actionbutton\": \"\",\n    //                 \"additional_instructions\": \"\"\n    //             },\n    //             \"PaymentFailed\": {\n    //                 \"Subject\": \"Please review your payment settings.\",\n    //                 \"preheader\": \"\",\n    //                 \"title\": \"Payment Issue - Action required\",\n    //                 \"header\": \"\",\n    //                 \"message\": \"Your payment for Internet service at {unitid}-{unitbuilding}-{unitfloor}, {unitaddress} did not process successfully. <br>{payment_method}{paymentfailed_reason}{paymentevent_additionalinfo}\",\n    //                 \"actionbutton\": \"\",\n    //                 \"additional_instructions\": \"\"\n    //             },\n    //             \"PaymentMethodUpdated\": {\n    //                 \"Subject\": \"Payment method updated.\",\n    //                 \"preheader\": \"\",\n    //                 \"title\": \"Payment method updated for your subscription\",\n    //                 \"header\": \"\",\n    //                 \"message\": \"Payment method for Internet service at {unitid}-{unitbuilding}-{unitfloor}, {unitaddress} has been updated. <br>{payment_method}\",\n    //                 \"actionbutton\": \"\",\n    //                 \"additional_instructions\": \"\"\n    //             },\n    //             \"SubscriptionStartDateAdjustment\": {\n    //                 \"Subject\": \"Your service has been updated.\",\n    //                 \"preheader\": \"\",\n    //                 \"title\": \"Please review the following changes to your Internet service.\",\n    //                 \"header\": \"\",\n    //                 \"message\": \"Your Internet service at {unitid}-{unitbuilding}-{unitfloor}, {unitaddress} has been updated to start at {startdate}\",\n    //                 \"actionbutton\": \"\",\n    //                 \"additional_instructions\": \"\"\n    //             },\n    //             \"SubscriptionEndDateAdjustment\": {\n    //                 \"Subject\": \"Your service has been updated.\",\n    //                 \"preheader\": \"\",\n    //                 \"title\": \"Please review the following changes to your Internet service.\",\n    //                 \"header\": \"\",\n    //                 \"message\": \"Your Internet service at {unitid}-{unitbuilding}-{unitfloor}, {unitaddress} has been updated to end at {enddate}\",\n    //                 \"actionbutton\": \"\",\n    //                 \"additional_instructions\": \"\"\n    //             },\n    //             \"SubscriptionEnded\": {\n    //                 \"Subject\": \"Your service has ended.\",\n    //                 \"preheader\": \"\",\n    //                 \"title\": \"Please review the following changes to your Internet service.\",\n    //                 \"header\": \"\",\n    //                 \"message\": \"Your Internet service at {unitid}-{unitbuilding}-{unitfloor}, {unitaddress} has ended.\",\n    //                 \"actionbutton\": \"\",\n    //                 \"additional_instructions\": \"\"\n    //             },\n    //             \"SubscriptionPlanUpdated\": {\n    //                 \"Subject\": \"Internet service plan updated.\",\n    //                 \"preheader\": \"\",\n    //                 \"title\": \"Please review the following changes to your Internet service.\",\n    //                 \"header\": \"\",\n    //                 \"message\": \"Internet service plan at {unitid}-{unitbuilding}-{unitfloor}, {unitaddress} has been upated. <br><br>{serviceplan_name_price_adjustments}<br>\",\n    //                 \"actionbutton\": \"\",\n    //                 \"additional_instructions\": \"\"\n    //             },\n    //             \"SubscriptionVenueUnitUpdated\": {\n    //                 \"Subject\": \"Internet service plan updated.\",\n    //                 \"preheader\": \"\",\n    //                 \"title\": \"Please review the following changes to your Internet service.\",\n    //                 \"header\": \"\",\n    //                 \"message\": \"Your Internet service has been moved to {unitid}-{unitbuilding}-{unitfloor}, {unitaddress}<br><br>This is for your information only, no action is required by you.\",\n    //                 \"actionbutton\": \"\",\n    //                 \"additional_instructions\": \"\"\n    //             },\n    //             \"SubscriptionPriceUpdated\": {\n    //                 \"Subject\": \"Service plan price updated.\",\n    //                 \"preheader\": \"\",\n    //                 \"title\": \"Please review the following changes to your Internet service.\",\n    //                 \"header\": \"\",\n    //                 \"message\": \"Price for your Internet service at {unitid}-{unitbuilding}-{unitfloor}, {unitaddress} has been updated.<br><br>{payment_amount}\",\n    //                 \"actionbutton\": \"\",\n    //                 \"additional_instructions\": \"\"\n    //             },\n    //             \"SubscriptionNextInvoiceAdjustment\": {\n    //                 \"Subject\": \"Credit applied.\",\n    //                 \"preheader\": \"\",\n    //                 \"title\": \"Please review the following changes to your Internet service.\",\n    //                 \"header\": \"\",\n    //                 \"message\": \"Credit has been applied to your next invoice for Internet service at {unitid}-{unitbuilding}-{unitfloor}, {unitaddress}. <br><br>Credit: {creditamount}<br>Next Invoice Total: {adjusted_amount}<br><br>Next Invoice Date: {invoicedate}<br>Usual Invoice Amount: {payment_amount}<br>\",\n    //                 \"actionbutton\": \"\",\n    //                 \"additional_instructions\": \"\"\n    //             },\n    //             \"ChargeRefunded\": {\n    //                 \"Subject\": \"Refund issued.\",\n    //                 \"preheader\": \"\",\n    //                 \"title\": \"Please review the following changes to your Internet service.\",\n    //                 \"header\": \"\",\n    //                 \"message\": \"Refund has been issued for Internet service at {unitid}-{unitbuilding}-{unitfloor}, {unitaddress}. <br><br>Refund date: {refunddate}<br>Amount refunded: {amountrefunded}<br><br>Original Invoice Date: {invoicedate}<br>Original Invoiced Amount: {payment_amount}\",\n    //                 \"actionbutton\": \"\",\n    //                 \"additional_instructions\": \"Please note that it can take 10+ days for the refund to appear on your {payment_method}.\"\n    //             },\n    //             \"MessageFromAdministrator\": {\n    //                 \"Subject\": \"You have a new message from {venuename}.\",\n    //                 \"preheader\": \"\",\n    //                 \"title\": \"Login to read messages securely\",\n    //                 \"header\": \"\",\n    //                 \"message\": \"You have a new message from {venuename}. Login to your {operatorname} Wi-Fi account to read the message.<br /><br />\",\n    //                 \"actionbutton\": \"<!--begin BUTTON-->\\n\\n                                                <tr>\\n                                                    <td align=\\\"center\\\" style=\\\"padding: 20px 0px;\\\">\\n                                                        <div>\\n                                                            <!--[if mso]>\\n                                                                <v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"{actionbuttonurl}\\\" target=\\\"_blank\\\" style=\\\"height: 50px; v-text-anchor: middle; width: 260px;\\\" arcsize=\\\"50%\\\" stroke=\\\"f\\\" fillcolor=\\\"{brandcolor}\\\">\\n                                                                <w:anchorlock/>\\n                                                                <center>\\n                                                            <![endif]-->\\n                                                            <a href=\\\"{actionbuttonurl}\\\" target=\\\"_blank\\\" style=\\\"background-color: {brandcolor}; border-radius: 25px; color: #ffffff; display: inline-block; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 50px; text-align: center; text-decoration: none; width: 260px; -webkit-text-size-adjust: none;\\\">\\n                                                                <b>Read Message</b>\\n                                                            </a>\\n                                                            <!--[if mso]>\\n                                                                </center>\\n                                                                </v:roundrect>\\n                                                            <![endif]-->\\n                                                        </div>\\n                                                    </td>\\n                                                </tr>\\n                                                <!--end BUTTON-->\",\n    //                 \"additional_instructions\": \"\"\n    //             },\n    //             \"Template\": \"<!DOCTYPE html\\n    PUBLIC \\\"-//W3C//DTD XHTML 1.0 Transitional//EN\\\" \\\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\\\">\\n<html xmlns=\\\"http://www.w3.org/1999/xhtml\\\" xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\"\\n    xmlns:o=\\\"urn:schemas-microsoft-com:office:office\\\">\\n\\n<head>\\n    <meta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=utf-8\\\" />\\n    <!--[if !mso]><!-->\\n    <meta http-equiv=\\\"X-UA-Compatible\\\" content=\\\"IE=edge\\\" />\\n    <!--<![endif]-->\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\n    <title></title>\\n    <style type=\\\"text/css\\\">\\n        @import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;700&display=swap');\\n\\n        body {\\n            -ms-text-size-adjust: 100%;\\n            -webkit-text-size-adjust: 100%;\\n        }\\n\\n        table {\\n            border-spacing: 0;\\n            border-collapse: collapse;\\n            mso-table-lspace: 0pt;\\n            mso-table-rspace: 0pt;\\n        }\\n\\n        td {\\n            border-collapse: collapse;\\n            -ms-text-size-adjust: 100%;\\n            -webkit-text-size-adjust: 100%;\\n        }\\n\\n        div[style*=\\\"margin: 16px 0\\\"] {\\n            margin: 0 !important;\\n        }\\n\\n        a[x-apple-data-detectors] {\\n            color: inherit !important;\\n            text-decoration: none !important;\\n            font-size: inherit !important;\\n            font-family: inherit !important;\\n            font-weight: inherit !important;\\n            line-height: inherit !important;\\n        }\\n\\n        #MessageViewBody a {\\n            color: inherit;\\n            text-decoration: none;\\n            font-size: inherit;\\n            font-family: inherit;\\n            font-weight: inherit;\\n            line-height: inherit;\\n        }\\n\\n        span.yshortcuts,\\n        a span {\\n            color: inherit;\\n            background-color: none;\\n            border: none;\\n        }\\n\\n        .dynamic-tag {\\n            color: #29b6f6;\\n        }\\n\\n        .dynamic-element {\\n            color: {brandcolor};\\n        }\\n    </style>\\n    <!--[if (gte mso 9)|(IE)]>\\n    <style type=\\\"text/css\\\">\\n        table {border-collapse: collapse !important;}\\n    </style>\\n    <![endif]-->\\n    <!--[if gte mso 9]>\\n    <xml>\\n        <o:OfficeDocumentSettings>\\n        <o:AllowPNG/>\\n        <o:PixelsPerInch>96</o:PixelsPerInch>\\n        </o:OfficeDocumentSettings>\\n    </xml>\\n    <![endif]-->\\n</head>\\n\\n<body style=\\\"margin: 0 !important; padding: 0px; background-color: #f5f5f6;\\\">\\n    <center style=\\\"width: 100%; table-layout: fixed; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;\\\">\\n        <div style=\\\"max-width: 642px; margin: 0 auto;\\\">\\n            <!--[if (gte mso 9)|(IE)]>\\n            <table role=\\\"presentation\\\" width=\\\"642\\\" align=\\\"center\\\">\\n                <tr>\\n                    <td>\\n            <![endif]-->\\n            <!--begin MESSAGE CONTAINER-->\\n            <table role=\\\"presentation\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\"\\n                style=\\\"Margin: 0 auto; width: 100%; max-width: 642px;\\\">\\n                <!--begin HEADER-->\\n                <!--begin CARD TEXT-->\\n                <tr>\\n                    <td style=\\\"padding: 20px 13px; background-color: #f5f5f6;\\\">\\n                        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\"\\n                            style=\\\"min-width: 100%;\\\">\\n                            <tr>\\n                                <td style=\\\"line-height: 0px;\\\" width=\\\"20%\\\">\\n                                    <a href=\\\"{operatorurl}\\\" target=\\\"_blank\\\">\\n                                        <img alt=\\\"{operatorname}\\\" border=\\\"0\\\" src=\\\"{operatorlogourl}\\\" width=\\\"87\\\" />\\n                                    </a>\\n                                </td>\\n                                <td style=\\\"padding: 0px;\\\" width=\\\"50%\\\"></td>\\n\\n                    </td>\\n                </tr>\\n            </table>\\n            </td>\\n            </tr>\\n            <!--end HEADER-->\\n\\n            <!--begin BODY-->\\n            <tr>\\n                <td align=\\\"center\\\" style=\\\"padding: 0px 20px; background-color: #f5f5f6;\\\">\\n                    <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                        <tr>\\n                            <td align=\\\"center\\\"\\n                                style=\\\"width: 100%; padding: 0px 20px 35px 20px; color: #525252; font-family: 'DM Sans', sans-serif; font-size: 18px; line-height: 24px;\\\">\\n                                Hi <span class=\\\"dynamic-element\\\">{subscribergivenname}</span>,<br />\\n                            </td>\\n                        </tr>\\n\\n                        <!--begin TITLE H2-->\\n                        <tr>\\n                            <td align=\\\"center\\\"\\n                                style=\\\"width: 100%; padding: 0px 20px 15px 20px; color: #525252; font-family: 'DM Sans', sans-serif; font-size: 22px; line-height: 30px;\\\">\\n                                {title}\\n                            </td>\\n                        </tr>\\n                        <!--end TITLE H2-->\\n\\n                        <!--begin CARD-->\\n                        {serviceinfo}\\n                        <!--end CARD-->\\n\\n                        <!--begin CARD TEXT-->\\n                        <tr>\\n                            <td align=\\\"left\\\"\\n                                style=\\\"width: 100%; padding: 15px 15px 0px 15px; color: #464646; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                            </td>\\n                        </tr>\\n                        <!--end CARD TEXT-->\\n                        <!--begin CARD-->\\n                        <tr>\\n                            <td align=\\\"center\\\" style=\\\"padding: 15px 0px 0px 0px;\\\">\\n                                <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                                    <tr>\\n                                        <td align=\\\"center\\\"\\n                                            style=\\\"padding: 5px 5px 25px 5px; background-color: #ffffff;\\\">\\n                                            <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\"\\n                                                width=\\\"100%\\\">\\n                                                <!--begin CARD CONTENT AREA-->\\n\\n                                                <!--begin CARD TITLE-->\\n                                                <tr>\\n                                                    <td align=\\\"left\\\"\\n                                                        style=\\\"width: 100%; padding: 15px 15px 0px 15px; color: #464646; font-family: 'DM Sans', sans-serif; font-size: 20px; line-height: 28px;\\\">\\n                                                        {header}\\n                                                    </td>\\n                                                </tr>\\n                                                <!--end CARD TITLE-->\\n                                                <!--begin CARD TEXT-->\\n                                                <tr>\\n                                                    <td align=\\\"left\\\"\\n                                                        style=\\\"width: 100%; padding: 15px 15px 0px 15px; color: #464646; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                                                        {message}\\n                                                        <center><br />\\n                                                    </td>\\n                                                </tr>\\n                                                <!--end CARD TEXT-->\\n                                                <!--begin BUTTON-->\\n                                                {actionbutton}\\n                                                <!--end BUTTON-->\\n                                                <!--begin CARD TEXT-->\\n                                                <tr>\\n                                                    <td align=\\\"left\\\"\\n                                                        style=\\\"width: 100%; padding: 15px 15px 0px 15px; color: #464646; font-family: 'ProximaNova-Light', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                                                        {additional_instructions}\\n                                                    </td>\\n                                                </tr>\\n                                                <!--end CARD TEXT-->\\n\\n                                                <!--end CARD CONTENT AREA-->\\n                                            </table>\\n                                        </td>\\n                                    </tr>\\n                                    <tr>\\n                                        <td bgcolor=\\\"#d0d0d0\\\" height=\\\"2\\\"\\n                                            style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-size: 2px; line-height: 2px; max-height: 2px; min-height: 2px; mso-table-lspace: 0pt; mso-table-rspace: 0pt !important;\\\">\\n                                            &nbsp;</td>\\n                                    </tr>\\n                                </table>\\n                            </td>\\n                        </tr>\\n                        <!--end CARD-->\\n                        <!--begin CARD TEXT-->\\n                        <tr>\\n                            <td align=\\\"left\\\"\\n                                style=\\\"width: 100%; padding: 15px 15px 0px 15px; color: #464646; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                            </td>\\n                        </tr>\\n                        <!--end CARD TEXT-->\\n                    </table>\\n                </td>\\n            </tr>\\n            <!--end BODY-->\\n\\n            <!--begin FOOTER-->\\n            <tr>\\n                <td align=\\\"center\\\" width=\\\"100%\\\" style=\\\"padding: 0px; background-color: #f5f5f6;\\\">\\n                    <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\\n                        <tr>\\n                            <td align=\\\"center\\\" style=\\\"padding: 40px 10px 37px 10px;\\\" width=\\\"100%\\\">\\n\\n                            </td>\\n                        </tr>\\n                        <tr>\\n                            <td style=\\\"padding: 0px;\\\">\\n                                <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                                    <tr>\\n                                        <td style=\\\"padding: 0px;\\\" width=\\\"85%\\\">\\n                                            <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\"\\n                                                width=\\\"100%\\\" style=\\\"border-spacing: 0;\\\">\\n                                                <tr>\\n                                                    <td width=\\\"100%\\\" height=\\\"1\\\"\\n                                                        style=\\\"border-top: 1px solid {brandcolor}; font-size: 1px; line-height: 1px; padding: 0px;\\\">\\n                                                        &nbsp;</td>\\n                                                </tr>\\n                                            </table>\\n                                        </td>\\n                                        <td style=\\\"font-size: 1px; line-height: 1px; padding: 0px;\\\">\\n                                            <img alt=\\\"{operatorname}\\\" border=\\\"0\\\"\\n                                                src=\\\"{operatorlogourl}\\\"\\n                                                width=\\\"69\\\" />\\n                                        </td>\\n                                        <td width=\\\"15%\\\" style=\\\"padding: 0px;\\\">\\n                                            <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\"\\n                                                width=\\\"100%\\\" style=\\\"border-spacing: 0;\\\">\\n                                                <tr>\\n                                                    <td width=\\\"100%\\\" height=\\\"1\\\"\\n                                                        style=\\\"border-top: 1px solid {brandcolor}; font-size: 1px; line-height: 1px; padding: 0px;\\\">\\n                                                        &nbsp;</td>\\n                                                </tr>\\n                                            </table>\\n                                        </td>\\n                                    </tr>\\n                                </table>\\n                            </td>\\n                        </tr>\\n                        <tr>\\n                            <td align=\\\"left\\\"\\n                                style=\\\"color: #464646; font-family: 'DM Sans', sans-serif; font-size: 11px; line-height: 14px; padding: 35px 28px 30px 28px;\\\">\\n                                Please do not reply to this email, instead visit us at <a href=\\\"{operatorurl}/help\\\"\\n                                    style=\\\"color: #367ab5; text-decoration: none;\\\">{operatorurl}/help</a> for support.\\n                            </td>\\n                        </tr>\\n                        <tr>\\n                            <td width=\\\"100%\\\" height=\\\"1\\\"\\n                                style=\\\"border-top: 1px solid #d0d0d0; font-size: 1px; line-height: 1px; padding: 0px;\\\">\\n                                &nbsp;</td>\\n                        </tr>\\n                        <tr>\\n                            <td align=\\\"center\\\"\\n                                style=\\\"color: #464646; font-family: 'DM Sans', sans-serif; font-size: 11px; line-height: 14px; padding: 30px 28px 35px 28px;\\\">\\n                                &copy; {yyyy} {operatorname} - All rights reserved.\\n                                <br />\\n                                <a href=\\\"\\\" style=\\\"color: #464646; cursor: text; text-decoration: none;\\\">{operatoraddress}</a>\\n                            </td>\\n                        </tr>\\n                    </table>\\n                </td>\\n            </tr>\\n            <!--end FOOTER-->\\n\\n            </table>\\n            <!--end MESSAGE CONTAINER-->\\n\\n            <!--[if (gte mso 9)|(IE)]>\\n                   </td>\\n               </tr>\\n            </table>\\n            <![endif]-->\\n        </div>\\n    </center>\\n</body>\\n\\n</html>\"\n    //         }\n    //     },\n    //     \"es-xl\": {\n    //         \"WelcomeEmail\": {\n    //             \"NewSubscriber\": {\n    //                 \"Subject\": \"!Bienvenido(a) al servicio Wi-Fi de {venuename} {operatorname}\",\n    //                 \"preheader\": \"\",\n    //                 \"title\": \"Bienvenido(a) <span style=\\\"font-family: 'DM Sans', sans-serif; border-bottom: 5px solid {brandcolor};\\\"><b><span class=\\\"dynamic-element\\\" style=\\\"white-space: nowrap;\\\">{venuename}</span></b></span> WiFi service!\",\n    //                 \"serviceinfo\": {\n    //                     \"template\": \"<!--begin CARD-->\\n                        <tr>\\n                            <td align=\\\"center\\\" style=\\\"padding: 15px 0px 0px 0px;\\\">\\n                                <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                                    <tr>\\n                                        <td align=\\\"center\\\" style=\\\"padding: 5px 5px 25px 5px; background-color: #ffffff;\\\">\\n                                            <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                                                <!--begin CARD CONTENT AREA-->\\n                                                <!--begin CARD TITLE-->\\n                                                <tr>\\n                                                    <td align=\\\"left\\\" style=\\\"width: 100%; padding: 15px 15px 15px 15px; color: #464646;; font-family: 'DM Sans', sans-serif; font-size: 20px; line-height: 28px;\\\">\\n                                                        Información del servicio WiFi\\n                                                    </td>\\n                                                </tr>\\n                                                <!--end CARD TITLE-->\\n                                                <!--begin TABLE-->\\n                                                <tr>\\n                                                    <td align=\\\"center\\\" style=\\\"padding: 0px;\\\">\\n                                                        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                                                            <colgroup>\\n                                                                <col style=\\\"width:50%;\\\" span=\\\"2\\\">\\n                                                            </colgroup>                                                            \\n                                                            {networkname}\\n                                                            {subscriptionstart}\\n                                                            {subscriptionend}\\n                                                        </table>\\n                                                    </td>\\n                                                </tr>\\n                                                <!--end TABLE-->\\n                                                <!--end CARD CONTENT AREA-->\\n                                            </table>\\n                                        </td>\\n                                    </tr>\\n                                    <tr>\\n                                        <td bgcolor=\\\"#d0d0d0\\\" height=\\\"2\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-size: 2px; line-height: 2px; max-height: 2px; min-height: 2px; mso-table-lspace: 0pt; mso-table-rspace: 0pt !important;\\\">&nbsp;</td>\\n                                    </tr>\\n                                </table>\\n                            </td>\\n                        </tr>\\n                        <!--end CARD-->\",\n    //                     \"networkname\": \"<tr>\\n    <!--begin CEll 1-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"left\\\" style=\\\"width: 100%; padding: 0px; color: #464646;; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    Nombre de la red WiFi (SSID)                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 1-->\\n    <!--begin CELL 2-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"right\\\" style=\\\"width: 100%; padding: 0px; color: {brandcolor}; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    <span class=\\\"dynamic-element\\\">{ssid}</span>\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 2-->\\n</tr>\",\n    //                     \"wifipassword\": \"<tr>\\n    <!--begin CEll 1-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"left\\\" style=\\\"width: 100%; padding: 0px; color: #464646;; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    Contraseña de wifi\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 1-->\\n    <!--begin CELL 2-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"right\\\" style=\\\"width: 100%; padding: 0px; color: {brandcolor}; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    <span class=\\\"dynamic-element\\\">{psk}</span>\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 2-->\\n</tr>\",\n    //                     \"subscriptionstart\": \"<tr>\\n    <!--begin CEll 1-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"left\\\" style=\\\"width: 100%; padding: 0px; color: #464646;; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    Fecha de inicio del servicio\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 1-->\\n    <!--begin CELL 2-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"right\\\" style=\\\"width: 100%; padding: 0px; color: {brandcolor}; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    <span class=\\\"dynamic-element\\\">{startdate}</span>\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 2-->\\n</tr>\",\n    //                     \"subscriptionend\": \"<tr>\\n    <!--begin CEll 1-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"left\\\" style=\\\"width: 100%; padding: 0px; color: #464646;; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    Fecha de finalización del servicio\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 1-->\\n    <!--begin CELL 2-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"right\\\" style=\\\"width: 100%; padding: 0px; color: {brandcolor}; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    <span class=\\\"dynamic-element\\\">{enddate}</span>\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 2-->\\n</tr>\"\n    //                 },\n    //                 \"header\": \"Para comenzar\",\n    //                 \"message\": \"Hemos esablecido servicio de Wi-Fi para tu residencia. Crea tu cuenta {operatorname} y obtén tu contraseña de WiFi ahora, para que tu servicio esté disponible el día de la mudanza. Puedes utilizar cualquier teléfono inteligente, tableta o computadora con conexión a Internet para crear tu cuenta WiFi.\",\n    //                 \"actionbutton\": \"<!--begin BUTTON-->\\n\\n                                                <tr>\\n                                                    <td align=\\\"center\\\" style=\\\"padding: 20px 0px;\\\">\\n                                                        <div>\\n                                                            <!--[if mso]>\\n                                                                <v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"{actionbuttonurl}\\\" target=\\\"_blank\\\" style=\\\"height: 50px; v-text-anchor: middle; width: 260px;\\\" arcsize=\\\"50%\\\" stroke=\\\"f\\\" fillcolor=\\\"{brandcolor}\\\">\\n                                                                <w:anchorlock/>\\n                                                                <center>\\n                                                            <![endif]-->\\n                                                            <a href=\\\"{actionbuttonurl}\\\" target=\\\"_blank\\\" style=\\\"background-color: {brandcolor}; border-radius: 25px; color: #ffffff; display: inline-block; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 50px; text-align: center; text-decoration: none; width: 260px; -webkit-text-size-adjust: none;\\\">\\n                                                                <b>Crear cuenta de {operatorname} </b>\\n                                                            </a>\\n                                                            <!--[if mso]>\\n                                                                </center>\\n                                                                </v:roundrect>\\n                                                            <![endif]-->\\n                                                        </div>\\n                                                    </td>\\n                                                </tr>\\n                                                <!--end BUTTON-->\",\n    //                 \"additional_instructions\": \"Alternativamente, puede ir a <span class=\\\"dynamic-element\\\">{operatortermsurl}</span>, ingresar <span class=\\\"dynamic-element\\\">{subscriberemail}</span> como su dirección de correo electrónico y <span class=\\\"dynamic-element\\\">{onetimepassword}</span> (distingue entre mayúsculas y minúsculas) como código de confirmación para activar su cuenta.\"\n    //             },\n    //             \"KnownSubscriber\": {\n    //                 \"Subject\": \"!Bienvenido al servicio Wi-Fi de {venuename} {operatorname}\",\n    //                 \"preheader\": \"\",\n    //                 \"title\": \"¡Bienvenido(a) al servicio WiFi de <span style=\\\"font-family: 'DM Sans', sans-serif; border-bottom: 5px solid {brandcolor};\\\"><b><span class=\\\"dynamic-element\\\" style=\\\"white-space: nowrap;\\\">{venuename}</span></b></span>\",\n    //                 \"serviceinfo\": {\n    //                     \"template\": \"<!--begin CARD-->\\n                        <tr>\\n                            <td align=\\\"center\\\" style=\\\"padding: 15px 0px 0px 0px;\\\">\\n                                <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                                    <tr>\\n                                        <td align=\\\"center\\\" style=\\\"padding: 5px 5px 25px 5px; background-color: #ffffff;\\\">\\n                                            <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                                                <!--begin CARD CONTENT AREA-->\\n                                                <!--begin CARD TITLE-->\\n                                                <tr>\\n                                                    <td align=\\\"left\\\" style=\\\"width: 100%; padding: 15px 15px 15px 15px; color: #464646;; font-family: 'DM Sans', sans-serif; font-size: 20px; line-height: 28px;\\\">\\n                                                        Información del servicio WiFi\\n                                                    </td>\\n                                                </tr>\\n                                                <!--end CARD TITLE-->\\n                                                <!--begin TABLE-->\\n                                                <tr>\\n                                                    <td align=\\\"center\\\" style=\\\"padding: 0px;\\\">\\n                                                        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                                                            <colgroup>\\n                                                                <col style=\\\"width:50%;\\\" span=\\\"2\\\">\\n                                                            </colgroup>                                                            \\n                                                            {networkname}\\n                                                            {subscriptionstart}\\n                                                            {subscriptionend}\\n                                                        </table>\\n                                                    </td>\\n                                                </tr>\\n                                                <!--end TABLE-->\\n                                                <!--end CARD CONTENT AREA-->\\n                                            </table>\\n                                        </td>\\n                                    </tr>\\n                                    <tr>\\n                                        <td bgcolor=\\\"#d0d0d0\\\" height=\\\"2\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-size: 2px; line-height: 2px; max-height: 2px; min-height: 2px; mso-table-lspace: 0pt; mso-table-rspace: 0pt !important;\\\">&nbsp;</td>\\n                                    </tr>\\n                                </table>\\n                            </td>\\n                        </tr>\\n                        <!--end CARD-->\",\n    //                     \"networkname\": \"<tr>\\n    <!--begin CEll 1-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"left\\\" style=\\\"width: 100%; padding: 0px; color: #464646;; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    Nombre de la red WiFi (SSID)                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 1-->\\n    <!--begin CELL 2-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"right\\\" style=\\\"width: 100%; padding: 0px; color: {brandcolor}; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    <span class=\\\"dynamic-element\\\">{ssid}</span>\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 2-->\\n</tr>\",\n    //                     \"wifipassword\": \"<tr>\\n    <!--begin CEll 1-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"left\\\" style=\\\"width: 100%; padding: 0px; color: #464646;; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    Contraseña de wifi\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 1-->\\n    <!--begin CELL 2-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"right\\\" style=\\\"width: 100%; padding: 0px; color: {brandcolor}; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    <span class=\\\"dynamic-element\\\">{psk}</span>\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 2-->\\n</tr>\",\n    //                     \"subscriptionstart\": \"<tr>\\n    <!--begin CEll 1-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"left\\\" style=\\\"width: 100%; padding: 0px; color: #464646;; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    Fecha de inicio del servicio\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 1-->\\n    <!--begin CELL 2-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"right\\\" style=\\\"width: 100%; padding: 0px; color: {brandcolor}; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    <span class=\\\"dynamic-element\\\">{startdate}</span>\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 2-->\\n</tr>\",\n    //                     \"subscriptionend\": \"<tr>\\n    <!--begin CEll 1-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"left\\\" style=\\\"width: 100%; padding: 0px; color: #464646;; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    Fecha de finalización del servicio\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 1-->\\n    <!--begin CELL 2-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"right\\\" style=\\\"width: 100%; padding: 0px; color: {brandcolor}; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    <span class=\\\"dynamic-element\\\">{enddate}</span>\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 2-->\\n</tr>\"\n    //                 },\n    //                 \"header\": \"Ingresa a tu cuenta\",\n    //                 \"message\": \"Hemos agregado un nuevo servicio Wi-Fi a tu cuenta. Puedes continuar usando tu contraseña Wi-Fi actual en {operatorname}. Ingresa a tu cuenta para ver o cambiar tu contraseña Wi-Fi.\",\n    //                 \"actionbutton\": \"<!--begin BUTTON-->\\n\\n                                                <tr>\\n                                                    <td align=\\\"center\\\" style=\\\"padding: 20px 0px;\\\">\\n                                                        <div>\\n                                                            <!--[if mso]>\\n                                                                <v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"{actionbuttonurl}\\\" target=\\\"_blank\\\" style=\\\"height: 50px; v-text-anchor: middle; width: 260px;\\\" arcsize=\\\"50%\\\" stroke=\\\"f\\\" fillcolor=\\\"{brandcolor}\\\">\\n                                                                <w:anchorlock/>\\n                                                                <center>\\n                                                            <![endif]-->\\n                                                            <a href=\\\"{actionbuttonurl}\\\" target=\\\"_blank\\\" style=\\\"background-color: {brandcolor}; border-radius: 25px; color: #ffffff; display: inline-block; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 50px; text-align: center; text-decoration: none; width: 260px; -webkit-text-size-adjust: none;\\\">\\n                                                                <b>Ingresa a tu cuenta</b>\\n                                                            </a>\\n                                                            <!--[if mso]>\\n                                                                </center>\\n                                                                </v:roundrect>\\n                                                            <![endif]-->\\n                                                        </div>\\n                                                    </td>\\n                                                </tr>\\n                                                <!--end BUTTON-->\",\n    //                 \"additional_instructions\": \"\"\n    //             },\n    //             \"GuestAccess\": {\n    //                 \"Subject\": \"Bienvenido(a) al servico de Wi-Fi {venuename} {operatorname} para invitados\",\n    //                 \"preheader\": \"\",\n    //                 \"title\": \"Bienvenido(a) <span style=\\\"font-family: 'DM Sans', sans-serif; border-bottom: 5px solid {brandcolor};\\\"><b><span class=\\\"dynamic-element\\\" style=\\\"white-space: nowrap;\\\">{venuename}</span></b></span> Guest WiFi service!\",\n    //                 \"serviceinfo\": {\n    //                     \"template\": \"<!--begin CARD-->\\n                        <tr>\\n                            <td align=\\\"center\\\" style=\\\"padding: 15px 0px 0px 0px;\\\">\\n                                <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                                    <tr>\\n                                        <td align=\\\"center\\\" style=\\\"padding: 5px 5px 25px 5px; background-color: #ffffff;\\\">\\n                                            <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                                                <!--begin CARD CONTENT AREA-->\\n                                                <!--begin CARD TITLE-->\\n                                                <tr>\\n                                                    <td align=\\\"left\\\" style=\\\"width: 100%; padding: 15px 15px 15px 15px; color: #464646;; font-family: 'DM Sans', sans-serif; font-size: 20px; line-height: 28px;\\\">\\n                                                        Información del servicio WiFi\\n                                                    </td>\\n                                                </tr>\\n                                                <!--end CARD TITLE-->\\n                                                <!--begin TABLE-->\\n                                                <tr>\\n                                                    <td align=\\\"center\\\" style=\\\"padding: 0px;\\\">\\n                                                        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                                                            <colgroup>\\n                                                                <col style=\\\"width:50%;\\\" span=\\\"2\\\">\\n                                                            </colgroup>                                                            \\n                                                            {networkname}\\n                                                            {wifipassword}\\n                                                            {subscriptionstart}\\n                                                            {subscriptionend}\\n                                                        </table>\\n                                                    </td>\\n                                                </tr>\\n                                                <!--end TABLE-->\\n                                                <!--end CARD CONTENT AREA-->\\n                                            </table>\\n                                        </td>\\n                                    </tr>\\n                                    <tr>\\n                                        <td bgcolor=\\\"#d0d0d0\\\" height=\\\"2\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-size: 2px; line-height: 2px; max-height: 2px; min-height: 2px; mso-table-lspace: 0pt; mso-table-rspace: 0pt !important;\\\">&nbsp;</td>\\n                                    </tr>\\n                                </table>\\n                            </td>\\n                        </tr>\\n                        <!--end CARD-->\",\n    //                     \"networkname\": \"<tr>\\n    <!--begin CEll 1-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"left\\\" style=\\\"width: 100%; padding: 0px; color: #464646;; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    Nombre de la red WiFi (SSID)                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 1-->\\n    <!--begin CELL 2-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"right\\\" style=\\\"width: 100%; padding: 0px; color: {brandcolor}; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    <span class=\\\"dynamic-element\\\">{ssid}</span>\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 2-->\\n</tr>\",\n    //                     \"wifipassword\": \"<tr>\\n    <!--begin CEll 1-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"left\\\" style=\\\"width: 100%; padding: 0px; color: #464646;; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    Contraseña de wifi\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 1-->\\n    <!--begin CELL 2-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"right\\\" style=\\\"width: 100%; padding: 0px; color: {brandcolor}; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    <span class=\\\"dynamic-element\\\">{psk}</span>\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 2-->\\n</tr>\",\n    //                     \"subscriptionstart\": \"<tr>\\n    <!--begin CEll 1-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"left\\\" style=\\\"width: 100%; padding: 0px; color: #464646;; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    Fecha de inicio del servicio\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 1-->\\n    <!--begin CELL 2-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"right\\\" style=\\\"width: 100%; padding: 0px; color: {brandcolor}; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    <span class=\\\"dynamic-element\\\">{startdate}</span>\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 2-->\\n</tr>\",\n    //                     \"subscriptionend\": \"<tr>\\n    <!--begin CEll 1-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"left\\\" style=\\\"width: 100%; padding: 0px; color: #464646;; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    Fecha de finalización del servicio\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 1-->\\n    <!--begin CELL 2-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"right\\\" style=\\\"width: 100%; padding: 0px; color: {brandcolor}; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    <span class=\\\"dynamic-element\\\">{enddate}</span>\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 2-->\\n</tr>\"\n    //                 },\n    //                 \"header\": \"Nota de Privacidad\",\n    //                 \"message\": \"Esta es una contraseña segura exclusiva para ti, no la comparta con nadie.\",\n    //                 \"actionbutton\": \"\",\n    //                 \"additional_instructions\": \"\"\n    //             },\n    //             \"NewAdministrator\": {\n    //                 \"Subject\": \"Bienvenido(a) al servicio de administración Wi-FI de {operatorname}\",\n    //                 \"preheader\": \"\",\n    //                 \"title\": \"Bienvenido(a) a <span><b><span class=\\\"dynamic-element\\\" style=\\\"white-space: nowrap;\\\">{operatorname}</span></b></span>\",\n    //                 \"header\": \"Para comenzar\",\n    //                 \"message\": \"Nos agrada que te unas a nosotros en la capacidad de administrador de servicios Wi-Fi aquí en <span class=\\\"dynamic-element\\\">{venuename}</span>.<br /><br />Por favor, define la contraseña de tu cuenta haciendo click en el botón:<span class=\\\"dynamic-element\\\">{actionbuttonurl}</span>\",\n    //                 \"actionbutton\": \"\",\n    //                 \"additional_instructions\": \"Consola de administración: {operatorurl}\"\n    //             },\n    //             \"KnownAdministrator\": {\n    //                 \"Subject\": \"Bienvenido(a) al servicio de administración Wi-FI de {operatorname}\",\n    //                 \"preheader\": \"\",\n    //                 \"title\": \"Bienvenido(a) a <span><b><span class=\\\"dynamic-element\\\" style=\\\"white-space: nowrap;\\\">{operatorname}</span></b></span>\",\n    //                 \"header\": \"Para comenzar\",\n    //                 \"message\": \"Nos agrada que te unas a nosotros en la capacidad de administrador de servicios Wi-Fi aquí en <span class=\\\"dynamic-element\\\">{venuename}</span>.<br /><br />\",\n    //                 \"actionbutton\": \"\",\n    //                 \"additional_instructions\": \"Consola de administración Wi-Fi: {operatorurl}\"\n    //             },\n    //             \"Template\": \"<!DOCTYPE html\\n    PUBLIC \\\"-//W3C//DTD XHTML 1.0 Transitional//EN\\\" \\\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\\\">\\n<html xmlns=\\\"http://www.w3.org/1999/xhtml\\\" xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\"\\n    xmlns:o=\\\"urn:schemas-microsoft-com:office:office\\\">\\n\\n<head>\\n    <meta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=utf-8\\\" />\\n    <!--[if !mso]><!-->\\n    <meta http-equiv=\\\"X-UA-Compatible\\\" content=\\\"IE=edge\\\" />\\n    <!--<![endif]-->\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\n    <title></title>\\n    <style type=\\\"text/css\\\">\\n        @import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;700&display=swap');\\n\\n        body {\\n            -ms-text-size-adjust: 100%;\\n            -webkit-text-size-adjust: 100%;\\n        }\\n\\n        table {\\n            border-spacing: 0;\\n            border-collapse: collapse;\\n            mso-table-lspace: 0pt;\\n            mso-table-rspace: 0pt;\\n        }\\n\\n        td {\\n            border-collapse: collapse;\\n            -ms-text-size-adjust: 100%;\\n            -webkit-text-size-adjust: 100%;\\n        }\\n\\n        div[style*=\\\"margin: 16px 0\\\"] {\\n            margin: 0 !important;\\n        }\\n\\n        a[x-apple-data-detectors] {\\n            color: inherit !important;\\n            text-decoration: none !important;\\n            font-size: inherit !important;\\n            font-family: inherit !important;\\n            font-weight: inherit !important;\\n            line-height: inherit !important;\\n        }\\n\\n        #MessageViewBody a {\\n            color: inherit;\\n            text-decoration: none;\\n            font-size: inherit;\\n            font-family: inherit;\\n            font-weight: inherit;\\n            line-height: inherit;\\n        }\\n\\n        span.yshortcuts,\\n        a span {\\n            color: inherit;\\n            background-color: none;\\n            border: none;\\n        }\\n\\n        .dynamic-tag {\\n            color: #29b6f6;\\n        }\\n\\n        .dynamic-element {\\n            color: {brandcolor};\\n        }\\n    </style>\\n    <!--[if (gte mso 9)|(IE)]>\\n    <style type=\\\"text/css\\\">\\n        table {border-collapse: collapse !important;}\\n    </style>\\n    <![endif]-->\\n    <!--[if gte mso 9]>\\n    <xml>\\n        <o:OfficeDocumentSettings>\\n        <o:AllowPNG/>\\n        <o:PixelsPerInch>96</o:PixelsPerInch>\\n        </o:OfficeDocumentSettings>\\n    </xml>\\n    <![endif]-->\\n</head>\\n\\n<body style=\\\"margin: 0 !important; padding: 0px; background-color: #f5f5f6;\\\">\\n    <center style=\\\"width: 100%; table-layout: fixed; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;\\\">\\n        <div style=\\\"max-width: 642px; margin: 0 auto;\\\">\\n            <!--[if (gte mso 9)|(IE)]>\\n            <table role=\\\"presentation\\\" width=\\\"642\\\" align=\\\"center\\\">\\n                <tr>\\n                    <td>\\n            <![endif]-->\\n            <!--begin MESSAGE CONTAINER-->\\n            <table role=\\\"presentation\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\"\\n                style=\\\"Margin: 0 auto; width: 100%; max-width: 642px;\\\">\\n                <!--begin HEADER-->\\n                <!--begin CARD TEXT-->\\n                <tr>\\n                    <td style=\\\"padding: 20px 13px; background-color: #f5f5f6;\\\">\\n                        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\"\\n                            style=\\\"min-width: 100%;\\\">\\n                            <tr>\\n                                <td style=\\\"line-height: 0px;\\\" width=\\\"20%\\\">\\n                                    <a href=\\\"{operatorurl}\\\" target=\\\"_blank\\\">\\n                                        <img alt=\\\"{operatorname}\\\" border=\\\"0\\\" src=\\\"{operatorlogourl}\\\" width=\\\"87\\\" />\\n                                    </a>\\n                                </td>\\n                                <td style=\\\"padding: 0px;\\\" width=\\\"50%\\\"></td>\\n\\n                    </td>\\n                </tr>\\n            </table>\\n            </td>\\n            </tr>\\n            <!--end HEADER-->\\n\\n            <!--begin BODY-->\\n            <tr>\\n                <td align=\\\"center\\\" style=\\\"padding: 0px 20px; background-color: #f5f5f6;\\\">\\n                    <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                        <tr>\\n                            <td align=\\\"center\\\"\\n                                style=\\\"width: 100%; padding: 0px 20px 35px 20px; color: #525252; font-family: 'DM Sans', sans-serif; font-size: 18px; line-height: 24px;\\\">\\n                                Hola <span class=\\\"dynamic-element\\\">{subscribergivenname}</span>,<br />\\n                            </td>\\n                        </tr>\\n\\n                        <!--begin TITLE H2-->\\n                        <tr>\\n                            <td align=\\\"center\\\"\\n                                style=\\\"width: 100%; padding: 0px 20px 15px 20px; color: #525252; font-family: 'DM Sans', sans-serif; font-size: 22px; line-height: 30px;\\\">\\n                                {title}\\n                            </td>\\n                        </tr>\\n                        <!--end TITLE H2-->\\n\\n                        <!--begin CARD-->\\n                        {serviceinfo}\\n                        <!--end CARD-->\\n\\n                        <!--begin CARD TEXT-->\\n                        <tr>\\n                            <td align=\\\"left\\\"\\n                                style=\\\"width: 100%; padding: 15px 15px 0px 15px; color: #464646; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                            </td>\\n                        </tr>\\n                        <!--end CARD TEXT-->\\n                        <!--begin CARD-->\\n                        <tr>\\n                            <td align=\\\"center\\\" style=\\\"padding: 15px 0px 0px 0px;\\\">\\n                                <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                                    <tr>\\n                                        <td align=\\\"center\\\"\\n                                            style=\\\"padding: 5px 5px 25px 5px; background-color: #ffffff;\\\">\\n                                            <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\"\\n                                                width=\\\"100%\\\">\\n                                                <!--begin CARD CONTENT AREA-->\\n\\n                                                <!--begin CARD TITLE-->\\n                                                <tr>\\n                                                    <td align=\\\"left\\\"\\n                                                        style=\\\"width: 100%; padding: 15px 15px 0px 15px; color: #464646; font-family: 'DM Sans', sans-serif; font-size: 20px; line-height: 28px;\\\">\\n                                                        {header}\\n                                                    </td>\\n                                                </tr>\\n                                                <!--end CARD TITLE-->\\n                                                <!--begin CARD TEXT-->\\n                                                <tr>\\n                                                    <td align=\\\"left\\\"\\n                                                        style=\\\"width: 100%; padding: 15px 15px 0px 15px; color: #464646; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                                                        {message}\\n                                                        <center><br />\\n                                                    </td>\\n                                                </tr>\\n                                                <!--end CARD TEXT-->\\n                                                <!--begin BUTTON-->\\n                                                {actionbutton}\\n                                                <!--end BUTTON-->\\n                                                <!--begin CARD TEXT-->\\n                                                <tr>\\n                                                    <td align=\\\"left\\\"\\n                                                        style=\\\"width: 100%; padding: 15px 15px 0px 15px; color: #464646; font-family: 'ProximaNova-Light', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                                                        {additional_instructions}\\n                                                    </td>\\n                                                </tr>\\n                                                <!--end CARD TEXT-->\\n\\n                                                <!--end CARD CONTENT AREA-->\\n                                            </table>\\n                                        </td>\\n                                    </tr>\\n                                    <tr>\\n                                        <td bgcolor=\\\"#d0d0d0\\\" height=\\\"2\\\"\\n                                            style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-size: 2px; line-height: 2px; max-height: 2px; min-height: 2px; mso-table-lspace: 0pt; mso-table-rspace: 0pt !important;\\\">\\n                                            &nbsp;</td>\\n                                    </tr>\\n                                </table>\\n                            </td>\\n                        </tr>\\n                        <!--end CARD-->\\n                        <!--begin CARD TEXT-->\\n                        <tr>\\n                            <td align=\\\"left\\\"\\n                                style=\\\"width: 100%; padding: 15px 15px 0px 15px; color: #464646; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                            </td>\\n                        </tr>\\n                        <!--end CARD TEXT-->\\n\\n                        <!--begin CARD-->\\n                        <tr>\\n                            <td align=\\\"center\\\" style=\\\"padding: 15px 0px 0px 0px;\\\">\\n                                <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                                    <tr>\\n                                        <td align=\\\"center\\\"\\n                                            style=\\\"padding: 5px 5px 25px 5px; background-color: #ffffff;\\\">\\n                                            <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\"\\n                                                width=\\\"100%\\\">\\n                                                <!--begin CARD CONTENT AREA-->\\n                                                <!--begin CARD TEXT-->\\n                                                <tr>\\n                                                    <td align=\\\"left\\\"\\n                                                        style=\\\"width: 100%; padding: 15px 15px 15px 15px; color: #464646; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                                                        Si necesita ayuda para configurar su servicio WiFi, puede contactarnos en                                                    </td>\\n                                                </tr>\\n                                                <!--end CARD TEXT-->\\n                                                <!--begin TABLE-->\\n                                                <tr>\\n                                                    <td align=\\\"center\\\" style=\\\"padding: 0px;\\\">\\n                                                        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\"\\n                                                            cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                                                            <colgroup>\\n                                                                <col style=\\\"width:50%;\\\" span=\\\"2\\\">\\n                                                            </colgroup>\\n                                                            <!--begin ROW 1-->\\n                                                            <tr>\\n                                                                <!--begin CEll 1-->\\n                                                                <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n                                                                    <table role=\\\"presentation\\\" border=\\\"0\\\"\\n                                                                        cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                                                                        <!--begin CARD TEXT-->\\n                                                                        <tr>\\n                                                                            <td align=\\\"left\\\"\\n                                                                                style=\\\"width: 100%; padding: 0px; color: #464646;; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                                                                                Número de contacto para soporte:                                                                            </td>\\n                                                                        </tr>\\n                                                                        <!--end CARD TEXT-->\\n                                                                    </table>\\n                                                                </td>\\n                                                                <!--end CELL 1-->\\n                                                                <!--begin CELL 2-->\\n                                                                <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n                                                                    <table role=\\\"presentation\\\" border=\\\"0\\\"\\n                                                                        cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                                                                        <!--begin CARD TEXT-->\\n                                                                        <tr>\\n                                                                            <td align=\\\"right\\\"\\n                                                                                style=\\\"width: 100%; padding: 0px; color: {brandcolor}; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                                                                                <span\\n                                                                                    class=\\\"dynamic-element\\\">{venuesupportphonenumber}</span>\\n                                                                            </td>\\n                                                                        </tr>\\n                                                                        <!--end CARD TEXT-->\\n                                                                    </table>\\n                                                                </td>\\n                                                                <!--end CELL 2-->\\n                                                            </tr>\\n                                                            <!--end ROW 1-->\\n\\n\\n                                                        </table>\\n                                                    </td>\\n                                                </tr>\\n                                                <!--end TABLE-->\\n                                                <!--end CARD CONTENT AREA-->\\n                                            </table>\\n                                        </td>\\n                                    </tr>\\n                                    <tr>\\n                                        <td bgcolor=\\\"#d0d0d0\\\" height=\\\"2\\\"\\n                                            style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-size: 2px; line-height: 2px; max-height: 2px; min-height: 2px; mso-table-lspace: 0pt; mso-table-rspace: 0pt !important;\\\">\\n                                            &nbsp;</td>\\n                                    </tr>\\n                                </table>\\n                            </td>\\n                        </tr>\\n                        <!--end CARD-->\\n                    </table>\\n                </td>\\n            </tr>\\n            <!--end BODY-->\\n\\n            <!--begin FOOTER-->\\n            <tr>\\n                <td align=\\\"center\\\" width=\\\"100%\\\" style=\\\"padding: 0px; background-color: #f5f5f6;\\\">\\n                    <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\\n                        <tr>\\n                            <td align=\\\"center\\\" style=\\\"padding: 40px 10px 37px 10px;\\\" width=\\\"100%\\\">\\n\\n                            </td>\\n                        </tr>\\n                        <tr>\\n                            <td style=\\\"padding: 0px;\\\">\\n                                <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                                    <tr>\\n                                        <td style=\\\"padding: 0px;\\\" width=\\\"85%\\\">\\n                                            <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\"\\n                                                width=\\\"100%\\\" style=\\\"border-spacing: 0;\\\">\\n                                                <tr>\\n                                                    <td width=\\\"100%\\\" height=\\\"1\\\"\\n                                                        style=\\\"border-top: 1px solid {brandcolor}; font-size: 1px; line-height: 1px; padding: 0px;\\\">\\n                                                        &nbsp;</td>\\n                                                </tr>\\n                                            </table>\\n                                        </td>\\n                                        <td style=\\\"font-size: 1px; line-height: 1px; padding: 0px;\\\">\\n                                            <img alt=\\\"{operatorname}\\\" border=\\\"0\\\"\\n                                                src=\\\"{operatorlogourl}\\\"\\n                                                width=\\\"69\\\" />\\n                                        </td>\\n                                        <td width=\\\"15%\\\" style=\\\"padding: 0px;\\\">\\n                                            <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\"\\n                                                width=\\\"100%\\\" style=\\\"border-spacing: 0;\\\">\\n                                                <tr>\\n                                                    <td width=\\\"100%\\\" height=\\\"1\\\"\\n                                                        style=\\\"border-top: 1px solid {brandcolor}; font-size: 1px; line-height: 1px; padding: 0px;\\\">\\n                                                        &nbsp;</td>\\n                                                </tr>\\n                                            </table>\\n                                        </td>\\n                                    </tr>\\n                                </table>\\n                            </td>\\n                        </tr>\\n                        <tr>\\n                            <td align=\\\"left\\\"\\n                                style=\\\"color: #464646; font-family: 'DM Sans', sans-serif; font-size: 11px; line-height: 14px; padding: 35px 28px 30px 28px;\\\">\\n                                No respondas a este correo electrónico, si necesitas ayuda visítanos en <a href=\\\"{operatorurl}/help\\\"\\n                                    style=\\\"color: #367ab5; text-decoration: none;\\\">{operatorurl}/help</a> for support.\\n                            </td>\\n                        </tr>\\n                        <tr>\\n                            <td width=\\\"100%\\\" height=\\\"1\\\"\\n                                style=\\\"border-top: 1px solid #d0d0d0; font-size: 1px; line-height: 1px; padding: 0px;\\\">\\n                                &nbsp;</td>\\n                        </tr>\\n                        <tr>\\n                            <td align=\\\"center\\\"\\n                                style=\\\"color: #464646; font-family: 'DM Sans', sans-serif; font-size: 11px; line-height: 14px; padding: 30px 28px 35px 28px;\\\">\\n                                &copy; {yyyy} {operatorname}Reservados todos los derechos.\\n                                <br />\\n                                <a href=\\\"\\\" style=\\\"color: #464646; cursor: text; text-decoration: none;\\\">{operatoraddress}</a>\\n                            </td>\\n                        </tr>\\n                    </table>\\n                </td>\\n            </tr>\\n            <!--end FOOTER-->\\n\\n            </table>\\n            <!--end MESSAGE CONTAINER-->\\n\\n            <!--[if (gte mso 9)|(IE)]>\\n                   </td>\\n               </tr>\\n            </table>\\n            <![endif]-->\\n        </div>\\n    </center>\\n</body>\\n\\n</html>\"\n    //         },\n    //         \"SubscriberEvents\": {\n    //             \"PasswordResetInitiated\": {\n    //                 \"Subject\": \"Hemos recibido una solicitud para cambiar su contraseña.\",\n    //                 \"preheader\": \"<strong>Subject:</strong> Hemos recibido una solicitud para cambiar su contraseña.<br><strong>Preheader:</strong> Sigue estas instrucciones para restablecerla:<br /><hr>\",\n    //                 \"title\": \"Hemos recibido una solicitud para cambiar su contraseña.\",\n    //                 \"header\": \"\",\n    //                 \"message\": \"Haz click el botón abajo para cambiar su contraseña. Este enlace caducará en 30 minutos.<br />\",\n    //                 \"actionbutton\": \"<!--begin BUTTON-->\\n\\n                                                <tr>\\n                                                    <td align=\\\"center\\\" style=\\\"padding: 20px 0px;\\\">\\n                                                        <div>\\n                                                            <!--[if mso]>\\n                                                                <v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"{actionbuttonurl}\\\" target=\\\"_blank\\\" style=\\\"height: 50px; v-text-anchor: middle; width: 260px;\\\" arcsize=\\\"50%\\\" stroke=\\\"f\\\" fillcolor=\\\"#f01446\\\">\\n                                                                <w:anchorlock/>\\n                                                                <center>\\n                                                            <![endif]-->\\n                                                            <a href=\\\"{actionbuttonurl}\\\" target=\\\"_blank\\\" style=\\\"background-color: #f01446; border-radius: 25px; color: #ffffff; display: inline-block; font-family: 'ProximaNova-SemiBold', sans-serif; font-size: 14px; line-height: 50px; text-align: center; text-decoration: none; width: 260px; -webkit-text-size-adjust: none;\\\">\\n                                                                <b>Cambia tu contraseña</b>\\n                                                            </a>\\n                                                            <!--[if mso]>\\n                                                                </center>\\n                                                                </v:roundrect>\\n                                                            <![endif]-->\\n                                                        </div>\\n                                                    </td>\\n                                                </tr>\\n                                                <!--end BUTTON-->\",\n    //                 \"additional_instructions\": \"Si tu <span style=\\\"font-family: 'ProximaNova-SemiBold', sans-serif;\\\"><b>no</b></span> solicitaste el restablecimiento de contraseña, ignora este correo electrónico.<br /><br />Tu contraseña <span style=\\\"font-family: 'ProximaNova-SemiBold', sans-serif;\\\"><b>no</b></span> cambiará a menos que tu hagas click en el botón arriba y sigas las instrucciones de cambio.\"\n    //             },\n    //             \"PasswordResetComplete\": {\n    //                 \"Subject\": \"Tu perfil ha sido actualizado.\",\n    //                 \"preheader\": \"<strong>Subject:</strong> Tu perfil ha sido actualizado.<br><strong>Preheader:</strong> Revisa los siguientes cambios.<br /><hr>\",\n    //                 \"title\": \"Tu perfil ha sido actualizado.\",\n    //                 \"header\": \"\",\n    //                 \"message\": \"La contraseña que utilizas para iniciar sesión en su cuenta {operatorname} ha sido cambiada. <br /><br />\",\n    //                 \"actionbutton\": \"\",\n    //                 \"additional_instructions\": \"\"\n    //             },\n    //             \"PIIDataUpdated\": {\n    //                 \"Subject\": \"Tu perfil ha sido actualizado.\",\n    //                 \"preheader\": \"<strong>Subject:</strong>Tu perfil ha sido actualizado.<br><strong>Preheader:</strong> Revisa los siguientes cambios:<br /><hr>\",\n    //                 \"title\": \"Tu perfil ha sido actualizado.\",\n    //                 \"serviceinfo\": {\n    //                     \"template\": \"<!--begin CARD-->\\n                        <tr>\\n                            <td align=\\\"center\\\" style=\\\"padding: 15px 0px 0px 0px;\\\">\\n                                <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                                    <tr>\\n                                        <td align=\\\"center\\\" style=\\\"padding: 5px 5px 25px 5px; background-color: #ffffff;\\\">\\n                                            <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                                                <!--begin CARD CONTENT AREA-->\\n                                                <!--begin CARD TITLE-->\\n                                                <tr>\\n                                                    <td align=\\\"left\\\" style=\\\"width: 100%; padding: 15px 15px 15px 15px; color: #464646; font-family: 'ProximaNova-Light', sans-serif; font-size: 20px; line-height: 28px;\\\">\\n                                                        Cambios a tu cuenta o perfil\\n                                                    </td>\\n                                                </tr>\\n                                                <!--end CARD TITLE-->\\n                                                <!--begin TABLE-->\\n                                                <tr>\\n                                                    <td align=\\\"center\\\" style=\\\"padding: 0px;\\\">\\n                                                        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                                                            <colgroup>\\n                                                                <col style=\\\"width:50%;\\\" span=\\\"2\\\">\\n                                                            </colgroup>                                                            \\n                                                            {subscriberphone}\\n                                                            {consenttotext}\\n                                                        </table>\\n                                                    </td>\\n                                                </tr>\\n                                                <!--end TABLE-->\\n                                                <!--end CARD CONTENT AREA-->\\n                                            </table>\\n                                        </td>\\n                                    </tr>\\n                                    <tr>\\n                                        <td bgcolor=\\\"#d0d0d0\\\" height=\\\"2\\\" style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-size: 2px; line-height: 2px; max-height: 2px; min-height: 2px; mso-table-lspace: 0pt; mso-table-rspace: 0pt ¡importante!;\\\">&nbsp;</td>\\n                                    </tr>\\n                                </table>\\n                            </td>\\n                        </tr>\\n                        <!--end CARD-->\",\n    //                     \"subscriberphone\": \"<tr>\\n    <!--begin CEll 1-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"left\\\" style=\\\"width: 100%; padding: 0px; color: #464646;; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    Subscriber Phone Number\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 1-->\\n    <!--begin CELL 2-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"right\\\" style=\\\"width: 100%; padding: 0px; color: {brandcolor}; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    <span class=\\\"dynamic-element\\\">{subscriberphonenumber}</span>\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 2-->\\n</tr>\",\n    //                     \"subscriberemail\": \"<tr>\\n    <!--begin CEll 1-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"left\\\" style=\\\"width: 100%; padding: 0px; color: #464646;; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    Subscriber Email Address\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 1-->\\n    <!--begin CELL 2-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"right\\\" style=\\\"width: 100%; padding: 0px; color: {brandcolor}; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    <span class=\\\"dynamic-element\\\">{subscriberemailaddress}</span>\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 2-->\\n</tr>\",\n    //                     \"consenttotext\": \"<tr>\\n    <!--begin CEll 1-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"left\\\" style=\\\"width: 100%; padding: 0px; color: #464646;; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    Consent to text*\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 1-->\\n    <!--begin CELL 2-->\\n    <td align=\\\"center\\\" style=\\\"padding: 10px;\\\">\\n        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <!--begin CARD TEXT-->\\n            <tr>\\n                <td align=\\\"right\\\" style=\\\"width: 100%; padding: 0px; color: {brandcolor}; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                    <span class=\\\"dynamic-element\\\">{contactpref_sms}</span>\\n                </td>\\n            </tr>\\n            <!--end CARD TEXT-->\\n        </table>\\n    </td>\\n    <!--end CELL 2-->\\n</tr>\"\n    //                 },\n    //                 \"header\": \"\",\n    //                 \"message\": \"\",\n    //                 \"actionbutton\": \"\",\n    //                 \"additional_instructions\": \"*Si optas por recibir mensajes de texto de nuestro equipo de soporte, estas aceptando nuestros Términos y Condiciones. Visita <a href=\\\"{operatorurl}/help\\\" style=\\\"color: #367ab5; text-decoration: none;\\\">{operatorurl}/help</a> para mayor información.<br /><br />\"\n    //             },\n    //             \"PaymentSuccess\": {\n    //                 \"Subject\": \"Gracias por el pago.\",\n    //                 \"preheader\": \"\",\n    //                 \"title\": \"Su pago fue procesado con éxito.\",\n    //                 \"header\": \"\",\n    //                 \"message\": \"Su pago por el servicio de Internet en {unitid}-{unitbuilding}-{unitfloor}, {unitaddress} se procesó correctamente. <br><br>Fecha de la factura: {invoicedate}<br><br>Importe del pago: {payment_amount}<br>Pago procesado el: {payment_date}<br>{serviceplan_name_price_adjustments}<br><br>Aparecerá este cargo en su payment_metho{payment_method}. {paymentevent_additionalinfo}d\",\n    //                 \"actionbutton\": \"\",\n    //                 \"additional_instructions\": \"\"\n    //             },\n    //             \"PaymentFailed\": {\n    //                 \"Subject\": \"Por favor revise su configuración de pago.\",\n    //                 \"preheader\": \"\",\n    //                 \"title\": \"Problema de pago - Acción requerida\",\n    //                 \"header\": \"\",\n    //                 \"message\": \"Tu pago por el servicio de Internet en {unitid}-{unitbuilding}-{unitfloor}, {unitaddress} no se procesó correctamente. <br>{payment_method}{paymentfailed_reason}{paymentevent_additionalinfo}\",\n    //                 \"actionbutton\": \"\",\n    //                 \"additional_instructions\": \"\"\n    //             },\n    //             \"PaymentMethodUpdated\": {\n    //                 \"Subject\": \"Método de pago actualizado.\",\n    //                 \"preheader\": \"<strong>Subject:</strong> Método de pago actualizado.<br><strong>Preheader:</strong> Método de pago actualizado para tu suscripción.<br /><hr>\",\n    //                 \"title\": \"\",\n    //                 \"header\": \"\",\n    //                 \"message\": \"El sistema de pago por servicio de Internet en {unitid}-{unitbuilding}-{unitfloor}, {unitaddress} ha sido actualizado.<br>{payment_method}\",\n    //                 \"actionbutton\": \"\",\n    //                 \"additional_instructions\": \"\"\n    //             },\n    //             \"SubscriptionStartDateAdjustment\": {\n    //                 \"Subject\": \"La fecha de inicio de tu servicio ha sido actualizada.\",\n    //                 \"preheader\": \"<strong>Subject:</strong> La fecha de inicio de tu servicio ha sido actualizada.<br><strong>Preheader:</strong> Revisa los siguientes cambios a tu servicio de Internet.<br /><hr>\",\n    //                 \"title\": \"\",\n    //                 \"header\": \"\",\n    //                 \"message\": \"Tu servicio de Internet en {unitid}-{unitbuilding}-{unitfloor}, {unitaddress} ha sido actualizado a comenzar en: {startdate}\",\n    //                 \"actionbutton\": \"\",\n    //                 \"additional_instructions\": \"\"\n    //             },\n    //             \"SubscriptionEndDateAdjustment\": {\n    //                 \"Subject\": \"La fecha de tu servicio ha sido actualizada.\",\n    //                 \"preheader\": \"<strong>Subject:</strong> La fecha de tu servicio ha sido actualizada.<br><strong>Preheader:</strong> Revisa los siguientes cambios en su servicio de Internet.<br /><hr>\",\n    //                 \"title\": \"\",\n    //                 \"header\": \"\",\n    //                 \"message\": \"La fecha de tu servicio ha sido actualizada {unitid}-{unitbuilding}-{unitfloor}, {unitaddress} para terminar en {enddate}\",\n    //                 \"actionbutton\": \"\",\n    //                 \"additional_instructions\": \"\"\n    //             },\n    //             \"SubscriptionEnded\": {\n    //                 \"Subject\": \"Tu servicio ha terminado.\",\n    //                 \"preheader\": \"<strong>Subject:</strong> Tu servicio ha terminado.<br><strong>Preheader:</strong> Revisa los siguientes cambios en tu servicio de Internet.<br /><hr>\",\n    //                 \"title\": \"\",\n    //                 \"header\": \"\",\n    //                 \"message\": \"Tu servicio de Internet en {unitid}-{unitbuilding}-{unitfloor}, {unitaddress} ha terminado.\",\n    //                 \"actionbutton\": \"\",\n    //                 \"additional_instructions\": \"\"\n    //             },\n    //             \"SubscriptionVenueUnitUpdated\": {\n    //                 \"Subject\": \"Internet service plan updated.\",\n    //                 \"preheader\": \"\",\n    //                 \"title\": \"Please review the following changes to your Internet service.\",\n    //                 \"header\": \"\",\n    //                 \"message\": \"Your Internet service has been moved to {unitid}-{unitbuilding}-{unitfloor}, {unitaddress}<br><br>This is for your information only, no action is required by you.\",\n    //                 \"actionbutton\": \"\",\n    //                 \"additional_instructions\": \"\"\n    //             },\n    //             \"SubscriptionPlanUpdated\": {\n    //                 \"Subject\": \"Tu Plan de Servicio de Internet ha cambiado\",\n    //                 \"preheader\": \"\",\n    //                 \"title\": \"Revisa los siguientes cambios en tu servicio de Internet.\",\n    //                 \"header\": \"\",\n    //                 \"message\": \"El Plan de Servicio de Internet en {unitid}-{unitbuilding}-{unitfloor}, {unitaddress} es ahora: <br><br>{serviceplan_name_price_adjustments}<br>\",\n    //                 \"actionbutton\": \"\",\n    //                 \"additional_instructions\": \"\"\n    //             },\n    //             \"SubscriptionPriceUpdated\": {\n    //                 \"Subject\": \"El precio del Plan de Servicio de Internet ha sido actualizado.\",\n    //                 \"preheader\": \"\",\n    //                 \"title\": \"Revisa los siguientes cambios a tu Servicio de Internet.\",\n    //                 \"header\": \"\",\n    //                 \"message\": \"El precio por tu Servicio de Internet en {unitid}-{unitbuilding}-{unitfloor}, {unitaddress} ha sido actualizado a <br><br>{payment_amount}\",\n    //                 \"actionbutton\": \"\",\n    //                 \"additional_instructions\": \"\"\n    //             },\n    //             \"SubscriptionNextInvoiceAdjustment\": {\n    //                 \"Subject\": \"Credito aplicado\",\n    //                 \"preheader\": \"\",\n    //                 \"title\": \"Revisa los siguientes cambios en tu servicio de Internet.\",\n    //                 \"header\": \"\",\n    //                 \"message\": \"Se ha aplicado un créditoa tu próxima factura por el Servicio de Internet {operatorname} en {unitid}-{unitbuilding}-{unitfloor}, {unitaddress}. <br><br>Credito: {creditamount}<br>Total en la proxima factura: {adjusted_amount}<br><br>Fecha de la póxima factura: {invoicedate}<br>Importe habitual de la factura: {payment_amount}<br>\",\n    //                 \"actionbutton\": \"\",\n    //                 \"additional_instructions\": \"\"\n    //             },\n    //             \"ChargeRefunded\": {\n    //                 \"Subject\": \"Refund issued.\",\n    //                 \"preheader\": \"\",\n    //                 \"title\": \"Please review the following changes to your Internet service.\\nRevisa los siguientes cambios en tu servicio de Internet:\",\n    //                 \"header\": \"\",\n    //                 \"message\": \"Se ha emitido un reembolso por el servicio de Internet en {unitid}-{unitbuilding}-{unitfloor}, {unitaddress}. <br><br>Fecha de reembolso: {refunddate}<br>Importe reembolsado: {amountrefunded}<br><br>Fecha de factura original: {invoicedate}<br>Importe facturado original: {paid_amount}\",\n    //                 \"actionbutton\": \"\",\n    //                 \"additional_instructions\": \"Tenga en cuenta que el reembolso puede tardar más de 10 días en aparecer en su {método_de_pago}.\"\n    //             },\n    //             \"MessageFromAdministrator\": {\n    //                 \"Subject\": \"Tienes un mensaje nuevo de {venuename}.\",\n    //                 \"preheader\": \"\",\n    //                 \"title\": \"Ingresa a tu cuenta para leer tu mensaje en forma segura.\",\n    //                 \"header\": \"\",\n    //                 \"message\": \"Tienes un mensaje nuevo de {venuename}. Ingresa a tu cuenta {operatorname} para leer el mensaje.<br /><br />\",\n    //                 \"actionbutton\": \"<!--begin BUTTON-->\\n\\n                                                <tr>\\n                                                    <td align=\\\"center\\\" style=\\\"padding: 20px 0px;\\\">\\n                                                        <div>\\n                                                            <!--[if mso]>\\n                                                                <v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"{actionbuttonurl}\\\" target=\\\"_blank\\\" style=\\\"height: 50px; v-text-anchor: middle; width: 260px;\\\" arcsize=\\\"50%\\\" stroke=\\\"f\\\" fillcolor=\\\"{brandcolor}\\\">\\n                                                                <w:anchorlock/>\\n                                                                <center>\\n                                                            <![endif]-->\\n                                                            <a href=\\\"{actionbuttonurl}\\\" target=\\\"_blank\\\" style=\\\"background-color: {brandcolor}; border-radius: 25px; color: #ffffff; display: inline-block; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 50px; text-align: center; text-decoration: none; width: 260px; -webkit-text-size-adjust: none;\\\">\\n                                                                <b>Leer mensaje</b>\\n                                                            </a>\\n                                                            <!--[if mso]>\\n                                                                </center>\\n                                                                </v:roundrect>\\n                                                            <![endif]-->\\n                                                        </div>\\n                                                    </td>\\n                                                </tr>\\n                                                <!--end BUTTON-->\",\n    //                 \"additional_instructions\": \"\"\n    //             },\n    //             \"Template\": \"<!DOCTYPE html\\n    PUBLIC \\\"-//W3C//DTD XHTML 1.0 Transitional//EN\\\" \\\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\\\">\\n<html xmlns=\\\"http://www.w3.org/1999/xhtml\\\" xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\"\\n    xmlns:o=\\\"urn:schemas-microsoft-com:office:office\\\">\\n\\n<head>\\n    <meta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=utf-8\\\" />\\n    <!--[if !mso]><!-->\\n    <meta http-equiv=\\\"X-UA-Compatible\\\" content=\\\"IE=edge\\\" />\\n    <!--<![endif]-->\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\n    <title></title>\\n    <style type=\\\"text/css\\\">\\n        @font-face {\\n            font-family: 'ProximaNova-Light';\\n            src: url('https://www.devgj01.com/css/proximanova-light-webfont.ttf') format('truetype'),\\n                url('https://www.devgj01.com/css/proximanova-light-webfont.svg#svgFontName') format('svg'),\\n                url('https://www.devgj01.com/css/proximanova-light-webfont.woff2') format('woff2'),\\n                url('https://www.devgj01.com/css/proximanova-light-webfont.woff') format('woff'),\\n                url('https://www.devgj01.com/css/proximanova-light-webfont.svg#svgFontName') format('svg');\\n            font-weight: 300;\\n            font-style: normal;\\n            mso-font-alt: 'Arial';\\n        }\\n\\n        @font-face {\\n            font-family: 'ProximaNova-Regular';\\n            src: url('https://www.devgj01.com/css/proximanova-regular-webfont.ttf') format('truetype'),\\n                url('https://www.devgj01.com/css/proximanova-regular-webfont.svg#svgFontName') format('svg'),\\n                url('https://www.devgj01.com/css/proximanova-regular-webfont.woff2') format('woff2'),\\n                url('https://www.devgj01.com/css/proximanova-regular-webfont.woff') format('woff'),\\n                url('https://www.devgj01.com/css/proximanova-regular-webfont.svg#svgFontName') format('svg');\\n            font-weight: 400;\\n            font-style: normal;\\n            mso-font-alt: 'Arial';\\n        }\\n\\n        @font-face {\\n            font-family: 'ProximaNova-SemiBold';\\n            src: url('https://www.devgj01.com/css/proximanova-semibold-webfont.ttf') format('truetype'),\\n                url('https://www.devgj01.com/css/proximanova-semibold-webfont.svg#svgFontName') format('svg'),\\n                url('https://www.devgj01.com/css/proximanova-semibold-webfont.woff2') format('woff2'),\\n                url('https://www.devgj01.com/css/proximanova-semibold-webfont.woff') format('woff'),\\n                url('https://www.devgj01.com/css/proximanova-semibold-webfont.svg#svgFontName') format('svg');\\n            font-weight: 600;\\n            font-style: normal;\\n            mso-font-alt: 'Arial';\\n        }\\n\\n        @font-face {\\n            font-family: 'ProximaNova-Bold';\\n            src: url('https://www.devgj01.com/css/proximanova-bold-webfont.ttf') format('truetype'),\\n                url('https://www.devgj01.com/css/proximanova-bold-webfont.svg#svgFontName') format('svg'),\\n                url('https://www.devgj01.com/css/proximanova-bold-webfont.woff2') format('woff2'),\\n                url('https://www.devgj01.com/css/proximanova-bold-webfont.woff') format('woff'),\\n                url('https://www.devgj01.com/css/proximanova-bold-webfont.svg#svgFontName') format('svg');\\n            font-weight: 700;\\n            font-style: normal;\\n            mso-font-alt: 'Arial';\\n        }\\n\\n        @font-face {\\n            font-family: 'ProximaNova-ExtraBold';\\n            src: url('https://www.devgj01.com/css/proximanova-extrabold-webfont.ttf') format('truetype'),\\n                url('https://www.devgj01.com/css/proximanova-extrabold-webfont.svg#svgFontName') format('svg'),\\n                url('https://www.devgj01.com/css/proximanova-extrabold-webfont.woff2') format('woff2'),\\n                url('https://www.devgj01.com/css/proximanova-extrabold-webfont.woff') format('woff'),\\n                url('https://www.devgj01.com/css/proximanova-extrabold-webfont.svg#svgFontName') format('svg');\\n            font-weight: 900;\\n            font-style: normal;\\n            mso-font-alt: 'Arial';\\n        }\\n\\n        body {\\n            -ms-text-size-adjust: 100%;\\n            -webkit-text-size-adjust: 100%;\\n        }\\n\\n        table {\\n            border-spacing: 0;\\n            border-collapse: collapse;\\n            mso-table-lspace: 0pt;\\n            mso-table-rspace: 0pt;\\n        }\\n\\n        td {\\n            border-collapse: collapse;\\n            -ms-text-size-adjust: 100%;\\n            -webkit-text-size-adjust: 100%;\\n        }\\n\\n        div[style*=\\\"margin: 16px 0\\\"] {\\n            margin: 0 !important;\\n        }\\n\\n        a[x-apple-data-detectors] {\\n            color: inherit !important;\\n            text-decoration: none !important;\\n            font-size: inherit !important;\\n            font-family: inherit !important;\\n            font-weight: inherit !important;\\n            line-height: inherit !important;\\n        }\\n\\n        #MessageViewBody a {\\n            color: inherit;\\n            text-decoration: none;\\n            font-size: inherit;\\n            font-family: inherit;\\n            font-weight: inherit;\\n            line-height: inherit;\\n        }\\n\\n        span.yshortcuts,\\n        a span {\\n            color: inherit;\\n            background-color: none;\\n            border: none;\\n        }\\n\\n        .dynamic-tag {\\n            color: #29b6f6;\\n        }\\n\\n        .dynamic-element {\\n            color: #d50000;\\n        }\\n    </style>\\n    <!--[if (gte mso 9)|(IE)]>\\n    <style type=\\\"text/css\\\">\\n        table {border-collapse: collapse !important;}\\n    </style>\\n    <![endif]-->\\n    <!--[if gte mso 9]>\\n    <xml>\\n        <o:OfficeDocumentSettings>\\n        <o:AllowPNG/>\\n        <o:PixelsPerInch>96</o:PixelsPerInch>\\n        </o:OfficeDocumentSettings>\\n    </xml>\\n    <![endif]-->\\n</head>\\n\\n<body style=\\\"margin: 0 !important; padding: 0px; background-color: #f5f5f6;\\\">\\n    <center style=\\\"width: 100%; table-layout: fixed; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;\\\">\\n        <div style=\\\"max-width: 642px; margin: 0 auto;\\\">\\n            <!--[if (gte mso 9)|(IE)]>\\n            <table role=\\\"presentation\\\" width=\\\"642\\\" align=\\\"center\\\">\\n                <tr>\\n                    <td>\\n            <![endif]-->\\n            <!--begin MESSAGE CONTAINER-->\\n            <table role=\\\"presentation\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\"\\n                style=\\\"Margin: 0 auto; width: 100%; max-width: 642px;\\\">\\n                <!--begin HEADER-->\\n                <!--begin CARD TEXT-->\\n                <tr>\\n                    <td align=\\\"left\\\"\\n                        style=\\\"width: 100%; padding: 15px 15px 0px 15px; color: #464646; font-family: 'ProximaNova-Light', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                        <!--BEGIN SUBJECT/PREHEADER-->\\n                        <div class=\\\"content container\\\" align: \\\"center\\\">\\n                            <table align=\\\"left\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\"\\n                                style=\\\"border-collapse: collapse !important; min-width: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt !important;\\\"\\n                                width=\\\"100%\\\">\\n                                <tr>\\n                                    <td colspan=\\\"2\\\">{preheader}\\n                                    </td>\\n                                </tr>\\n                            </table>\\n                        </div>\\n                        <!--END SUBJECT/PREHEADER-->\\n                    </td>\\n                </tr>\\n                <!--end CARD TEXT-->\\n                <tr>\\n                    <td style=\\\"padding: 20px 13px; background-color: #f5f5f6;\\\">\\n                        <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\"\\n                            style=\\\"min-width: 100%;\\\">\\n                            <tr>\\n                                <td style=\\\"line-height: 0px;\\\" width=\\\"20%\\\">\\n                                    <a href=\\\"{operatorurl}\\\" target=\\\"_blank\\\">\\n                                        <img alt=\\\"{operatorname}\\\" border=\\\"0\\\" src=\\\"{operatorlogourl}\\\" width=\\\"87\\\" />\\n                                    </a>\\n                                </td>\\n                                <td style=\\\"padding: 0px;\\\" width=\\\"50%\\\"></td>\\n\\n                    </td>\\n                </tr>\\n            </table>\\n            </td>\\n            </tr>\\n            <!--end HEADER-->\\n\\n            <!--begin BODY-->\\n            <tr>\\n                <td align=\\\"center\\\" style=\\\"padding: 0px 20px; background-color: #f5f5f6;\\\">\\n                    <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                        <tr>\\n                            <td align=\\\"center\\\"\\n                                style=\\\"width: 100%; padding: 0px 20px 35px 20px; color: #525252; font-family: 'ProximaNova-Light', sans-serif; font-size: 18px; line-height: 24px;\\\">\\n                                Hola <span class=\\\"dynamic-element\\\">{subscribergivenname}</span>,<br />\\n                            </td>\\n                        </tr>\\n\\n                        <!--begin TITLE H2-->\\n                        <tr>\\n                            <td align=\\\"center\\\"\\n                                style=\\\"width: 100%; padding: 0px 20px 15px 20px; color: #525252; font-family: 'ProximaNova-Light', sans-serif; font-size: 22px; line-height: 30px;\\\">\\n                                {title}\\n                            </td>\\n                        </tr>\\n                        <!--end TITLE H2-->\\n\\n                        <!--begin CARD-->\\n                        {serviceinfo}\\n                        <!--end CARD-->\\n\\n                        <!--begin CARD TEXT-->\\n                        <tr>\\n                            <td align=\\\"left\\\"\\n                                style=\\\"width: 100%; padding: 15px 15px 0px 15px; color: #464646; font-family: 'ProximaNova-Light', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                            </td>\\n                        </tr>\\n                        <!--end CARD TEXT-->\\n                        <!--begin CARD-->\\n                        <tr>\\n                            <td align=\\\"center\\\" style=\\\"padding: 15px 0px 0px 0px;\\\">\\n                                <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                                    <tr>\\n                                        <td align=\\\"center\\\"\\n                                            style=\\\"padding: 5px 5px 25px 5px; background-color: #ffffff;\\\">\\n                                            <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\"\\n                                                width=\\\"100%\\\">\\n                                                <!--begin CARD CONTENT AREA-->\\n\\n                                                <!--begin CARD TITLE-->\\n                                                <tr>\\n                                                    <td align=\\\"left\\\"\\n                                                        style=\\\"width: 100%; padding: 15px 15px 0px 15px; color: #464646; font-family: 'ProximaNova-Light', sans-serif; font-size: 20px; line-height: 28px;\\\">\\n                                                        {header}\\n                                                    </td>\\n                                                </tr>\\n                                                <!--end CARD TITLE-->\\n                                                <!--begin CARD TEXT-->\\n                                                <tr>\\n                                                    <td align=\\\"left\\\"\\n                                                        style=\\\"width: 100%; padding: 15px 15px 0px 15px; color: #464646; font-family: 'ProximaNova-Light', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                                                        {message}\\n                                                        <center><br />\\n                                                    </td>\\n                                                </tr>\\n                                                <!--end CARD TEXT-->\\n                                                <!--begin BUTTON-->\\n                                                {actionbutton}\\n                                                <!--end BUTTON-->\\n                                                <!--begin CARD TEXT-->\\n                                                <tr>\\n                                                    <td align=\\\"left\\\"\\n                                                        style=\\\"width: 100%; padding: 15px 15px 0px 15px; color: #464646; font-family: 'ProximaNova-Light', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                                                        {additional_instructions}\\n                                                    </td>\\n                                                </tr>\\n                                                <!--end CARD TEXT-->\\n\\n                                                <!--end CARD CONTENT AREA-->\\n                                            </table>\\n                                        </td>\\n                                    </tr>\\n                                    <tr>\\n                                        <td bgcolor=\\\"#d0d0d0\\\" height=\\\"2\\\"\\n                                            style=\\\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-size: 2px; line-height: 2px; max-height: 2px; min-height: 2px; mso-table-lspace: 0pt; mso-table-rspace: 0pt !important;\\\">\\n                                            &nbsp;</td>\\n                                    </tr>\\n                                </table>\\n                            </td>\\n                        </tr>\\n                        <!--end CARD-->\\n                        <!--begin CARD TEXT-->\\n                        <tr>\\n                            <td align=\\\"left\\\"\\n                                style=\\\"width: 100%; padding: 15px 15px 0px 15px; color: #464646; font-family: 'ProximaNova-Light', sans-serif; font-size: 14px; line-height: 20px;\\\">\\n                            </td>\\n                        </tr>\\n                        <!--end CARD TEXT-->\\n                    </table>\\n                </td>\\n            </tr>\\n            <!--end BODY-->\\n\\n            <!--begin FOOTER-->\\n            <tr>\\n                <td align=\\\"center\\\" width=\\\"100%\\\" style=\\\"padding: 0px; background-color: #f5f5f6;\\\">\\n                    <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">\\n                        <tr>\\n                            <td align=\\\"center\\\" style=\\\"padding: 40px 10px 37px 10px;\\\" width=\\\"100%\\\">\\n\\n                            </td>\\n                        </tr>\\n                        <tr>\\n                            <td style=\\\"padding: 0px;\\\">\\n                                <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                                    <tr>\\n                                        <td style=\\\"padding: 0px;\\\" width=\\\"85%\\\">\\n                                            <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\"\\n                                                width=\\\"100%\\\" style=\\\"border-spacing: 0;\\\">\\n                                                <tr>\\n                                                    <td width=\\\"100%\\\" height=\\\"1\\\"\\n                                                        style=\\\"border-top: 1px solid #e41932; font-size: 1px; line-height: 1px; padding: 0px;\\\">\\n                                                        &nbsp;</td>\\n                                                </tr>\\n                                            </table>\\n                                        </td>\\n                                        <td style=\\\"font-size: 1px; line-height: 1px; padding: 0px;\\\">\\n                                            <img alt=\\\"devgj01\\\" border=\\\"0\\\"\\n                                                src=\\\"http://static.cdn.responsys.net/i2/responsysimages/content/devgj01/devgj01_Logo_Footer_Trans_2Xt.png\\\"\\n                                                width=\\\"69\\\" />\\n                                        </td>\\n                                        <td width=\\\"15%\\\" style=\\\"padding: 0px;\\\">\\n                                            <table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\"\\n                                                width=\\\"100%\\\" style=\\\"border-spacing: 0;\\\">\\n                                                <tr>\\n                                                    <td width=\\\"100%\\\" height=\\\"1\\\"\\n                                                        style=\\\"border-top: 1px solid #e41932; font-size: 1px; line-height: 1px; padding: 0px;\\\">\\n                                                        &nbsp;</td>\\n                                                </tr>\\n                                            </table>\\n                                        </td>\\n                                    </tr>\\n                                </table>\\n                            </td>\\n                        </tr>\\n                        <tr>\\n                            <td align=\\\"left\\\"\\n                                style=\\\"color: #464646; font-family: 'ProximaNova-Regular', sans-serif; font-size: 11px; line-height: 14px; padding: 35px 28px 30px 28px;\\\">\\n                                No respondas a este correo electrónico, si necesitas ayuda visítanos en <a href=\\\"{operatorurl}/help\\\"\\n                                    style=\\\"color: #367ab5; text-decoration: none;\\\">{operatorurl}/help</a> para recibir soporte.\\n                            </td>\\n                        </tr>\\n                        <tr>\\n                            <td width=\\\"100%\\\" height=\\\"1\\\"\\n                                style=\\\"border-top: 1px solid #d0d0d0; font-size: 1px; line-height: 1px; padding: 0px;\\\">\\n                                &nbsp;</td>\\n                        </tr>\\n                        <tr>\\n                            <td align=\\\"center\\\"\\n                                style=\\\"color: #464646; font-family: 'ProximaNova-Regular', sans-serif; font-size: 11px; line-height: 14px; padding: 30px 28px 35px 28px;\\\">\\n                                &copy; {yyyy} devgj01 Network L.L.C. Reservados todos los derechos.\\n                                <br />\\n                                <a href=\\\"\\\"\\n                                    style=\\\"color: #464646; cursor: text; text-decoration: none;\\\">{operatoraddress}</a>\\n                            </td>\\n                        </tr>\\n                    </table>\\n                </td>\\n            </tr>\\n            <!--end FOOTER-->\\n\\n            </table>\\n            <!--end MESSAGE CONTAINER-->\\n            <!-- EDS Tracking Pixel -->\\n            <style data-ignore-inlining>\\n                @media print {\\n                    #_t {\\n                        background-image: url('https://is6u5w5w.emltrk.com/is6u5w5w?p&d={subscriberemail}');\\n                    }\\n                }\\n\\n                div.OutlookMessageHeader {\\n                    background-image:url('https://is6u5w5w.emltrk.com/is6u5w5w?f&d={subscriberemail}')\\n                }\\n\\n                table.moz-email-headers-table {\\n                    background-image:url('https://is6u5w5w.emltrk.com/is6u5w5w?f&d={subscriberemail}')\\n                }\\n\\n                blockquote #_t {\\n                    background-image:url('https://is6u5w5w.emltrk.com/is6u5w5w?f&d={subscriberemail}')\\n                }\\n\\n                #MailContainerBody #_t {\\n                    background-image:url('https://is6u5w5w.emltrk.com/is6u5w5w?f&d={subscriberemail}')\\n                }\\n            </style>\\n            <div id=\\\"_t\\\"></div>\\n            <img src=\\\"https://is6u5w5w.emltrk.com/is6u5w5w?d={subscriberemail}\\\" width=\\\"1\\\" height=\\\"1\\\" border=\\\"0\\\" />\\n            <!--[if (gte mso 9)|(IE)]>\\n                   </td>\\n               </tr>\\n            </table>\\n            <![endif]-->\\n        </div>\\n    </center>\\n</body>\\n\\n</html>\"\n    //         }\n    //     }\n    // },\n    // \"SMSConfiguration\": {\n    //     \"en-us\": {\n    //         \"WelcomeSMS\": {\n    //             \"NewSubscriber\": {\n    //                 \"message\": \"Activate your {venuename} {operatorname} WiFi service - click {actionbuttonurl}\"\n    //             },\n    //             \"KnownSubscriber\": {\n    //                 \"message\": \"A new subscription at {venuename} has been added to your {operatorname} account {subscriberemail}. Click {operatorurl} to view details.\"\n    //             },\n    //             \"GuestAccess\": {\n    //                 \"message\": \"Welcome to {operatorname} WiFi service. Please connect to the {ssid} Wi-Fi network and use the following Wi-Fi password: {psk}. Your access is valid till {enddate}. Once connected, click on the following link to complete sign-up: {operatorurl}\"\n    //             },\n    //             \"NewAdministrator\": {\n    //                 \"message\": \"Click on the link below to activate your {venuename} {operatorname} Wi-Fi service {subscriberemail} {onetimepassword} {operatorurl}\"\n    //             },\n    //             \"KnownAdministrator\": {\n    //                 \"message\": \"Click on the link below to activate your {venuename} {operatorname} WiFi service ?? {subscriberemail} {onetimepassword} {operatorurl}\"\n    //             },\n    //             \"Template\": \"Hi {subscribergivenname}, {message}\"\n    //         },\n    //         \"SubscriberEvents\": {\n    //             \"PasswordResetInitiated\": {\n    //                 \"message\": \"Click on the link to change your {operatorname} password {actionbuttonurl} .This link will expire in 30 minutes. Your password will not change until you access the link above and create a new one.\"\n    //             },\n    //             \"PasswordResetComplete\": {\n    //                 \"message\": \"The password that you use to login to your {operatorname} account has been changed.\"\n    //             },\n    //             \"PIIDataUpdated\": {\n    //                 \"message\": \"Your {operatorname} profile has been updated.\"\n    //             },\n    //             \"PaymentSuccess\": {\n    //                 \"message\": \"Your payment for {operatorname} Internet service at {unitid}-{unitbuilding}-{unitfloor}, {unitaddress} was processed successfully on {invoicedate} for {payment_amount}. This charge will appear on your {payment_method}\"\n    //             },\n    //             \"PaymentFailed\": {\n    //                 \"message\": \"Your payment for {operatorname} Internet service at {unitid}-{unitbuilding}-{unitfloor}, {unitaddress} did not process successfully. {payment_method} {paymentfailed_reason} {paymentevent_additionalinfo}. Click here to update {actionbuttonurl}\"\n    //             },\n    //             \"PaymentMethodUpdated\": {\n    //                 \"message\": \"Payment method for {operatorname} Internet service at {unitid}-{unitbuilding}-{unitfloor}, {unitaddress} has been updated. {payment_method}\"\n    //             },\n    //             \"SubscriptionStartDateAdjustment\": {\n    //                 \"message\": \"Your {operatorname} Internet service at {unitid}-{unitbuilding}-{unitfloor}, {unitaddress} has been updated to start at {startdate}\"\n    //             },\n    //             \"SubscriptionEndDateAdjustment\": {\n    //                 \"message\": \"Your {operatorname} Internet service at {unitid}-{unitbuilding}-{unitfloor}, {unitaddress} has been updated to end at {enddate}\"\n    //             },\n    //             \"SubscriptionEnded\": {\n    //                 \"message\": \"Your {operatorname} Internet service at {unitid}-{unitbuilding}-{unitfloor}, {unitaddress} has ended.\"\n    //             },\n    //             \"SubscriptionPlanUpdated\": {\n    //                 \"message\": \"{operatorname} Internet service plan at {unitid}-{unitbuilding}-{unitfloor}, {unitaddress} has been upated. {serviceplan_name_price_adjustments}\"\n    //             },\n    //             \"SubscriptionVenueUnitUpdated\": {\n    //                 \"message\": \"Your {operatorname} Internet service has been moved to {unitid}-{unitbuilding}-{unitfloor}, {unitaddress}This is for your information only, no action is required by you.\"\n    //             },\n    //             \"SubscriptionPriceUpdated\": {\n    //                 \"message\": \"Price for your {operatorname} Internet service at {unitid}-{unitbuilding}-{unitfloor}, {unitaddress} has been updated.{payment_amount}\"\n    //             },\n    //             \"SubscriptionNextInvoiceAdjustment\": {\n    //                 \"message\": \"Credit has been applied to your next invoice for {operatorname} Internet service at {unitid}-{unitbuilding}-{unitfloor}, {unitaddress}. Credit: {creditamount}Next Invoice Total: {adjusted_amount}Next Invoice Date: {invoicedate}Usual Invoice Amount: {payment_amount}\"\n    //             },\n    //             \"ChargeRefunded\": {\n    //                 \"message\": \"Refund of {amountrefunded} was issued on {refunddate} for {operatorname} Internet service at {unitid}-{unitbuilding}-{unitfloor}, {unitaddress}. Original Invoiced Amount: {payment_amount} on {invoicedate}\"\n    //             },\n    //             \"MessageFromAdministrator\": {\n    //                 \"message\": \"You have a new message from {venuename}. Login to your {operatorname} Wi-Fi account to read the message actionbuttonurl .\"\n    //             },\n    //             \"Template\": \"Hi {subscribergivenname}, {message}\"\n    //         }\n    //     },\n    //     \"es-xl\": {\n    //         \"WelcomeSMS\": {\n    //             \"NewSubscriber\": {\n    //                 \"message\": \"Activa tu servicio Wi-Fi  {operatorname} en {venuename} - haz click aquí {actionbuttonurl}\"\n    //             },\n    //             \"KnownSubscriber\": {\n    //                 \"message\": \"Se ha adicionado otra subscripción a tu cuenta  {subscriberemail} de {operatorname}  en {venuename} . Haz click en el enlace para ver los detalles {operatorurl}.\"\n    //             },\n    //             \"GuestAccess\": {\n    //                 \"message\": \"Bienvenido al Servicio Wi-Fi {operatorname}. Por favor conéctate a la red Wi-Fi {ssid} usando la contraseña: {psk}. Tendras aceso hasta {enddate}. Una vez establecida la conexion, has clic en el siguiente enlace para completar el registro: {operatorurl}\"\n    //             },\n    //             \"NewAdministrator\": {\n    //                 \"message\": \"Haz clic en el enlace abajo para activar tu servicio Wi-Fi {operatorname} en {venuename}  {subscriberemail} {onetimepassword} {operatorurl}\"\n    //             },\n    //             \"KnownAdministrator\": {\n    //                 \"message\": \"Haz click en el siguiente enlace para acceder a tu cuenta en {venuename} {operatorname} usa tus credenciales actuales {operatorurl}\"\n    //             },\n    //             \"Template\": \"Hola {subscribergivenname}, {message}\"\n    //         },\n    //         \"SubscriberEvents\": {\n    //             \"PasswordResetInitiated\": {\n    //                 \"message\": \"Haz click en el enlace adjunto para cambiar tu contraseña en  {operatorname}  {actionbuttonurl} Esta opción expira en 30 minutos. Tu contraseña no será cambiada hasta cuando uses este link y crees una nueva.\"\n    //             },\n    //             \"PasswordResetComplete\": {\n    //                 \"message\": \"La contraseña de login a tu cuenta en {operatorname} ha sido cambiada.\"\n    //             },\n    //             \"PIIDataUpdated\": {\n    //                 \"message\": \"Tu perfil en {operatorname} ha sido actualizado.\"\n    //             },\n    //             \"PaymentSuccess\": {\n    //                 \"message\": \"El pago por tu servicio de Internet {operatorname} en {unitid}-{unitbuilding}-{unitfloor}, {unitaddress} se procesó correctamente el {invoicedate} por el valor de {payment_amount}. Este cargo aparecerá en tu {payment_method}\"\n    //             },\n    //             \"PaymentFailed\": {\n    //                 \"message\": \"No pudimos procesar el pago por tu servicio de Internet en {unitid}-{unitbuilding}-{unitfloor}, {unitaddress}. {payment_method} {paymentfailed_reason} {paymentevent_additionalinfo}. Haz click en el siguiente enlace para actualizar {actionbuttonurl}\"\n    //             },\n    //             \"PaymentMethodUpdated\": {\n    //                 \"message\": \"El sistema de pago por servicio de Internet en {unitid}-{unitbuilding}-{unitfloor}, {unitaddress} ha sido actualizado.<br>{payment_method}.\"\n    //             },\n    //             \"SubscriptionStartDateAdjustment\": {\n    //                 \"message\": \"Tu servicio de Internet en {unitid}-{unitbuilding}-{unitfloor}, {unitaddress} ha sido actualizado a comenzar en: {startdate}.\"\n    //             },\n    //             \"SubscriptionEndDateAdjustment\": {\n    //                 \"message\": \"La fecha de tu servicio de Internet {operatorname} en {unitid}-{unitbuilding}-{unitfloor}, {unitaddress} ha sido actualizada para terminar en {enddate}.\"\n    //             },\n    //             \"SubscriptionEnded\": {\n    //                 \"message\": \"Tu Servicio de Internet {operatorname} en {unitid}-z{unitbuilding}-{unitfloor}, {unitaddress} ha terminado.\"\n    //             },\n    //             \"SubscriptionPlanUpdated\": {\n    //                 \"message\": \"El Plan de Servicio de Internet {operatorname} en {unitid}-{unitbuilding}-{unitfloor}, {unitaddress} ha sido cambiado a {serviceplan_name_price_adjustments}\"\n    //             },\n    //             \"SubscriptionVenueUnitUpdated\": {\n    //                 \"message\": \"Your {operatorname} Internet service has been moved to {unitid}-{unitbuilding}-{unitfloor}, {unitaddress}This is for your information only, no action is required by you.\"\n    //             },\n    //             \"SubscriptionPriceUpdated\": {\n    //                 \"message\": \"El precio de tu servicio {operatorname} de Internet en {unitid}-{unitbuilding}-{unitfloor}, {unitaddress} ha sido actualizado.{payment_amount}\"\n    //             },\n    //             \"SubscriptionNextInvoiceAdjustment\": {\n    //                 \"message\": \"Hemos aplicado un crédito que se verá reflejado en la próxoma factura de tu servicio de internet {operatorname} en {unitid}-{unitbuilding}-{unitfloor}, {unitaddress}. Crédito de: {creditamount} para una factura de: {adjusted_amount} en la siguiente fecha: {invoicedate} cuyo costo usual es de: {payment_amount}\"\n    //             },\n    //             \"ChargeRefunded\": {\n    //                 \"message\": \"Se hizo un reembolso de {amountrefunded} con fecha {refunddate} por el servicio de Internet {operatorname} en {unitid}-{unitbuilding}-{unitfloor}, {unitaddress}. La factura original fue emitida el dia {invoicedate} for un monto de {payment_amount}\"\n    //             },\n    //             \"MessageFromAdministrator\": {\n    //                 \"message\": \"Tienes un mensaje nuevo de la administración de {venuename}. Conéctate a tu cuenta Wi-Fi {operatorname} para leer tu mensaje. {actionbuttonurl}\"\n    //             },\n    //             \"Template\": \"Hola {subscribergivenname}, {message}\"\n    //         }\n    //     }\n    // },\n    // \"DisplayOptionID\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/operatorconsole/config/configureOperator","description":"<ul>\n<li>Use this API to configure operator settings.</li>\n</ul>\n","urlObject":{"path":["operatorconsole","config","configureOperator"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"bb975a6f-0d1a-48ba-9665-c37136eb204f"},{"name":"addDisplayOptions","event":[{"listen":"test","script":{"id":"35f7aeaf-4b09-4e62-bc66-08786f11dcc2","exec":[""],"type":"text/javascript","packages":{}}}],"id":"e68b36d0-dbf6-42b0-9a4e-475fd2609b71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"origin","value":"{{SubscriberConsole}}"}],"body":{"mode":"raw","raw":"{\n    \"AccessToken\": \"{{AccessToken}}\",\n    // \"OperatorID\":\"<operatorid>\",\n    \"DisplayOptionName\": \"default\",\n    \"DisplayConfiguration\": {\n        \"ThemeLight\": {\n            \"LogoFileNameDesktopLogin\": \"/roamingiq/logo.svg?v=1\",\n            \"LogoFileNameMobileLogin\": \"/roamingiq/logo.svg?v=1\",\n            \"LogoFileNameDesktopMobileAfterLogin\": \"/roamingiq/logo.svg?v=1\",\n            \"LoginBackgroundColorHex\": \"#EEEEEE\",\n            \"LoginTextColorHex\": \"#000000\",\n            \"BackgroundColorHex\": \"#EEEEEE\",\n            \"PrimaryColorHex\": \"#02267E\",\n            \"SecondaryColorHex\": \"#000000\",\n            \"PrimaryTextColorHex\": \"#000000\",\n            \"SecondaryTextColorHex\": \"#000000\",\n            \"BorderColorHex\": \"#BFBFBF\",\n            \"LinkColorHex\": \"#000000\",\n            \"TableColorHex\": \"#3452FF\",\n            \"BannerColor1Hex\": \"#02267E\",\n            \"BannerColor2Hex\": \"#02267E\",\n            \"NavbarColorHex\": \"#FFFFFF\",\n            \"ModalColorHex\": \"#FFFFFF\",\n            \"InputBoxColorHex\": \"#FFFFFF\"\n        },\n        \"ThemeDark\": {\n            \"LogoFileNameDesktopLogin\": \"/roamingiq/logo.svg?v=1\",\n            \"LogoFileNameMobileLogin\": \"/roamingiq/logo.svg?v=1\",\n            \"LogoFileNameDesktopMobileAfterLogin\": \"/roamingiq/logo.svg?v=1\",\n            \"LoginBackgroundColorHex\": \"#eeeeee\",\n            \"LoginTextColorHex\": \"#ffffff\",\n            \"BackgroundColorHex\": \"#2b2b2b\",\n            \"PrimaryColorHex\": \"#02267e\",\n            \"SecondaryColorHex\": \"#ffffff\",\n            \"PrimaryTextColorHex\": \"#ffffff\",\n            \"SecondaryTextColorHex\": \"#ffffff\",\n            \"BorderColorHex\": \"#333333\",\n            \"LinkColorHex\": \"#ffffff\",\n            \"TableColorHex\": \"#5e71cf\",\n            \"BannerColor1Hex\": \"#02267e\",\n            \"BannerColor2Hex\": \"#02267e\",\n            \"NavbarColorHex\": \"#1C1C21\",\n            \"ModalColorHex\": \"#2d2d2d\",\n            \"InputBoxColorHex\": \"#1c1c21\"\n        },\n        \"MetaData\": {\n            \"FavIconHRef\": \"/roamingiq/favicon.png?v=7\",\n            \"TitleTextContent\": \"roamingiq Wi-Fi Service\",\n            \"DescriptionContent\": \"roamingiq Wi-Fi Service\"\n        },\n        \"Behavior\": {\n            \"CancellationMethod\": \"radio\",\n            \"PrivacyPolicyURL\": \"https://roamingiq.com/privacy-policy/\",\n            \"AllowedLocales\": {\n                \"en-us\": \"English (US)\",\n                \"es-xl\": \"Spanish (Latin America)\"\n            },\n            \"ShowTour\": false,\n            \"ShowFooterOnLoginPage\": true,\n            \"S3Directory\": \"roamingiq\",\n            \"S3DirectoryCustomComponents\": \"roamingiq\",\n            \"GoogleAnalyticsID\": \"G-CSEDSM5HSD\"\n        },\n        \"ShoppingCart\": {\n            \"enableShoppingCart\": true,\n            \"AllowSelfCancellation\": true,\n            \"AllowSelfPaymentMethodUpdate\": true,\n            \"AllowSelfServicePlanUpdate\": true\n        },\n        \"Support\": {\n            \"ShowSupportLinks\": true,\n            \"ExternallyManagedSupport\": true,\n            \"ExternalSupportSystemURL\": \"https://roamingiq.com/support-ticket/\",\n            \"ShowEquipmentStatusToVenueAdministrator\": true,\n            \"DisplaySuperAdminEmailModule\": false,\n            \"SupportEmailAddress\": \"support@roamingiq.com\",\n            \"SupportPhoneNumber.E164\": \"+1 888-598-6637\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/operatorconsole/config/addDisplayOptions","description":"<ul>\n<li><p>Use this API to add/reconfigure Display Options.</p>\n</li>\n<li><p>Display Options are used to configure web console (logo, features, colors etc)</p>\n</li>\n</ul>\n","urlObject":{"path":["operatorconsole","config","addDisplayOptions"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e68b36d0-dbf6-42b0-9a4e-475fd2609b71"},{"name":"listDisplayOptions","event":[{"listen":"test","script":{"id":"6068b59e-6b7b-4525-8cd7-212ad760657f","exec":[""],"type":"text/javascript"}}],"id":"609aecc8-74a6-4088-a03a-3c32db4fea66","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"origin","value":"{{SubscriberConsole}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"AccessToken\": \"{{AccessToken}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/operatorconsole/config/listDisplayOptions","description":"<ul>\n<li>Use this API list all Display Options added available for the operator.</li>\n</ul>\n","urlObject":{"path":["operatorconsole","config","listDisplayOptions"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"c5183348-1c68-41b6-8022-a6ca3d94752e","name":"listDisplayOptions","originalRequest":{"method":"POST","header":[{"key":"origin","value":"{{SubscriberConsole}}"}],"body":{"mode":"raw","raw":"{\n    \"AccessToken\": \"{{AccessToken}}\"\n    // \"OperatorID\":\"<operatorid>\",\n    // \"DisplayOptionName\": \"default2\"    \n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/operatorconsole/config/listDisplayOptions"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"message\": \"\",\r\n    \"DisplayOptions\": [\r\n        {\r\n            \"DisplayOptionID\": \"USA.MA.02081.ROAMINGIQ.WALPOLE._V3DISPLAY_.default\",\r\n            \"DisplayOptionName\": \"default\",\r\n            \"DisplayConfiguration\": {\r\n                \"ThemeLight\": {\r\n                    \"LogoFileNameDesktopLogin\": \"roamingiq-logo.png\",\r\n                    \"LogoFileNameMobileLogin\": \"roamingiq-logo.png\",\r\n                    \"LogoFileNameDesktopMobileAfterLogin\": \"roamingiq-logo.png\",\r\n                    \"LoginBackgroundColorHex\": \"#eeeeee\",\r\n                    \"LoginTextColorHex\": \"#ffffff\",\r\n                    \"BackgroundColorHex\": \"#eeeeee\",\r\n                    \"PrimaryColorHex\": \"#044b77\",\r\n                    \"SecondaryColorHex\": \"#000000\",\r\n                    \"PrimaryTextColorHex\": \"#000000\",\r\n                    \"SecondaryTextColorHex\": \"#000000\",\r\n                    \"BorderColorHex\": \"#BFBFBF\",\r\n                    \"LinkColorHex\": \"#000000\",\r\n                    \"TableColorHex\": \"\",\r\n                    \"BannerColor1Hex\": \"#044b77\",\r\n                    \"BannerColor2Hex\": \"#044b77\",\r\n                    \"NavbarColorHex\": \"#eeeeee\",\r\n                    \"ModalColorHex\": \"#FFFFFF\",\r\n                    \"InputBoxColorHex\": \"#FFFFFF\"\r\n                },\r\n                \"ThemeDark\": {\r\n                    \"LogoFileNameDesktopLogin\": \"roamingiq-logo.png\",\r\n                    \"LogoFileNameMobileLogin\": \"roamingiq-logo.png\",\r\n                    \"LogoFileNameDesktopMobileAfterLogin\": \"roamingiq-logo.png\",\r\n                    \"LoginBackgroundColorHex\": \"#eeeeee\",\r\n                    \"LoginTextColorHex\": \"#ffffff\",\r\n                    \"BackgroundColorHex\": \"#eeeeee\",\r\n                    \"PrimaryColorHex\": \"#044b77\",\r\n                    \"SecondaryColorHex\": \"#000000\",\r\n                    \"PrimaryTextColorHex\": \"#000000\",\r\n                    \"SecondaryTextColorHex\": \"#000000\",\r\n                    \"BorderColorHex\": \"#BFBFBF\",\r\n                    \"LinkColorHex\": \"#000000\",\r\n                    \"TableColorHex\": \"\",\r\n                    \"BannerColor1Hex\": \"#044b77\",\r\n                    \"BannerColor2Hex\": \"#044b77\",\r\n                    \"NavbarColorHex\": \"#eeeeee\",\r\n                    \"ModalColorHex\": \"#000000\",\r\n                    \"InputBoxColorHex\": \"#000000\"\r\n                },\r\n                \"MetaData\": {\r\n                    \"FavIconHRef\": \"/favicon.ico?v=3\",\r\n                    \"TitleTextContent\": \"VAULT Wi-Fi Service (Demo)\",\r\n                    \"DescriptionContent\": \"VAULT Wi-Fi Service (Demo)\"\r\n                },\r\n                \"Behavior\": {\r\n                    \"CancellationMethod\": \"radio\",\r\n                    \"PrivacyPolicyURL\": \"https://roamingiq.com/privacy-policy/\",\r\n                    \"AllowedLocales\": {\r\n                        \"en-us\": \"English (US)\",\r\n                        \"es-xl\": \"Spanish (Latin America)\"\r\n                    },\r\n                    \"ShowTour\": false,\r\n                    \"ShowFooterOnLoginPage\": true,\r\n                    \"S3Directory\": \"common\",\r\n                    \"S3DirectoryCustomComponents\": \"common\",\r\n                    \"GoogleAnalyticsID\": \"\"\r\n                },\r\n                \"ShoppingCart\": {\r\n                    \"AllowSelfCancellation\": true,\r\n                    \"AllowSelfPaymentMethodUpdate\": true,\r\n                    \"AllowSelfServicePlanUpdate\": true\r\n                },\r\n                \"Support\": {\r\n                    \"ShowSupportLinks\": true,\r\n                    \"ExternallyManagedSupport\": true,\r\n                    \"ExternalSupportSystemURL\": \"\",\r\n                    \"ShowEquipmentStatusToVenueAdministrator\": true,\r\n                    \"DisplaySuperAdminEmailModule\": true,\r\n                    \"SupportEmailAddress\": \"support@dish.wifikey.link\",\r\n                    \"SupportPhoneNumber.E164\": \"+14042298114\"\r\n                }\r\n            }\r\n        }\r\n    ],\r\n    \"SupportedLocales\": {\r\n        \"en-us\": \"English (US)\",\r\n        \"es-xl\": \"Spanish (Latin America)\"\r\n    },\r\n    \"errorProcessing\": false\r\n}"}],"_postman_id":"609aecc8-74a6-4088-a03a-3c32db4fea66"},{"name":"listRuckusR1Controllers","event":[{"listen":"test","script":{"id":"35f7aeaf-4b09-4e62-bc66-08786f11dcc2","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"a1f1936d-d6ae-4350-8a2b-d4fb47b963a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"origin","value":"{{SubscriberConsole}}"}],"body":{"mode":"raw","raw":"{\n    \"AccessToken\": \"{{AccessToken}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/operatorconsole/config/listRuckusR1Controllers","description":"<ul>\n<li>Use this API to view Ruckus R1 controller</li>\n</ul>\n","urlObject":{"path":["operatorconsole","config","listRuckusR1Controllers"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a1f1936d-d6ae-4350-8a2b-d4fb47b963a8"},{"name":"addRuckusR1Controller","event":[{"listen":"test","script":{"id":"35f7aeaf-4b09-4e62-bc66-08786f11dcc2","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"b29b3f14-1ba8-41f6-9390-fc626358b2f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"origin","value":"{{SubscriberConsole}}"}],"body":{"mode":"raw","raw":"{\n    \"AccessToken\": \"{{AccessToken}}\",\n    \"ControllerName\": \"controller1\",\n    \"URL\": \"https://api.ruckus.cloud\",\n    \"APIClientID\": \"aa\",\n    \"APIClientSecret\": \"aa\",\n    \"TenantID\": \"aa\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/operatorconsole/config/addRuckusR1Controller","description":"<ul>\n<li>Use this API to add Ruckus R1 controller</li>\n</ul>\n","urlObject":{"path":["operatorconsole","config","addRuckusR1Controller"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b29b3f14-1ba8-41f6-9390-fc626358b2f6"},{"name":"configureRuckusR1Controller","event":[{"listen":"test","script":{"id":"35f7aeaf-4b09-4e62-bc66-08786f11dcc2","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"02df86b9-d383-46fd-ae2e-d05aec6a974b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"origin","value":"{{SubscriberConsole}}"}],"body":{"mode":"raw","raw":"{\n    \"AccessToken\": \"{{AccessToken}}\",\n    \"ControllerID\": \"USA.MA.02030.DEV-GJ-01.FRANKLIN._V3RUCKUSR1CONTROLLER_.TEST_R1_CONTROLLER_1768669070843\",\n    // \"delete\": true\n    // \"updatePools\": true\n    \"enableSync\": false\n\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/operatorconsole/config/configureRuckusR1Controller","description":"<ul>\n<li>Use this API to reconfigure/delete Ruckus R1 controller</li>\n</ul>\n","urlObject":{"path":["operatorconsole","config","configureRuckusR1Controller"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"02df86b9-d383-46fd-ae2e-d05aec6a974b"},{"name":"addPMSProfile","id":"c8443e23-da87-4cb1-8e49-df6e08191fc2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"origin","value":"{{SubscriberConsole}}"}],"body":{"mode":"raw","raw":"{\n    \"AccessToken\": \"{{AccessToken}}\",\n    // \"OperatorID\":\"<operatorid>\",\n    \"ProfileName\": \"RealPage1\",\n    \"enableSync\": true,\n    \"Type\": \"RealPage\",\n    \"RealPageURL\":\"\",\n    \"RealPageAPIKey\":\"\",\n    \"RealPagePMCId\":\"\"\n    // \"Type\": \"Entrata\",\n    // \"EntrataAPIKey\":\"\",\n    // \"EntrataSubdomain\":\"\"\n\n    \n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/operatorconsole/config/addPMSProfile","description":"<ul>\n<li>Use this API to add PMS profile</li>\n</ul>\n","urlObject":{"path":["operatorconsole","config","addPMSProfile"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c8443e23-da87-4cb1-8e49-df6e08191fc2"},{"name":"configurePMSProfile","id":"ef22cf20-7398-4cc9-955c-1582d91fc7f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"origin","value":"{{SubscriberConsole}}"}],"body":{"mode":"raw","raw":"{\n    \"AccessToken\": \"{{AccessToken}}\",\n    // \"OperatorID\":\"<operatorid>\",\n    \"ProfileID\": \"USA.MA.02030.DEV-GJ-01.FRANKLIN._V3PMSPROFILE_.DIFFERENT_REALPAGE_PROFILE_NAME\",\n    \"ProfileName\": \"new name\",\n    \"RealPageURL\": \"new url\",\n    \"RealPageAPIKey\": \"new key\",\n    \"RealPagePMCId\": \"new id\",\n    \"EntrataAPIKey\": \"new key\",\n    \"EntrataSubdomain\": \"new subdomain\",\n    \"enableSync\": false,\n    \"delete\":true\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/operatorconsole/config/configurePMSProfile","description":"<ul>\n<li>Use this API to reconfigure/delete PMS Profile</li>\n</ul>\n","urlObject":{"path":["operatorconsole","config","configurePMSProfile"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ef22cf20-7398-4cc9-955c-1582d91fc7f0"},{"name":"listPMSProfiles","id":"597a19d5-539e-4d12-8ac2-91c7663defeb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"origin","value":"{{SubscriberConsole}}"}],"body":{"mode":"raw","raw":"{\n    \"AccessToken\": \"{{AccessToken}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/operatorconsole/config/listPMSProfiles","description":"<ul>\n<li>Use this API to listPMS Profiles</li>\n</ul>\n","urlObject":{"path":["operatorconsole","config","listPMSProfiles"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"597a19d5-539e-4d12-8ac2-91c7663defeb"},{"name":"addServicePlan","event":[{"listen":"test","script":{"id":"35f7aeaf-4b09-4e62-bc66-08786f11dcc2","exec":[""],"type":"text/javascript","packages":{}}}],"id":"cdb52031-47f2-4e72-a91b-a48d14d9efbb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"origin","value":"{{SubscriberConsole}}"}],"body":{"mode":"raw","raw":"{\n    \"AccessToken\": \"{{AccessToken}}\",\n    // \"OperatorID\":\"<operatorid>\",\n    \"ServicePlanName\": \"Test Service Plan\",\n    \"ServicePlanDescription\": \"Test Service Plan Description\",\n    \"UploadKbps\": \"2\",\n    \"DownloadKbps\": \"3\",\n    \"ConcurrentDevices\": \"4\",\n    \"SessionTimeoutSecondsPerDevice\": \"5\",\n    \"MaximumFreeEnrollmentsPerSubscriberPerVenue\": \"9\",\n    \"BillingCycleHours\": \"120\",\n    \"BillingCyclePrice\": 700,\n    \"BillingCycleRecurrence\": \"0\",\n    \"ServicePlanImageURL\": \"https://s3.amazonaws.com/ui.us-east-1.wifikey.io/roamingiq/speed1.png\",\n    \"GloballyAvailablePlan\": false,\n    \"TrialCycles\": \"10\",\n    \"externalServicePlanID\": \"1\",\n    \"SMSCode\": \"11\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/operatorconsole/config/addServicePlan","description":"<ul>\n<li><p>Use this API to add new service plans for the operator.</p>\n</li>\n<li><p>Global plans are automatically available at all venues.</p>\n</li>\n<li><p>Non-global plans can be made available at a venue using /operatorconsole/venues/configure</p>\n</li>\n</ul>\n","urlObject":{"path":["operatorconsole","config","addServicePlan"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"cdb52031-47f2-4e72-a91b-a48d14d9efbb"},{"name":"configureServicePlan","event":[{"listen":"test","script":{"id":"35f7aeaf-4b09-4e62-bc66-08786f11dcc2","exec":[""],"type":"text/javascript","packages":{}}}],"id":"59035b8c-c3bb-493e-8187-3290d1325ae1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"origin","value":"{{SubscriberConsole}}"}],"body":{"mode":"raw","raw":"{\n    \"AccessToken\": \"{{AccessToken}}\",\n    // \"OperatorID\":\"<operatorid>\",\n    \"ServicePlanID\": \"{{ServicePlanID}}\",\n    \"externalServicePlanID\": \"ext-1\",\n    \"ServicePlanName\": \"1 Gbps\",\n    \"ServicePlanDescription\": \"The fastest plan\",\n    \"ServicePlanImageURL\": \"https://www.roamingiq.com/image.png\",\n    \"GloballyAvailablePlan\": true,\n    \"SMSCode\": \"free\",\n    \"BillingCyclePrice\": 1000,\n    \"Currency\": \"USD\",\n    \"BillingCycleHours\": 730,\n    \"BillingCycleRecurrence\": 0,\n    \"MaximumTrialCyclesPerSubscriberPerVenue\": 0,\n    // \"MaximumTrialCyclesPerSubscriberPerVenue\": 10,\n    \"MaximumFreeEnrollmentsPerSubscriberPerVenue\": 0,\n    // \"MaximumFreeEnrollmentsPerSubscriberPerVenue\": 10,\n    \"TrialCycles\": 0,\n    // \"TrialCycles\": 1,\n    // \"AllowSelfSignup\": false\n    // \"migrateToServicePlan\": \"{{NewServicePlanID}}\",\n    \"deleteServicePlanifNotUsed\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/operatorconsole/config/configureServicePlan","description":"<ul>\n<li>Use this API to reconfigure a service plan.</li>\n</ul>\n","urlObject":{"path":["operatorconsole","config","configureServicePlan"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"5e79671b-e781-4f5c-a0c0-ce2edaaf06fe","name":"configureServicePlan","originalRequest":{"method":"POST","header":[{"key":"origin","value":"{{SubscriberConsole}}"}],"body":{"mode":"raw","raw":"{\n    \"AccessToken\": \"{{AccessToken}}\",\n    // \"OperatorID\":\"<operatorid>\",\n    \"ServicePlanID\": \"{{ServicePlanID}}\",\n    \"externalServicePlanID\": \"1\",\n    \"ServicePlanName\": \"David Test 1\",\n    \"ServicePlanDescription\": \"Test 1\",\n    \"ServicePlanImageURL\": \"https://s3.amazonaws.com/ui.us-east-1.dev.wifikey.io/images/plan1.png\",\n    \"GloballyAvailablePlan\": false,\n    \"SMSCode\": \"\",\n    \"BillingCyclePrice\": 0,\n    \"Currency\": \"USD\",\n    \"BillingCycleHours\": 730.5,\n    \"BillingCycleRecurrence\": 0\n    // \"MaximumTrialCyclesPerSubscriberPerVenue\": 0,\n    // // \"MaximumTrialCyclesPerSubscriberPerVenue\": 10,\n    // \"MaximumFreeEnrollmentsPerSubscriberPerVenue\": 0,\n    // // \"MaximumFreeEnrollmentsPerSubscriberPerVenue\": 10,\n    // \"TrialCycles\": 0\n    // \"TrialCycles\": 1,\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/operatorconsole/config/configureServicePlan"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"message\": \"Updating BillingCycleRecurrence to 0. \",\r\n    \"errorProcessing\": false\r\n}"}],"_postman_id":"59035b8c-c3bb-493e-8187-3290d1325ae1"},{"name":"listWebhookLogs","event":[{"listen":"test","script":{"id":"c85944f6-d924-4bd4-afcf-ebe99570692d","exec":[""],"type":"text/javascript"}}],"id":"9fcae480-c304-4a23-b083-a7ca75a5d50b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"origin","value":"{{SubscriberConsole}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"AccessToken\": \"{{AccessToken}}\"\n    // \"OperatorID\":\"<operatorid>\",\n    // \"MinViewWindowDateUTC.ISO8601\": \"2023-06-05T00:00:00.000Z\",\n    // \"MaxViewWindowDateUTC.ISO8601\": \"2023-06-06T00:00:00.000Z\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/operatorconsole/config/listWebhookLogs","description":"<ul>\n<li>Use this API to list logs for webhook activity for network operator.</li>\n</ul>\n","urlObject":{"path":["operatorconsole","config","listWebhookLogs"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9fcae480-c304-4a23-b083-a7ca75a5d50b"}],"id":"dafb33b1-08c9-4e95-a48f-e65733d30d9b","_postman_id":"dafb33b1-08c9-4e95-a48f-e65733d30d9b","description":""},{"name":"venues","item":[{"name":"listVenues","id":"c1fcb407-1edf-4414-b8f1-fdd13747b8db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"origin","type":"text","value":"{{SubscriberConsole}}"}],"body":{"mode":"raw","raw":"{\n    \"AccessToken\": \"{{AccessToken}}\"\n    // \"OperatorID\":\"<operatorid>\",\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/operatorconsole/venues/listVenues","description":"<ul>\n<li>Use this API to list all venues/locations.</li>\n<li>Optional : KeyPoolID - only show venues that are connected to a specific KeyPoolID</li>\n</ul>\n","urlObject":{"path":["operatorconsole","venues","listVenues"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"fbebf26d-61f3-4e48-a5c1-033accc7d819","name":"listVenues","originalRequest":{"method":"POST","header":[{"key":"origin","value":"{{SubscriberConsole}}"}],"body":{"mode":"raw","raw":"{\n    \"AccessToken\": \"{{NetworkOperatorAdmin-AccessToken}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/operatorconsole/venues/listVenues"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 19 Feb 2024 16:47:50 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"12230"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"2f8392af-bbb7-496a-9761-658ed333700c"},{"key":"Access-Control-Allow-Origin","value":"https://dish.wifikey.link"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"script-src 'self';"},{"key":"x-amz-apigw-id","value":"TZHokH2LIAMEaKw="},{"key":"X-Amzn-Trace-Id","value":"Root=1-65d38636-7623c5233484acd70afe0047;Parent=15b5e2f51ba5894f;Sampled=0;lineage=76bc9b98:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"\",\n    \"Venues\": [\n        {\n            \"dateAddedUTC\": \"2022-02-14T02:44:25.522Z\",\n            \"VenueID\": \"USA.MA.02081.ROAMINGIQLABS.WALPOLE._V3VENUE.USA.NC.28801.BILTMOREW.ASHEVILLE\",\n            \"externalVenueID\": \"\",\n            \"VenueName\": \"Biltmore Winery Inn\",\n            \"AddressLine1\": \"1000 Pony Road\",\n            \"AddressLine2\": \"\",\n            \"City\": \"Asheville\",\n            \"State\": \"NC\",\n            \"Country\": \"USA\",\n            \"Country.ISO3166A3\": \"USA\",\n            \"PostalCode\": \"28801\",\n            \"TimeZone\": -4,\n            \"PropertyManagementGroupID\": \"USA.MA.02081.ROAMINGIQLABS.WALPOLE\"\n        },\n        {\n            \"dateAddedUTC\": \"2022-01-07T06:22:21.664Z\",\n            \"VenueID\": \"USA.MA.02081.ROAMINGIQLABS.WALPOLE._V3VENUE.USA.MA.02081.DEMOVENUE.WALPOLE\",\n            \"externalVenueID\": \"\",\n            \"VenueName\": \"Demo Venue 1\",\n            \"AddressLine1\": \"27 Renmar Ave\",\n            \"AddressLine2\": \"\",\n            \"City\": \"Walpole\",\n            \"State\": \"MA\",\n            \"Country\": \"USA\",\n            \"Country.ISO3166A3\": \"USA\",\n            \"PostalCode\": \"02081\",\n            \"TimeZone\": -4,\n            \"PropertyManagementGroupID\": \"USA.MA.02081.ROAMINGIQLABS.WALPOLE\"\n        },\n        {\n            \"dateAddedUTC\": \"2022-07-03T22:40:54.224Z\",\n            \"VenueID\": \"USA.MA.02081.ROAMINGIQLABS.WALPOLE._V3VENUE.USA.MA.02081.GLOBAL.WALPOLE\",\n            \"externalVenueID\": \"\",\n            \"VenueName\": \"Global\",\n            \"AddressLine1\": \"27 Renmar Ave\",\n            \"AddressLine2\": \"\",\n            \"City\": \"Walpole\",\n            \"State\": \"MA\",\n            \"Country\": \"USA\",\n            \"Country.ISO3166A3\": \"USA\",\n            \"PostalCode\": \"02081\",\n            \"TimeZone\": -4,\n            \"PropertyManagementGroupID\": \"USA.MA.02081.ROAMINGIQLABS.WALPOLE\"\n        },\n        {\n            \"dateAddedUTC\": \"2022-02-13T04:33:29.883Z\",\n            \"VenueID\": \"USA.MA.02081.ROAMINGIQLABS.WALPOLE._V3VENUE.USA.FL.33063.ORIOLEGAR.MARGATE\",\n            \"externalVenueID\": \"\",\n            \"VenueName\": \"Oriole Gardens Condominium I\",\n            \"AddressLine1\": \"7605 W Atlantic Blvd\",\n            \"AddressLine2\": \"\",\n            \"City\": \"Margate\",\n            \"State\": \"FL\",\n            \"Country\": \"USA\",\n            \"Country.ISO3166A3\": \"USA\",\n            \"PostalCode\": \"33063\",\n            \"TimeZone\": -4,\n            \"PropertyManagementGroupID\": \"USA.MA.02081.ROAMINGIQLABS.WALPOLE\"\n        },\n        {\n            \"dateAddedUTC\": \"2024-01-11T13:41:48.681Z\",\n            \"VenueID\": \"USA.MA.02081.ROAMINGIQLABS.WALPOLE._V3VENUE.USA.MA.02093.QA_AUTOMAT.WRENTHAM\",\n            \"externalVenueID\": \"\",\n            \"VenueName\": \"QA_Automation_1k\",\n            \"AddressLine1\": \"48 Luke St.\",\n            \"AddressLine2\": \"\",\n            \"City\": \"Wrentham\",\n            \"State\": \"MA\",\n            \"Country\": \"USA\",\n            \"Country.ISO3166A3\": \"USA\",\n            \"PostalCode\": \"02093\",\n            \"TimeZone\": -4,\n            \"PropertyManagementGroupID\": \"USA.MA.02081.ROAMINGIQLABS.WALPOLE\"\n        },\n        {\n            \"dateAddedUTC\": \"2023-08-01T18:25:12.419Z\",\n            \"VenueID\": \"USA.MA.02081.ROAMINGIQLABS.WALPOLE._V3VENUE.USA.MA.01588.RUSSROOS.WHITINSVIL\",\n            \"externalVenueID\": \"\",\n            \"VenueName\": \"Russ' Rooster Resort\",\n            \"AddressLine1\": \"20 Robin Rd\",\n            \"AddressLine2\": \"\",\n            \"City\": \"Whitinsville\",\n            \"State\": \"MA\",\n            \"Country\": \"USA\",\n            \"Country.ISO3166A3\": \"USA\",\n            \"PostalCode\": \"01588\",\n            \"TimeZone\": -4,\n            \"PropertyManagementGroupID\": \"USA.MA.02081.ROAMINGIQLABS.WALPOLE\"\n        },\n        {\n            \"dateAddedUTC\": \"2023-08-01T18:43:09.247Z\",\n            \"VenueID\": \"USA.MA.02081.ROAMINGIQLABS.WALPOLE._V3VENUE.USA.MA.01588.RUSSR746.WHITINSVIL\",\n            \"externalVenueID\": \"\",\n            \"VenueName\": \"Russ' Rooster Resort 2\",\n            \"AddressLine1\": \"22 Robin Rd\",\n            \"AddressLine2\": \"\",\n            \"City\": \"Whitinsville\",\n            \"State\": \"MA\",\n            \"Country\": \"USA\",\n            \"Country.ISO3166A3\": \"USA\",\n            \"PostalCode\": \"01588\",\n            \"TimeZone\": -4,\n            \"PropertyManagementGroupID\": \"USA.MA.02081.ROAMINGIQLABS.WALPOLE\"\n        },\n        {\n            \"dateAddedUTC\": \"2023-08-01T17:24:47.123Z\",\n            \"VenueID\": \"USA.MA.02081.ROAMINGIQLABS.WALPOLE._V3VENUE.USA.MA.02771.TESTVENUE.SEEKONK\",\n            \"externalVenueID\": \"\",\n            \"VenueName\": \"Test Venue 1\",\n            \"AddressLine1\": \"139 Coyle Drive\",\n            \"AddressLine2\": \"\",\n            \"City\": \"Seekonk\",\n            \"State\": \"MA\",\n            \"Country\": \"USA\",\n            \"Country.ISO3166A3\": \"USA\",\n            \"PostalCode\": \"02771\",\n            \"TimeZone\": -4,\n            \"PropertyManagementGroupID\": \"USA.MA.02081.ROAMINGIQLABS.WALPOLE\"\n        }\n    ],\n    \"VenueCount\": 8,\n    \"errorProcessing\": false\n}"}],"_postman_id":"c1fcb407-1edf-4414-b8f1-fdd13747b8db"},{"name":"listVenueDetails","id":"2fe1ce96-309d-49c8-9c07-47a3a0e9c7f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"origin","type":"text","value":"{{SubscriberConsole}}"}],"body":{"mode":"raw","raw":"{\n    // \"AccessToken\": \"{{AccessToken}}\",\n    // \"OperatorID\":\"<operatorid>\",\n    \"VenueID\": \"{{VenueID}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/operatorconsole/venues/listVenueDetails","description":"<ul>\n<li>Use this API to list all venues/locations.</li>\n<li>Optional : KeyPoolID - only show venues that are connected to a specific KeyPoolID</li>\n</ul>\n","urlObject":{"path":["operatorconsole","venues","listVenueDetails"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"d4f62644-4b26-41c9-a88e-7051604403d4","name":"listVenueDetails","originalRequest":{"method":"POST","header":[{"key":"origin","value":"{{SubscriberConsole}}"}],"body":{"mode":"raw","raw":"{\n    \"AccessToken\": \"{{NetworkOperatorAdmin-AccessToken}}\",\n    \"VenueID\":\"{{VenueID}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/operatorconsole/venues/listVenueDetails"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 19 Feb 2024 16:48:19 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"28572"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"e9d97ac1-319a-4992-a1c3-84d67cd98eb9"},{"key":"Access-Control-Allow-Origin","value":"https://dish.wifikey.link"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"script-src 'self';"},{"key":"x-amz-apigw-id","value":"TZHtAHJCoAMEEOw="},{"key":"X-Amzn-Trace-Id","value":"Root=1-65d38652-23dafd963304e8277877e6b4;Parent=2f323300150e0990;Sampled=0;lineage=9715d80a:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"\",\n    \"USA.MA.02081.ROAMINGIQLABS.WALPOLE._V3VENUE.USA.MA.01588.RUSSROOS.WHITINSVIL\": {\n        \"dateAddedUTC\": \"2023-08-01T18:25:12.419Z\",\n        \"dateAddedUTC.ISO8601\": \"2023-08-01T18:25:12.419Z\",\n        \"VenueID\": \"USA.MA.02081.ROAMINGIQLABS.WALPOLE._V3VENUE.USA.MA.01588.RUSSROOS.WHITINSVIL\",\n        \"externalVenueID\": \"\",\n        \"VenueName\": \"Russ' Rooster Resort\",\n        \"AddressLine1\": \"20 Robin Rd\",\n        \"AddressLine2\": \"\",\n        \"City\": \"Whitinsville\",\n        \"State\": \"MA\",\n        \"Country\": \"USA\",\n        \"Country.ISO3166A3\": \"USA\",\n        \"PostalCode\": \"01588\",\n        \"TimeZone\": -4,\n        \"PropertyManagementGroupID\": \"USA.MA.02081.ROAMINGIQLABS.WALPOLE\",\n        \"NetworkConfiguration\": {\n            \"NAS-Identifier\": \"USA.MA.01588.RUSSROOS.WHITINSVIL\",\n            \"MinimumAutoGeneratedVLAN_GlobalWirelessPlusLocalWiredAccess\": 1,\n            \"MaximumAutoGeneratedVLAN_GlobalWirelessPlusLocalWiredAccess\": 4000,\n            \"MinimumAutoGeneratedVLAN_LocalWirelessAccess\": 1,\n            \"MaximumAutoGeneratedVLAN_LocalWirelessAccess\": 4000,\n            \"MinimumAutoGeneratedVLAN_GlobalWirelessRoaming\": 1,\n            \"MaximumAutoGeneratedVLAN_GlobalWirelessRoaming\": 4000,\n            \"allowOverlappingSubscriptionWiredUnit\": false,\n            \"VenueSSID\": [],\n            \"GWError\": \"\"\n        },\n        \"ServicePlanConfiguration\": {\n            \"DefaultServicePlanID_GlobalWirelessPlusLocalWiredAccess\": \"USA.MA.02081.ROAMINGIQ.WALPOLE._V3SERVICEPLAN_.1GBPS\",\n            \"DefaultServicePlanID_LocalWirelessAccess\": \"USA.MA.02081.ROAMINGIQ.WALPOLE._V3SERVICEPLAN_.100MBPS\",\n            \"ServicePlanIDs\": [\n                \"USA.MA.02081.ROAMINGIQ.WALPOLE._V3SERVICEPLAN_.1GBPS\",\n                \"USA.MA.02081.ROAMINGIQ.WALPOLE._V3SERVICEPLAN_.100MBPS\"\n            ],\n            \"ServicePlans\": [\n                {\n                    \"ServicePlanID\": \"USA.MA.02081.ROAMINGIQ.WALPOLE._V3SERVICEPLAN_.1GBPS\",\n                    \"ServicePlanName\": \"1 Gbps\",\n                    \"DownloadKbps\": 1000000,\n                    \"UploadKbps\": 1000000,\n                    \"ConcurrentDevices\": 100,\n                    \"GloballyAvailablePlan\": true,\n                    \"ServicePlanDescription\": \"1 Gbps (with in-unit wired ports, billed monthly)\",\n                    \"externalServicePlanID\": \"\",\n                    \"SMSCode\": \"\",\n                    \"ServicePlanImageURL\": \"https://s3.amazonaws.com/ui.us-east-1.dev.wifikey.io/roamingiq/speed3.png\",\n                    \"TrialCycles\": 0,\n                    \"BillingCycleHours\": 730.5,\n                    \"Currencies\": [\n                        \"USD\"\n                    ],\n                    \"BillingCyclePrice.USD\": 0,\n                    \"BillingCycleRecurrence\": 0,\n                    \"MaximumTrialCyclesPerSubscriberPerVenue\": -1,\n                    \"MaximumFreeEnrollmentsPerSubscriberPerVenue\": -1,\n                    \"SessionTimeoutSecondsPerDevice\": 3600\n                },\n                {\n                    \"ServicePlanID\": \"USA.MA.02081.ROAMINGIQ.WALPOLE._V3SERVICEPLAN_.100MBPS\",\n                    \"ServicePlanName\": \"100MBPS\",\n                    \"DownloadKbps\": 100000,\n                    \"UploadKbps\": 100000,\n                    \"ConcurrentDevices\": 10,\n                    \"GloballyAvailablePlan\": true,\n                    \"ServicePlanDescription\": \"100 Mbps (without in-unit wired ports)\",\n                    \"externalServicePlanID\": \"\",\n                    \"SMSCode\": \"\",\n                    \"ServicePlanImageURL\": \"https://s3.amazonaws.com/ui.us-east-1.dev.wifikey.io/roamingiq/speed1.png\",\n                    \"TrialCycles\": 0,\n                    \"BillingCycleHours\": 24,\n                    \"Currencies\": [\n                        \"USD\"\n                    ],\n                    \"BillingCyclePrice.USD\": 0,\n                    \"BillingCycleRecurrence\": 1,\n                    \"MaximumTrialCyclesPerSubscriberPerVenue\": -1,\n                    \"MaximumFreeEnrollmentsPerSubscriberPerVenue\": -1,\n                    \"SessionTimeoutSecondsPerDevice\": 3600\n                }\n            ]\n        },\n        \"Notifications\": {\n            \"WelcomeEmail_countdown_hours\": 0,\n            \"sendSubscriptionAddedEmail\": true,\n            \"sendSubscriptionEndEmail\": false,\n            \"supressSubscriberNotifications\": \"Inherit\"\n        },\n        \"Roles\": {\n            \"VenueAdministrators\": [],\n            \"LeasingAgents\": []\n        },\n        \"Integrations\": {\n            \"ConnectWise\": {\n                \"URL\": \"\",\n                \"serviceboardid\": \"\",\n                \"Authorization\": \"\"\n            },\n            \"PRTG\": {\n                \"URL\": \"\",\n                \"Username\": \"\",\n                \"PasswordHash\": \"\"\n            }\n        },\n        \"Reporting\": {\n            \"ReportingSubscriptionEnd_lookahead_hours\": 720,\n            \"ReportingSubscriptionEnd_frequency_hours\": 720\n        },\n        \"PMS\": {\n            \"RealPage\": {\n                \"RealPagePMCId\": \"\",\n                \"RealPageSiteId\": \"\",\n                \"enableRealPageSync\": \"Inherit\",\n                \"RealPageSyncDateTimeUTC.ISO8601\": \"\"\n            }\n        },\n        \"ShoppingCart\": {\n            \"enableShoppingCart\": true,\n            \"Currency\": \"USD\",\n            \"Stripe\": {\n                \"StripePublishableKey\": \"Inherit\",\n                \"Stripe_Secret_key\": \"Inherit\",\n                \"Stripe_Webhook_signingsecret\": \"Inherit\",\n                \"StripeWebHookURL\": \"https://api.roamingiqtest.com/v1/eventprocessors/StripeEvents?stripeop=Russ' Rooster Resort\",\n                \"Stripe_allowrefund\": \"Inherit\"\n            },\n            \"TrialCycleAdjustment\": 0,\n            \"MaximumTrialCyclesPerSubscriber\": \"Inherit\",\n            \"MaximumFreeEnrollmentsPerSubscriber\": \"Inherit\",\n            \"ShoppingCartPriceAdjustment\": 0\n        },\n        \"DisplayOptionID\": \"Inherit\",\n        \"Units\": [],\n        \"UnitCount\": 0,\n        \"DisplayConfiguration\": {\n            \"ThemeLight\": {\n                \"LogoFileNameDesktopLogin\": \"roamingiq-logo.png\",\n                \"LogoFileNameMobileLogin\": \"roamingiq-logo.png\",\n                \"LogoFileNameDesktopMobileAfterLogin\": \"roamingiq-logo.png\",\n                \"LoginBackgroundColorHex\": \"#eeeeee\",\n                \"LoginTextColorHex\": \"#ffffff\",\n                \"BackgroundColorHex\": \"#eeeeee\",\n                \"PrimaryColorHex\": \"#044b77\",\n                \"SecondaryColorHex\": \"#000000\",\n                \"PrimaryTextColorHex\": \"#000000\",\n                \"SecondaryTextColorHex\": \"#000000\",\n                \"BorderColorHex\": \"#BFBFBF\",\n                \"LinkColorHex\": \"#000000\",\n                \"TableColorHex\": \"\",\n                \"BannerColor1Hex\": \"#044b77\",\n                \"BannerColor2Hex\": \"#044b77\",\n                \"NavbarColorHex\": \"\",\n                \"ModalColorHex\": \"\",\n                \"InputBoxColorHex\": \"\"\n            },\n            \"ThemeDark\": {\n                \"LogoFileNameDesktopLogin\": \"roamingiq-logo.png\",\n                \"LogoFileNameMobileLogin\": \"roamingiq-logo.png\",\n                \"LogoFileNameDesktopMobileAfterLogin\": \"roamingiq-logo.png\",\n                \"LoginBackgroundColorHex\": \"#eeeeee\",\n                \"LoginTextColorHex\": \"#ffffff\",\n                \"BackgroundColorHex\": \"#eeeeee\",\n                \"PrimaryColorHex\": \"#044b77\",\n                \"SecondaryColorHex\": \"#000000\",\n                \"PrimaryTextColorHex\": \"#000000\",\n                \"SecondaryTextColorHex\": \"#000000\",\n                \"BorderColorHex\": \"#BFBFBF\",\n                \"LinkColorHex\": \"#000000\",\n                \"TableColorHex\": \"\",\n                \"BannerColor1Hex\": \"#044b77\",\n                \"BannerColor2Hex\": \"#044b77\",\n                \"NavbarColorHex\": \"\",\n                \"ModalColorHex\": \"\",\n                \"InputBoxColorHex\": \"\"\n            },\n            \"MetaData\": {\n                \"FavIconHRef\": \"/favicon.ico?v=3\",\n                \"TitleTextContent\": \"VAULT Wi-Fi Service (Demo)\",\n                \"DescriptionContent\": \"VAULT Wi-Fi Service (Demo)\"\n            },\n            \"Behavior\": {\n                \"CancellationMethod\": \"radio\",\n                \"PrivacyPolicyURL\": \"https://roamingiq.com/privacy-policy/\",\n                \"AllowedLocales\": {\n                    \"en-us\": \"English (US)\",\n                    \"es-xl\": \"Spanish (Latin America)\"\n                },\n                \"ShowTour\": false,\n                \"ShowFooterOnLoginPage\": true,\n                \"S3Directory\": \"common\",\n                \"S3DirectoryCustomComponents\": \"common\",\n                \"GoogleAnalyticsID\": \"\"\n            },\n            \"ShoppingCart\": {\n                \"AllowSelfCancellation\": true,\n                \"AllowSelfPaymentMethodUpdate\": true,\n                \"AllowSelfServicePlanUpdate\": true\n            },\n            \"Support\": {\n                \"ShowSupportLinks\": true,\n                \"ExternallyManagedSupport\": true,\n                \"ExternalSupportSystemURL\": \"\",\n                \"ShowEquipmentStatusToVenueAdministrator\": true,\n                \"DisplaySuperAdminEmailModule\": true,\n                \"SupportEmailAddress\": \"support@dish.wifikey.link\",\n                \"SupportPhoneNumber.E164\": \"+14042298114\"\n            }\n        }\n    },\n    \"errorProcessing\": false\n}"}],"_postman_id":"2fe1ce96-309d-49c8-9c07-47a3a0e9c7f7"},{"name":"listVenueEquipment","id":"15df7b9c-1305-4afa-b27e-02c6ed34ac7c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"origin","type":"text","value":"{{SubscriberConsole}}"}],"body":{"mode":"raw","raw":"{\n    \"AccessToken\": \"{{AccessToken}}\",\n    // \"OperatorID\":\"<operatorid>\",\n    \"VenueID\":\"{{VenueID}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/operatorconsole/venues/listVenueEquipment","description":"<ul>\n<li>Use this API to list all venues/locations.</li>\n<li>Optional : KeyPoolID - only show venues that are connected to a specific KeyPoolID</li>\n</ul>\n","urlObject":{"path":["operatorconsole","venues","listVenueEquipment"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"5b2ba19a-b706-4d53-adc3-dc551257d7ab","name":"listVenueEquipment","originalRequest":{"method":"POST","header":[{"key":"origin","type":"text","value":"{{SubscriberConsole}}"}],"body":{"mode":"raw","raw":"{\n    \"AccessToken\": \"{{NetworkOperatorAdmin-AccessToken}}\",\n    \"VenueID\":\"{{VenueID}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/operatorconsole/venues/listVenueEquipment"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 19 Feb 2024 16:49:29 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"864"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"da1dd09a-1262-46f9-a794-8663409a9966"},{"key":"Access-Control-Allow-Origin","value":"https://dish.wifikey.link"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"script-src 'self';"},{"key":"x-amz-apigw-id","value":"TZH3lEv6oAMEL7A="},{"key":"X-Amzn-Trace-Id","value":"Root=1-65d38696-45db13cf5b901343596e0484;Parent=434abd5e96daa5f8;Sampled=0;lineage=4be7cd64:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"EquipmentUPCount\": 2,\n    \"EquipmentCount\": 2,\n    \"Equipment\": [\n        {\n            \"id\": \"USA.CO.80112.RIQMANAGEDPROPERTIES.ENGLEWOOD._V3VENUE.USA.MA.02771.16TESTVE.SEEKONK._V3EQUIPMENT.Test\",\n            \"EquipmentID\": \"Test\",\n            \"EquipmentType\": \"Wi-Fi Controller\",\n            \"Status\": \"In Service\",\n            \"statusupdateDateTimeUTC.ISO8601\": \"\",\n            \"GatewayErrorNotificationSent\": \"\",\n            \"Manufacturer\": \"1\",\n            \"Model\": \"2\",\n            \"WirelessZone\": \"\",\n            \"ConnectionProtocol\": \"https\",\n            \"IPAddress\": \"10.0.0.1\",\n            \"Port\": \"1\",\n            \"MikrotikPre643\": false\n        },\n        {\n            \"id\": \"USA.CO.80112.RIQMANAGEDPROPERTIES.ENGLEWOOD._V3VENUE.USA.MA.02771.16TESTVE.SEEKONK._V3EQUIPMENT.Test 2\",\n            \"EquipmentID\": \"Test 2\",\n            \"EquipmentType\": \"Gateway\",\n            \"Status\": \"In Service\",\n            \"statusupdateDateTimeUTC.ISO8601\": \"\",\n            \"GatewayErrorNotificationSent\": \"\",\n            \"Manufacturer\": \"1\",\n            \"Model\": \"2\",\n            \"WirelessZone\": \"\",\n            \"ConnectionProtocol\": \"https\",\n            \"IPAddress\": \"10.0.0.2\",\n            \"Port\": \"2\",\n            \"MikrotikPre643\": false\n        }\n    ],\n    \"errorProcessing\": false\n}"}],"_postman_id":"15df7b9c-1305-4afa-b27e-02c6ed34ac7c"},{"name":"listVenueCPEStatus","id":"c85563ee-b7cf-485c-bba9-c5f1b4fdb5a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"origin","type":"text","value":"{{SubscriberConsole}}"}],"body":{"mode":"raw","raw":"{\n    \"AccessToken\": \"{{AccessToken}}\",\n    // \"OperatorID\":\"<operatorid>\",\n    \"VenueID\":\"{{VenueID}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/operatorconsole/venues/listVenueCPEStatus","description":"<ul>\n<li><p>Use this API to list Customer Premise Equipment at a venue.</p>\n<ul>\n<li>Requires ConnectWise / PRTG connection</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["operatorconsole","venues","listVenueCPEStatus"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c85563ee-b7cf-485c-bba9-c5f1b4fdb5a9"},{"name":"add","event":[{"listen":"test","script":{"id":"1fec4b18-f092-4551-80eb-7d56f8126878","exec":[""],"type":"text/javascript","packages":{}}}],"id":"02732d9b-183b-4b50-a2a2-ce5c420435cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"origin","value":"{{SubscriberConsole}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"AccessToken\": \"{{AccessToken}}\",\n    // \"OperatorID\":\"<operatorid>\",\n    // \"externalVenueID\": \"UploadTest2\",\n    \"VenueName\": \"3UploadTest3UploadTestUploadTestUploadTestUploadTestUploadTestUploadTestUploadTestUploadTestUploadTest\",\n    \"AddressLine1\": \"1000 South St.1000 South St.1000 South St.1000 South St.1000 South St.\",\n    \"AddressLine2\": \"AddressLine21AddressLine2AddressLine2AddressLine2AddressLine2AddressLine2AddressLine2\",\n    \"City\": \"SeekonkSeekonkSeekonkSeekonkSeekonkSeekonkSeekonkSeekonkSeekonk\",\n    \"State\": \"MA\",\n    \"Country.ISO3166A3\": \"USA\",\n    \"PostalCode\": \"02881\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/operatorconsole/venues/add","description":"<ul>\n<li>Use this API to add a new venue.</li>\n</ul>\n","urlObject":{"path":["operatorconsole","venues","add"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"a9bf18a0-719e-4c5f-9c10-1de324a7c33c","name":"add","originalRequest":{"method":"POST","header":[{"key":"origin","value":"{{SubscriberConsole}}"}],"body":{"mode":"raw","raw":"{\n    \"AccessToken\": \"{{AccessToken}}\",\n    // \"OperatorID\":\"<operatorid>\",\n    // \"externalVenueID\": \"SC102\",\n    \"VenueName\": \"API test Venue\",\n    \"AddressLine1\": \"1000 South St.\",\n    \"AddressLine2\": \"Building 105\",\n    \"City\": \"Seekonk\",\n    \"State\": \"MA\",\n    \"Country.ISO3166A3\": \"USA\",\n    \"PostalCode\": \"02881\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/operatorconsole/venues/add"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"message\": \"Venue added. \",\r\n    \"VenueID\": \"USA.MA.02081.ROAMINGIQLABS.WALPOLE._V3VENUE_.USA.MA.02881.APITE.SEEKONK\",\r\n    \"errorProcessing\": false\r\n}"}],"_postman_id":"02732d9b-183b-4b50-a2a2-ce5c420435cd"},{"name":"addVenueUnit","event":[{"listen":"prerequest","script":{"id":"365b424e-5029-41ca-b0fd-8bbcbf601ea0","exec":["if (!pm.environment.get('unitcounter')) {","    pm.environment.set('unitcounter', 0)","}"],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"4b2b8d04-ab37-422d-ae2f-967b7bafbfbd","exec":["let curr = parseInt(pm.environment.get('unitcounter'))","pm.environment.set('unitcounter', curr+1);","","let jsonData = pm.response.json();","","// if ((jsonData.statusCode) && (jsonData.statusCode == 401)) {","//     console.log(\"stop runner\");","//     postman.setNextRequest(null);","// }","","postman.setNextRequest(null);","","pm.test(\"added\", () => {","    ","    pm.expect(jsonData.statusCode).to.not.eql(401)","    postman.setNextRequest();","});"],"type":"text/javascript","packages":{}}}],"id":"d8e759f9-25b6-4def-a409-e123ce5ec103","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"origin","value":"{{SubscriberConsole}}"}],"body":{"mode":"raw","raw":"{\n    \"AccessToken\": \"{{AccessToken}}\",\n    // \"OperatorID\":\"<operatorid>\",\n    \"VenueID\": \"{{VenueID}}\",\n    \"externalVenueUnitID\": \"\",\n    \"UnitID\": \"\",\n    \"UnitBuilding\": \"\",\n    \"UnitFloor\": \"\",\n    \"AddressLine1\": \"1000 South St.\",\n    \"AddressLine2\": \"\",\n    \"City\": \"Seekonk\",\n    \"State\": \"MA\",\n    \"Country.ISO3166A3\": \"USA\",\n    \"PostalCode\": \"02881\",\n    \"purpose\": \"wiredunit\",\n    // wiredunit, localwirelessonly\n    \"vlan\": \n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/operatorconsole/venues/addVenueUnit","description":"<ul>\n<li><p>Use this API to add a new unit to a venue.</p>\n<ul>\n<li><p>Subscriptions are attached to a unit.</p>\n</li>\n<li><p>Types:</p>\n<ul>\n<li><p>\"wiredonly\" for daily residential access (midnight-midnight subscriptions). Client isolation on wireless network should be turned OFF. Only one subscriber per VLAN is allowed.</p>\n</li>\n<li><p>\"localwirelessonly\" for subscriptions that can start/stop instantly ( no midnight restrictions). Multiple subscribers can have concurrent subscriptions at this unit type. Client isolation on wireless network should be turned ON, since VLAN is shared.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["operatorconsole","venues","addVenueUnit"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"7e80bc26-ce25-4c59-a5d2-e5e4bff4140a","name":"addVenueUnit","originalRequest":{"method":"POST","header":[{"key":"origin","value":"{{SubscriberConsole}}"}],"body":{"mode":"raw","raw":"{\n    \"AccessToken\": \"{{AccessToken}}\",\n    // \"OperatorID\":\"<operatorid>\",\n    \"VenueID\": \"{{VenueID}}\",\n    // \"externalVenueUnitID\": \"\",\n    // \"RealPageUnitID\": \"\",\n    // \"PrimaryUnitID_internal\": \"\",\n    // \"PrimaryUnitID\": \"\",\n    \"UnitID\": \"101\",\n    \"UnitBuilding\": \"1\",\n    \"UnitFloor\": \"1\",\n    \"AddressLine1\": \"1000 South St.\",\n    \"AddressLine2\": \"\",\n    \"City\": \"Seekonk\",\n    \"State\": \"MA\",\n    \"Country.ISO3166A3\": \"USA\",\n    \"PostalCode\": \"02881\",\n    \"purpose\": \"wiredunit\",\n    // wiredunit, localwirelessonly\n    \"vlan\": 1000\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/operatorconsole/venues/addVenueUnit"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"message\": \"Unit added. \",\r\n    \"UnitID_internal\": \"USA.MA.02081.ROAMINGIQLABS.WALPOLE._V3VENUE_.USA.MA.02881.APITE.SEEKONK.101.1.1\",\r\n    \"errorProcessing\": false\r\n}"}],"_postman_id":"d8e759f9-25b6-4def-a409-e123ce5ec103"},{"name":"addVenueEquipment","event":[{"listen":"test","script":{"id":"1fec4b18-f092-4551-80eb-7d56f8126878","exec":[""],"type":"text/javascript","packages":{}}}],"id":"f7f089dc-53eb-4b6a-9146-c4d1f8085588","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"origin","value":"{{SubscriberConsole}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"AccessToken\": \"{{AccessToken}}\",\n    // \"OperatorID\":\"<operatorid>\",\n    \"VenueID\": \"{{VenueID}}\",\n    \"EquipmentID\": \"Nomadix-1\",\n    \"Manufacturer\": \"Nomadix\",\n    \"Model\": \"AG-6000\",\n    \"EquipmentType\": \"Gateway\",\n    \"WirelessZone\": \"\",\n    \"ConnectionProtocol\": \"http\",\n    \"IPAddress\": \"50.206.196.170\",\n    \"Port\": \"80\",\n    \"Username\": \"fakeuser\",\n    \"Password\": \"fakepass\",\n    \"MikrotikPre643\": false\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/operatorconsole/venues/addVenueEquipment","description":"<ul>\n<li><p>Use this API to add equipment at a gateway.</p>\n</li>\n<li><p>This is used if Connectwise / PRTG connection is not available to auto-populate CPE.</p>\n</li>\n</ul>\n","urlObject":{"path":["operatorconsole","venues","addVenueEquipment"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f7f089dc-53eb-4b6a-9146-c4d1f8085588"},{"name":"configure","event":[{"listen":"test","script":{"id":"1fec4b18-f092-4551-80eb-7d56f8126878","exec":[""],"type":"text/javascript","packages":{}}}],"id":"6cd68a71-29be-4e1a-8db8-47435c98d8c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"origin","value":"{{SubscriberConsole}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"AccessToken\": \"{{AccessToken}}\",\n    // \"OperatorID\":\"<operatorid>\",\n    \"VenueID\": \"{{VenueID}}\",\n    // \"externalVenueID\": \"SC102\",\n    // \"VenueName\": \"1001 South Capital\",\n    // \"AddressLine1\": \"1000 South St.\",\n    // \"AddressLine2\": \"\",\n    // \"City\": \"Seekonk\",\n    // \"State\": \"MA\",\n    // \"Country.ISO3166A3\": \"USA\",\n    // \"PostalCode\": \"02881\",\n    // \"NetworkConfiguration\": {\n    // \"NAS-Identifier\": \"USA.MA.02881.1000SOUTH.SEEKONK2\",\n    // \"MinimumAutoGeneratedVLAN_GlobalWirelessPlusLocalWiredAccess\": 1,\n    // \"MaximumAutoGeneratedVLAN_GlobalWirelessPlusLocalWiredAccess\": 4095,\n    // \"MinimumAutoGeneratedVLAN_LocalWirelessAccess\": 1,\n    // \"MaximumAutoGeneratedVLAN_LocalWirelessAccess\": 4095,\n    // \"MinimumAutoGeneratedVLAN_GlobalWirelessRoaming\": 1,\n    // \"MaximumAutoGeneratedVLAN_GlobalWirelessRoaming\": 4095,\n    // \"allowOverlappingSubscriptionWiredUnit\": false,\n    \"VenueSSID\": [\n        \"South Capital\"\n    ],\n    // \"GWError\": \"\",\n    // \"forgetSubscriberDevices\": true\n    // }\n    // \"ServicePlanConfiguration\": {\n        //     \"DefaultServicePlanID_GlobalWirelessPlusLocalWiredAccess\": \"\",\n        //     \"DefaultServicePlanID_LocalWirelessAccess\": \"\",\n    //     \"ServicePlanIDs\": [\n    //     ]\n    // }\n    // \"Notifications\": {\n    //     \"WelcomeEmail_countdown_hours\": 24,\n    //     // \"WelcomeEmail_countdown_hours\": -1,\n    //     // \"WelcomeEmail_countdown_hours\": 169,\n        // \"sendSubscriptionAddedEmail\": true\n        // \"sendSubscriptionEndEmail\": false\n    //     \"supressSubscriberNotifications\": false\n    // }\n    // \"Integrations\": {\n    //     \"ConnectWise\": {\n    //         \"URL\": \"\",\n    //         \"ConnectWiseserviceboardid\": \"\",\n    //         \"Authorization\": \"\"\n    //     },\n    //     \"PRTG\": {\n    //         \"URL\": \"\",\n    //         \"PRTGUsername\": \"\",\n    //         \"PRTGPasswordHash\": \"\"\n    //     }\n    // },\n    // \"Reporting\": {\n    //     \"ReportingSubscriptionEnd_lookahead_hours\": 720,\n    //     \"ReportingSubscriptionEnd_frequency_hours\": 720\n    // },\n    // \"PMS\": {\n    //     \"RealPage\": {\n    //         \"RealPagePMCId\": 4936939,\n            // \"RealPageSiteId\": 4936940\n    //         \"enableRealPageSync\": true\n    //         \"syncNow\": true\n    //     }\n    // }\n    // \"ShoppingCart\": {\n    //     \"enableShoppingCart\": true,\n    //         \"Stripe\": {\n    //             \"StripePublishableKey\": \" \",\n    //             \"Stripe_Secret_key\": \" \",\n    //             \"Stripe_Webhook_signingsecret\": \" \"\n    //             \"Stripe_allowrefund\": true\n            // }\n    //     \"TrialCycleAdjustment\": 0,\n    //     // \"TrialCycleAdjustment\": -1,\n    //     // \"TrialCycleAdjustment\": 1,\n    //     // \"MaximumTrialCyclesPerSubscriber\": -1,\n    //     \"MaximumTrialCyclesPerSubscriber\": 12,\n    //     // \"MaximumFreeEnrollmentsPerSubscriber\": -1,\n    //     \"MaximumFreeEnrollmentsPerSubscriber\": 12,\n    //     // \"ShoppingCartPriceAdjustment\": 10000\n    //     \"ShoppingCartPriceAdjustment\": -10000\n    // }\n    // \"DisplayOptionID\": \"\",\n    // \"deleteActiveSubscriptions\": true\n    \"deleteEmptyVenueUnits\": true\n    // \"deleteVenueifEmpty\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/operatorconsole/venues/configure","description":"<ul>\n<li><p>Use this API to reconfigure venue.</p>\n<ul>\n<li>e.g: available service plans</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["operatorconsole","venues","configure"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"eb718d54-a519-45a4-8fe0-852ddcdda575","name":"configure","originalRequest":{"method":"POST","header":[{"key":"origin","value":"{{SubscriberConsole}}"}],"body":{"mode":"raw","raw":"{\n    \"AccessToken\": \"{{AccessToken}}\",\n    // \"OperatorID\":\"<operatorid>\",\n    \"VenueID\": \"{{VenueID}}\",\n    \"externalVenueID\": \"SC102\",\n    \"VenueName\": \"1001 South Capital\",\n    \"AddressLine1\": \"1000 South St.\",\n    \"AddressLine2\": \"\",\n    \"City\": \"Seekonk\",\n    \"State\": \"MA\",\n    \"Country.ISO3166A3\": \"USA\",\n    \"PostalCode\": \"02881\",\n    \"NetworkConfiguration\": {\n        \"NAS-Identifier\": \"USA.MA.02881.1000SOUTH.SEEKONK2\",\n        \"MinimumAutoGeneratedVLAN_GlobalWirelessPlusLocalWiredAccess\": 1,\n        \"MaximumAutoGeneratedVLAN_GlobalWirelessPlusLocalWiredAccess\": 4095,\n        \"MinimumAutoGeneratedVLAN_LocalWirelessAccess\": 1,\n        \"MaximumAutoGeneratedVLAN_LocalWirelessAccess\": 4095,\n        \"MinimumAutoGeneratedVLAN_GlobalWirelessRoaming\": 1,\n        \"MaximumAutoGeneratedVLAN_GlobalWirelessRoaming\": 4095,\n        \"allowOverlappingSubscriptionWiredUnit\": false,\n        \"VenueSSID\": [\n            \"South Capital\"\n        ],\n        \"GWError\": \"\",\n        \"forgetSubscriberDevices\": true\n    },\n    \"ServicePlanConfiguration\": {\n        \"DefaultServicePlanID_GlobalWirelessPlusLocalWiredAccess\": \"\",\n        \"DefaultServicePlanID_LocalWirelessAccess\": \"\",\n        \"ServicePlanIDs\": []\n    },\n    \"Notifications\": {\n        \"WelcomeEmail_countdown_hours\": 24,\n        // \"WelcomeEmail_countdown_hours\": -1,\n        // \"WelcomeEmail_countdown_hours\": 169,\n        \"sendSubscriptionAddedEmail\": true,\n        \"sendSubscriptionEndEmail\": false,\n        \"supressSubscriberNotifications\": false\n    },\n    // \"Integrations\": {\n    //     \"ConnectWise\": {\n    //         \"URL\": \"\",\n    //         \"ConnectWiseserviceboardid\": \"\",\n    //         \"Authorization\": \"\"\n    //     },\n    //     \"PRTG\": {\n    //         \"URL\": \"\",\n    //         \"PRTGUsername\": \"\",\n    //         \"PRTGPasswordHash\": \"\"\n    //     }\n    // },\n    \"Reporting\": {\n        \"ReportingSubscriptionEnd_lookahead_hours\": -1,\n        \"ReportingSubscriptionEnd_frequency_hours\": -1\n    },\n    // \"PMS\": {\n    //     \"RealPage\": {\n    //         \"RealPagePMCId\": 4936939,\n    //         \"RealPageSiteId\": 4936940,\n    //         \"enableRealPageSync\": true\n    //         \"syncNow\": true\n    //     }\n    // },\n    \"ShoppingCart\": {\n        \"enableShoppingCart\": true,\n            \"Stripe\": {\n                \"StripePublishableKey\": \"\",\n                \"Stripe_Secret_key\": \"\",\n                \"Stripe_Webhook_signingsecret\": \"\",\n                \"Stripe_allowrefund\": true\n            },\n        \"TrialCycleAdjustment\": 0,\n        // \"TrialCycleAdjustment\": -1,\n        // \"TrialCycleAdjustment\": 1,\n        // \"MaximumTrialCyclesPerSubscriber\": -1,\n        \"MaximumTrialCyclesPerSubscriber\": 12,\n        // \"MaximumFreeEnrollmentsPerSubscriber\": -1,\n        \"MaximumFreeEnrollmentsPerSubscriber\": 12,\n        // \"ShoppingCartPriceAdjustment\": 10000\n        \"ShoppingCartPriceAdjustment\": -10000\n    },\n    // \"DisplayOptionID\": \"\",\n    \"deleteActiveSubscriptions\": true,\n    \"deleteEmptyVenueUnits\": true,\n    \"deleteVenueifEmpty\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/operatorconsole/venues/configure"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"6cd68a71-29be-4e1a-8db8-47435c98d8c4"},{"name":"configureVenueUnit","event":[{"listen":"test","script":{"id":"1fec4b18-f092-4551-80eb-7d56f8126878","exec":[""],"type":"text/javascript","packages":{}}}],"id":"ae296e60-5a21-4455-8470-114805d23958","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"origin","value":"{{SubscriberConsole}}"}],"body":{"mode":"raw","raw":"{\n    \"AccessToken\": \"{{AccessToken}}\",\n    // \"OperatorID\":\"<operatorid>\",\n    \"VenueID\": \"{{VenueID}}\",\n    \"UnitID_internal\": \"{{UnitID_internal}}\",\n    // \"externalVenueUnitID\": \"SC102\",\n    // \"RealPageUnitID\": \"\",\n    // \"UnitID\": \"1001 South Capital\",\n    // \"UnitBuilding\": \"1001 South Capital\",\n    // \"UnitFloor\": \"1001 South Capital\",\n    // \"AddressLine1\": \"1000 South St.\",\n    // \"AddressLine2\": \"\",\n    // \"City\": \"Seekonk\",\n    // \"State\": \"MA\",\n    // \"Country\": \"USA\",\n    // \"PostalCode\": \"02881\",\n    \"NetworkConfiguration\": {\n        // \"allowOverlappingSubscriptionWiredUnit\": false,\n        \"VenueUnitSSID\": [\n            \"DISH\"\n        ]\n    }\n    // \"ShoppingCart\": {\n    //     \"enableShoppingCart\": true,\n    //     // \"ShoppingCartPriceAdjustment\": 10000\n    //     \"ShoppingCartPriceAdjustment\": -10000\n    // },\n    // \"SMSCode\": \"\"\n    // \"vlan\": 11\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/operatorconsole/venues/configureVenueUnit","description":"<ul>\n<li>Use this API to reconfigure a unit at a venue.</li>\n</ul>\n","urlObject":{"path":["operatorconsole","venues","configureVenueUnit"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"a27be483-ceea-44e4-a122-00b1f2fdd440","name":"configureVenueUnit","originalRequest":{"method":"POST","header":[{"key":"origin","value":"{{SubscriberConsole}}"}],"body":{"mode":"raw","raw":"{\n    \"AccessToken\": \"{{AccessToken}}\",\n    // \"OperatorID\":\"<operatorid>\",\n    \"VenueID\": \"{{VenueID}}\",\n    \"UnitID_internal\": \"{{UnitID_internal}}\",\n    \"externalVenueUnitID\": \"SC102\",\n    \"RealPageUnitID\": \"\",\n    \"UnitID\": \"101\",\n    \"UnitBuilding\": \"1\",\n    \"UnitFloor\": \"1\",\n    \"AddressLine1\": \"1000 South St.\",\n    \"AddressLine2\": \"\",\n    \"City\": \"Seekonk\",\n    \"State\": \"MA\",\n    \"Country\": \"USA\",\n    \"PostalCode\": \"02881\",\n    \"NetworkConfiguration\": {\n        \"allowOverlappingSubscriptionWiredUnit\": false,\n        \"VenueUnitSSID\": [\n            \"South Capital\"\n        ]\n    },\n    \"ShoppingCart\": {\n        \"enableShoppingCart\": true,\n        // \"ShoppingCartPriceAdjustment\": 10000\n        \"ShoppingCartPriceAdjustment\": -10000\n    },\n    \"SMSCode\": \"\"\n    // \"vlan\": 11\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/operatorconsole/venues/configureVenueUnit"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"errorProcessing\": false\r\n}"}],"_postman_id":"ae296e60-5a21-4455-8470-114805d23958"},{"name":"configureVenueEquipment","event":[{"listen":"test","script":{"id":"1fec4b18-f092-4551-80eb-7d56f8126878","exec":[""],"type":"text/javascript","packages":{}}}],"id":"0791ca50-08b9-47a3-873b-d7d052ffadc1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"origin","value":"{{SubscriberConsole}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"AccessToken\": \"{{AccessToken}}\",\n    // \"OperatorID\":\"<operatorid>\",\n    \"VenueID\": \"{{VenueID}}\",\n    \"EquipmentID\": \"USA.MA.02035.BLUEPORTOFFICELOCATIONS.FOXBORO._V3VENUE.USA.MA.02035.TEST_PROPE.FOXBOROUGH._V3EQUIPMENT.Nomadix-1\",\n    \"Manufacturer\": \"Nomadix\",\n    \"Model\": \"AG-6000\",\n    \"EquipmentType\": \"Gateway\",\n    \"WirelessZone\": \"\",\n    \"ConnectionProtocol\": \"http\",\n    \"IPAddress\": \"22.206.196.170\",\n    \"Port\": \"80\",\n    \"Username\": \"VAULT@bpwless.com\",\n    \"Password\": \"V@ULT2021\",\n    \"Status\": \"In Service\",\n    \"statusupdateDateTimeUTC.ISO8601\": \"\",\n    \"MikrotikPre643\": false\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/operatorconsole/venues/configureVenueEquipment","description":"<ul>\n<li>Use this API to reconfigure equipment at a venue.</li>\n</ul>\n","urlObject":{"path":["operatorconsole","venues","configureVenueEquipment"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0791ca50-08b9-47a3-873b-d7d052ffadc1"},{"name":"listVenueLatestSnapshot","id":"72f16d39-72dd-412f-8c5c-9eef9a882303","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"origin","type":"text","value":"{{SubscriberConsole}}"}],"body":{"mode":"raw","raw":"{\n    \"AccessToken\": \"{{AccessToken}}\"\n    // \"OperatorID\":\"<operatorid>\",\n    // \"VenueID\":\"{{VenueID}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/operatorconsole/venues/listVenueLatestSnapshot","description":"<ul>\n<li><p>Use this API to list latest counters at a venue.</p>\n</li>\n<li><p>Counters are updated every 30 minutes.</p>\n</li>\n</ul>\n","urlObject":{"path":["operatorconsole","venues","listVenueLatestSnapshot"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"a44bf7fb-8645-42e5-8583-88bd756a5672","name":"listVenueLatestSnapshot","originalRequest":{"method":"POST","header":[{"key":"origin","value":"{{SubscriberConsole}}"}],"body":{"mode":"raw","raw":"{\n    \"AccessToken\": \"{{NetworkOperatorAdmin-AccessToken}}\",\n    \"VenueID\":\"{{VenueID}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/operatorconsole/venues/listVenueLatestSnapshot"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 19 Feb 2024 16:49:48 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"21026"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"cb5d04d5-fbd6-4514-9d6a-ee08d6a1bd16"},{"key":"Access-Control-Allow-Origin","value":"https://dish.wifikey.link"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"script-src 'self';"},{"key":"x-amz-apigw-id","value":"TZH6iHMGoAMEttA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-65d386a9-44054ce7751dc83917c4ea34;Parent=40b32dfc2610cccb;Sampled=0;lineage=dd00256f:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"\",\n    \"Summary\": {\n        \"VenueCount\": 8,\n        \"UnitCount_GlobalWirelessPlusLocalWiredAccess\": 1003,\n        \"UnitCount_LocalWirelessAccess\": 1,\n        \"UnitCount_GlobalWirelessRoaming\": 0,\n        \"SubscriptionCount_GlobalWirelessPlusLocalWiredAccess\": 0,\n        \"SubscriptionCount_LocalWirelessAccess\": 0,\n        \"SubscriptionCount_Active\": 997,\n        \"SubscriptionCount_PendingSetupSuccess\": 0,\n        \"SubscriptionCount_paymentFailed\": 0,\n        \"SubscriptionCount_PendingAUP\": 997,\n        \"SubscriptionCount_gatewayConfigured_failed\": 997,\n        \"SubscriptionCount_gatewayConfigured_success\": 0,\n        \"DeviceCount\": 0,\n        \"OnlineDeviceCount\": 0\n    },\n    \"Utilization\": {\n        \"USA.MA.02081.ROAMINGIQLABS.WALPOLE._V3VENUE.USA.NC.28801.BILTMOREW.ASHEVILLE\": {\n            \"UnitCount_GlobalWirelessPlusLocalWiredAccess\": 0,\n            \"UnitCount_LocalWirelessAccess\": 0,\n            \"UnitCount_GlobalWirelessRoaming\": 0,\n            \"DeviceCount\": 0,\n            \"OnlineDeviceCount\": 0,\n            \"SubscriptionCount_Active\": 0,\n            \"SubscriptionCount_PendingSetupSuccess\": 0,\n            \"SubscriptionCount_paymentFailed\": 0,\n            \"SubscriptionCount_PendingAUP\": 0,\n            \"SubscriptionCount_gatewayConfigured_failed\": 0,\n            \"SubscriptionCount_gatewayConfigured_success\": 0,\n            \"dateAdded\": \"2024-05-03T16:37:52.508Z\"\n        },\n        \"USA.MA.02081.ROAMINGIQLABS.WALPOLE._V3VENUE.USA.MA.02081.DEMOVENUE.WALPOLE\": {\n            \"UnitCount_GlobalWirelessPlusLocalWiredAccess\": 0,\n            \"UnitCount_LocalWirelessAccess\": 0,\n            \"UnitCount_GlobalWirelessRoaming\": 0,\n            \"DeviceCount\": 0,\n            \"OnlineDeviceCount\": 0,\n            \"SubscriptionCount_Active\": 0,\n            \"SubscriptionCount_PendingSetupSuccess\": 0,\n            \"SubscriptionCount_paymentFailed\": 0,\n            \"SubscriptionCount_PendingAUP\": 0,\n            \"SubscriptionCount_gatewayConfigured_failed\": 0,\n            \"SubscriptionCount_gatewayConfigured_success\": 0,\n            \"dateAdded\": \"2024-05-03T16:36:51.016Z\"\n        },\n        \"USA.MA.02081.ROAMINGIQLABS.WALPOLE._V3VENUE.USA.MA.02081.GLOBAL.WALPOLE\": {\n            \"UnitCount_GlobalWirelessPlusLocalWiredAccess\": 0,\n            \"UnitCount_LocalWirelessAccess\": 1,\n            \"UnitCount_GlobalWirelessRoaming\": 0,\n            \"DeviceCount\": 0,\n            \"OnlineDeviceCount\": 0,\n            \"SubscriptionCount_Active\": 0,\n            \"SubscriptionCount_PendingSetupSuccess\": 0,\n            \"SubscriptionCount_paymentFailed\": 0,\n            \"SubscriptionCount_PendingAUP\": 0,\n            \"SubscriptionCount_gatewayConfigured_failed\": 0,\n            \"SubscriptionCount_gatewayConfigured_success\": 0,\n            \"dateAdded\": \"2024-05-03T16:37:52.550Z\"\n        },\n        \"USA.MA.02081.ROAMINGIQLABS.WALPOLE._V3VENUE.USA.FL.33063.ORIOLEGAR.MARGATE\": {\n            \"UnitCount_GlobalWirelessPlusLocalWiredAccess\": 0,\n            \"UnitCount_LocalWirelessAccess\": 0,\n            \"UnitCount_GlobalWirelessRoaming\": 0,\n            \"DeviceCount\": 0,\n            \"OnlineDeviceCount\": 0,\n            \"SubscriptionCount_Active\": 0,\n            \"SubscriptionCount_PendingSetupSuccess\": 0,\n            \"SubscriptionCount_paymentFailed\": 0,\n            \"SubscriptionCount_PendingAUP\": 0,\n            \"SubscriptionCount_gatewayConfigured_failed\": 0,\n            \"SubscriptionCount_gatewayConfigured_success\": 0,\n            \"dateAdded\": \"2024-05-03T16:37:52.482Z\"\n        },\n        \"USA.MA.02081.ROAMINGIQLABS.WALPOLE._V3VENUE.USA.MA.02093.QA_AUTOMAT.WRENTHAM\": {\n            \"UnitCount_GlobalWirelessPlusLocalWiredAccess\": 1000,\n            \"UnitCount_LocalWirelessAccess\": 0,\n            \"UnitCount_GlobalWirelessRoaming\": 0,\n            \"DeviceCount\": 0,\n            \"OnlineDeviceCount\": 0,\n            \"SubscriptionCount_Active\": 997,\n            \"SubscriptionCount_PendingSetupSuccess\": 0,\n            \"SubscriptionCount_paymentFailed\": 0,\n            \"SubscriptionCount_PendingAUP\": 997,\n            \"SubscriptionCount_gatewayConfigured_failed\": 997,\n            \"SubscriptionCount_gatewayConfigured_success\": 0,\n            \"dateAdded\": \"2024-05-03T16:38:50.669Z\"\n        },\n        \"USA.MA.02081.ROAMINGIQLABS.WALPOLE._V3VENUE.USA.MA.01588.RUSSROOS.WHITINSVIL\": {\n            \"UnitCount_GlobalWirelessPlusLocalWiredAccess\": 0,\n            \"UnitCount_LocalWirelessAccess\": 0,\n            \"UnitCount_GlobalWirelessRoaming\": 0,\n            \"DeviceCount\": 0,\n            \"OnlineDeviceCount\": 0,\n            \"SubscriptionCount_Active\": 0,\n            \"SubscriptionCount_PendingSetupSuccess\": 0,\n            \"SubscriptionCount_paymentFailed\": 0,\n            \"SubscriptionCount_PendingAUP\": 0,\n            \"SubscriptionCount_gatewayConfigured_failed\": 0,\n            \"SubscriptionCount_gatewayConfigured_success\": 0,\n            \"dateAdded\": \"2024-05-03T16:41:25.548Z\"\n        },\n        \"USA.MA.02081.ROAMINGIQLABS.WALPOLE._V3VENUE.USA.MA.01588.RUSSR746.WHITINSVIL\": {\n            \"UnitCount_GlobalWirelessPlusLocalWiredAccess\": 3,\n            \"UnitCount_LocalWirelessAccess\": 0,\n            \"UnitCount_GlobalWirelessRoaming\": 0,\n            \"DeviceCount\": 0,\n            \"OnlineDeviceCount\": 0,\n            \"SubscriptionCount_Active\": 0,\n            \"SubscriptionCount_PendingSetupSuccess\": 0,\n            \"SubscriptionCount_paymentFailed\": 0,\n            \"SubscriptionCount_PendingAUP\": 0,\n            \"SubscriptionCount_gatewayConfigured_failed\": 0,\n            \"SubscriptionCount_gatewayConfigured_success\": 0,\n            \"dateAdded\": \"2024-05-03T16:37:53.823Z\"\n        },\n        \"USA.MA.02081.ROAMINGIQLABS.WALPOLE._V3VENUE.USA.MA.02771.TESTVENUE.SEEKONK\": {\n            \"UnitCount_GlobalWirelessPlusLocalWiredAccess\": 0,\n            \"UnitCount_LocalWirelessAccess\": 0,\n            \"UnitCount_GlobalWirelessRoaming\": 0,\n            \"DeviceCount\": 0,\n            \"OnlineDeviceCount\": 0,\n            \"SubscriptionCount_Active\": 0,\n            \"SubscriptionCount_PendingSetupSuccess\": 0,\n            \"SubscriptionCount_paymentFailed\": 0,\n            \"SubscriptionCount_PendingAUP\": 0,\n            \"SubscriptionCount_gatewayConfigured_failed\": 0,\n            \"SubscriptionCount_gatewayConfigured_success\": 0,\n            \"dateAdded\": \"2024-05-03T16:37:53.868Z\"\n        }\n    },\n    \"errorProcessing\": false\n}"}],"_postman_id":"72f16d39-72dd-412f-8c5c-9eef9a882303"},{"name":"listVenueDailyReport","id":"8fe04fe5-8a9f-4095-b0da-b1e6b7d8fa82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"origin","value":"{{SubscriberConsole}}"}],"body":{"mode":"raw","raw":"{\n    \"AccessToken\": \"{{AccessToken}}\",\n    // \"OperatorID\":\"<operatorid>\",\n    \"VenueID\": \"{{VenueID}}\",\n    \"UsageReportStartDateUTC.ISO8601\":\"2024-01-22T12:00:00.000Z\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/operatorconsole/venues/listVenueDailyReport","description":"<ul>\n<li><p>Use this API to view daily usage report at a venue.</p>\n</li>\n<li><p>Updated every 24 hours.</p>\n</li>\n</ul>\n","urlObject":{"path":["operatorconsole","venues","listVenueDailyReport"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"69dbae4f-7602-4fed-8524-ddeb8bc39c61","name":"listVenueDailyReport","originalRequest":{"method":"POST","header":[{"key":"origin","value":"{{SubscriberConsole}}"}],"body":{"mode":"raw","raw":"{\n    \"AccessToken\": \"{{VenueMgmt-AccessToken}}\",\n    \"VenueID\": \"{{VenueID}}\",\n    \"UsageReportStartDateUTC.ISO8601\":\"2024-01-22T12:00:00.000Z\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/operatorconsole/venues/listVenueDailyReport"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 19 Feb 2024 16:50:20 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"6485"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"0cf0e21d-10a9-4982-ac8d-db02d45caaf9"},{"key":"Access-Control-Allow-Origin","value":"https://dish.wifikey.link"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"script-src 'self';"},{"key":"x-amz-apigw-id","value":"TZH__EWKoAMEsVw="},{"key":"X-Amzn-Trace-Id","value":"Root=1-65d386cc-011c1e727695717f15ff817f;Parent=723054d8f5716c62;Sampled=0;lineage=c9fd6f4a:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"UsageData\": [\n        {\n            \"UnitID_internal\": \"USA.CO.80112.RIQMANAGEDPROPERTIES.ENGLEWOOD._V3VENUE.USA.GA.31015.AJOUTERLI.CORDELE.1.WATERELEC.1\",\n            \"UnitID\": \"1\",\n            \"UnitBuilding\": \"Water&Electric\",\n            \"UnitFloor\": \"1\",\n            \"UsageReportDateUTC.ISO8601\": \"2024-01-22T08:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UnitID_internal\": \"USA.CO.80112.RIQMANAGEDPROPERTIES.ENGLEWOOD._V3VENUE.USA.GA.31015.AJOUTERLI.CORDELE.2.WATERELEC.1\",\n            \"UnitID\": \"2\",\n            \"UnitBuilding\": \"Water&Electric\",\n            \"UnitFloor\": \"1\",\n            \"UsageReportDateUTC.ISO8601\": \"2024-01-22T08:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UnitID_internal\": \"USA.CO.80112.RIQMANAGEDPROPERTIES.ENGLEWOOD._V3VENUE.USA.GA.31015.AJOUTERLI.CORDELE.3.WATERELEC.1\",\n            \"UnitID\": \"3\",\n            \"UnitBuilding\": \"Water&Electric\",\n            \"UnitFloor\": \"1\",\n            \"UsageReportDateUTC.ISO8601\": \"2024-01-22T08:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UnitID_internal\": \"USA.CO.80112.RIQMANAGEDPROPERTIES.ENGLEWOOD._V3VENUE.USA.GA.31015.AJOUTERLI.CORDELE.4.WATERELEC.1\",\n            \"UnitID\": \"4\",\n            \"UnitBuilding\": \"Water&Electric\",\n            \"UnitFloor\": \"1\",\n            \"UsageReportDateUTC.ISO8601\": \"2024-01-22T08:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UnitID_internal\": \"USA.CO.80112.RIQMANAGEDPROPERTIES.ENGLEWOOD._V3VENUE.USA.GA.31015.AJOUTERLI.CORDELE.5.WATERELEC.1\",\n            \"UnitID\": \"5\",\n            \"UnitBuilding\": \"Water&Electric\",\n            \"UnitFloor\": \"1\",\n            \"UsageReportDateUTC.ISO8601\": \"2024-01-22T08:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UnitID_internal\": \"USA.CO.80112.RIQMANAGEDPROPERTIES.ENGLEWOOD._V3VENUE.USA.GA.31015.AJOUTERLI.CORDELE.6.WATERELEC.1\",\n            \"UnitID\": \"6\",\n            \"UnitBuilding\": \"Water&Electric\",\n            \"UnitFloor\": \"1\",\n            \"UsageReportDateUTC.ISO8601\": \"2024-01-22T08:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UnitID_internal\": \"USA.CO.80112.RIQMANAGEDPROPERTIES.ENGLEWOOD._V3VENUE.USA.GA.31015.AJOUTERLI.CORDELE.7.WATERELEC.1\",\n            \"UnitID\": \"7\",\n            \"UnitBuilding\": \"Water&Electric\",\n            \"UnitFloor\": \"1\",\n            \"UsageReportDateUTC.ISO8601\": \"2024-01-22T08:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UnitID_internal\": \"USA.CO.80112.RIQMANAGEDPROPERTIES.ENGLEWOOD._V3VENUE.USA.GA.31015.AJOUTERLI.CORDELE.9.WATERELEC.1\",\n            \"UnitID\": \"9\",\n            \"UnitBuilding\": \"Water&Electric\",\n            \"UnitFloor\": \"1\",\n            \"UsageReportDateUTC.ISO8601\": \"2024-01-22T08:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UnitID_internal\": \"USA.CO.80112.RIQMANAGEDPROPERTIES.ENGLEWOOD._V3VENUE.USA.GA.31015.AJOUTERLI.CORDELE.10.WATERELEC.1\",\n            \"UnitID\": \"10\",\n            \"UnitBuilding\": \"Water&Electric\",\n            \"UnitFloor\": \"1\",\n            \"UsageReportDateUTC.ISO8601\": \"2024-01-22T08:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UnitID_internal\": \"USA.CO.80112.RIQMANAGEDPROPERTIES.ENGLEWOOD._V3VENUE.USA.GA.31015.AJOUTERLI.CORDELE.11.WATERELEC.1\",\n            \"UnitID\": \"11\",\n            \"UnitBuilding\": \"Water&Electric\",\n            \"UnitFloor\": \"1\",\n            \"UsageReportDateUTC.ISO8601\": \"2024-01-22T08:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UnitID_internal\": \"USA.CO.80112.RIQMANAGEDPROPERTIES.ENGLEWOOD._V3VENUE.USA.GA.31015.AJOUTERLI.CORDELE.12.WATERELEC.1\",\n            \"UnitID\": \"12\",\n            \"UnitBuilding\": \"Water&Electric\",\n            \"UnitFloor\": \"1\",\n            \"UsageReportDateUTC.ISO8601\": \"2024-01-22T08:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UnitID_internal\": \"USA.CO.80112.RIQMANAGEDPROPERTIES.ENGLEWOOD._V3VENUE.USA.GA.31015.AJOUTERLI.CORDELE.13.WATERELEC.1\",\n            \"UnitID\": \"13\",\n            \"UnitBuilding\": \"Water&Electric\",\n            \"UnitFloor\": \"1\",\n            \"UsageReportDateUTC.ISO8601\": \"2024-01-22T08:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UnitID_internal\": \"USA.CO.80112.RIQMANAGEDPROPERTIES.ENGLEWOOD._V3VENUE.USA.GA.31015.AJOUTERLI.CORDELE.14.WATERELEC.1\",\n            \"UnitID\": \"14\",\n            \"UnitBuilding\": \"Water&Electric\",\n            \"UnitFloor\": \"1\",\n            \"UsageReportDateUTC.ISO8601\": \"2024-01-22T08:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UnitID_internal\": \"USA.CO.80112.RIQMANAGEDPROPERTIES.ENGLEWOOD._V3VENUE.USA.GA.31015.AJOUTERLI.CORDELE.15.WATERELEC.1\",\n            \"UnitID\": \"15\",\n            \"UnitBuilding\": \"Water&Electric\",\n            \"UnitFloor\": \"1\",\n            \"UsageReportDateUTC.ISO8601\": \"2024-01-22T08:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UnitID_internal\": \"USA.CO.80112.RIQMANAGEDPROPERTIES.ENGLEWOOD._V3VENUE.USA.GA.31015.AJOUTERLI.CORDELE.16.WATERELEC.1\",\n            \"UnitID\": \"16\",\n            \"UnitBuilding\": \"Water&Electric\",\n            \"UnitFloor\": \"1\",\n            \"UsageReportDateUTC.ISO8601\": \"2024-01-22T08:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UnitID_internal\": \"USA.CO.80112.RIQMANAGEDPROPERTIES.ENGLEWOOD._V3VENUE.USA.GA.31015.AJOUTERLI.CORDELE.17.WATERELEC.1\",\n            \"UnitID\": \"17\",\n            \"UnitBuilding\": \"Water&Electric\",\n            \"UnitFloor\": \"1\",\n            \"UsageReportDateUTC.ISO8601\": \"2024-01-22T08:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UnitID_internal\": \"USA.CO.80112.RIQMANAGEDPROPERTIES.ENGLEWOOD._V3VENUE.USA.GA.31015.AJOUTERLI.CORDELE.18.WATERELEC.1\",\n            \"UnitID\": \"18\",\n            \"UnitBuilding\": \"Water&Electric\",\n            \"UnitFloor\": \"1\",\n            \"UsageReportDateUTC.ISO8601\": \"2024-01-22T08:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UnitID_internal\": \"USA.CO.80112.RIQMANAGEDPROPERTIES.ENGLEWOOD._V3VENUE.USA.GA.31015.AJOUTERLI.CORDELE.19.WATERELEC.1\",\n            \"UnitID\": \"19\",\n            \"UnitBuilding\": \"Water&Electric\",\n            \"UnitFloor\": \"1\",\n            \"UsageReportDateUTC.ISO8601\": \"2024-01-22T08:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UnitID_internal\": \"USA.CO.80112.RIQMANAGEDPROPERTIES.ENGLEWOOD._V3VENUE.USA.GA.31015.AJOUTERLI.CORDELE.HORSESHOES.GUESTSWH.1\",\n            \"UnitID\": \"Horse Shoes\",\n            \"UnitBuilding\": \"Guest's Wharf\",\n            \"UnitFloor\": \"1\",\n            \"UsageReportDateUTC.ISO8601\": \"2024-01-22T08:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UnitID_internal\": \"USA.CO.80112.RIQMANAGEDPROPERTIES.ENGLEWOOD._V3VENUE.USA.GA.31015.AJOUTERLI.CORDELE.POOL.GUESTSWH.1\",\n            \"UnitID\": \"Pool\",\n            \"UnitBuilding\": \"Guest's Wharf\",\n            \"UnitFloor\": \"1\",\n            \"UsageReportDateUTC.ISO8601\": \"2024-01-22T08:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UnitID_internal\": \"USA.CO.80112.RIQMANAGEDPROPERTIES.ENGLEWOOD._V3VENUE.USA.GA.31015.AJOUTERLI.CORDELE.8.WATERELEC.1\",\n            \"UnitID\": \"8\",\n            \"UnitBuilding\": \"Water&Electric\",\n            \"UnitFloor\": \"1\",\n            \"UsageReportDateUTC.ISO8601\": \"2024-01-22T08:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        }\n    ],\n    \"errorProcessing\": false\n}"}],"_postman_id":"8fe04fe5-8a9f-4095-b0da-b1e6b7d8fa82"},{"name":"listVenueRSSIDailyReport","id":"49585426-2332-4007-97a4-28044a99cfd9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"origin","value":"{{SubscriberConsole}}"}],"body":{"mode":"raw","raw":"{\n    \"AccessToken\": \"{{AccessToken}}\",\n    // \"OperatorID\":\"<operatorid>\",\n    \"VenueID\": \"{{VenueID}}\",\n    \"UsageReportStartDateUTC.ISO8601\":\"2024-02-22T12:00:00.000Z\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/operatorconsole/venues/listVenueRSSIDailyReport","description":"<ul>\n<li><p>Use this API to list Wi-Fi signal statistics at a venue.</p>\n</li>\n<li><p>Updated every 24 hours.</p>\n</li>\n</ul>\n","urlObject":{"path":["operatorconsole","venues","listVenueRSSIDailyReport"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"a1a0eb93-d7c8-47db-a559-ae8c7250fcfe","name":"listVenueRSSIDailyReport","originalRequest":{"method":"POST","header":[{"key":"origin","value":"{{SubscriberConsole}}"}],"body":{"mode":"raw","raw":"{\n    \"AccessToken\": \"{{VenueMgmt-AccessToken}}\",\n    \"VenueID\": \"{{VenueID}}\",\n    \"UsageReportStartDateUTC.ISO8601\":\"2024-02-22T12:00:00.000Z\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/operatorconsole/venues/listVenueRSSIDailyReport"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 19 Feb 2024 16:50:45 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"3621"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"9e5a4175-bfb1-40b0-b584-21fb7f964d1c"},{"key":"Access-Control-Allow-Origin","value":"https://dish.wifikey.link"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"script-src 'self';"},{"key":"x-amz-apigw-id","value":"TZIDXH-oIAMEfrg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-65d386e2-02bbf8f939206b6d140d60d6;Parent=68e3f29627cd40f3;Sampled=0;lineage=f6692e16:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"RSSIDistribution\": [\n        {\n            \"rssi\": 1,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 2,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 3,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 4,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 5,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 6,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 7,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 8,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 9,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 10,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 11,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 12,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 13,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 14,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 15,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 16,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 17,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 18,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 19,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 20,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 21,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 22,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 23,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 24,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 25,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 26,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 27,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 28,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 29,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 30,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 31,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 32,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 33,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 34,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 35,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 36,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 37,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 38,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 39,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 40,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 41,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 42,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 43,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 44,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 45,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 46,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 47,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 48,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 49,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 50,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 51,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 52,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 53,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 54,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 55,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 56,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 57,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 58,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 59,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 60,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 61,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 62,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 63,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 64,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 65,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 66,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 67,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 68,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 69,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 70,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 71,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 72,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 73,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 74,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 75,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 76,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 77,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 78,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 79,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 80,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 81,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 82,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 83,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 84,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 85,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 86,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 87,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 88,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 89,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 90,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 91,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 92,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 93,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 94,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 95,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 96,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 97,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 98,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 99,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 100,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 101,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 102,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 103,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 104,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 105,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 106,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 107,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 108,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 109,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 110,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 111,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 112,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 113,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 114,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 115,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 116,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 117,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 118,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 119,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 120,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 121,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 122,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 123,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 124,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 125,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 126,\n            \"connections\": 0\n        },\n        {\n            \"rssi\": 127,\n            \"connections\": 0\n        }\n    ],\n    \"errorProcessing\": false\n}"}],"_postman_id":"49585426-2332-4007-97a4-28044a99cfd9"},{"name":"listVenueUnit6mReport","id":"c2687e74-34a7-4f81-bbbe-f72b3b051ea0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"origin","value":"{{SubscriberConsole}}"}],"body":{"mode":"raw","raw":"{\n    \"AccessToken\": \"{{AccessToken}}\",\n    // \"OperatorID\":\"<operatorid>\",\n    \"VenueID\": \"{{VenueID}}\",\n    \"UnitID_internal\": \"{{UnitID_internal}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/operatorconsole/venues/listVenueUnit6mReport","description":"<ul>\n<li>Use this API to generate 6 month bandwidth graph.</li>\n</ul>\n","urlObject":{"path":["operatorconsole","venues","listVenueUnit6mReport"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"044d0fb1-3ecc-432a-b3bf-819775854708","name":"listVenueUnit6mReport","originalRequest":{"method":"POST","header":[{"key":"origin","value":"{{SubscriberConsole}}"}],"body":{"mode":"raw","raw":"{\n    \"AccessToken\": \"{{VenueMgmt-AccessToken}}\",\n    \"VenueID\": \"{{VenueID}}\",\n    \"UnitID_internal\": \"{{UnitID_internal}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/operatorconsole/venues/listVenueUnit6mReport"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 19 Feb 2024 16:51:02 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"22539"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"be1f3500-5142-4f7f-a228-e49096cb121f"},{"key":"Access-Control-Allow-Origin","value":"https://dish.wifikey.link"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"script-src 'self';"},{"key":"x-amz-apigw-id","value":"TZIF9E4aIAMEhkQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-65d386f2-074b3af565f1b21d2cf56a8a;Parent=42fcd54768be622a;Sampled=0;lineage=67ddd946:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"UsageData\": [\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        },\n        {\n            \"UsageReportDateUTC.ISO8601\": \"2024-02-19T05:00:00.000Z\",\n            \"Acct-Input-Octets\": 0,\n            \"Acct-Output-Octets\": 0,\n            \"Acct-Total-Octets\": 0\n        }\n    ],\n    \"errorProcessing\": false\n}"}],"_postman_id":"c2687e74-34a7-4f81-bbbe-f72b3b051ea0"},{"name":"listLogs","event":[{"listen":"prerequest","script":{"id":"f6c79847-8740-4c34-821a-f6f8a845a290","exec":[""],"type":"text/javascript"}}],"id":"b87bd825-0d66-477b-827b-fdb0263fdc48","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"origin","value":"{{SubscriberConsole}}"}],"body":{"mode":"raw","raw":"{\n    // CONFIG 1 - network opeator staff\n    \"AccessToken\": \"{{AccessToken}}\",\n    // \"OperatorID\":\"<operatorid>\",\n    \"VenueID\": \"{{VenueID}}\"\n    // \"MinViewWindowDateUTC.ISO8601\": \"2023-06-05T00:00:00.000Z\",\n    // \"MaxViewWindowDateUTC.ISO8601\": \"2023-06-06T00:00:00.000Z\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/operatorconsole/venues/listLogs","description":"<ul>\n<li>Use this API to list activity logs for a venue.</li>\n</ul>\n","urlObject":{"path":["operatorconsole","venues","listLogs"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"8f53e7fc-e4b3-45a8-9359-346df3c153bf","name":"listLogs","originalRequest":{"method":"POST","header":[{"key":"origin","value":"{{SubscriberConsole}}"}],"body":{"mode":"raw","raw":"{\n    // CONFIG 1 - network opeator staff\n    \"AccessToken\": \"{{AccessToken}}\",\n    // \"OperatorID\":\"<operatorid>\",\n    \"VenueID\": \"{{VenueID}}\"\n    // \"MinViewWindowDateUTC.ISO8601\": \"2023-06-05T00:00:00.000Z\",\n    // \"MaxViewWindowDateUTC.ISO8601\": \"2023-06-06T00:00:00.000Z\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/operatorconsole/venues/listLogs"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"log\": [\r\n        {\r\n            \"dateAddedUTC.ISO8601\": \"2024-05-03T17:46:02.794Z\",\r\n            \"function_name\": \"addUnit\",\r\n            \"event\": {\r\n                \"message\": \"Unit added: 1605\"\r\n            },\r\n            \"Administrator\": \"Tyler Nesper (tnesper@roamingiq.com)\",\r\n            \"SourceIP\": \"174.51.245.169\",\r\n            \"SourceLocale\": \"en-us\",\r\n            \"AdministratorOS\": \"\",\r\n            \"AdministratorBrowser\": \"PostmanRuntime/7.38.0\",\r\n            \"UnitID_internal\": [\r\n                \"USA.VA.22102.GIGSTREEMDEMOS.MCLEAN._V3VENUE.USA.CO.80211.TYLERTEST.DENVER.205.2.2\"\r\n            ],\r\n            \"VenueID\": \"USA.VA.22102.GIGSTREEMDEMOS.MCLEAN._V3VENUE.USA.CO.80211.TYLERTEST.DENVER\"\r\n        }\r\n    ],\r\n    \"errorProcessing\": false\r\n}"}],"_postman_id":"b87bd825-0d66-477b-827b-fdb0263fdc48"},{"name":"listVenueUnitLogs","event":[{"listen":"prerequest","script":{"id":"f6c79847-8740-4c34-821a-f6f8a845a290","exec":[""],"type":"text/javascript","packages":{}}}],"id":"aced299d-502f-407b-ab13-c22435df3042","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"origin","value":"{{SubscriberConsole}}"}],"body":{"mode":"raw","raw":"{\n    // CONFIG 1 - network opeator staff\n    \"AccessToken\": \"{{AccessToken}}\",\n    // \"OperatorID\":\"<operatorid>\",\n    \"VenueID\": \"{{VenueID}}\",\n    \"UnitID_internal\": \"{{UnitID_internal}}\"\n    // \"MinViewWindowDateUTC.ISO8601\": \"2023-06-05T00:00:00.000Z\",\n    // \"MaxViewWindowDateUTC.ISO8601\": \"2023-06-06T00:00:00.000Z\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/operatorconsole/venues/listVenueUnitLogs","description":"<ul>\n<li>Use this API to list activity logs for a unit.</li>\n</ul>\n","urlObject":{"path":["operatorconsole","venues","listVenueUnitLogs"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"df2eaf65-1d39-4648-9e9c-14be89c9a6f6","name":"listVenueUnitLogs","originalRequest":{"method":"POST","header":[{"key":"origin","value":"{{SubscriberConsole}}"}],"body":{"mode":"raw","raw":"{\n    // CONFIG 1 - network opeator staff\n    \"AccessToken\": \"{{AccessToken}}\",\n    // \"OperatorID\":\"<operatorid>\",\n    \"UnitID_internal\": \"{{UnitID_internal}}\",\n    \"VenueID\": \"{{VenueID}}\"\n    // \"MinViewWindowDateUTC.ISO8601\": \"2023-06-05T00:00:00.000Z\",\n    // \"MaxViewWindowDateUTC.ISO8601\": \"2023-06-06T00:00:00.000Z\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/operatorconsole/venues/listVenueUnitLogs"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"log\": [\r\n        {\r\n            \"dateAddedUTC.ISO8601\": \"2024-05-03T17:46:02.794Z\",\r\n            \"function_name\": \"addUnit\",\r\n            \"event\": {\r\n                \"message\": \"Unit added: 1605\"\r\n            },\r\n            \"Administrator\": \"Tyler Nesper (tnesper@roamingiq.com)\",\r\n            \"SourceIP\": \"174.51.245.169\",\r\n            \"SourceLocale\": \"en-us\",\r\n            \"AdministratorOS\": \"\",\r\n            \"AdministratorBrowser\": \"PostmanRuntime/7.38.0\",\r\n            \"UnitID_internal\": [\r\n                \"USA.VA.22102.GIGSTREEMDEMOS.MCLEAN._V3VENUE.USA.CO.80211.TYLERTEST.DENVER.205.2.2\"\r\n            ],\r\n            \"VenueID\": \"USA.VA.22102.GIGSTREEMDEMOS.MCLEAN._V3VENUE.USA.CO.80211.TYLERTEST.DENVER\"\r\n        }\r\n    ],\r\n    \"errorProcessing\": false\r\n}"}],"_postman_id":"aced299d-502f-407b-ab13-c22435df3042"}],"id":"cd9f0c5c-3f19-4a5f-990d-485a9258fa35","_postman_id":"cd9f0c5c-3f19-4a5f-990d-485a9258fa35","description":""},{"name":"deviceauthenticator","item":[{"name":"CambiumPSK","id":"b92692e5-c1d9-47ec-b455-02a3864d8701","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{{x-api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"CAMBIUM-ePSK-Anonce\": \"0x41b7b8ab89392550f26a6e5c16921344c3d5c583f9745e9296603d7cb1e833ae\",\n  \"CAMBIUM-ePSK-M2\": \"0x0103007502010a00000000000000000001f9397d60e4f127c129a032f471e911c846eb559b2f9bbeaf942afb491ba81bc600000000000000000000000000000000000000000000000000000000000000004c09001970ef5bbab2ec8814a4c1ad49001630140100000fac040100000fac040100000fac020000\",\n  \"CAMBIUM-ePSK-BSSID\": \"0x1c7bd942f1c5\",\n  \"CAMBIUM-ePSK-SSID\": \"JCTEST\",\n  \"NAS-Identifier\": \"USA.CA.91320.JCTESTVE.THOUSANDO\",\n  \"Calling-Station-Id\": \"64cef4706b4f\",\n  \"Called-Station-ID\": \"1c7bd942f1c5\",\n  \"CAMBIUM-ePSK-AP-MAC\": \"1c7bd942f1c5\",\n  \"PSK\": \"dgqnjyhy.ParonymQatari\",\n  \"SSID\": \"JCTEST\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/deviceauthenticator/CambiumPSK","description":"<p>Use this API to authenticate using Cambium wireless infrastructure.</p>\n","urlObject":{"path":["deviceauthenticator","CambiumPSK"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b92692e5-c1d9-47ec-b455-02a3864d8701"},{"name":"RuckusDPSK","id":"1ab444e4-6917-49be-8b92-b6f44dd0b0c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{{x-api-key}}","type":"text"}],"body":{"mode":"raw","raw":"// {\n//     \"Ruckus-BSSID\": \"0x8e5ae7dc279e\",\n//     \"Ruckus-SSID\": \"VAULT\",\n//     \"NAS-Identifier\": \"USA.CA.93021.GJTESTVE.MOORPARK\",\n//     \"Calling-Station-Id\": \"3b3fe5c588e3\",\n//     \"Called-Station-ID\": \"8e5ae7dc279e\",\n//     \"Attr-26.25053.153\": \"0x0106000fac020203040322c42581cd08c91c943b33706d0972c7fe42d8f59c4390bf662ce0bbb5f9b8f147047b0103007502010a00000000000000000001ec762f61f2df86583bf6cfe6b857cbba9f2ef5cc60d5cc722767673527fa98c70000000000000000000000000000000000000000000000000000000000000000fc63a2fe92ccb34d8050ba29ec6d218c001630140100000fac040100000fac040100000fac020000\",\n//     \"PSK\": \"apxgbccx.PechtRadoubs\",\n//     \"SSID\": \"VAULT\"\n// }\n","options":{"raw":{"language":"json"}}},"url":"{{url}}/deviceauthenticator/RuckusDPSK","description":"<p>Use this API to authenticate using Ruckus wireless infrastructure.</p>\n","urlObject":{"path":["deviceauthenticator","RuckusDPSK"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1ab444e4-6917-49be-8b92-b6f44dd0b0c9"},{"name":"RoamingIQPSK","id":"7ce05f28-0d2b-40c2-9276-75258a33dc8c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{{x-api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"RoamingIQ-ePSK-Anonce\": \"0xc85afbd2230abef7da64b374c3c5d79f5e4dbe92b2f9ec16b310ac666f58ea3b\",\n    \"RoamingIQ-ePSK-EAPOL\": \"0x0103007502010a00000000000000000001dff72e8a70b0fbe2885aa1d741da051a956e7e813ae942472e7e21389edb6f4e00000000000000000000000000000000000000000000000000000000000000002760585e54a8c82571f5f1e803aac4e2001630140100000fac040100000fac040100000fac020000\",\n    \"RoamingIQ-ePSK-BSSID\": \"0x3841085b3048\",\n    \"RoamingIQ-ePSK-SSID\": \"VAULT\",\n    \"Calling-Station-Id\": \"a95903b254d3\",\n    \"Called-Station-ID\": \"3841085b3048\",\n    \"RoamingIQ-ePSK-AP-MAC\": \"0x3841085b3048\",\n    \"NAS-Identifier\": \"USA.CA.91320.JCTESTVE.THOUSANDO\",\n    \"PSK\": \"xvrrfqyr.PassatoQuery\",\n    \"SSID\": \"VAULT\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/deviceauthenticator/RoamingIQPSK","description":"<p>Use this API to authenticate using Roaming's generic interface.</p>\n","urlObject":{"path":["deviceauthenticator","RoamingIQPSK"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7ce05f28-0d2b-40c2-9276-75258a33dc8c"},{"name":"wpa2e","id":"a1dfc97f-c8fd-4649-8c19-1a2c51080d4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{{x-api-key}}"}],"body":{"mode":"raw","raw":"{\n    \"Calling-Station-Id\": \"a95903b2542\",\n    \"Called-Station-ID\": \"3841085b3048\",\n    \"NAS-Identifier\": \"USA.CA.90001.TEST-VENUE-176671546.LOSANGELE\",\n    \"User-Name\": \"gjain+sub1@riqo1.net\",\n    \"User-Password\": \"y.EahjFngd\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/deviceauthenticator/wpa2e","description":"<p>Use this API to authenticate using Roaming's generic interface.</p>\n","urlObject":{"path":["deviceauthenticator","wpa2e"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a1dfc97f-c8fd-4649-8c19-1a2c51080d4a"},{"name":"PSKTester","id":"192be9fd-dd3b-4f7a-bc5a-3445447decbe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{{x-api-key}}"}],"body":{"mode":"raw","raw":"{\n    \"Calling-Station-Id\": \"a95903b254d4\",\n    \"Called-Station-ID\": \"3841085b3048\",\n    \"NAS-Identifier\": \"USA.CA.96162.VENUE_4775.STPETERS\",\n    \"psk\": \"u.XisCay\",\n    \"ssid\": \"DEVGJ01\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/deviceauthenticator/PSKTester","description":"<p>Use this API to authenticate using Roaming's generic interface.</p>\n","urlObject":{"path":["deviceauthenticator","PSKTester"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"192be9fd-dd3b-4f7a-bc5a-3445447decbe"}],"id":"e13213e4-996a-45f8-a86b-3a293dfe3f8e","_postman_id":"e13213e4-996a-45f8-a86b-3a293dfe3f8e","description":""},{"name":"sessionaccounting","item":[{"name":"Generic","id":"7edec56d-4e1e-48fa-893c-3958ad709d46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{{x-api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"Calling-Station-Id\": \"e4b726086514\",\n    \"Called-Station-Id\": \"ce3253461f67\",\n    \"NAS-Identifier\": \"USA.CA.90001.TEST-VENUE-176764710.LOSANGELE\",\n    \"Acct-Session-Id\" : 1782446655,\n    // \"Event-Timestamp\": \"2026-01-01\",\n    \"Ruckus-Sta-RSSI\": 50,\n    // \"Acct-Status-Type\" : \"Accounting-On\",\n    // \"Acct-Status-Type\" : \"Accounting-Off\",\n    \"Acct-Status-Type\" : \"Interim-Update\",\n    // \"Acct-Status-Type\" : \"Stop\",\n    \"Acct-Session-Time\": 300,\n    // \"Acct-Input-Gigawords\": 100,\n    // \"Acct-Output-Gigawords\": 100,\n    \"Acct-Input-Octets\": 1000,\n    \"Acct-Output-Octets\": 1000\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/sessionaccounting/Generic","description":"<ul>\n<li>Use this API to redirect RADIUS accounting packets to VAULT.<ul>\n<li>used to generate bandwidth graphs</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["sessionaccounting","Generic"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7edec56d-4e1e-48fa-893c-3958ad709d46"}],"id":"7412f7e3-23db-420d-9da9-d2c6563bdbb4","_postman_id":"7412f7e3-23db-420d-9da9-d2c6563bdbb4","description":""},{"name":"underthehood","item":[{"name":"RuckusAttr153Generator","id":"70a35500-ef7c-47b4-9192-68edaf7d1ec4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"origin","value":"{{SubscriberConsole}}"}],"body":{"mode":"raw","raw":"{\n    // \"AccessToken\": \"{{NSPAdmin-AccessToken}}\",\n    \"AccessToken\": \"{{AccessToken}}\",\n    \"NAS-Identifier\" : \"aaa\",\n    \"psk\": \"aaa\",\n    \"ssid\": \"aaa\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/operatorconsole/underthehood/RuckusAttr153Generator","description":"<p>Use this API to generate packet for Ruckus authenticator</p>\n","urlObject":{"path":["operatorconsole","underthehood","RuckusAttr153Generator"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"70a35500-ef7c-47b4-9192-68edaf7d1ec4"},{"name":"CambiumePSKGenerator","id":"0fdd3ea9-6a33-48d5-bdf1-92785fc79c85","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"origin","value":"{{SubscriberConsole}}"}],"body":{"mode":"raw","raw":"{\n    // \"AccessToken\": \"{{NSPAdmin-AccessToken}}\",\n    \"AccessToken\": \"{{AccessToken}}\",\n    \"NAS-Identifier\" : \"aaa\",\n    \"psk\": \"aaa\",\n    \"ssid\": \"aaa\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/operatorconsole/underthehood/CambiumePSKGenerator","description":"<p>Use this API to generate packet for Cambium authenticator</p>\n","urlObject":{"path":["operatorconsole","underthehood","CambiumePSKGenerator"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0fdd3ea9-6a33-48d5-bdf1-92785fc79c85"},{"name":"RiQiPSKGenerator","id":"70692cce-fc0a-4113-91a1-02612bd0f864","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"origin","value":"{{SubscriberConsole}}"}],"body":{"mode":"raw","raw":"{\n    \"AccessToken\": \"{{AccessToken}}\",\n    \"NAS-Identifier\": \"USA.CA.90001.TEST-VENUE-176832006.LOSANGELE\",\n    \"psk\": \"zPgfgzxc635\",\n    \"ssid\": \"DEVGJ02\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/operatorconsole/underthehood/RiQiPSKGenerator","description":"<p>Use this API to generate packet for RiQ authenticator</p>\n","urlObject":{"path":["operatorconsole","underthehood","RiQiPSKGenerator"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"70692cce-fc0a-4113-91a1-02612bd0f864"},{"name":"RiQiFTPSKGenerator","id":"e6f7f465-9708-46b9-a35d-672701dbc579","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"origin","value":"{{SubscriberConsole}}"}],"body":{"mode":"raw","raw":"{\n    \"AccessToken\": \"{{AccessToken}}\",\n    \"NAS-Identifier\": \"USA.CA.90001.TEST-VENUE-176832006.LOSANGELE\",\n    \"psk\": \"zPgfgzxc635\",\n    \"ssid\": \"DEVGJ02\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/operatorconsole/underthehood/RiQiFTPSKGenerator","description":"<p>Use this API to generate packet for RiQ 802.11r-FT authenticator (for Shasta)</p>\n","urlObject":{"path":["operatorconsole","underthehood","RiQiFTPSKGenerator"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e6f7f465-9708-46b9-a35d-672701dbc579"},{"name":"getCachedItem","id":"b5f7db7d-1357-44b7-9af4-3ceb9b470ae4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"origin","value":"{{SubscriberConsole}}"}],"body":{"mode":"raw","raw":"{\n    // \"AccessToken\": \"{{NSPAdmin-AccessToken}}\",\n    \"AccessToken\": \"{{AccessToken}}\",\n    \"Item\": \"operatorlist\"\n    // \"Item\": \"pmglist\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/operatorconsole/underthehood/getCachedItem","description":"<p>Use this API to view an item in cache</p>\n","urlObject":{"path":["operatorconsole","underthehood","getCachedItem"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b5f7db7d-1357-44b7-9af4-3ceb9b470ae4"},{"name":"redeployOperator","id":"ae78c26a-3802-4414-b6ca-412afdf9c48b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"origin","value":"{{SubscriberConsole}}"}],"body":{"mode":"raw","raw":"{\n    \"AccessToken\": \"{{AccessToken}}\",\n    // \"InvalidateDistribution\": true,\n    //SubDomains variable is only available for software providers\n    // \"SubDomains\": [\"tplink\",\"granitecs\",\"roomnet\"]\n    // \"SubDomains\": [\"roamingiq-demo\",\"roamingiq-demo1\",\"roamingiq-demo2\",\"roamingiq-demo3\"]\n    // \"OperatorID\":\"\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/operatorconsole/underthehood/redeployOperator","description":"<p>Use this API to redeploy operator to new code branch</p>\n","urlObject":{"path":["operatorconsole","underthehood","redeployOperator"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ae78c26a-3802-4414-b6ca-412afdf9c48b"},{"name":"deleteOperator","id":"b794957f-901c-4719-aef1-375bb26cdf1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"origin","value":"{{SubscriberConsole}}"}],"body":{"mode":"raw","raw":"{\n    \"AccessToken\": \"{{AccessToken}}\",\n    \"SubDomain\":\"devgj01\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/operatorconsole/underthehood/deleteOperator","description":"<p>Use this API to delete operator</p>\n","urlObject":{"path":["operatorconsole","underthehood","deleteOperator"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b794957f-901c-4719-aef1-375bb26cdf1e"},{"name":"refreshCache","id":"4c0c833b-c62b-4b05-b978-1c197a9fcb1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"origin","value":"{{SubscriberConsole}}"}],"body":{"mode":"raw","raw":"{\n    // \"AccessToken\": \"{{NSPAdmin-AccessToken}}\"\n    \"AccessToken\": \"{{AccessToken}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/operatorconsole/underthehood/refreshCache","description":"<p>Use this API to close subscriber's account. Subscriber will not be able to re-authenticate to Wi-Fi.</p>\n","urlObject":{"path":["operatorconsole","underthehood","refreshCache"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4c0c833b-c62b-4b05-b978-1c197a9fcb1c"}],"id":"9db570e3-5882-40a1-b527-40014fe5001a","_postman_id":"9db570e3-5882-40a1-b527-40014fe5001a","description":""},{"name":"reports","item":[{"name":"listAuthCounters","id":"eba31f52-d03a-461d-a7c6-4caad388e966","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"origin","value":"{{SubscriberConsole}}"}],"body":{"mode":"raw","raw":"{\n    \"AccessToken\": \"{{AccessToken}}\",\n    \"Authenticators\":[\"PSK Tester\"]\n    // \"OperatorID\":\"<operatorid>\",\n    // \"VenueID\": \"{{VenueID}}\",\n    // \"UsageReportStartDateUTC.ISO8601\":\"2024-01-22T12:00:00.000Z\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/operatorconsole/reports/listAuthCounters","description":"<ul>\n<li><p>Use this API to view daily usage report at a venue.</p>\n</li>\n<li><p>Updated every 24 hours.</p>\n</li>\n</ul>\n","urlObject":{"path":["operatorconsole","reports","listAuthCounters"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"f469ddfb-0ccb-484f-bb27-5ad6999ceda0","name":"listAuthCounters","originalRequest":{"method":"POST","header":[{"key":"origin","value":"{{SubscriberConsole}}"}],"body":{"mode":"raw","raw":"{\n    \"AccessToken\": \"{{AccessToken}}\",\n    // \"Authenticators\":[\"PSK Tester\"]\n    \"Authenticators\":[\"RoamingIQ\"]\n    // \"OperatorID\":\"<operatorid>\",\n    // \"VenueID\": \"{{VenueID}}\",\n    // \"UsageReportStartDateUTC.ISO8601\":\"2024-01-22T12:00:00.000Z\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/operatorconsole/reports/listAuthCounters"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 02 Jul 2025 22:22:15 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"209275"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"8fa8e081-724c-4462-a8fc-7f6799097362"},{"key":"access-control-allow-origin","value":"https://devgj01.wifikey.link"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"content-security-policy","value":"script-src 'self';"},{"key":"x-amz-apigw-id","value":"NGibcGQ7IAMFZ6Q="},{"key":"X-Amzn-Trace-Id","value":"Root=1-6865b115-540f450572d851a63d76a739;Parent=243fcc6208c052f2;Sampled=0;Lineage=1:2a3528ab:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"\",\n    \"AuthReport\": [\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T22:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T22:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T22:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 5\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T22:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T22:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T22:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T22:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T22:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T22:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T21:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T21:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T21:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T21:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T21:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T21:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T21:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T21:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T21:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T20:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T20:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T20:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T20:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T20:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T20:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T20:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T20:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T20:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T19:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T19:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T19:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T19:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T19:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T19:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T19:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T19:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T19:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T18:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T18:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T18:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T18:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T18:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T18:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T18:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T18:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T18:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T17:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T17:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T17:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T17:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T17:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T17:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T17:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T17:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T17:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T16:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T16:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T16:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T16:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T16:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T16:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T16:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T16:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T16:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T15:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T15:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T15:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T15:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T15:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T15:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T15:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T15:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T15:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T14:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T14:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T14:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T14:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T14:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T14:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T14:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T14:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T14:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T13:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T13:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T13:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T13:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T13:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T13:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T13:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T13:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T13:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T12:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T12:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T12:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T12:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T12:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T12:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T12:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T12:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T12:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T11:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T11:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T11:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T11:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T11:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T11:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T11:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T11:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T11:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T10:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T10:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T10:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T10:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T10:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T10:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T10:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T10:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T10:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T09:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T09:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T09:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T09:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T09:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T09:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T09:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T09:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T09:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T08:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T08:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T08:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T08:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T08:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T08:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T08:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T08:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T08:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T07:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T07:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T07:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T07:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T07:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T07:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T07:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T07:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T07:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T06:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T06:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T06:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T06:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T06:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T06:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T06:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T06:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T06:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T05:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T05:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T05:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T05:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T05:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T05:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T05:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T05:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T05:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T04:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T04:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T04:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T04:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T04:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T04:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T04:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T04:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T04:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T03:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T03:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T03:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T03:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T03:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T03:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T03:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T03:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T03:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T02:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T02:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T02:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T02:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T02:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T02:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T02:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T02:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T02:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T01:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T01:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T01:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T01:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T01:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T01:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T01:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T01:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T01:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T00:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T00:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T00:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 5\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T00:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T00:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T00:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T00:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T00:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-02T00:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T23:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T23:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T23:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T23:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T23:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T23:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T23:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T23:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T23:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T22:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T22:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T22:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T22:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T22:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T22:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T22:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T22:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T22:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T21:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T21:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T21:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T21:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T21:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T21:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T21:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T21:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T21:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T20:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T20:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T20:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T20:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T20:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T20:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T20:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T20:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T20:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T19:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T19:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T19:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T19:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T19:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T19:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T19:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T19:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T19:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T18:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T18:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T18:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T18:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T18:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T18:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T18:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T18:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T18:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T17:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T17:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T17:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T17:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T17:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T17:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T17:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T17:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T17:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T16:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T16:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T16:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T16:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T16:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T16:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T16:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T16:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T16:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T15:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T15:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T15:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T15:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T15:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T15:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T15:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T15:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T15:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T14:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T14:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T14:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T14:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T14:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T14:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T14:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T14:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T14:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T13:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T13:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T13:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T13:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T13:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T13:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T13:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T13:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T13:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T12:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T12:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T12:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T12:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T12:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T12:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T12:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T12:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T12:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T11:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T11:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T11:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T11:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T11:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T11:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T11:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T11:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T11:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T10:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T10:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T10:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T10:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T10:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T10:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T10:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T10:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T10:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T09:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T09:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T09:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T09:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T09:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T09:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T09:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T09:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T09:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T08:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T08:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T08:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T08:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T08:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T08:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T08:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T08:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T08:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T07:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T07:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T07:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T07:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T07:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T07:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T07:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T07:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T07:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T06:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T06:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T06:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T06:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T06:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T06:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T06:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T06:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T06:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T05:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T05:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T05:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T05:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T05:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T05:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T05:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T05:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T05:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T04:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T04:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T04:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T04:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T04:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T04:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T04:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T04:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T04:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T03:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T03:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T03:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T03:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T03:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T03:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T03:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T03:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T03:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T02:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T02:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T02:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T02:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T02:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T02:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T02:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T02:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T02:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T01:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T01:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T01:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T01:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T01:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T01:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T01:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T01:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T01:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T00:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T00:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T00:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T00:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T00:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T00:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T00:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T00:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-07-01T00:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T23:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T23:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T23:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T23:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T23:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T23:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T23:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T23:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T23:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T22:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T22:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T22:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T22:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T22:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T22:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T22:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T22:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T22:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T21:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T21:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T21:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T21:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T21:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T21:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T21:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T21:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T21:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T20:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T20:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T20:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T20:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T20:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T20:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T20:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T20:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T20:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T19:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T19:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T19:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T19:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T19:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T19:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T19:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T19:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T19:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T18:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T18:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T18:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T18:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T18:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T18:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T18:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T18:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T18:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T17:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T17:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T17:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T17:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T17:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T17:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T17:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T17:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T17:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T16:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T16:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T16:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T16:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T16:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T16:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T16:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T16:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T16:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T15:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T15:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T15:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T15:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T15:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T15:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T15:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T15:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T15:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T14:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T14:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T14:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T14:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T14:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T14:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T14:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T14:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T14:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T13:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T13:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T13:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T13:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T13:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T13:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T13:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T13:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T13:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T12:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T12:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T12:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T12:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T12:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T12:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T12:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T12:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T12:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T11:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T11:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T11:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T11:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T11:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T11:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T11:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T11:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T11:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T10:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T10:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T10:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T10:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T10:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T10:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T10:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T10:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T10:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T09:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T09:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T09:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T09:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T09:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T09:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T09:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T09:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T09:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T08:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T08:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T08:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T08:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T08:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T08:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T08:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T08:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T08:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T07:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T07:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T07:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T07:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T07:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T07:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T07:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T07:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T07:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T06:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T06:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T06:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T06:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T06:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T06:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T06:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T06:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T06:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T05:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T05:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T05:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T05:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T05:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T05:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T05:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T05:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T05:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T04:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T04:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T04:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T04:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T04:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T04:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T04:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T04:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T04:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T03:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T03:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T03:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T03:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T03:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T03:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T03:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T03:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T03:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T02:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T02:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T02:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T02:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T02:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T02:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T02:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T02:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T02:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T01:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T01:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T01:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T01:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T01:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T01:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T01:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T01:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T01:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T00:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T00:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T00:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T00:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T00:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T00:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T00:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T00:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-30T00:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T23:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T23:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T23:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T23:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T23:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T23:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T23:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T23:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T23:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T22:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T22:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T22:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T22:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T22:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T22:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T22:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T22:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T22:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T21:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T21:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T21:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T21:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T21:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T21:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T21:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T21:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T21:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T20:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T20:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T20:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T20:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T20:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T20:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T20:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T20:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T20:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T19:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T19:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T19:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T19:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T19:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T19:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T19:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T19:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T19:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T18:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T18:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T18:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T18:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T18:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T18:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T18:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T18:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T18:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T17:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T17:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T17:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T17:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T17:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T17:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T17:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T17:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T17:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T16:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T16:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T16:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T16:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T16:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T16:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T16:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T16:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T16:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T15:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T15:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T15:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T15:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T15:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T15:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T15:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T15:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T15:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T14:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T14:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T14:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T14:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T14:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T14:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T14:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T14:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T14:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T13:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T13:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T13:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T13:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T13:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T13:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T13:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T13:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T13:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T12:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T12:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T12:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T12:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T12:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T12:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T12:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T12:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T12:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T11:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T11:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T11:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T11:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T11:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T11:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T11:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T11:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T11:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T10:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T10:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T10:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T10:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T10:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T10:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T10:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T10:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T10:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T09:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T09:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T09:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T09:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T09:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T09:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T09:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T09:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T09:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T08:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T08:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T08:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T08:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T08:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T08:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T08:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T08:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T08:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T07:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T07:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T07:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T07:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T07:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T07:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T07:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T07:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T07:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T06:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T06:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T06:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T06:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T06:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T06:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T06:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T06:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T06:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T05:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T05:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T05:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T05:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T05:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T05:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T05:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T05:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T05:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T04:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T04:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T04:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T04:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T04:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T04:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T04:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T04:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T04:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T03:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T03:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T03:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T03:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T03:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T03:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T03:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T03:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T03:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T02:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T02:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T02:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T02:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T02:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T02:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T02:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T02:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T02:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T01:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T01:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T01:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T01:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T01:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T01:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T01:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T01:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T01:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T00:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T00:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T00:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T00:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T00:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T00:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T00:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T00:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-29T00:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T23:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T23:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T23:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T23:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T23:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T23:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T23:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T23:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T23:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T22:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T22:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T22:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T22:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T22:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T22:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T22:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T22:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T22:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T21:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T21:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T21:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T21:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T21:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T21:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T21:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T21:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T21:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T20:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T20:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T20:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T20:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T20:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T20:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T20:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T20:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T20:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T19:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T19:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T19:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T19:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T19:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T19:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T19:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T19:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T19:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T18:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T18:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T18:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T18:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T18:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T18:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T18:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T18:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T18:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T17:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T17:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T17:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T17:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T17:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T17:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T17:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T17:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T17:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T16:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T16:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T16:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T16:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T16:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T16:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T16:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T16:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T16:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T15:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T15:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T15:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T15:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T15:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T15:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T15:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T15:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T15:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T14:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T14:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T14:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T14:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T14:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T14:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T14:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T14:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T14:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T13:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T13:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T13:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T13:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T13:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T13:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T13:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T13:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T13:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T12:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T12:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T12:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T12:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T12:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T12:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T12:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T12:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T12:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T11:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T11:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T11:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T11:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T11:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T11:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T11:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T11:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T11:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T10:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T10:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T10:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T10:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T10:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T10:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T10:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T10:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T10:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T09:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T09:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T09:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T09:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T09:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T09:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T09:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T09:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T09:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T08:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T08:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T08:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T08:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T08:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T08:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T08:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T08:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T08:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T07:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T07:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T07:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T07:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T07:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T07:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T07:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T07:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T07:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T06:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T06:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T06:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T06:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T06:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T06:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T06:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T06:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T06:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T05:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T05:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T05:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T05:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T05:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T05:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T05:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T05:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T05:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T04:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T04:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T04:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T04:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T04:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T04:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T04:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T04:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T04:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T03:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T03:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T03:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T03:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T03:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T03:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T03:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T03:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T03:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T02:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T02:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T02:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T02:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T02:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T02:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T02:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T02:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T02:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T01:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T01:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T01:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T01:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T01:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T01:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T01:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T01:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T01:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T00:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T00:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T00:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T00:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T00:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T00:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T00:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T00:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-28T00:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T23:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T23:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T23:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T23:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T23:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T23:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T23:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T23:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T23:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T22:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T22:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T22:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T22:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T22:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T22:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T22:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T22:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T22:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T21:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T21:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T21:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T21:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T21:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T21:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T21:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T21:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T21:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T20:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T20:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T20:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T20:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T20:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T20:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T20:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T20:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T20:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T19:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T19:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T19:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T19:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T19:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T19:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T19:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T19:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T19:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T18:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T18:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T18:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T18:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T18:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T18:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T18:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T18:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T18:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T17:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T17:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T17:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T17:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T17:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T17:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T17:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T17:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T17:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T16:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T16:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T16:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T16:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T16:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T16:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T16:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T16:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T16:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T15:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T15:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T15:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T15:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T15:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T15:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T15:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T15:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T15:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T14:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T14:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T14:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T14:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T14:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T14:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T14:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T14:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T14:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T13:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T13:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T13:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T13:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T13:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T13:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T13:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T13:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T13:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T12:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T12:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T12:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T12:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T12:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T12:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T12:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T12:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T12:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T11:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T11:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T11:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T11:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T11:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T11:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T11:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T11:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T11:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T10:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T10:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T10:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T10:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T10:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T10:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T10:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T10:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T10:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T09:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T09:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T09:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T09:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T09:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T09:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T09:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T09:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T09:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T08:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T08:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T08:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T08:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T08:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T08:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T08:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T08:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T08:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T07:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T07:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T07:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T07:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T07:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T07:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T07:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T07:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T07:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T06:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T06:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T06:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T06:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T06:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T06:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T06:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T06:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T06:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T05:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T05:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T05:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T05:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T05:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T05:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T05:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T05:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T05:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T04:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T04:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T04:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T04:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T04:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T04:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T04:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T04:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T04:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T03:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T03:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T03:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T03:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T03:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T03:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T03:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T03:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T03:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T02:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T02:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T02:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T02:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T02:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T02:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T02:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T02:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T02:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T01:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T01:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T01:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T01:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T01:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T01:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T01:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T01:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T01:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T00:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T00:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T00:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T00:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T00:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T00:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T00:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T00:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-27T00:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T23:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T23:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T23:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T23:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T23:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T23:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T23:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T23:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T23:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T22:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T22:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T22:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T22:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T22:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T22:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T22:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T22:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T22:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T21:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T21:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T21:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T21:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T21:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T21:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T21:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T21:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T21:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T20:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T20:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T20:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T20:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T20:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T20:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T20:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T20:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T20:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T19:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T19:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T19:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T19:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T19:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T19:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T19:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T19:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T19:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T18:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T18:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T18:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T18:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T18:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T18:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T18:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T18:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T18:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T17:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T17:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T17:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T17:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T17:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T17:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T17:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T17:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T17:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T16:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T16:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T16:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T16:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T16:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T16:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T16:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T16:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T16:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T15:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T15:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T15:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T15:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T15:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T15:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T15:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T15:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T15:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T14:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T14:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T14:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T14:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T14:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T14:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T14:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T14:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T14:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T13:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T13:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T13:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T13:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T13:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T13:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T13:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T13:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T13:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T12:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T12:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T12:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T12:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T12:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T12:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T12:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T12:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T12:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T11:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T11:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T11:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T11:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T11:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T11:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T11:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T11:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T11:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T10:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T10:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T10:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T10:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T10:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T10:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T10:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T10:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T10:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T09:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T09:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T09:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T09:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T09:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T09:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T09:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T09:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T09:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T08:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T08:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T08:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T08:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T08:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T08:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T08:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T08:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T08:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T07:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T07:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T07:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T07:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T07:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T07:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T07:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T07:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T07:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T06:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T06:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T06:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T06:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T06:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T06:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T06:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T06:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T06:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T05:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T05:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T05:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T05:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T05:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T05:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T05:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T05:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T05:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T04:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T04:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T04:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T04:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T04:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T04:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T04:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T04:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T04:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T03:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T03:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T03:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T03:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T03:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T03:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T03:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T03:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T03:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T02:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T02:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T02:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T02:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T02:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T02:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T02:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T02:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T02:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T01:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T01:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T01:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T01:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T01:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T01:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T01:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T01:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T01:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T00:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T00:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T00:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T00:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T00:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T00:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T00:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T00:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-26T00:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-25T23:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-25T23:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-25T23:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-25T23:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-25T23:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-25T23:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-25T23:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-25T23:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-25T23:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-25T22:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"ACCEPT\",\n            \"Reason\": \"\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-25T22:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Policy\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-25T22:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Key\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-25T22:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No VLAN\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-25T22:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"No Unit\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-25T22:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber not found\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-25T22:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Subscriber accout closed\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-25T22:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Device count exceeded\",\n            \"Count\": 0\n        },\n        {\n            \"AuthReportDateUTC.ISO8601\": \"2025-06-25T22:00:00.000Z\",\n            \"Authenticator\": \"RoamingIQ\",\n            \"Event\": \"REJECT\",\n            \"Reason\": \"Online device Count exceeded\",\n            \"Count\": 0\n        }\n    ],\n    \"errorProcessing\": false\n}"}],"_postman_id":"eba31f52-d03a-461d-a7c6-4caad388e966"}],"id":"303369f4-434e-45f7-8045-b36c0e7f2738","_postman_id":"303369f4-434e-45f7-8045-b36c0e7f2738","description":""},{"name":"listOperators","id":"0c908982-1243-49e1-bc72-5fe828813f15","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"origin","value":"{{SubscriberConsole}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"AccessToken\": \"{{AccessToken}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/operatorconsole/listOperators","description":"<ul>\n<li><p>Use this API to add new operator</p>\n</li>\n<li><p>Special ops only.</p>\n</li>\n</ul>\n","urlObject":{"path":["operatorconsole","listOperators"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0c908982-1243-49e1-bc72-5fe828813f15"},{"name":"listLogs","event":[{"listen":"test","script":{"id":"c85944f6-d924-4bd4-afcf-ebe99570692d","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"07308cf9-6dc9-4462-83e5-5f560342050f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"origin","value":"{{SubscriberConsole}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"AccessToken\": \"{{AccessToken}}\",\n    // \"OperatorID\":\"<operatorid>\",\n    \"MinViewWindowDateUTC.ISO8601\": \"2024-05-10T00:00:00.000Z\",\n    \"MaxViewWindowDateUTC.ISO8601\": \"2024-05-11T00:00:00.000Z\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/operatorconsole/listLogs","description":"<ul>\n<li>Use this API to list logs for a operator.</li>\n</ul>\n","urlObject":{"path":["operatorconsole","listLogs"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"453188a0-edc8-44f7-8f79-246ece18508f","name":"listLogs","originalRequest":{"method":"POST","header":[{"key":"origin","value":"{{SubscriberConsole}}"}],"body":{"mode":"raw","raw":"{\n    \"AccessToken\": \"{{AccessToken}}\"\n    // \"OperatorID\":\"<operatorid>\",\n    // \"MinViewWindowDateUTC.ISO8601\": \"2023-06-05T00:00:00.000Z\",\n    // \"MaxViewWindowDateUTC.ISO8601\": \"2023-06-06T00:00:00.000Z\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/operatorconsole/config/listLogs"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"log\": [\r\n        {\r\n            \"dateAddedUTC.ISO8601\": \"2024-05-03T16:45:22.702Z\",\r\n            \"function_name\": \"/operatorconsole/config/addDisplayOptions\",\r\n            \"event\": {\r\n                \"message\": \"Updating displayoption USA.MA.02081.ROAMINGIQ.WALPOLE._V3DISPLAY_.default. Updated DisplayConfiguration.Support.SupportEmailAddress  = support@roamingiq.com. Updated DisplayConfiguration.Support.SupportPhoneNumber  = +17742157700. \"\r\n            },\r\n            \"Administrator\": \"Gaurav Jain (gjain@blueportwireless.com)\",\r\n            \"SourceIP\": \"98.97.176.98\",\r\n            \"SourceLocale\": \"en-us\",\r\n            \"AdministratorOS\": \"\",\r\n            \"AdministratorBrowser\": \"PostmanRuntime/7.38.0\",\r\n            \"UnitID_internal\": \"\",\r\n            \"VenueID\": \"\"\r\n        },\r\n        {\r\n            \"dateAddedUTC.ISO8601\": \"2024-05-03T16:10:32.220Z\",\r\n            \"function_name\": \"/operatorconsole/config/addDisplayOptions\",\r\n            \"event\": {\r\n                \"message\": \"Updating displayoption USA.MA.02081.ROAMINGIQ.WALPOLE._V3DISPLAY_.default. Updated DisplayConfiguration.Support.SupportEmailAddress  = support@dish.wifikey.link. Updated DisplayConfiguration.Support.SupportPhoneNumber  = +14042298114. \"\r\n            },\r\n            \"Administrator\": \"Gaurav Jain (gjain@blueportwireless.com)\",\r\n            \"SourceIP\": \"98.97.176.98\",\r\n            \"SourceLocale\": \"en-us\",\r\n            \"AdministratorOS\": \"\",\r\n            \"AdministratorBrowser\": \"PostmanRuntime/7.38.0\",\r\n            \"UnitID_internal\": \"\",\r\n            \"VenueID\": \"\"\r\n        },\r\n        {\r\n            \"dateAddedUTC.ISO8601\": \"2024-05-03T16:29:13.975Z\",\r\n            \"function_name\": \"/operatorconsole/config/addDisplayOptions\",\r\n            \"event\": {\r\n                \"message\": \"Updating displayoption USA.MA.02081.ROAMINGIQ.WALPOLE._V3DISPLAY_.default. Updated DisplayConfiguration.ThemeLight.NavbarColorHex  = #eeeeee. Updated DisplayConfiguration.ThemeLight.ModalColorHex  = #FFFFFF. Updated DisplayConfiguration.ThemeLight.InputBoxColorHex  = #FFFFFF. Updated DisplayConfiguration.ThemeDark.NavbarColorHex  = #eeeeee. Updated DisplayConfiguration.ThemeDark.ModalColorHex  = #000000. Updated DisplayConfiguration.ThemeDark.InputBoxColorHex  = #000000. \"\r\n            },\r\n            \"Administrator\": \"Gaurav Jain (gjain@blueportwireless.com)\",\r\n            \"SourceIP\": \"98.97.176.98\",\r\n            \"SourceLocale\": \"en-us\",\r\n            \"AdministratorOS\": \"\",\r\n            \"AdministratorBrowser\": \"PostmanRuntime/7.38.0\",\r\n            \"UnitID_internal\": \"\",\r\n            \"VenueID\": \"\"\r\n        },\r\n        {\r\n            \"dateAddedUTC.ISO8601\": \"2024-05-03T16:13:02.040Z\",\r\n            \"function_name\": \"/operatorconsole/config/addDisplayOptions\",\r\n            \"event\": {\r\n                \"message\": \"Updating displayoption USA.MA.02081.ROAMINGIQ.WALPOLE._V3DISPLAY_.default. Updated DisplayConfiguration.Behavior.S3Directory  = common. Updated DisplayConfiguration.Behavior.S3DirectoryCustomComponents  = common. Updated DisplayConfiguration.ShoppingCart.AllowSelfCancellation  = true. Updated DisplayConfiguration.ShoppingCart.AllowSelfPaymentMethodUpdate  = true. Updated DisplayConfiguration.ShoppingCart.AllowSelfServicePlanUpdate  = true. \"\r\n            },\r\n            \"Administrator\": \"David Deslauriers (ddeslauriers@blueportwireless.com)\",\r\n            \"SourceIP\": \"174.211.96.65\",\r\n            \"SourceLocale\": \"en-us\",\r\n            \"AdministratorOS\": \"iOS 17.4.1\",\r\n            \"AdministratorBrowser\": \"Mobile Safari 17.4.1\",\r\n            \"UnitID_internal\": \"\",\r\n            \"VenueID\": \"\"\r\n        },\r\n        {\r\n            \"dateAddedUTC.ISO8601\": \"2024-05-03T16:42:21.396Z\",\r\n            \"function_name\": \"Email Delivery Log\",\r\n            \"event\": {\r\n                \"message\": \"Email Delivered - 250 2.6.0 <0100018f3f55cb56-d5851d30-b5f6-46b2-9397-92075b17fc0e-000000@email.amazonses.com> [InternalId=13224204333989, Hostname=PH0PR10MB5796.namprd10.prod.outlook.com] 44792 bytes in 0.223, 195.958 KB/sec Queued mail for delivery - Welcome to RoamingIQ RoamingIQ WiFi service\"\r\n            },\r\n            \"Subscriber\": \"PecansRasisme\",\r\n            \"SourceIP\": \"\",\r\n            \"UnitID_internal\": \"\",\r\n            \"VenueID\": \"\"\r\n        }\r\n    ],\r\n    \"errorProcessing\": false\r\n}"}],"_postman_id":"07308cf9-6dc9-4462-83e5-5f560342050f"},{"name":"addOperator","id":"4bc6c8cf-b0bf-4512-bce7-2c2fcdaf0db3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"origin","value":"{{SubscriberConsole}}"}],"body":{"mode":"raw","raw":"{\n    \"AccessToken\": \"{{AccessToken}}\",\n    \"OperatorName\": \"Dev - GJ - 01\",\n    \"SubDomain\": \"devgj01\",\n    // TO LINK EXISTING COGNITO POOL\n    // \"CognitoPool\": \"us-east-1_uWn7CZ6p4\",\n    // \"CognitoPool_appclientid\": \"2d2vvgm7na75svdprssfq88ds6\",\n    // \"CognitoPool_appclientsecret\": \"1rcejiutnd94f0d5rhibrcn8vr5jij7durdv2i8dn83u3vg1hdnb\",\n    // \"enableRiQMarketplace\": true, // set to true for pmg\n    // \"EmailFromARN\": \"arn:aws:ses:us-east-1:146624907274:identity/dish.dev@wifikey.io\",\n    \"AddressLine1\": \"1211 1st Ave N\",\n    \"AddressLine2\": \"Suite 213\",\n    \"City\": \"Franklin\",\n    \"State\": \"MA\",\n    \"Country_ISO3166A3\": \"USA\",\n    \"PostalCode\": \"02030\",\n    \"EmailAddress\": \"ed@roamingiq.com\",\n    \"PhoneNumber\": \"+11111111111\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/operatorconsole/addOperator","description":"<ul>\n<li><p>Use this API to add new opeator.</p>\n</li>\n<li><p>Special Ops only</p>\n</li>\n</ul>\n","urlObject":{"path":["operatorconsole","addOperator"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4bc6c8cf-b0bf-4512-bce7-2c2fcdaf0db3"}],"variable":[{"id":"d65d6ecf-4433-4f10-b7ee-270860ab49c5","key":"NotificationEmailAddress","value":""},{"id":"9baca9c8-ffad-4020-b42a-f47c457fd05f","key":"missedbillingcycles","value":""},{"id":"fcd50fde-c44f-450c-8861-b34d9343a111","key":"invoicedate","value":""},{"id":"7a43745f-13cf-422e-a8b7-bfc92b492004","key":"ICCID","value":""},{"id":"f8490c91-ec6a-45e9-a756-63cd9d1855aa","key":"SMDPAddress","value":""},{"id":"da7ffe06-d418-40d2-90ab-260a8f3149c0","key":"LPA","value":""},{"id":"9febbaaa-0a9f-4f99-82a4-d974f994e715","key":"ActivationCode","value":""},{"id":"7a1baab0-63da-4087-8134-4954252f550b","key":"QRCodeString","value":""},{"id":"998a52d7-8b84-41fd-876d-e04eab9fed83","key":"unitcounter","value":""}]}