Get all JWT templates for the deployment
JWT Bearer token authentication using the Authorization header
Successful response
(i64 formatted as string)
"Default JWT Template"
{
"sub": "{{user.id}}",
"email": "{{user.email}}",
"org_id": "{{user.organization_id}}"
}Token time-to-live in seconds
3600