Even after trying the above methods if you are not able to get JSON body on req.body and you are using express then add the following line of code:
req.body
app.use(express.json());