Hey everyone! ๐
I'm working through the Lucio AI job application puzzle at https://workwithus.lucioai.com/ and need help figuring out the next step.
So far:
I sent a GET request to /get-started and got the initial welcome message.
Then I sent a POST request to the same endpoint with my name and email.
I received a response that says:
"Okay great, show out your arm and take the entry stamp. Also take this Authorization token, you'll need to show it to the bouncer as well to get in."
It also returned a JWT token, which I decodedโit includes my name, email, and timestamp, but no obvious hints about the next endpoint.
My question is:
How do I find out what this "bouncer" endpoint is? I've tried looking at the token payload, inspecting the siteโs network requests, and guessing a few paths like /api/bouncer and /api/entry, but no luck so far.
Any ideas on how to approach this or what to try next? ๐
Thanks in advance!