curl --location 'https://gateway.erpconnector.ca/api/QuickBooks/QBOAuth/ExecuteRawSQL/0' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '"select * from Invoice WHERE TxnDate >= '\''2024-07-17'\''"'