Get KeyCloak Realm Configuration
Future getConf(String url) async { final response = await Dio().get(url); return response.data; }