curl --location --request PATCH 'http://api.cephisso.dev/ords/cephisso_system/v1//goals/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"boards_id": "string",
"capital_dimension": "string",
"cephisso_platform_accounts_id": "string",
"data_lineage": "string",
"goal_achieved_date": "string",
"goal_statuses_id": "string",
"goal_target_date": "string",
"goal_types_id": "string",
"importance": "string",
"legal_entities_id": "string",
"metadata": "string",
"priority": "string",
"title": "string",
"udfs": "string"
}'