pub async fn organizations_licenses_self_hosted_post(
configuration: &Configuration,
key: &str,
keys_period_public_key: &str,
keys_period_encrypted_private_key: &str,
license: PathBuf,
collection_name: Option<&str>,
) -> Result<OrganizationResponseModel, Error<OrganizationsLicensesSelfHostedPostError>>