The documentation of the api uses curl to show how to obtain a topken:
curl http://localhost:1880/auth/token --data 'client_id=node-red-admin&grant_type=password&scope=*&username=admin&password=password'
Now I would like to run this from a browser. Can someone help me to convert the example to a URL with method=post?
Thanks