package mk.finki.roomreservation.model; public record ActivateAccountRequest( String identifier, String password ) {}