In this case, the `[ApiResponse]` attributes are not used for define the message: ```json { "message": "One or more validation errors occurred.", "statusCode": 400, } ```
In this case, the
[ApiResponse]attributes are not used for define the message:{ "message": "One or more validation errors occurred.", "statusCode": 400, }