Authorization: Bearer ********************offline_access-Offline accessopenid-OpenIDprofile-Profileemail-Emailcurl --location --request POST 'https://api.belga.press/belgapress/api/contactgroups' \
--header 'Content-Type: application/json' \
--data-raw '{
"collaboration": {
"organizationIds": [
0
],
"editorIds": [
0
],
"ownerIds": [
0
],
"type": "PRIVATE"
},
"name": "string"
}'{
"collaboration": {
"organizations": [
{
"contactAmount": 0,
"id": 0,
"name": "string",
"type": "INTERNAL"
}
],
"type": "PRIVATE",
"owners": [
{
"userId": 0,
"firstName": "string",
"lastName": "string",
"email": "user@example.com",
"organizationName": "string"
}
],
"editors": [
{
"userId": 0,
"firstName": "string",
"lastName": "string",
"email": "user@example.com",
"organizationName": "string"
}
]
},
"contactAmount": 0,
"id": 0,
"name": "string",
"updateDate": "2019-08-24T14:15:22.123Z"
}