curl --location --request GET '/api/kb.teach/detail?id=1' \
--header 'token: {{api-token}}'{
"code": 1,
"show": 0,
"msg": "",
"data": {
"kb_id": 1,
"fd_id": 1,
"uuid": "161ba02f-0d7f-4197-ab11-7c893c9e7fc4",
"question": "我是问题",
"answer": "我是答案",
"annex": {
"images": [],
"files": []
}
}
}