{
"id": 0,
"name": "string",
"sort": "string",
"enable": true,
"pid": 0,
"level": 0
}
curl --location --request POST 'https://test.51vive.com/aichat/expert/classify' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"name": "string",
"sort": "string",
"enable": true,
"pid": 0,
"level": 0
}'
{@link R }
{
"code": 0,
"msg": "string",
"data": true
}