curl --location --request GET 'https://api.cash-in.com/v2/invoicepaymentcontrol?fromInvDate&toInvDate' \
--header 'X-Api-Key: <api-key>'[
{
"UniqueIdentifier": "string",
"InvoiceNumber": 0,
"PaymentReference": "string",
"InvoiceDate": "2019-08-24T14:15:22.123Z",
"InvoiceNetAmount": 0,
"InvoiceTaxAmount": 0,
"InvoiceTotalAmount": 0,
"Currency": "string",
"TransferredToPaymentControl": 0,
"TransferDate": "2019-08-24T14:15:22.123Z",
"FinancialInvoiceId": 0,
"FinancialTotalAmount": 0,
"FinancialInvoiceGuid": "string"
}
]