curl --location --request POST 'https://core.authing.cn/oidc/token' \
--data-urlencode 'grant_type=http://authing.cn/oidc/grant_type/authing_token' \
--data-urlencode 'redirect_uri=https://www.example.com' \
--data-urlencode 'token=DsKt6S6FQi-ul6E7nzBBR0R3Vv6AeNJkJrBtBWzelXB' \
--data-urlencode 'scope=openid'
{
"access_token": "string",
"expires_in": 0,
"id_token": "string",
"refresh_token": "string",
"scope": "string",
"token_type": "string"
}