curl --location --request POST '/system/user/profile/avatar' \ --form 'avatarfile=@""'
{ "code": 0, "msg": "string", "data": { "imgUrl": "string" } }