Properties
session_id(number): The session ID to generate a token for.template(string, optional): Name of the JWT template to use. If not provided, ‘default’ template will be used.
Request body for generating a JWT token
session_id (number): The session ID to generate a token for.template (string, optional): Name of the JWT template to use. If not provided, ‘default’ template will be used.