$API_TOKEN=<YOUR_API_TOKEN>
$cat > input.json << 'EOF'
<{
< "startUrls": [
< {
< "url": "https://followmyleadnyc.com/"
< },
< {
< "url": "https://thegymithaca.com/"
< },
< {
< "url": "https://14streety.org/"
< },
< {
< "url": "https://web.uri.edu/"
< },
< {
< "url": "https://animalbehaviorcollege.com/"
< },
< {
< "url": "https://maikwiedenbach.com/"
< },
< {
< "url": "https://positiveexperience.org/"
< },
< {
< "url": "https://disguise.one/"
< },
< {
< "url": "https://northshorehypnosis.com/"
< },
< {
< "url": "https://andihq.com/"
< },
< {
< "url": "https://unchase.com/"
< },
< {
< "url": "https://yahoo.uservoice.com/"
< },
< {
< "url": "https://nurturingfathers.com/"
< },
< {
< "url": "https://kateperrydogtraining.com/"
< },
< {
< "url": "https://acpe.edu/"
< },
< {
< "url": "https://pcit.org/"
< },
< {
< "url": "https://kinectededu.com/"
< },
< {
< "url": "https://ccpdt.org/"
< }
< ]
<}
<EOF
$curl "https://api.apify.com/v2/acts/moving_beacon-owner1~my-actor-12/runs?token=$API_TOKEN" \
< -X POST \
< -d @input.json \
< -H 'Content-Type: application/json'