in src/main/scala/com/gu/fastly/api/FastlyApiClient.scala [174:177]
def serviceList(): Future[Response] = { val apiUrl = s"$fastlyApiUrl/service" AsyncHttpExecutor.execute(apiUrl, headers = commonHeaders) }