Authorization: ********************{
    "non_skill_activity": {
        "non_skill_activity_sid": 0,
        "name": "string",
        "description": "string",
        "datetime_set_to_inactive": "1s",
        "red": 0,
        "green": 0,
        "blue": 0,
        "transparency": 0,
        "inherited_from_entity": {
            "parent_sid": 0,
            "parent_type": "CALL_CENTER_NODE"
        }
    }
}curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/wfm/updatenonskillactivity' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "non_skill_activity": {
        "non_skill_activity_sid": 0,
        "name": "string",
        "description": "string",
        "datetime_set_to_inactive": "1s",
        "red": 0,
        "green": 0,
        "blue": 0,
        "transparency": 0,
        "inherited_from_entity": {
            "parent_sid": 0,
            "parent_type": "CALL_CENTER_NODE"
        }
    }
}'{}