ChangePasswordRequestBody
$schemauri
A URL to the JSON Schema for this object.
Example:
https://example.com/schemas/ChangePasswordRequestBody.jsoncurrentPasswordstringrequired
Current password
newPasswordstringrequired
New password
ChangePasswordRequestBody
{
"$schema": "https://example.com/schemas/ChangePasswordRequestBody.json",
"currentPassword": "string",
"newPassword": "string"
}