requestEmailActivationCode

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