async fn process_unsubscribed_users_from_mailchimp( conn: &mut PgConnection, mailchimp_data: Vec<(String, String, String, String)>, ) -> Result<()>