V3 Login API - Log in using your email, username, password, and 2FA code. This is an asynchronous login method. After calling this API, the system will process your login request in the background. You can call get_my_x_account_detail_v3 to check the login status.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
User name.Must be set
Email.Must be set
The password of the user
The proxy to use.Please use high-quality residential proxies and avoid free proxies.Required.Example: http://username:password@ip:port . You can get proxy from: https://www.webshare.io/
The totp secret of the user.If you don't have it, you can get it from the user's profile page.This field is required because it will make your login more reliable and less likely to be banned.
Optional. Pre-existing cookie string in format 'cto=xx&auth_token='. Can be used to resume a previous session.