{
"id": 2,
"parentId": 1,
"name": "办公文具",
"picUrl": "string",
"sort": 1,
"status": 0,
"description": "描述"
}curl --location --request PUT '/admin-api/product/category/update' \
--header 'Authorization: 3ecf676011544a3293b9665f63513a28' \
--header 'tenant-id: 10053' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 2,
"parentId": 1,
"name": "办公文具",
"picUrl": "string",
"sort": 1,
"status": 0,
"description": "描述"
}'{
"code": 0,
"data": true,
"msg": "string"
}