hey you guys, fairly new to Kotlin. I have some validation logic that is working as expected, but when testing it through Postman, it returns the correct validation but a 500 http response instead of a 404 (since this should be a bad request). any tips on how to change the http response in code?