curl --location --request POST 'https://benzine.telcoinabox.com/tiab/api/v2/service/orders/terminate' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderType": "Terminate",
"subOrderType": "Disconnect",
"service": {
"custNo": 123456,
"csn": "123456789"
},
"terminationReason": "No Longer Required"
}'{
"orderId": "string",
"success": true
}