docker run -d -p 5666:80 --restart always --name ctf-json-post joshbeck2024/ctf-json-post
curl -X POST <http://localhost:5666/index.php> \\-H "Content-Type: application/json" \\-d '{"flag": "give_me_flag"}'