Hi,
I have an below example of cURL command, i want to make a similar webservice request using .NET Can someone please help me convert below curl to .NET request.
Thanks in advance.
curl-H'X-API-TOKEN: yourapitoken'-H"Expects:" \-F'surveyId=SV_012345678912345' \-F'file=@example.csv;type=text/csv' \'https://yourdatacenterid.qualtrics.com/API/v3/responseimports'