This endpoint is used to create a collection for a user
POST
/api/collections/createAuthorization
AuthorizationBearer token (JWT) · headerrequiredHeader parameters
x-organization-idstringTarget organization id. Defaults to the caller's personal organization when omitted.
Request body
requiredapplication/jsontitlestringrequiredThe title of the collection (letters and spaces only)
Responses
201Created
any400Bad Request
any500Internal Server Error
any