If email verification is enabled on your StartMyVPN installation, API users must verify their email before accessing protected endpoints.Resend verification email:
POST /v1/auth/resend-verificationAuthorization: Bearer {token}
Verify email with code:
POST /v1/auth/verify-emailContent-Type: application/json{ "token": "verification_token_from_email"}