{
"icon_size": 100,
"need_account_type": 0
}
curl --location --request POST 'https://api.kg.qq.com/karaoke/user/v2/get_user_info' \
--header 'X-Open-Access-Token;' \
--header 'X-Open-ID;' \
--header 'X-Open-App-ID;' \
--header 'Content-Type: application/json' \
--data-raw '{
"icon_size": 100,
"need_account_type": 0
}'
{
"account_type": 0,
"kid": "string",
"user_avatar": "string",
"user_id": "string",
"user_nick": "string"
}