Hi,according to documentation the logon require 2 request (which i am able to run successfully) curl -k -X POST https://my-ip/wsg/api/public/v8_1/session --data '{"username":"admin","password":"password"}' -H 'Content-type: application/json'this ret...