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