Authorization: Bearer ********************curl --location --request PUT 'http://api.cephisso.dev/ords/cephisso_system/v1//scorecard-criteria/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"calculation_method": "string",
"cephisso_platform_accounts_id": "string",
"data_lineage": "string",
"description": "string",
"metadata": "string",
"possible_points": "string",
"related_information_schema": "string",
"scorecard_sections_id": "string",
"title": "string",
"udfs": "string"
}'{}