To AUTHENTICATE
============
Command: curl -XPOST -H "Content-Type:application/x-www-form-urlencoded" -d "grant_type=client_credentials&client_id=<client-id>&client_secret=<client-secret>&scope=token" https://id.sophos.com/api/v2/oauth2/token
 
 
To FIND YOUR TENANT ID
===================
Command: curl.exe -XGET -H "Authorization: Bearer <jwt>" https://api.central.sophos.com/whoami/v1
 
 
To LIST ENDPOINTS
==============
Command: curl.exe -XGET -H "Authorization: Bearer <jwt>" -H "X-Tenant-ID: <tenant-id>" <data-region>/endpoint/v1/endpoints