Authorization: ********************curl --location 'https://api.belga.press/belgapress/api/newsrooms//pressreleases//pickups' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"newsobjectUuids": [
"string"
]
}'{
"pickups": [
{
"uuid": "string",
"title": "string",
"publishDate": "2019-08-24T14:15:22.123Z",
"source": "string",
"sourceLogo": "http://example.com",
"mediumType": "ANALYSIS",
"mediumTypeGroup": "PRINT"
}
]
}