```json { "status": "FAIL", "message": "Validation Error", "description": "Input validation failed.", "error_code": "VAL-422", "data": null } ``` It would be great to inlcude the details of validation errors. To see what field is wrong.
{ "status": "FAIL", "message": "Validation Error", "description": "Input validation failed.", "error_code": "VAL-422", "data": null }It would be great to inlcude the details of validation errors.
To see what field is wrong.