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