{
"id": 0,
"withChildren": true
}
curl --location --request POST '/api/v1/things/product/category/read' \
--header 'Ithings-Project-Id: {{Ithings-Project-Id}}' \
--header 'Ithings-Token: {{iThings-token}}' \
--header 'app-code: {{appCode}}' \
--header 'device-id;' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"withChildren": true
}'
{
"code": "200",
"msg": "string",
"data": {
"id": 0,
"parentID": 0,
"idPath": [
0
],
"name": "string",
"desc": "string",
"headImg": "string",
"isUpdateHeadImg": true,
"isLeaf": 0,
"deviceCount": 0,
"children": [
{}
]
}
}