📄️ Authenticate with client credentials
This endpoint is used to obtain a bearer token for authenticating subsequent requests to the API. The 'client_id' and 'client_secret' are credentials that uniquely identify the client making the request. The grant_type should always be 'client_credentials', and the scope should include 'openid' to indicate the use of OpenID Connect for authentication.