{ "id": 1 }
curl --location '/api/kb.know/del' \ --header 'token: {{api-token}}' \ --header 'Content-Type: application/json' \ --data '{ "id": 1 }'
{ "code": 0, "show": 0, "msg": "string", "data": [ null ] }