curl --location '/file/auth/upload' \ --header 'Authorization: Bearer {{token}}' \ --form 'file=@""'
{ "code": 0, "msg": "", "data": "" }