wx.uploadFile
formData
curl --location --request POST '/member/profile/avatar' \ --header 'Authorization: token' \ --form 'file=@""'
{ "msg": "string", "result": { "avatar": "string" } }