I recently started working on a project I create a route and while I am trying to trigger it using a postman request it just gives the following result in postman.
The request that I am sending 
I am getting the above response.
Please let me know how can I get rid of this issue.
My route looks like this.
router.route('/newarrivals/demo').post( async(req,res) => { //Code goes in here.... // });