curl --location --request GET 'https://api-octane.telcoinabox.com.au/tiabwsv2/api/v2//order?custNo&serviceNumber&orderStatus&orderSubStatus&orderType&productType&orderStartDate&orderEndDate' \
--header 'Authorization: Basic <encoded-value>'[
{
"orderId": "string",
"orderType": "string",
"orderSubType": "string",
"customerPreferredDate": "string",
"providerOrderId": "string",
"externalReference": "string",
"orderStatus": "string",
"orderSubStatus": "string",
"orderExternalStatus": "string"
}
]