access-token: ********************curl --location '/admin/switchs/port//getMacAddress' \
--header 'access-token: <api-key>'{
"success": true,
"data": [
{
"mac_address": "00:11:22:33:44:55",
"switch_id": 1,
"switch_port_id": 1
}
]
}