im trying to create a post API for using postman but, when I pass json data, this happen
Im trying using app.use(express.urlencoded({extended: true})) and app.use(express.json()) in the index.js file but nothing changes.
I dont know it is a problem with the server or the app.js