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