Authorization: Bearer YOUR_TOKEN
Expected Behavior:
- On success, the system returns detailed usage data for the organisation.
- If the request is unauthorized, the system will return an authentication error.
curl -X GET 'https://api.pinghome.io/customer-query/v1/org/usage' \
-H 'Authorization: Bearer YOUR_TOKEN'