Challenge on ,
Call an HTTP API with curl: Processing JSON Responses with jq
Practice one of the most common command-line combinations for HTTP API access: fetch a JSON response with curl and pipe it into jq to pretty print, reshape, or get only the relevant parts.