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