curl --location --request POST 'https://api-octane.telcoinabox.com.au/tiabwsv2/api/v1/service/orders/terminate' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderType": "Terminate",
"subOrderType": "Disconnect",
"service": {
"custNo": 0,
"csn": "nbn-tc4"
},
"custReqDate": "2019-08-24T14:15:22Z",
"terminationReason": "string"
}'{
"orderId": "string",
"success": true
}