username:password
Authorization: Basic *****************
{
"custno": 554433,
"id": 1,
"lineseqno": 123456
}
curl --location --request POST 'https://benzine.telcoinabox.com/tiab/api/v1/datapool/disconnect' \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic Og==' \
--data-raw '{
"custno": 554433,
"id": 1,
"lineseqno": 123456
}'
{
"success": true,
"successMessage": "Order to disconnect the service has now been created",
"orderId": 157406
}