<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:reef="http://reefertrack.api.service.ctos3.nbport.com/">
<soapenv:Header/>
<soapenv:Body>
<reef:invoke>
<!--Optional:-->
<reef:applyData>?</reef:applyData>
</reef:invoke>
</soapenv:Body>
</soapenv:Envelope>curl --location --request POST '/api/reefertrackapi?applyData' \
--header 'Content-Type: application/xml' \
--data-raw '<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:reef="http://reefertrack.api.service.ctos3.nbport.com/">
<soapenv:Header/>
<soapenv:Body>
<reef:invoke>
<!--Optional:-->
<reef:applyData>?</reef:applyData>
</reef:invoke>
</soapenv:Body>
</soapenv:Envelope>'"string"