I'm trying to build a PHP function to get a user loging link in PHP.
The user/pass method works very well
function getLinkUrlWithUser($account, $username, $password, $server){
$url = "https://" . $server . ":8443/api/v2/cli/admin/call";
$request = array("params" =>...