curl --location --request GET 'https://api.cash-in.com/v2/invoicedeliveryinfo?invoiceNumber&fromInvDate&toInvDate&fetchAll&fetchType' \
--header 'X-Api-Key: <api-key>'[
{
"InvoiceNo": 0,
"Printed": "",
"InvoiceDate": "2024-01-01",
"DueDate": "",
"DateSaved": "",
"ExportStatus": 0,
"ExportDate": "",
"PrintDate": "",
"FileUrl": "",
"DeliveryType": "",
"DeliveryStatus": "",
"DeliveryDate": "",
"DeliveryInfo": "",
"FileName": "",
"DeliveryInfoDate": "",
"IPostDeliveryPagesQty": 0
}
]