Authorization: Bearer ********************
{
"title": "string",
"category_id": 0
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/scorecards/scorecards/getcategory' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "string",
"category_id": 0
}'
{
"category": {
"category_type": "INVALID",
"author_id": "string",
"title": "string",
"description": "string",
"version": 0,
"call_types": [
"INBOUND"
],
"is_system": true,
"category_id": 0,
"skill_profiles": [
0
],
"skill_profile_group_sids": [
0
]
}
}