Represents a Polar webhook event.
Contains the event type, timestamp, and deserialized data payload.
@type t() :: %PolarExpress.Resources.Event{ data: map() | nil, timestamp: String.t() | nil, type: String.t() | nil }