I am trying to run a query by using an external API request and I am not able to completed it successfully. I am able to read one data record using GET /v3/company/9341453393776670/customer/2?minorversion=75
but when I change it to GET /v3/company/9341453393776670/query?query=select * from Customer&minorversion=75 it doesn't return the result like it does in the QuickBooks API explorer.
Here is the QB API Documentaion https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/customer
Any help would be appreciated.