handleInternalServerError

@ExceptionHandler(value = [Exception::class])
fun handleInternalServerError(ex: Exception, request: HttpServletRequest): ApiResponse<ApiResponse.FailureBody>