curl --location --request GET '/api/kb.know/all' \
--header 'token: {{api-token}}'
{
"code": 1,
"show": 0,
"msg": "",
"data": [
{
"id": 1,
"name": "法律宝典 (m3e)",
"image": ""
}
]
}