kubernetes/test/fixtures/pkg/kubectl/cmd/create/tokenreview-v1.json

{
  "apiVersion": "authentication.k8s.io/v1",
  "kind": "TokenReview",
  "spec": {
    "token": "test-token"
  }
}