Authorization: Bearer ********************
{ "password": "string", "code": "string" }
curl --location --request DELETE 'http://192.168.5.234:8081/api/v1/auth/delete' \ --header 'X-Timestamp;' \ --header 'X-Auth-UUID;' \ --header 'Content-Type: application/json' \ --data-raw ''
{ "output": "string", "code": 0, "message": "string", "data": "string" }