Authorization: ********************
{}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/newsroom/getnewsforuser' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"published_article_details": [
{
"published_article_sid": 0,
"news_article_details": {
"new_article_sid": 0,
"title": "string",
"content": "string",
"status": "STATUS_DRAFT",
"date_created": "1s",
"last_edited": "1s",
"author": "string",
"image_reference_id": "string"
},
"date_published": "1s",
"display_to_user": true,
"always_display": true,
"is_client_article": true
}
]
}