Future<Either<ApiError, User>> getUser() => get( "$_routePrefix/me", (json) => User.fromJson(json), );