Scripting api/cloud/goodcloud/set - Not working

I’m scripting some configuration changes through a simple console application. Everything from firmware upgrade to disabling AP’s has worked well so far. I’m now attempting to enable Good Cloud which works fine from the router’s GUI, but when I attempt the same POST request from my console application, I get a success status code, but it doesn’t actually enables the service. Any reason why this shouldn’t work from outside the GUI?

POST: http://192.168.8.1/cgi-bin/api/cloud/goodcloud/set
cloud_enable: true
serverzone: America
check_status: true
rtty_ssh: 1
rtty_web: 1

Should it be this one
https://dev.gl-inet.com/api/#api-Cloud-PostCloudCtrlSet

Thank you, this method does work from postman, but does not work from my application for some reason. I’m not sure why. Thats an unrelated issue though.