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