{ "id": 1 }
curl --location --request POST '/api/kb/del' \ --header 'token: {{api-token}}' \ --header 'Content-Type: application/json' \ --data-raw '{ "id": 1 }'
{ "code": 1, "show": 1, "msg": "编辑成功", "data": [] }