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