import type { WebhookEvent } from "@clerk/nextjs/api";
createUser: publicProcedure .input(something here to use WebhookEvent with z.object)