curl --location --request POST 'https://benzine.telcoinabox.com/tiab/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>554433</custNo>
<orderType>SRVC_ORD</orderType>
<orderAction>ADD_WME_NEW</orderAction>
<custReqDate>2042-06-01T12:37:09</custReqDate>
<providerOrderId>123456</providerOrderId>
<orderItems>
<WmeNewDataPoolReqItem>
<poolName>Sales Team Data Pool</poolName>
<department>Sales Team</department>
<planNo>123456</planNo>
<notificationEmail>customer@email.com</notificationEmail>
<serviceNotes>New Data Pool</serviceNotes>
</WmeNewDataPoolReqItem>
</orderItems>
</createRequest>
</ord:orderCreate>
</soapenv:Body>
</soapenv:Envelope>'