HI there, i need to replicate this kind of request:
curl -X POST \
https://test.entaksi.eu/api/edoc/v1/aziende/1/fatture/uploadXml \
-H 'Authorization: Bearer eyJhbGciOiJSUzI1NiJ9 \
-H 'Cache-Control: no-cache' \
-H 'Content-Type: multipart/form-data' \
-H 'Postman-Token: cf70442b-d512-4899-9e69-9691702bcd3e' \
-H 'content-type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW' \
-F 'invoice=@C:\Users\Utente\Desktop\Fatturazione_Elettronica\IT01234567890_FPR01.xml'
How should i pass the "invoice" parameter with the attached filename in the body of the request?
any help would be appreciated,
tia