Add NewServer.sh

This commit is contained in:
2026-02-21 01:42:41 +00:00
parent 7d45224784
commit 077236ccf3

4
NewServer.sh Normal file
View File

@@ -0,0 +1,4 @@
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"}'