curl --location --request POST 'https://api-octane.telcoinabox.com.au/tiabwsv2/UtbMobile' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: text/xml; charset=utf-8' \
--data-raw '<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:mob="http://mobileservice.frontend.ws.utilibill.com.au/" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Body>
<mob:getProductCatalogue>
<login>
<userName>username</userName>
<password>password</password>
</login>
<wmeCatalogueRequest>
<buIdPub>TIAB</buIdPub>
</wmeCatalogueRequest>
</mob:getProductCatalogue>
</soapenv:Body>
</soapenv:Envelope>'<?xml version='1.0' encoding='UTF-8'?>
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Header />
<S:Body>
<ns2:getProductCatalogueResponse xmlns:ns2="http://mobileservice.frontend.ws.utilibill.com.au/">
<return>
<catalogue>
<wmePlans>
<wmePlan>
<productClassifications>
<productClassification>
<featureProducts>
<featureProduct>
<allowModify>true</allowModify>
<featureSettings />
<requiresSettings>false</requiresSettings>
<productDesc>GPRS Basic Service</productDesc>
<productCode>GPRS</productCode>
<sendOnActivation>false</sendOnActivation>
</featureProduct>
<featureProduct>
<allowModify>true</allowModify>
<featureSettings>
<featureSetting>
<allowModify>true</allowModify>
<allowOtherValue>false</allowOtherValue>
<featureSettingValues>
<featureSettingValue>
<isDefault>true</isDefault>
<value>1</value>
<valueDesc>mdata.net.au</valueDesc>
</featureSettingValue>
</featureSettingValues>
<settingCode>APNID</settingCode>
<settingDesc>APN</settingDesc>
</featureSetting>
<featureSetting>
<allowModify>true</allowModify>
<allowOtherValue>false</allowOtherValue>
<featureSettingValues>
<featureSettingValue>
<isDefault>true</isDefault>
<value>1</value>
<valueDesc>Enhanced QoS Profile ID</valueDesc>
</featureSettingValue>
</featureSettingValues>
<settingCode>prmEQ</settingCode>
<settingDesc>eQuality of Service Profile</settingDesc>
</featureSetting>
<featureSetting>
<allowModify>true</allowModify>
<allowOtherValue>false</allowOtherValue>
<featureSettingValues>
<featureSettingValue>
<isDefault>false</isDefault>
<value>1</value>
<valueDesc>Roaming is not possible</valueDesc>
</featureSettingValue>
<featureSettingValue>
<isDefault>true</isDefault>
<value>2</value>
<valueDesc>Roaming possible</valueDesc>
</featureSettingValue>
</featureSettingValues>
<settingCode>VPLMN</settingCode>
<settingDesc>VPLMN Indicator</settingDesc>
</featureSetting>