/api/v1/auth/keys/default endpoint.
Headers
Bearer token (JWT) from OAuth2 login
Path Parameters
The ID of the API key to set as default
Response
Unique identifier for the API key
First few characters of the API key
Optional name for the API key
ISO 8601 timestamp of creation
Whether the key is currently active
Now set to true for this key
Encrypted version of the full key
Version of encryption used
Automatic Clearing: Setting a new default automatically clears the 
is_default flag from any other API keys. Only one key can be the default at a time.You can only set your own API keys as default. Attempting to set another user’s key will result in a 404 error.
The API key must be active to be set as default. Inactive keys cannot be designated as the default key.
Use Case: Set a default key to ensure the same API key is used across your applications. This is especially useful when you have separate keys for development, staging, and production environments.

