curl --location --request POST 'http://127.0.0.1:18111/system/user/profile/avatar' \
--header 'Authorization: Bearer ' \
--form 'avatarfile=@""'
{
"code": 0,
"msg": "string",
"data": {
"property1": {},
"property2": {}
}
}