curl --location --request GET 'https://open.kuaishou.com/openapi/user_info?app_id=&access_token='
{
"result": 1,
"user_info": {
"name": "xxxx",
"sex": "M",
"fan": 12,
"follow": 17,
"head": "http://xxxx.png",
"bigHead": "http://yyyyy.png",
"city": "河北省石家庄市"
}
}