#!/usr/bin/env sh
set -eu

BASE_URL="https://api.tokentool.ru/api/v1"

curl --fail-with-body --silent --show-error \
  --request GET \
  --url "$BASE_URL/models"
