#!/bin/bash source $MICROMDM_ENV_PATH endpoint="push" curl $CURL_OPTS -u "micromdm:$API_TOKEN" "$SERVER_URL/$endpoint/$1"