The POST /api/products endpoint accepts any payload without validation. Add Zod schema validation for required fields (name, price, supplierId).
The POST /api/products endpoint accepts any payload without validation. Add Zod schema validation for required fields (name, price, supplierId).