Generates an authorization token for the specified group.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The slug of the organization or user account.
The name of the group.
Expiration time for the token (e.g., 2w1d30m).
Authorization level for the token (full-access or read-only).
full-access, read-only Additional context such as claims required for the token.
The permissions for the token.
Successful response
The generated authorization token (JWT).