A struct representing a grant webhook notification.
Nylas docs
@type t() :: %ExNylas.WebhookNotification.Grant{ code: integer() | nil, grant_id: String.t(), integration_id: String.t() | nil, provider: String.t() | nil, reauthentication_flag: boolean() | nil }