challenge@syntaqx:~

$ ./welcome.sh

                     __                  
   _______  ______  / /_____ _____ __  __
  / ___/ / / / __ \/ __/ __ `/ __ `/ |/_/
 (__  ) /_/ / / / / /_/ /_/ / /_/ />  <  
/____/\__, /_/ /_/\__/\__,_/\__, /_/|_|  
     /____/                   /_/        

Welcome, Candidate.

We built something fun for you. Show us what you can do.

$ cat instructions.txt

To begin, send a POST request with your email:

POST http://localhost:3000/api/challenge
Content-Type: application/json

{
  "email": "your.email@example.com"
}

// To reset and start over:
{
  "email": "your.email@example.com",
  "reset": true
}

Use any HTTP client or write code to solve this programmatically. There are more challenges ahead.

$ cat notes.txt

⚠️ Use your real email address

⚠️ Your session persists - you can resume if interrupted

⚠️ Want to start over? Send "reset": true in your request

⚠️ Read each challenge carefully

⚠️ The final level requires browser verification

$

Good luck. We're looking for problem solvers.