verifyActivationCode

abstract suspend fun verifyActivationCode(email: String, code: String): Either<NetworkFailure, Unit>