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