Authori-Zation: ********************
curl --location --request POST '/adminapi/product/audit/import' \ --header 'Authori-Zation;' \ --form 'file=@"C:\\Users\\tao\\Downloads\\审核模板.xlsx"' \ --form 'store_id="4"' \ --form 'appkey="{{APPKEY}}"' \ --form 'version="{{VERSION}}"' \ --form 'timestamp="{{TIMESTAMP}}"' \ --form 'sign="{{SIGN}}"'
{}