CreateWebhookRequest

public CreateWebhookRequest CreateWebhookRequest(    @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)