set -euo pipefail
curl -fsS http://127.0.0.1:48090/image-studio | tr '"' '\n' | grep '^assets/' | sed -n '1,8p'
