Files
Stoat/NewServer.sh
2026-02-21 01:42:41 +00:00

4 lines
216 B
Bash

docker run --rm --network stoat_default curlimages/curl -X POST http://api:14702/servers/create \
-H "x-session-token: YOUR_TOKEN_HERE" \
-H "Content-Type: application/json" \
-d '{"name": "My Private Server"}'