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