curl --location -g --request DELETE 'https://api.listenai.com/v1/knowledge-bases/{{index_id}}' \ --header 'Authorization: Bearer {{token}}' \ --header 'Content-Type: application/json'
{ "message": "删除成功", "data": {} }