All Webhooks header adds "X-Signature" which is the signature of the webhook data
All Webhooks body adds "notificationId" which is to serve as a unique identifier for each webhook. If the same webhook is resent multiple times, it will display the same "notificationId".
All Webhooks rename the "webhookData" field to "data".