pub async fn handle_run_response( http_client: &ClientWithMiddleware, url: &str, token: &str, res: Response, tail: bool, watch: bool, ) -> Result<()>