I am using below API with curl to import file from Jenkins
curl -v POST --header "Content-Type:application/json" --data "@C:\Priyanka\Applications\response.zip" -u userid:pwd URL
But I got error:
HTTP/1.1 400 Bad Request
Invalid UTF-8 middle byte 0x5b - at line: 1, column: 13* Connection #0 to host accenturellpussupplierstest.bigmachines.com left intact
So, what I need to do remove this error?