curl --location --request POST 'https://api-octane.telcoinabox.com.au/tiabwsv2/UtbOrder' \
--header 'Content-Type: text/xml; charset=utf-8' \
--data-raw '<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Body>
<ord:orderCreate xmlns:ord="http://order.frontend.ws.utilibill.com.au/">
<login>
<userName>username</userName>
<password>password</password>
</login>
<createRequest>
<custNo>74786524</custNo>
<orderType>SRVC_ORD</orderType>
<orderAction>CHANGE_WME_SIM</orderAction>
<orderItems>
<wmeChangeSIMReqItem>
<lineSeqno>1</lineSeqno>
<newSIM>56789412</newSIM>
<esim>false</esim>
<qrCode>false</qrCode>
</wmeChangeSIMReqItem>
</orderItems>
</createRequest>
</ord:orderCreate>
</soapenv:Body>
</soapenv:Envelope>'