CreateAPIKey creates a new API key for the specified owner Parameters: - ctx: The context for the operation - name: Name of the API key - ownerID: ID of the key owner - scopes: List of permission scopes - expiresAt: Expiration time for the key Returns: - *model.APIKey: The created API key - error:
(ctx context.Context, name, ownerID string, scopes []string, expiresAt time.Time)
source not stored for this graph (policy: none)