ResetPasswordRequestBody
$schemauri
A URL to the JSON Schema for this object.
Example:
https://example.com/schemas/ResetPasswordRequestBody.jsonnewPasswordstringrequired
New password
tokenstringrequired
Reset token from email
ResetPasswordRequestBody
{
"$schema": "https://example.com/schemas/ResetPasswordRequestBody.json",
"newPassword": "string",
"token": "string"
}