pub async fn http_get<T: DeserializeOwned>( url: &str, headers: &[(String, String)], ) -> Result<T, Error>
http_get Generic helper for HTTP GET with JSON response.