interests_create
POST /interests — Subscribe or unsubscribe from interests
Subscribe or unsubscribe from interest tags in a single call. Pass a updates map of { slug: { subscribed: boolean } } with up to 20 entries. Slugs that are not in the known interest definitions are silently ignored at the name-lookup step (the subscription is still recorded).
⚠️ WRITE operation: this mutates your DC account data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| updates | Yes | Map of interest tag slug → `{ subscribed: boolean }`. Max 20 entries. Keys must match `/^[a-z0-9-]+$/`. |