const z = require("zod") module.exports = { GET: { query: z.object({ uuid: z.string().uuid() }) } }