async fn read_capped_body( response: Response, limit: usize, provider: &str, ) -> Result<Vec<u8>, String>