{
"channel": "string",
"phone_token": "string",
"uid": "string",
"scene": "string",
"bind_token": "string"
}
curl --location --request POST '/v2/user/send-code/phone/quick' \
--header 'X-Tg-App-Id;' \
--header 'X-Tg-Platform;' \
--header 'X-Tg-Sdk-Version;' \
--header 'Accept-Language;' \
--header 'X-Tg-App-Store: {{appstore}}' \
--header 'X-Tg-App-Pkgname;' \
--header 'Authorization;' \
--header 'X-Tg-Date;' \
--header 'X-Tg-App-Version: {{app_version}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"channel": "string",
"phone_token": "string",
"uid": "string",
"scene": "string",
"bind_token": "string"
}'
{
"code": "string",
"msg": "string",
"data": {
"code": "string",
"phone": "string",
"expires_in": 0,
"account_exist": true
}
}