curl --location --request POST 'http://localhost:9001/ukgsevice/fileExcel/objectUpload' \ --form 'file=@""' \ --form 'fileType=""' \ --form 'userId=""' \ --form 'userType=""' \ --form 'uploadType="01"' \ --form 'userToken=""'
{}