addProject
open fun addProject(name: String, logo: MultipartFile, members: ArrayList<String>, projectId: String, authorId: String): JSONObject
Method to add a new project
Return
the details of the new project created as JSONObject
Parameters
name
: the name of the project
logo
: the logo of the project
projectId
: the project identifier
authorId
: the author identifier
members
: the members of the project