{
"code":1013,
"name":"华为手机2",
"typeId":2,
"brandId":1,
"supplierId":4,
"status":1
}
curl --location --request POST '/stuff/products' \
--header 'Content-Type: application/json' \
--data-raw '{
"code":1013,
"name":"华为手机2",
"typeId":2,
"brandId":1,
"supplierId":4,
"status":1
}'
{}