createTeam

fun createTeam(title: String, logoPic: String, description: String, members: List<String>): JSONObject

Function to execute the request to create a team

Return

the result of the request as JSONObject

Parameters

title

: title of the team

logoPic

: the logo of the team

description

: description of the team

members

: list of the members in the team