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