why the request body is null when i pass the body data in Prisma
I use Prisma for storing data in database and i use MySql. this app created by nextjs and typescript. i created the api and it works fine. but when i want to save some data send by api, the request.body is null. when i set the value statically, it stores.