Provides struct and type for a UpdateWebhookSubscriptionRequest
@type t() :: %ExOura.Client.UpdateWebhookSubscriptionRequest{ callback_url: String.t() | nil, data_type: String.t() | nil, event_type: String.t() | nil, verification_token: String.t() }