pub async fn start_webchatproxy_daemon( host: String, port: u16, provider: String, api_key: Option<String>, ) -> Result<()>