curl --location --request PATCH 'http://api.cephisso.dev/ords/cephisso_system/v1//bods-annotations/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"bods_statements_id": "string",
"cephisso_platform_accounts_id": "string",
"created_by_name": "string",
"created_by_uri": "string",
"creation_date": "string",
"data_lineage": "string",
"description": "string",
"metadata": "string",
"motivation": "string",
"people_id": "string",
"statement_pointer_target": "string",
"transformed_content": "string",
"udfs": "string",
"url": "string"
}'