Future<String> getProfilesByUuid(String uuid) async { return new RequestBuilder(HypixelAPI.BASE + 'skyblock?key=${HypixelAPI.API_KEY}&profiles=${uuid}').get(); }