static Future<Result> get(String endpoint) { String url = 'https://' + Authing.sHost + endpoint; return request("get", url, null); }