#๐Ÿ”’ Need help with this puzzle

5 messages ยท Page 1 of 1 (latest)

sullen moat
#

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!

cunning summitBOT
#

@sullen moat

Python help channel opened

Remember to:

  • Ask your Python question, not if you can ask or if there's an expert who can help.
  • Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
  • Explain what you expect to happen and what actually happens.

:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.

sullen moat
#

!close

cunning summitBOT
#
Python help channel closed with !close

This help channel has been closed. Feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.