I’m trying to communicate with my NodeMCU from tasker, but I get 401 error (in the log file of the task). I want to send some data to switch a relay, basically {true/fasle} statements. I attached also 2 screenshots with my current setup. For Content-Type, there’s no application/json option - which i found to be a problem for other persons.
Finally, I solved the problem. It seems that it was a problem with the generated token. Also, for tasker users, you can manually write in the content type, application/json and it’s working.