Here is the code I have for the `createMember` end...
# prisma-client
c
Here is the code I have for the
createMember
endpoint:
t
The syntax is
Copy code
await prisma.member.create({data: {...}})
You can log the message with e.message