Hey, I see this Pilot needs a pro tip... here we go!
- **Hint 1:** Same request as in previous exercise, but pointing to a /carlist endpoint
- **Hint 2:** One easy technique is to reference just the token from the JSON array that represents the value of the key you've splitted in the previous exercise. That can be done adding the square brackets with the positional index of the value you need in a variable pointing to the previous action response key name. And remember that numbering starts at 0...
- **Hint 3:** The Bearer Authentication is a type of API key authentication, passed as Header with a key name of Authorization and Bearer as Header Value Prefix ...and the token, of course