pub async fn create_encryption_key(
    configuration: &Configuration,
    category: &str,
    ehelply_security_secret_key: Option<&str>
) -> Result<SecurityEncryptionKeyResponse, Error<CreateEncryptionKeyError>>