Authorization: ********************{
    "from_hunt_group_sid": 0,
    "to_hunt_group_sid": 0,
    "web_link": {
        "web_link_sid": 0,
        "name": "string",
        "description": "string",
        "link_type": "WEB_LINK_TYPE_UNSPECIFIED",
        "order": 0,
        "base_url": [
            {
                "key_type": "WEB_LINK_COMPONENT_KEY_TYPE_UNSPECIFIED",
                "value": "string"
            }
        ],
        "parameters": [
            {
                "key": "string",
                "components": [
                    {
                        "key_type": "WEB_LINK_COMPONENT_KEY_TYPE_UNSPECIFIED",
                        "value": "string"
                    }
                ]
            }
        ]
    }
}curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/org/huntgroup/copyhuntgroupweblink' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "from_hunt_group_sid": 0,
    "to_hunt_group_sid": 0,
    "web_link": {
        "web_link_sid": 0,
        "name": "string",
        "description": "string",
        "link_type": "WEB_LINK_TYPE_UNSPECIFIED",
        "order": 0,
        "base_url": [
            {
                "key_type": "WEB_LINK_COMPONENT_KEY_TYPE_UNSPECIFIED",
                "value": "string"
            }
        ],
        "parameters": [
            {
                "key": "string",
                "components": [
                    {
                        "key_type": "WEB_LINK_COMPONENT_KEY_TYPE_UNSPECIFIED",
                        "value": "string"
                    }
                ]
            }
        ]
    }
}'{}