Authorization: ********************curl --location --request POST '/journalists//portfolio/newsobjects' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"newsobjectUuids": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}'[
{
"id": 0,
"journalistId": 0,
"uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f",
"type": "string",
"language": "string",
"title": "string",
"lead": "string",
"mediumType": "ANALYSIS",
"mediumTypeGroup": "PRINT",
"order": 0,
"publishDate": "2019-08-24T14:15:22.123Z",
"source": {
"country": "string",
"id": 0,
"language": "string",
"logo": "http://example.com",
"mainSource": true,
"name": "string",
"publisher": "string",
"sourceGroup": "NEWSPAPERS",
"sourceGroupId": 0,
"subSourceGroups": [
{
"id": 0,
"mediumTypeGroupId": 0,
"nrSubSources": 0
}
]
},
"sourceGroup": "NEWSPAPERS",
"sourceLogo": "string",
"subSource": "string",
"thumbUrl": "string",
"topics": [
{
"id": 0,
"content": {
"nl": {
"tagId": 0,
"title": "string"
},
"fr": {
"tagId": 0,
"title": "string"
},
"en": {
"tagId": 0,
"title": "string"
}
},
"category": "SOCIETY_ENVIRONMENT",
"thumbUrl": "string",
"coverUrl": "string"
}
]
}
]