$ curl -X POST -s --location
https://kc-test.example.com/auth/realms/master/protocol/openid-connect/token --header 'Content-Type: application/x-www-form-urlencoded' --header 'Authorization: Basic BASE64usernamePass' --data-urlencode grant_type=password --data-urlencode client_id=admin-cli --data-urlencode username=admin --data-urlencode password=TestKCAdminPass
{"error":"unauthorized_client","error_description":"Invalid client or Invalid client credentials"}
```