In the API explorer when I click on show query, it shows the API call as:
POST https:///v2/users//devices//led
How do I use this on a different webpage to create a button to operate the led?
I also tried pasting the link after POST on the address bar of my browser with led=1, it says " 401 unauthorized "
Thank you