diff --git a/NewServer.sh b/NewServer.sh new file mode 100644 index 0000000..c565600 --- /dev/null +++ b/NewServer.sh @@ -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"}' \ No newline at end of file