Represents a JWT Template in Wacht
id
(string, optional): The unique identifier of the JWT template.name
(string, optional): The name of the JWT template.description
(string, optional): A description of the JWT template.claims
(any, optional): The claims to be included in the JWT.ttl
(number, optional): Token time-to-live in seconds.is_default
(boolean, optional): Indicates if this is the default JWT template.created_at
(string, optional): The timestamp when the JWT template was created.updated_at
(string, optional): The timestamp when the JWT template was last updated.