Create token
Create a new authentication token for the authenticated account with custom
name and expiration duration.
Request
Token creation request
expiry_duration
Duration in seconds from now until expiration (1 min to 1 year).
name
User-friendly name for the JWT token.
token_type
Type of token to create.
Response
Token created successfully
api_token
The token metadata
token
The generated JWT token