Authorization: ********************
{
"org_id": "string",
"field_mask": "string"
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/org/preferences/scorecards/get' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"org_id": "string",
"field_mask": "string"
}'
{
"scorecards_preferences": {
"org_id": "string",
"call_sample_percentage": 0,
"max_user_evaluations": 0,
"evaluation_interval": "EVALUATION_INTERVAL_DAY_UNSPECIFIED"
}
}