package identity type CheckAccessRequestDTO struct { URL string `json:"url"` Service string `json:"srv"` } type CheckAccessResponseDTO struct { }