<sync_token>
[ { "supplier_id": "string", "email_id": "string", "mobile_no": "string", "contact_name": "string" } ]
curl --location --request POST 'https://test.your-api-server.com/master/supplier_contacts/' \ --header 'X-SYNC-TOKEN;' \ --header 'Accept-Encoding;' \ --header 'Content-Type: application/json' \ --data-raw '[ { "supplier_id": "string", "email_id": "string", "mobile_no": "string", "contact_name": "string" } ]'
{ "status": "string", "message": "string" }