pub async fn licenses_organization_id_get(
configuration: &Configuration,
id: &str,
self_hosted_organization_license_request_model: Option<SelfHostedOrganizationLicenseRequestModel>,
) -> Result<OrganizationLicense, Error<LicensesOrganizationIdGetError>>