{
"kb_id": 4,
"ask": "问题",
"reply": "内容"
}
curl --location --request POST '/api/knowApply/chatRecordAdjust' \
--header 'token: {{api-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"kb_id": 4,
"ask": "问题",
"reply": "内容"
}'
{
"code": 1,
"show": 0,
"msg": "操作成功",
"data": []
}