Can you please help me with how to authenticate account level rest apis?
curl --request GET https://accounts.cloud.databricks.com/api/2.0/accounts/{account_id}/usage
I use Permanent Access Token to authenticate workspace APIs but it's not working for workspace APIs which is not
In documentation, username and password was mentioned but I believe the username, password method to authenticate is deprecated now.
How to generate account access token, which I can pass in header as Authorization key.