#!/bin/bash
source $FLEET_ENV_PATH
endpoint="api/v1/kolide/me"
curl $CURL_FLAGS -H "Authorization: Bearer $TOKEN" "$SERVER_URL/$endpoint"
