CreateGroup
Last updated
Last updated
POST /groups/createGroup?id=id HTTP/1.1
Host: base_url
Content-Type: application/json
Accept: */*
Content-Length: 115
{
"groupName": "Group Testing 2",
"participants": [
"[email protected]",
"[email protected]"
]
}