Is there any middleware to apply for controller when post request is triggered without payload (empty body)? Instead of defining on every post request, and checking has it body or not, would be awesome to have some sort of middleware to apply that automatically catches empty body and sends back 400 error for user with default json message. :)