Create a new collection
Create a new collection and automatically add the creating user
to it.
This endpoint allows authenticated users to create a new collection
with a specified name and optional description. The user creating
the collection is automatically added as a member.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
X-API-Key
Request
This endpoint expects an object.
name
The name of the collection
description
An optional description of the collection
Response
Successful Response
results