users
post/users/reset-password
Request body
Example request
{
"email": "alice.smith@example.com",
"newPassword": "AliceNew@123"
}Response
user object after updating password
{
"email": "alice.smith@example.com",
"newPassword": "AliceNew@123"
}user object after updating password