curl --request POST \
--url https://{server-url}/group/create/{instance} \
--header 'Content-Type: application/json' \
--data '{
"subject": "Test 02",
"description": "optional",
"participants": [
"5531900000000",
"5531900000000"
]
}'
"<any>"
curl --request POST \
--url https://{server-url}/group/create/{instance} \
--header 'Content-Type: application/json' \
--data '{
"subject": "Test 02",
"description": "optional",
"participants": [
"5531900000000",
"5531900000000"
]
}'
"<any>"
Successful response
The response is of type any
.