username:passwordAuthorization: Basic *****************<?xml version="1.0" encoding="UTF-8"?>
<message>
<head>
<version>1.0</version>
<serviceType>OriginalService</serviceType>
</head>
<body>
<appId>A1</appId>
</body>
</message>curl --location --request POST 'https://192.168.120.6/auth/getRandom' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/xml' \
--data-raw '<?xml version="1.0" encoding="UTF-8"?>
<message>
<head>
<version>1.0</version>
<serviceType>OriginalService</serviceType>
</head>
<body>
<appId>A1</appId>
</body>
</message>'{}