Create a Collection
Create a new collection for organizing files.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
name
Name of the collection.
description
Optional description of the collection.
Response
The created collection.
id
Unique identifier for the collection.
name
Name of the collection.
created_at
ISO 8601 timestamp when the collection was created.
updated_at
ISO 8601 timestamp when the collection was last updated.
description
Description of the collection.