async fn remove_field_from_mailchimp( list_id: &str, field_id: &str, server_prefix: &str, access_token: &str, ) -> Result<()>
Removes a merge field from the Mailchimp list by with a field ID.