{
"id": 0,
"parentCode": "string",
"codeList": [
"string"
],
"name": "string",
"level": 0
}
curl --location --request POST '/classify/upd' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"parentCode": "string",
"codeList": [
"string"
],
"name": "string",
"level": 0
}'
{
"": {}
}