Provides struct and type for a WebhookEndpointCreate
@type t() :: %Polarex.WebhookEndpointCreate{ events: [String.t()], format: String.t(), name: String.t() | nil, organization_id: String.t() | nil, url: String.t() }