Authori-Zation: ********************
curl --location --request POST '/adminapi/user/user_level/import' \ --header 'Authori-Zation;' \ --form 'file=@"C:\\Users\\Abel\\Desktop\\不享折扣商品导入模板.xlsx"' \ --form 'appkey="{{APPKEY}}"' \ --form 'version="{{VERSION}}"' \ --form 'timestamp="{{TIMESTAMP}}"' \ --form 'sign="{{SIGN}}"'
{}