Authorization: ********************
{}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/wfm/listskills' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"skills": [
{
"skill_sid": 0,
"client_skill_type": "AGENT_SKILL",
"name": "string",
"delete_date": "1s",
"client_skill_sid": 0,
"proficiency": 0
}
]
}