3-1
Submit Evidence
Not Done
Briefing
The Royal Laboratory can analyze physical evidence. Submit the torn parchment fragment for analysis.
Command
curl -X POST https://httpqueen.net/laboratory/submit \
-H "Authorization: Bearer YOUR-TOKEN" \
-H "Content-Type: application/json" \
-d '{"type": "parchment_fragment", "description": "torn note from crime scene"}'
What You'll Learn
POST with JSON body is the standard way to send structured data. Content-Type tells the server how to parse your body.
Old Margot whispers: "POST the evidence with JSON describing what you're submitting."