@GET('/users/{id}/positions') Future<List<Position>> getPositionsWithUser(@Path('id') String userId);