{
  "response": {
    "statusCode": 200,
    "contentType": "application/json"
  },
  "payload": {
    "headers": {
      "Accept": "*/*",
      "Accept-Encoding": "gzip, deflate, br",
      "Host": "hooks.example.io",
      "User-Agent": "APIs-Google; (+https://developers.google.com/webmasters/APIs-Google.html)",
      "X-Amz-Cf-Id": "_K9KZtNN78sy1aygl3nJuQ4OoMh65STAsLFsPGENcnm_l68C112345==",
      "X-Amzn-Trace-Id": "Root=1-64931762-5665c8324c471b204f212345",
      "X-Goog-Channel-Expiration": "Wed, 21 Jun 2023 16:28:01 GMT",
      "X-Goog-Channel-ID": "7f0419cf-5477-4bd5-bc86-2aa36af12345",
      "X-Goog-Message-Number": "96035",
      "X-Goog-Resource-ID": "jkkJZYhd8PPV6-Xto6QIo112345",
      "X-Goog-Resource-State": "change",
      "X-Goog-Resource-URI": "https://www.googleapis.com/drive/v3/changes?alt=json&pageToken=430&supportsAllDrives=true"
    },
    "queryParameters": null,
    "rawBody": {
      "data": null
    },
    "body": {
      "data": {
        "kind": "drive#changeList",
        "newStartPageToken": "247040",
        "changes": [
          {
            "kind": "drive#change",
            "removed": false,
            "file": {
              "kind": "drive#file",
              "mimeType": "image/png",
              "id": "14FSE_ESVGWta4XlzWGHVm0VultNS-1uO",
              "name": "example.png"
            },
            "fileId": "14FSE_ESVGWta4XlzWGHVm0VultNS-1uO",
            "time": "2022-09-20T21:36:23.687Z",
            "type": "file",
            "changeType": "file"
          }
        ]
      }
    },
    "pathFragment": "",
    "webhookUrls": {
      "Flow 1": "https://hooks.example.io/trigger/WEBHOOK_ID"
    },
    "webhookApiKeys": {
      "Flow 1": [
        "sample-api-key"
      ]
    },
    "invokeUrl": "https://hooks.example.io/trigger/WEBHOOK_ID",
    "executionId": "SW5zdGFuY2VFeGVjdXRpb25SZXN1bHQ6MGRlZjk2ZjYtYzhhOS00MDgzLWJlOTUtZmIwZDMzNDQ12345",
    "customer": {
      "id": "testCustomerId",
      "name": "Test Customer",
      "externalId": "testCustomerExternalId"
    },
    "instance": {
      "id": "testInstanceId",
      "name": "Test Instance"
    },
    "user": {
      "id": "testUserId",
      "email": "testUserEmail@example.com",
      "name": "Test User",
      "externalId": "testUserExternalId"
    },
    "integration": {
      "id": "testIntegrationId",
      "name": "Test Integration",
      "versionSequenceId": "testVersionSequenceId",
      "externalVersion": "testExternalVersion"
    },
    "flow": {
      "id": "testFlowId",
      "name": "Test Flow Name"
    },
    "startedAt": "yyyy-mm-dd",
    "globalDebug": false
  },
  "instanceState": {
    "testStepId": "testCursor"
  },
  "polledNoChanges": false
}