This takes in one argument(project name) and allows the user to create a new SigmaStudio+ project with the given name. This API returns the SSPResult.
SSPResult CreateNewPorject(string projectName)
SSPResult contains 'IsSuccess' flag and 'Message' information of CreateNewProject action.