curl --location --request POST 'https://guardian-api.itheima.net/upload' \ --header 'Authorization: {{token}}' \ --form 'file=@""'
{ "code": 0, "msg": "string", "resTime": "2019-08-24T14:15:22Z", "result": { "url": "string" }, "tips": "string" }