Authorization: ********************curl --location 'https://api.belga.press/belgapress/api/newsrooms//coverages' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"language": "NL",
"newsObjectUuids": [
{
"uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f",
"order": 0
}
]
}'[
{
"uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f",
"order": 0,
"language": "NL",
"title": "string",
"type": "NEWS",
"thumbUrl": "string",
"lead": "string",
"mediumType": "ANALYSIS",
"mediumTypeGroup": "PRINT",
"publishDate": "2019-08-24T14:15:22.123Z",
"source": "string",
"sourceLogo": "http://example.com",
"subSource": "string"
}
]