Future<Response> get(String path, {Map<String, String>? customHeaders}) async { return _config.client.get( Uri.parse('$baseUrl$path'), headers: headers(customHeaders), ); }