Reboot Phone
MAC address.
OK
const response = await fetch('https://HOSTNAME:8887/api/phones/{mac}/reboot', { method: 'POST', headers: {}, }); const data = await response.json();