pub fn download(url: impl AsRef<str>) -> Result<Vec<u8>>
Download a file from the given URL and return the data.