pub async fn create_service_instance(
configuration: &Configuration,
site_id: &str,
addon: &str,
config: Value,
) -> Result<ServiceInstance, Error<CreateServiceInstanceError>>
pub async fn create_service_instance(
configuration: &Configuration,
site_id: &str,
addon: &str,
config: Value,
) -> Result<ServiceInstance, Error<CreateServiceInstanceError>>