curl --location --request POST 'http://127.0.0.1:3000/get_qq_avatar' \
--header 'Content-Type: application/json' \
--data-raw '{
"user_id": 0
}'
{
"status": "ok",
"retcode": 0,
"data": {
"url": "https://thirdqq.qlogo.cn/g?b=qq&nk=&s=640"
},
"message": "",
"wording": ""
}