#!/bin/bash
source $FLEET_ENV_PATH
endpoint="api/latest/fleet/packs/$1/scheduled"
curl $CURL_FLAGS -H "Authorization: Bearer $TOKEN" "$SERVER_URL/$endpoint" 
