curl -XPOST -d '' -k -u "$key":"$secret" "https://$opnsenseIP:port/api/wol/wol/wakeall"
curl -XPOST -d '' -k -u "$key":"$secret" "https://$opnsenseIP:port/api/wol/wol/getHost/$uuid"
#Will trigger an existing uuid:POST /wol/wol/set {uuid: 6def5e9b-ebb5-409d-ab52-912c06be7dc2}#Will trigger a manual/undefined wake:POST /wol/wol/set {wake: {interface: "opt22", mac: "b4:2e:99:30:da:dd"}}#Will add a new host to the list:POST /wol/wol/addHost {host: {interface: "opt22", mac: "b4:2e:99:30:da:dd", descr: "My Hamster"}}