createCollection
fun createCollection(color: String, title: String, description: String, links: List<String>): JSONObject
Function to execute the request 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