I need to send a request. If I have copied this request and executed on postman and it works. Postman is sending it as a raw
. Is there anyway that I can convert my formData object to raw
?
I tried to use the lib npm i form-urlencoded
and encodeURI
and both didnt work.
I need to convert object to raw type
. How can I do it?