4 lines
216 B
Bash
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"}' |