Create a login session for user.
A unique identifier to each user device and browser.
The request body for session creation
A temporary token issued by the create auth token API. This token is used in the create session API to exchange for access and refresh tokens.
"eyJhbGciOiJIUzI1NiIsInR..."
(Optional) A one-time passcode (OTP) provided by the user for native login with 2FA verification.
is2FARequired field in the POST /me/auth-tokens API response is true.321673