Hello Friends
I am working on web API, creating a post request
I want to send data in the Body of the post request for the same I have created a text file that contained the data
-
I read the data from the text file name finaltextfile.txt
-
Read text file, and pass that variable in the body ,but its not working
I think I am missing something could you please help me with that