{
"quantity": 10,
"reason": "采购入库",
"remark": "供应商送货"
}curl --location --request POST 'http://10.168.1.163:48080/open-api/v1/products//stock-out?productId=1' \
--header 'Content-Type: application/json' \
--data-raw '{
"quantity": 10,
"reason": "采购入库",
"remark": "供应商送货"
}'{
"code": 0,
"msg": "",
"data": false
}