pub async fn get_text(client: &Client, url: &str) -> Result<String>
Fetch a URL and return the body as text.