{ "positions": [ 1, 2, 3 ], "mac": { "mode": 1, "mac": "00:11:22:33:44:55" } }
curl --location -g --request POST 'http://localhost/v2/change_mac_address' \ --header 'Content-Type: application/json' \ --data-raw '{ "positions": [ 1, 2, 3 ], "mac": { "mode": 1, "mac": "00:11:22:33:44:55" } }'
{ "status": true, "msg": "Sent change MAC successfully! Please wait up to 15s to effect!" }