#!/bin/bash base_url="https://jpappel.xyz/toggle" [ "$1" == "localhost" ] && base_url="localhost:9090/toggle" size="$2" [ -z "$size" ] && size="7" endpoint="game/new?size=$size" url="${base_url}/${endpoint}" curl -s "$url" | jq .