curl --location --request PUT 'http://api.cephisso.dev/ords/cephisso_system/v1//news/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"body": "string",
"capital_dimension": "string",
"cephisso_platform_accounts_id": "string",
"data_lineage": "string",
"families_id": "string",
"legal_entities_id": "string",
"metadata": "string",
"news_categories_id": "string",
"news_date": "string",
"people_id": "string",
"source": "string",
"title": "string",
"udfs": "string"
}'