Future<Either<ApiError, Profile>> getProfile(String id) => get("$_profileRoutesPrefix/$id", (json) => Profile.fromJson(json));