I’m sure it’s possible but I’m struggling with the how.
I’m trying to figure out how to make a http post request but include a devices attribute. In my case, posting to influx db.
In linux we’d do something like this with curl
$ curl -i -XPOST "http://localhost:8086/write?db=mydb" --data-binary 'mymeas,mytag=1 myfield=90 1463683075000000000'