curl --location --request PUT 'http://api.cephisso.dev/ords/cephisso_system/v1//legal-entity-identifiers/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"cephisso_platform_accounts_id": "string",
"data_lineage": "string",
"description": "string",
"end_date": "string",
"legal_entities_id": "string",
"legal_entity_identifier_schemes_id": "string",
"legal_entity_identifiers_id": "string",
"legal_entity_identifier": "string",
"legal_jurisdictions_id": "string",
"metadata": "string",
"people_id": "string",
"start_time": "string",
"title": "string",
"udfs": "string"
}'