handleMissingParam

@ExceptionHandler(value = [MissingServletRequestParameterException::class])
fun handleMissingParam(ex: MissingServletRequestParameterException): ResponseEntity<RagAdminApiErrorResponse>