{ "fd_id": 1 }
curl --location '/api/kb.know/fileRemove' \ --header 'token: {{api-token}}' \ --header 'Content-Type: application/json' \ --data '{ "fd_id": 1 }'
{ "code": 1, "show": 1, "msg": "删除成功", "data": [] }