Create Webhook Request
public CreateWebhookRequest CreateWebhookRequest(@Json(name = "trigger_types" ) List<WebhookTriggers> triggerTypes, @Json(name = "webhook_url" ) String webhookUrl, @Json(name = "description" ) String description, @Json(name = "notification_email_addresses" ) List<String> notificationEmailAddresses)