{
"parentId": 0,
"name": "饮品",
"iconUrl": "string",
"sort": 0,
"status": 0
}curl --location --request PUT 'http://10.168.1.163:48080/open-api/v1/product-categories/?merchantId&categoryId=1' \
--header 'Content-Type: application/json' \
--data-raw '{
"parentId": 0,
"name": "饮品",
"iconUrl": "string",
"sort": 0,
"status": 0
}'{
"code": 0,
"msg": "",
"data": false
}