Could you please tell me how to upload file without USING File option. I would like to know how I can upload file by following below approach.
- From Body - Form data - Type as Text approach
- How I can upload file using Body - raw - Json file type
I do not want to use File > Choose File option. I would like to execute through newman and using File > Choose file option it is failing.
I tried to use below approach but it is giving 404 as response.
Body - Raw-->
{
"uploadType": "ORDER",
"headerIncluded":"false",
"file":"C:/Users/b3badm/Desktop/SIndoora/FileImport_ValidProducts.txt"
}