pub async fn create_root_ingress(
configuration: &Configuration,
domain: &str,
create_ingress_request: Option<CreateIngressRequest>,
headers: Option<CreateRootIngressHeaders>,
) -> Result<ResponseContent<CreateRootIngressSuccess>, Error<CreateRootIngressError>>