curl -X POST https://api.gosentrix.io/api/v1/recovery/verify \ -H "Content-Type: application/json" \ -d '{ "token": "RECOVERY_TOKEN_FROM_EMAIL" }'
{ "verified": true, "reset_token": "RESET_TOKEN_FOR_PASSWORD_CHANGE" }
Verify recovery token