curl --location --request POST 'https://benzine.telcoinabox.com/tiab/api/v1/service/orders/cancel' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderType": "Terminate",
"subOrderType": "Disconnect",
"orderId": "string"
}'{
"orderId": "string",
"success": true
}