curl --location --request POST '/common/upload' \ --header 'Authorization: Bearer {{token}}' \ --form 'file=@"C:\\Users\\Administrator\\Desktop\\96ce386c-e4fd-4414-a452-28135a2adfc6.png"'
{ "code": 0, "msg": "", "data": { "fileId": "", "filePath": "" } }