curl --location --request GET 'https://benzine.telcoinabox.com/tiab/api/v1/service/orders?serviceNumber=1234567890&orderCustNo=123456&orderStatus=IN_PROGRESS&orderType=New&orderProductType=NBN&orderStartDate=2025-07-01&orderEndDate=2025-08-01' \
--header 'Authorization: Basic <encoded-value>'
{
"success": true,
"errorMessage": "string",
"orders": [
{
"orderID": "string",
"custNo": "string",
"orderType": "New",
"orderStatus": "Acknowledged",
"productType": "NBN (Superloop)",
"submittedDate": "2019-08-24T14:15:22Z",
"csn": "string"
}
]
}