Last updated 6 months ago
Was this helpful?
POST /api/v1/accounts/change-password HTTP/1.1 Host: Content-Type: application/json Accept: */* Content-Length: 61 { "username": "text", "oldPassword": "text", "newPassword": "text" }
Successful operation.
{ "username": "text", "role": "text", "accessToken": "text" }