© 2026 Hedgehog Software, LLC
try { coursePOST.body.parse(requestBody); } catch (error) { if (error instanceof z.ZodError) { setError(error.issues[0].message); } return; }