{
"name": "66666",
"description": "",
"parentInventorySn": "c6615fd1-f5e8-49db-8fb3-ccc1095321d6",
"rootInventorySn": "c6615fd1-f5e8-49db-8fb3-ccc1095321d6"
}curl --location 'https://api.xbotspace.com/agent-api/v2/open/knowledge/documentInventory/createSubInventory' \
--header 'Authorization: b1495895-f794-4d9c-b329-28210f0def16' \
--header 'Content-Type: application/json' \
--data '{
"name": "66666",
"description": "",
"parentInventorySn": "c6615fd1-f5e8-49db-8fb3-ccc1095321d6",
"rootInventorySn": "c6615fd1-f5e8-49db-8fb3-ccc1095321d6"
}'{
"code": 0,
"success": true,
"data": {
"inventorySn": "string",
"name": "string"
},
"message": "string"
}