PersonalAccessToken
Represents a personal access token in the API.
- createdType: stringFormat: date-time
Utc requiredWhen this token was created (UTC).
- expiresType: stringFormat: date-time
Utc requiredWhen this token expires (UTC).
- idType: stringrequired
Unique identifier for this token.
- nameType: null | string
Optional friendly name for the token.
- statusType: null | string
Current status of the token: "active", "expired", or "revoked".