@GET('/users/{creatorId}/users') Future<List<User>> getUsersWithCreator(@Path('creatorId') String creatorId);