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