create Collection

open fun createCollection(userId: String, collectionId: String, color: String, title: String, description: String, links: List<String>)

Method to create a collection

Parameters

userId

The owner of the collection

collectionId

The identifier of the collection

color

The color of the collection

title

The title of the collection

description

The description of the collection

links

The links to attach to the collection