{
"categoryId": 0,
"shopId": 0,
"categoryName": "string",
"parentId": 0,
"sortOrder": 0,
"isShow": 0
}
curl --location --request POST '/adminapi/merchant/shopProductCategory/update' \
--header 'X-Shop-Id: 0' \
--header 'Content-Type: application/json' \
--data-raw '{
"categoryId": 0,
"shopId": 0,
"categoryName": "string",
"parentId": 0,
"sortOrder": 0,
"isShow": 0
}'