Authorization: Bearer ********************offline_access-Offline accessopenid-OpenIDprofile-Profileemail-Emailcurl --location --request PUT 'https://api.belga.press/belgapress/api/feeds//publishsettings' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"contactIds": [
0
],
"groupIds": [
0
],
"notificationdefaults": {
"instant": true
},
"organizationIds": [
0
],
"publishLanguage": "EN",
"publishType": "NONE"
}'{
"contacts": [
{
"id": 0,
"firstName": "string",
"lastName": "string",
"email": "user@example.com",
"contactType": "INTERNAL"
}
],
"groups": [
{
"contactAmount": 0,
"id": 0,
"name": "string"
}
],
"includedOrganizations": [
{
"contactAmount": 0,
"id": 0,
"name": "string"
}
],
"notificationDefaults": {
"instant": true
},
"publishLanguage": "EN",
"publishType": "NONE"
}