I get this message when using the login api: `Please use HTTP POST to authenticate using this API` Code: ``` cloudstack.exec('login', { username: 'user', password: 'password' }, function(error, result) { if (error) { console.log(error); } console.log(result); }); ```
I get this message when using the login api:
Please use HTTP POST to authenticate using this APICode: