Postman Day 27 - missing the user information end point

My question:
In the Day 27 challenge, I am asked to use a GET request for retrieving the user information, but the only request available is a PUT request from the Good Bank API.

Details (like screenshots):

1 Like

Even I was stuck at this on Day 27 but follow the steps below:

  1. Duplicate PUT Update User Information request to New user workflow folder.
  2. Update PUT to GET.
  3. Update Update User Information to Get User Information.
  4. Change Authorization to Inherit auth from parent.
4 Likes

Thanks for the help buddy, I was really stuck on this one!