POST
/
api
/
user
/
resetPassword
curl --request POST \
  --url https://api.plazbot.com/api/user/resetPassword \
  --header 'Content-Type: application/json' \
  --data '{
  "email": "<string>",
  "newPassword": "<string>",
  "verificationId": "<string>"
}'

Body

application/json

Response

200

OK