curl --location --request POST 'http://127.0.0.1:3000/set_qq_avatar' \
--header 'Content-Type: application/json' \
--data-raw '{
// 支持三种形式:
// file://d:/1.png
// http://baidu.com/xxxx/1.png
// base64://xxxxxxxx
"file": "file://d:\\1.png"
}'
{}