username:password
Authorization: Basic *****************
curl --location --request GET 'https://benzine.telcoinabox.com/tiab/api/v2//order?custNo&serviceNumber&orderStatus&orderSubStatus&orderType&productType&orderStartDate&orderEndDate' \
--header 'Authorization: Basic Og=='
[
{
"orderId": "string",
"orderType": "string",
"orderSubType": "string",
"customerPreferredDate": "string",
"providerOrderId": "string",
"externalReference": "string",
"orderStatus": "string",
"orderSubStatus": "string",
"orderExternalStatus": "string"
}
]