Problem with Rule Machine 5.1 HTTP Post

Hello all, just need a sanity check. I am using (the amazing) starling hub with my nest and am trying to send a HTTP Post to set nest status home / away - I tested this via command line and I have other non hubitat scripts where I know this is properly formated but I can't figure out why it's not working (nor does it seem does anything show up in the logs despite enabling all logging in rule machine)

HTTP Post: http://192.168.1.210:3080/api/connect/v1/devices/XXXXX?key=XXXXX

type is json

body:

{"homeState": true }

thanks

Do you get any logs if you hit "Run Actions" from inside the rule?

No, which also makes no sense

Is the POST the only action in the rule? It would help to see the full rule. You could obfuscate the API keys.