pub async fn ciphers_move_put(
    configuration: &Configuration,
    cipher_bulk_move_request_model: Option<CipherBulkMoveRequestModel>
) -> Result<(), Error<CiphersMovePutError>>