pub async fn native_trigger_webhook(
configuration: &Configuration,
service_name: NativeServiceName,
workspace_id: &str,
internal_id: i64,
request_body: Option<HashMap<String, Value>>,
) -> Result<String, Error<NativeTriggerWebhookError>>