curl --location --request PUT 'http://api.cephisso.dev/ords/cephisso_system/v1//scorecards/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"cephisso_platform_accounts_id": "string",
"context": "string",
"data_lineage": "string",
"description": "string",
"green_threshold_percent": "string",
"metadata": "string",
"scorecard_categories_id": "string",
"scorecard_contexts_id": "string",
"title": "string",
"udfs": "string",
"uri": "string",
"yellow_threshold_percent": "string"
}'