username:password
Authorization: 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 'Content-Type: application/xml' \ --header 'Authorization: Basic Og==' \ --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>'
{}