A struct representing the data field of a webhook notification.
Note - data points to the inflated object that the webhook notification is about; trunacted message webhooks omit the message body.
Nylas docs
@type t() :: %ExNylas.WebhookNotificationData{ application_id: String.t(), object: struct() }