{
"id": 0,
"image": "string",
"isRecommend": 0,
"isShow": 0,
"level": 0,
"name": "string",
"pid": 0,
"sort": 0
}curl --location --request POST '/api/category/edit' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"image": "string",
"isRecommend": 0,
"isShow": 0,
"level": 0,
"name": "string",
"pid": 0,
"sort": 0
}'{}