{
"id":12,
"code":1013,
"name":"小米空调2",
"typeId":6,
"brandId":33,
"supplierId":5,
"status":1
}
curl --location --request PUT '/stuff/products' \
--header 'Content-Type: application/json' \
--data-raw '{
"id":12,
"code":1013,
"name":"小米空调2",
"typeId":6,
"brandId":33,
"supplierId":5,
"status":1
}'
{}