curl --location --request GET '/adminapi/know.applyManage/all' \
--header 'token: {{admin-token}}'
{
"code": 1,
"show": 0,
"msg": "",
"data": [
{
"id": 1,
"kb_ids": "1",
"name": "法律助手",
"sort": 0,
"is_enable": 1,
"create_time": "2023-08-16 15:37:49"
}
]
}