curl --location 'https://gateway.erpconnector.ca/api/RelationalDatabase/ExecuteQuery' \
--header 'COMPANY_ID: 2' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '"select * from INFORMATION_SCHEMA.TABLES"'{}