curl --location --request PUT 'http://api.cephisso.dev/ords/cephisso_system/v1//filings/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"active": "string",
"cephisso_platform_accounts_id": "string",
"data_lineage": "string",
"documents_id2": "string",
"documents_id": "string",
"effective_date": "string",
"end_date": "string",
"filed_date": "string",
"label": "string",
"legal_entities_legal_entity_id": "string",
"legal_entity_identifiers_id": "string",
"legal_entity_statuses_id": "string",
"lei_cdf_status_code": "string",
"metadata": "string",
"udfs": "string"
}'