Hi All,
I am trying to format the following curl request.
curl -X POST https://node02.myqtthub.com/login 56 -d ‘{“clientId” : “YourAdminClientId”, “userName” : “YourUsername”, “password” : “aPassword”, “cleanSession” : false }’
I have tried to follow Erel's examples without success.
Below...