Basic Auth Encoding

To fetch a token, you need to use Basic Auth and Base64 to encode the credentials. For example, you could use the following script to encode the Basic Auth credentials:

CLIENT_ID="your_client_id"
CLIENT_SECRET="your_client_secret"