token: ********************{
"node": "none",
"block_id": [
0
],
"address_id": [
0
]
}curl --location '/admin/servers//usable_devices?get_source=1' \
--header 'token: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"node": "none",
"block_id": [
0
],
"address_id": [
0
]
}'{
"success": true,
"switch_list": [
{
"key": 0,
"label": "string"
}
]
}