Authorization: Bearer ********************openidoffline_accessprofileemailcurl --location --request PUT 'https://api.belga.press/belgapress/api/users//settings' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"contentSettings": {
"perPage": 20
}
}'{
"contentSettings": {
"embargoDuration": "P2M4D",
"perPage": 20
},
"kioskSettings": {
"countries": [
"string"
],
"dates": {
"fromDate": "2019-08-24",
"toDate": "2019-08-24"
},
"featureFlags": [
"BOARDS"
],
"languages": [
"NL"
],
"sections": [
{
"name": "NEWSPAPERS",
"newsQuerySuffix": "string"
}
]
}
}