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