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