Update Webhook Request
public UpdateWebhookRequest UpdateWebhookRequest(@Json(name = "trigger_types" ) List<WebhookTriggers> triggerTypes, @Json(name = "callback_url" ) String callbackUrl, @Json(name = "description" ) String description, @Json(name = "notification_email_address" ) String notificationEmailAddress)