curl --request POST \
--url https://ota-int.axisdata.net:9443/bookcancel \
--header 'Content-Type: application/xml' \
--data '<OTA_CancelRQ xmlns="http://www.opentravel.org/OTA/2003/05" Version="2008.1" CancelType="Quote">
<!-- CancelType can be "Quote" to do the valuation and "Commit" to push and confirm the cancellation)-->
<POS>
<Source>
<RequestorID Instance="MF001" ID_Context="AxisData" ID="TST1" Type="22"/>
</Source>
<Source>
<RequestorID Type="88" ID="TST1" MessagePassword="TST1password?"/>
</Source>
</POS>
<UniqueID Type="36" ID="test_xxx" ID_Context="Client"/>
</OTA_CancelRQ>'