{
"kb_id": 1,
"text": "我是问题"
}curl --location --request POST '/api/kb.teach/charging' \
--header 'token: {{api-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"kb_id": 1,
"text": "我是问题"
}'{
"code": 1,
"show": 0,
"msg": "",
"data": {
"tokens": 8,
"str_length": 4
}
}