Change Password
Last updated
POST /api/v1/accounts/change-password HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 61
{
"username": "text",
"oldPassword": "text",
"newPassword": "text"
}{
"username": "text",
"role": "text",
"accessToken": "text"
}