token: ********************{
"relates": [
{
"switch_script_id": 1,
"node": "eth0"
}
]
}curl --location --request PUT '/admin/switchs/scripts//relate' \
--header 'token: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"relates": [
{
"switch_script_id": 1,
"node": "eth0"
}
]
}'{
"success": true
}