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