{
  "data": {
    "webhooks": {
      "total": 1,
      "page": 1,
      "limit": 25,
      "hasNextPage": false,
      "items": [
        {
          "id": "abc123...",
          "creator": {
            "id": "user456...",
            "name": "John Doe",
            "email": "john.doe@example.com"
          },
          "createdAt": "2024-09-19T13:18:52.000+00:00",
          "name": "Sample Webhook",
          "notificationUrl": "https://example.com/trigger/webhook...",
          "secret": "sampleSecretKey...",
          "__typename": "ProjectWebhook",
          "project": {
            "id": "proj789..."
          }
        }
      ]
    }
  }
}