authorization: ********************{
"name": "string",
"contacts": [
"string"
]
}curl --location --request POST '//groups' \
--header 'authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"contacts": [
"string"
]
}'{
"groupId": "string",
"groupIdClient": "string",
"name": "string",
"contacts": [
"string"
],
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z",
"id": 0,
"instanceId": "string"
}