Update a JWT template
JWT Bearer token authentication using the Authorization header
(i64 formatted as string)
JWT template updated successfully
(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