pub async fn ciphers_id_post(
    configuration: &Configuration,
    id: &str,
    cipher_request_model: Option<CipherRequestModel>
) -> Result<CipherResponseModel, Error<CiphersIdPostError>>