{
"avatarFile": "string"
}curl --location --request POST 'http://139.198.190.189:58080/admin-api/system/user/profile/update-avatar' \
--header 'Content-Type: application/json' \
--data-raw '{
"avatarFile": "string"
}'{
"code": 0,
"data": "string",
"msg": "string"
}