Instead of generic 412 error, share the input validation details, like min length required 5, provided 2. ``` { "message": "Unable to validate input parameters", "error": "Client Error", "status": 412 } ```
Instead of generic 412 error, share the input validation details, like min length required 5, provided 2.