{
"productRecipeRequestList": [
{
"name": "string",
"unit": "string",
"value": "string"
}
]
}curl --location --request POST '/api/admin/platform/product/calculateIngredientNutrition' \
--header 'Content-Type: application/json' \
--data-raw '{
"productRecipeRequestList": [
{
"name": "string",
"unit": "string",
"value": "string"
}
]
}'{
"code": 0,
"msg": "",
"data": {
"productNutritionAddRequests": [
{
"name": "",
"unit": "",
"value": ""
}
]
}
}