#!/bin/bash if [ $# -lt 2 ]; then echo "Usage: $0 " exit 1 fi curl -H "Authorization: Bearer $2" -s -H "Content-Type: application/json" \ http://localhost:8080/api/v1/multisig/$1 \ | jq .