{
"access_token": "string",
"id_token": "string",
"country_code": "string",
"login_mode": 0
}curl --location --request POST '/v2/user/login/line' \
--header 'X-Tg-App-Id: xxx' \
--header 'X-Tg-Platform: {{platform}}' \
--header 'X-Tg-Sdk-Version: 23910000' \
--header 'X-Tg-App-Store: {{appstore}}' \
--header 'X-Tg-App-Version: {{app_version}}' \
--header 'X-Tg-App-Pkgname: {{pkgname}}' \
--header 'X-Tg-Date: {{currentUTCTime}}' \
--header 'Accept-Language: zh-CN' \
--header 'Content-Type: application/json' \
--data-raw '{
"access_token": "string",
"id_token": "string",
"country_code": "string",
"login_mode": 0
}'{
"code": 0,
"msg": "string",
"data": {
"access_token": "string",
"expires_in": 0,
"refresh_token": "string",
"bind_token": "string"
}
}