pub async fn download_json_from_github( http_client: &Client, base_url: &str, tag: &String, filename: &str, ) -> Result<Value>
Downloads a JSON file from a GitHub release URL