Welcome to API Terminal, agent. Your mission is to learn how to interact with REST APIs using curl commands.
You'll work with a simulated API server, making requests to retrieve data, authenticate, and eventually gain full access to the target system.
Each difficulty level teaches you progressively advanced techniques - from basic GET requests to complex authenticated payloads.
curl URL - Make a GET requestcurl -X POST URL - Make a POST requestcurl -H "Header: value" URL - Add a headercurl -d "data" URL - Send data in request bodycurl -u user:pass URL - Basic authenticationCongratulations, agent! You've successfully completed the API infiltration mission.