Postman not showing Send data

Hello all and thank you for your help in advance!
As you can see on the screengrab, I enter some data on the POST/Body/raw. Send and all I got was an empty object. The Status 201 Created was correct. If I send an empty string value it gives me the 400 Bad Request error.

Solved. My bad! I was missing “await” , const newIssue = await prisma.issue.create…
Thank you for your time!

Woop! Solved the same issue with mine, was also missing await! Thanks for the update :slight_smile: