This is a placeholder first post. Delete or rewrite it once you’ve got real content queued up.

A quick code block to confirm syntax highlighting works:

1
2
3
curl -s -X POST https://target.tld/api/login \
  -H "Content-Type: application/json" \
  -d '{"user":"admin","pass":"test"}'

Replace this with your first actual writeup.