{
  "header": {
    "alg": "HS256",
    "typ": "JWT"
  },
  "payload": {
    "sub": "sample-user-01",
    "name": "Example User",
    "role": "demo",
    "iss": "novus-examples",
    "iat": 1767225600,
    "exp": 1798761600,
    "note": "SAMPLE TOKEN \u2014 signed with a public example secret. Not for production."
  },
  "signatureAlgorithm": "HS256",
  "secret": "a-string-secret-at-least-256-bits-long",
  "note": "Sample only. This token is signed with a public secret so it can be verified; it grants nothing and must never be used in production."
}
