create Collection

suspend fun createCollection(color: String, title: String, description: String, links: List<String>): JsonObject

Method to create a collection

Return

the result of the request as JsonObject

Parameters

color

: color of the collection

title

Title of the collection

description

: description of the collection

links

: list of links shared in a collection