{ "id": 0 }
curl --location --request DELETE 'http://localhost:8888/document/delete' \ --header 'Authorization;' \ --header 'Content-Type: application/json' \ --data-raw '{ "id": 0 }'
{"code":40005,"info":"token invalid","data":{}}