AcceptInvitation.java

package access.model;

public record AcceptInvitation(String hash, Long invitationId) {
}