curl --location --request POST 'https://meikou-api.itheima.net/member/profile/avatar' \ --header 'Authorization: Bearer {{token}}' \ --header 'Content-Type: multipart/form-data' \ --form 'file=@""'
{ "msg": "string", "result": { "avatar": "string" } }