curl --location --request POST 'https://api.kg.qq.com/oauth/v2/light_qr_code' \
--header 'Content-Type: application/json' \
--data-raw '{
"appid": "100001",
"response_type": "code",
"scope": "snsapi_login",
"sign": "27afa332e711f6437b9172a2042b6e65",
"ts": 1706506275,
}'