I am making a node application. To test out some logic I go to browser and make request for a specific routes. It is good way in case of 'get request' but what to do in 'post request'.
I am making a node application. To test out some logic I go to browser and make request for a specific routes. It is good way in case of 'get request' but what to do in 'post request'.