$API_TOKEN=<YOUR_API_TOKEN>
$cat > input.json << 'EOF'
<{
< "urls": [
< "https://streamable.com/o1ioj2",
< "https://streamable.com/o1im26",
< "https://streamable.com/o1im2s",
< "https://streamable.com/o1im6a",
< "https://streamable.com/o1imao",
< "https://streamable.com/o1imc2",
< "https://streamable.com/o1img1",
< "https://streamable.com/o1imij",
< "https://streamable.com/o1ims4",
< "https://streamable.com/o1imtk",
< "https://streamable.com/o1imxi",
< "https://streamable.com/o1in05",
< "https://streamable.com/o1in5i",
< "https://streamable.com/o1inmr",
< "https://streamable.com/o1inx4",
< "https://streamable.com/o1iojc",
< "https://streamable.com/o1iori",
< "https://streamable.com/o1iov0",
< "https://streamable.com/o1iox4",
< "https://streamable.com/o1ioy4",
< "https://streamable.com/o1ip5o",
< "https://streamable.com/o1ipjq",
< "https://streamable.com/o1iplv",
< "https://streamable.com/o1ipn8",
< "https://streamable.com/o1ipqb",
< "https://streamable.com/o1ipzl",
< "https://streamable.com/o1iq4h",
< "https://streamable.com/o1iqmu",
< "https://streamable.com/o1iqz7",
< "https://streamable.com/o1ir5g"
< ]
<}
<EOF
$curl "https://api.apify.com/v2/acts/maximedupre~streamable-video-downloader/runs?token=$API_TOKEN" \
< -X POST \
< -d @input.json \
< -H 'Content-Type: application/json'