async fn fetch_current_mailchimp_fields( list_id: &str, server_prefix: &str, access_token: &str, ) -> Result<Vec<MailchimpField>, Error>
Fetches the current merge fields from the Mailchimp list schema.