I am trying to upload an excel file, while trying the same from postman it is working fine but while trying it from power shell it is not working.
Here are the below details I am using on postman
Methode : POST
URL : https://localhost/api/v1/boarding/validate
In the header section
authorization: 09368290_0d9227327d291d8a
body section "
Type : form-data:
filename: “C:\Users\Desktop\Template.xlsx”
Content-Type :application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
Content-Disposition : form-data
any thoughts on this ?