{
"cate_id": 0,
"robot_id": 0,
"retry_id": 0,
"question": "string"
}
curl --location --request POST '/api/kb.chat/getUniqueId' \
--header 'token: {{api-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"cate_id": 0,
"robot_id": 0,
"retry_id": 0,
"question": "string"
}'
{
"code": 1,
"show": 1,
"msg": "操作成功",
"data": []
}