Authorization: Bearer ********************openidoffline_accessprofileemailcurl --location --request PUT 'https://api.belga.press/belgapress/api/users//tags//settings/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"muted": true,
"destinations": [
{
"format": "DESKTOP"
}
],
"scheduled": {
"destinations": [
{
"format": "DESKTOP"
}
],
"intervals": [
{
"days": [
"MONDAY"
],
"time": "string"
}
],
"muted": true
},
"type": "GET_ALL"
}'{
"muted": true,
"destinations": [
{
"format": "DESKTOP",
"id": 0
}
],
"id": 0,
"scheduled": {
"destinations": [
{
"format": "DESKTOP",
"id": 0
}
],
"id": 0,
"intervals": [
{
"days": [
"MONDAY"
],
"time": "string"
}
],
"muted": true
},
"tag": {
"id": 0,
"image": "string",
"name": "string",
"subscribed": true,
"type": "LABEL"
},
"type": "GET_ALL"
}