{
"appid": "string",
"secret": "string",
"code": "string",
"grant_type": "string"
}
curl --location --request POST 'https://api.kg.qq.com/oauth/v2/access_token' \
--header 'Content-Type: application/json' \
--data-raw '{
"appid": "string",
"secret": "string",
"code": "string",
"grant_type": "string"
}'
{
"access_token": "string",
"expires_in": 0,
"refresh_token": "string",
"openid": "string",
"unionid": "string",
"scope": "string",
"orig_acnt_type": "string",
"error_code": "string",
"error_msg": "string"
}