Authorization: Bearer ********************
curl --location '/system/user/profile/avatar' \ --header 'Authorization: Bearer <token>' \ --form 'avatarfile=@""'
{ "code": 0, "msg": "", "data": { "": {} } }