pub async fn submit_batch(
server_prefix: &str,
access_token: &str,
operations: Vec<BatchOperation>,
) -> Result<Vec<String>>Expand description
Submits operations to Mailchimp POST /batches. Chunks at MAX_MAILCHIMP_BATCH_SIZE. Returns batch IDs.