add
Project
fun addProject(logoPic: String, projectTitle: String, members: List<String>): <Error class: unknown class>
Function to execute the request to add a new project
Return
the result of the request as JSONObject
Parameters
logoPic
: the project logo
projectTitle
: the name of the project
members
: the members of the project