access-token: ********************{
"mac": "00:11:22:33:44:55",
"ip": "192.168.1.100"
}curl --location '/admin/switchs//ports//arp/binding' \
--header 'access-token: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"mac": "00:11:22:33:44:55",
"ip": "192.168.1.100"
}'{
"success": true,
"error": "string"
}