async fn ensure_mailchimp_schema( list_id: &str, server_prefix: &str, access_token: &str, ) -> Result<()>
Ensures the Mailchimp schema is up to date, adding required fields and removing any extra ones.