<sync_token>
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 ''
{ "status": "string", "message": "string" }