Developer Hub
Servicio para Restablecer constraseña del usuario.
curl --request POST \ --url https://api.plazbot.com/api/user/resetPassword \ --header 'Content-Type: application/json' \ --data '{ "email": "<string>", "newPassword": "<string>", "verificationId": "<string>" }'
OK