curl --location 'https://api.antcrm.co/api/v1/whatsapp/messages/bulk/' \
--header 'Authorization: Basic <encoded-value>' \
--form 'template_id="976348261855933"' \
--form 'name="First Campaign"' \
--form 'template="appointment_confirmation"' \
--form 'category="UTILITY"' \
--form 'language="en_US"' \
--form 'preview_template="{\"id\":\"976348261855933\",\"language\":\"en_US\",\"name\":\"appointment_confirmation\",\"status\":\"APPROVED\",\"category\":\"UTILITY\",\"components\":[{\"type\":\"HEADER\",\"format\":\"TEXT\",\"text\":\"You have an upcoming appointment\"},{\"type\":\"BODY\",\"text\":\"Hello {{clientname}},\\nThis is a reminder about your upcoming appointment with {{clientemail}} on {{clientmobile}}. Please be available.\",\"example\":{\"body_text\":[[\"Jhon\",\"Shyam\",\"Jun 9 10.00 AM\"]]}},{\"type\":\"FOOTER\",\"text\":\"Ant CRM\"},{\"type\":\"BUTTONS\",\"buttons\":[{\"type\":\"QUICK_REPLY\",\"text\":\"Yes, Will attend\"},{\"type\":\"QUICK_REPLY\",\"text\":\"No, Will not attend\"}]}]}"' \
--form 'components="[{\"type\":\"body\",\"parameters\":[{\"type\":\"text\",\"text\":\"{{clientname}}\"},{\"type\":\"text\",\"text\":\"{{clientemail}}\"},{\"type\":\"text\",\"text\":\"{{clientmobile}}\"}]}]"' \
--form 'all="false"' \
--form 'leads="false"' \
--form 'all_clients="false"' \
--form 'file=@"/Users/shyamsundar/Downloads/bulk_campaign_sample_upload (22).csv"'