https://github.com/SAP-samples/cloud-btp-cli-api-codejam/blob/main/exercises/07-core-services-api-call/README.md
With your new jq filtering skills, tease out these two values to have a look at them.
👉 First, have a look at the base URL:
jq --raw-output .credentials.endpoints.entitlements_service_url cis-central-sk.json
This doesn't work for me - I get null. There is no credentials level in my cis-central-sk.json. endpoints is the at the root. I had to change the command.


