Authorization: Bearer ********************
curl --location --request POST 'http://localhost:8999/api/system/user/profile/avatar' \
--form 'avatarfile=@"E:\\苏职大\\智蜂工作室\\工作室网站\\项目\\前后台项目\\开源计划\\资源\\图标\\favicon.png"'
{
"code": 200,
"msg": "上传成功!",
"data": "http://127.0.0.1:8999/profile/21256e1a-7a49-46dc-810a-cd44b48ca743.png"
}