{
  "routes": {
    "/": {
      "expSlug": "futures",
      "expEnabled": true
    },
    "circuit": {
      "expSlug": "article-circuit",
      "expEnabled": true
    },
    "cookies": {
      "expSlug": "icf-cookies-prod",
      "expEnabled": true
    },
    "privacy": {
      "expSlug": "icf-privacy-prod",
      "expEnabled": true
    },
    "saluhall": {
      "expSlug": "saluhall",
      "expEnabled": true
    },
    "workshop": {
      "expSlug": "article-workshop",
      "expEnabled": true
    },
    "hejworkshop": {
      "expSlug": "article-workshop",
      "expEnabled": true
    },
    "getyourfuturestarted": {
      "expSlug": "icf-contact-us-prod",
      "expEnabled": true
    }
  },
  "initiative": "futures",
  "apiIntegration": {
    "sap": {
      "apis": {
        "nodeMailer": {
          "method": "POST",
          "sendTo": {
            "user": false,
            "admin": true
          },
          "enabled": false,
          "template": {
            "admin": "{{firstName}} has made an entry in the walk in to win competition. Additional details: {{message}} {{language}}"
          },
          "authEndPoint": "https://api.ingkacentres.com/services/authenticate",
          "payloadStruct": {
            "map": {
              "email": "email",
              "message": "message",
              "language": "language",
              "firstName": "fullName"
            },
            "preDefined": {
              "type": "event"
            }
          },
          "emailRecipients": "futures@ingkacentres.com"
        },
        "contactUs": {
          "method": "POST",
          "nodeMailer": true,
          "enabled": false,
          "endPoint": "https://api.ingkacentres.com/prospects/v1/lead-1",
          "headerMap": {
            "Authorization": "Bearer {{ACCESS_TOKEN}}",
            "Ocp-Apim-Subscription-Key": "{{API_SUBSCRIPTION_KEY}}"
          },
          "authEndPoint": "https://api.ingkacentres.com/services/authenticate",
          "payloadStruct": {
            "map": {
              "email": "email",
              "Message": "message",
              "company": "company",
              "purpose": "purpose",
              "firstName": "fullName",
              "phonePrefix": "phonePrefix",
              "contactNumber": "contactNumber"
            }
          },
          "emailRecipients": "futures@ingkacentres.com"
        },
        "contactUs-test": {
          "method": "POST",
          "enabled": false,
          "endPoint": "https://api.ingkacentres.com/prospects/v1/lead-1",
          "authEndPoint": "https://api.ingkacentres.com/services/authenticate",
          "payloadStruct": {
            "map": {
              "email": "email",
              "note": "message",
              "companyName": "company",
              "requestType": "purpose",
              "firstName": "fullName",
              "phoneNumber": {
                "concat": [
                  "phonePrefix",
                  "contactNumber"
                ]
              }
            },
            "preDefined": {
              "sourceSystemId": "BasePlateFutures",
              "lastName": "-",
              "termsConsent": {
                "id": "terms.IngkaCentresFutures",
                "consent": true
              },
              "privacyConsent": {
                "id": "privacy.IngkaCentresFutures",
                "consent": true
              },
              "marketingConsent": {
                "id": "marketing.email",
                "consent": true
              }
            }
          },
          "emailRecipients": "futures@ingkacentres.com"
        }
      }
    }
  },
  "theme": "Futures",
  "locale": {
    "list": [
      "en"
    ],
    "default": "en"
  },
  "google": {
    "gtmId": "GTM-TSBN2NFJ",
    "gaId": "",
    "consoleMeta": "Jmzzh2rA_9fr7-p7DXqJSnSkzF8WQc1LsNZp7UMci1M"
  }
}