curl --location --request GET '/api/kb/detail?id=1' \
--header 'token: {{api-token}}'{
"code": 1,
"show": 0,
"msg": "",
"data": {
"id": 1,
"name": "法律助手",
"image": "",
"sort": 0,
"type": 1,
"is_enable": 1
}
}