{ "names": [ "string" ], "dir": "string" }
curl --location 'http://prod-cn.your-api-server.com/api/fs/remove' \ --header 'Authorization: {{alist_token}}' \ --header 'Content-Type: application/json' \ --data '{ "names": [ "string" ], "dir": "string" }'
{ "code": 200, "message": "success", "data": null }