<sync_token>
[
{
"store_id": "string",
"address": "string",
"billing_address": "string",
"statecode": "string",
"phone": "string",
"gst_no": "string",
"store_type": "ST",
"name": "string",
"short_name": "string",
"company_group_id": "string",
"start_date": "string"
}
]
curl --location --request POST 'https://test.your-api-server.com/master/stores/' \
--header 'X-SYNC-TOKEN;' \
--header 'Accept-Encoding;' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"store_id": "string",
"address": "string",
"billing_address": "string",
"statecode": "string",
"phone": "string",
"gst_no": "string",
"store_type": "ST",
"name": "string",
"short_name": "string",
"company_group_id": "string",
"start_date": "string"
}
]'
{
"status": "string",
"message": "string"
}