pub async fn ciphers_post(
    configuration: &Configuration,
    cipher_request_model: Option<CipherRequestModel>
) -> Result<CipherResponseModel, Error<CiphersPostError>>