I'm trying to convert Postman request to cURL format, but it doesn't work well. I would like to send a request with form-data includes csv file(with Content-Type url form encoded). It works when I try with Postman, but not works when i try with converted cURL code via Postman.
I attach my postman setting and cURL code converted via Postman. Should I have to handle something to send a file with cURL?