post https://api.ingresse.com/activate-user
Activates an incomplete account that already has registration data, updating only the password.
Post Body Example
{
"email": "[email protected]",
"token": "valid-token-123",
"password": "super-secret-new-password"
}