Initiate contact names sync from the WhatsApp Business App. This imports contact names stored in the app to Zavu. Only available for coexistence accounts with active status.
curl --request POST \
--url https://api.zavu.dev/v1/senders/{senderId}/whatsapp-sync/contacts \
--header 'Authorization: Bearer <token>'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
curl --request POST \
--url https://api.zavu.dev/v1/senders/{senderId}/whatsapp-sync/contacts \
--header 'Authorization: Bearer <token>'