curl --location '/api/admin/label/delete' \ --header 'Authorization: {{alist_token}}' \ --header 'Content-Type: application/json' \ --data '{ "id": "string" }'
{ "code": 0, "message": "string", "data": null }