{
  "payload": {
    "headers": {
      "Content-Type": "application/json",
      "User-Agent": "Pipedrive-Webhook"
    },
    "queryParameters": {},
    "rawBody": {
      "data": "",
      "contentType": "application/json"
    },
    "body": {
      "data": {
        "meta": {
          "action": "change",
          "entity": "deal",
          "version": "2.0",
          "company_id": 12882925,
          "user_id": 18487521,
          "id": 1,
          "entity_id": 1,
          "webhook_id": 99,
          "webhook_owner_id": 18487521,
          "permitted_user_ids": [
            18487521
          ],
          "attempt": 1,
          "host": "company.pipedrive.com",
          "timestamp": 1727447128,
          "change_source": "app"
        },
        "data": {
          "id": 1,
          "title": "test deal",
          "value": 2,
          "currency": "USD",
          "status": "open",
          "stage_id": 1,
          "pipeline_id": 1,
          "owner_id": 18487521,
          "person_id": 3,
          "org_id": 2,
          "add_time": "2024-09-27T14:25:27Z",
          "update_time": "2024-09-27T14:25:28Z"
        },
        "previous": null
      },
      "contentType": "application/json"
    },
    "pathFragment": "",
    "webhookUrls": {
      "Webhook Flow": "https://hooks.example.com/trigger/EXAMPLE"
    },
    "webhookApiKeys": {
      "Webhook Flow": [
        "example-api-key"
      ]
    },
    "invokeUrl": "https://hooks.example.com/trigger/EXAMPLE",
    "executionId": "SW5zdGFuY2VFeGVjdXRpb246MTIzNDU=",
    "customer": {
      "id": "Q3VzdG9tZXI6MTIzNDU=",
      "externalId": "example-customer-external-id",
      "name": "Example Customer"
    },
    "instance": {
      "id": "SW5zdGFuY2U6MTIzNDU=",
      "name": "Example Instance"
    },
    "user": {
      "id": "VXNlcjoxMjM0NQ==",
      "externalId": "example-user-external-id",
      "name": "Example User",
      "email": "user@example.com"
    }
  }
}