curl --location 'https://test.your-api-server.com/master/kit_master/' \
--header 'X-SYNC-TOKEN;' \
--header 'Accept-Encoding;' \
--header 'Content-Type: application/json' \
--data '[
{
"store_id": "string",
"prepared_article_id": "string",
"ingredient_article_id": "string",
"ingredient_conv_qty": 0,
"tag": "string"
}
]'{
"status": "string",
"message": "string"
}