How to put Group in created project by custom functions

How to put Group in created project by custom functions


How to put Group in created project by CRM custom functions


My Code

My Code

ProjectName=((((input.AccountName) + " ") + year(today)) + " ") + input.DealType;

URLSPostProj=" https://projectsapi.zoho.com/restapi/portal/[Portal ID]/projects/?authtoken=[AuthToken]&scope=ZohoProjects";
mappings=map();
mappings.put("name",ProjectName);
mappings.put("template_id","1115954000000075429");

URLSPostProjExa = postUrl(URLSPostProj,mappings);
-----------------

The Project is add Grouped in my created Group