Create collection
**What:** Create a new empty collection. Blank/omitted name auto-names `My Collection N`.
**Auth:** Bearer token required.
**Body (JSON):**
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
| name | string | no | Title, trimmed, capped at 60 chars. Blank = `My Collection N`. | `Sci-Fi Night` |
**Returns:** `data = card` (201).
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
name
Response
Created
ok
data
Errors
401
Unauthorized Error

