Hi guys, I need some help to diagnose an issue I have with POST JSON data of my station. Here is my request:
body: "{"observations":[{"station":0,"temp":23.1}]}"
and i get
body: "ERROR: no params"
Is my JSON format correct? I'm using Node-Red to compile the message and post it.