Authorization: ********************
{
"new_article_sid": 0
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/newsroom/getnewsarticlebyid' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"new_article_sid": 0
}'
{
"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"
}
}