<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wec="http://wechat.api.service.ctos3.nbport.com/">
<soapenv:Header/>
<soapenv:Body>
<wec:listCtnDoorWorkItem>
<!--Optional:-->
<applyData> {
"truckNo":"T02"
}</applyData>
</wec:listCtnDoorWorkItem>
</soapenv:Body>
</soapenv:Envelope>
curl --location --request POST '/api/changeDoorApi' \
--header 'Content-Type: application/xml' \
--data-raw '<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wec="http://wechat.api.service.ctos3.nbport.com/">
<soapenv:Header/>
<soapenv:Body>
<wec:listCtnDoorWorkItem>
<!--Optional:-->
<applyData> {
"truckNo":"T02"
}</applyData>
</wec:listCtnDoorWorkItem>
</soapenv:Body>
</soapenv:Envelope>'