Last updated 2 years ago
Was this helpful?
/groups/createGroup
id
curl -L \ --request POST \ --url 'https://base_url/groups/createGroup?id=id' \ --header 'Content-Type: application/json' \ --data '{ "groupName": "Group Testing 2", "participants": [ "[email protected]", "[email protected]" ] }'
No body