exprimer le prisma

  const table =await prisma.table.create({
            data:req.body
        })

        res.json(table)
alpha virgo