Authorization: Bearer ********************
{
"batch_sn": "string",
"client_id": "string",
"ingredient_id": "string",
"mixer_id": "string",
"order_id": "string",
"stage_sn": 0,
"user_id": "string"
}
curl --location --request POST '/cmc/mesWorkOrderIngredient/complate?clientId=&userId=' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"batch_sn": "string",
"client_id": "string",
"ingredient_id": "string",
"mixer_id": "string",
"order_id": "string",
"stage_sn": 0,
"user_id": "string"
}'
{
"code": "string",
"data": {},
"message": "string"
}