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