Unlock this challenge:
Why are we returning the IRI of the logged-in user in the Location header instead of just sending the whole user object as JSON?
Location
To let the frontend do its own thing with user data
To make authentication less complicated
Because it's more in line with RESTful vibes
To save on bandwidth