deleteAccount

abstract suspend fun deleteAccount(password: String?): Either<NetworkFailure, Unit>