package com.gcsc.guide.dto; import jakarta.validation.constraints.NotBlank; public record TrackPageViewRequest( @NotBlank String pagePath ) { }