Authorization: ********************
{
"image": {
"uuid": "string",
"new_article_sid": 0,
"content": "string",
"download_url": "string",
"image_reference_id": "string",
"image_type": "string",
"temp_id": "string"
}
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/newsroom/uploadnewsarticleimage' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"image": {
"uuid": "string",
"new_article_sid": 0,
"content": "string",
"download_url": "string",
"image_reference_id": "string",
"image_type": "string",
"temp_id": "string"
}
}'
{
"image": {
"uuid": "string",
"new_article_sid": 0,
"content": "string",
"download_url": "string",
"image_reference_id": "string",
"image_type": "string",
"temp_id": "string"
}
}