Last updated 4 months ago
Was this helpful?
curl -L \ --request POST \ --url '/api/v1/accounts/change-password' \ --header 'Content-Type: application/json' \ --data '{ "username": "text", "oldPassword": "text", "newPassword": "text" }'
{ "username": "text", "role": "text", "accessToken": "text" }