$API_TOKEN=<YOUR_API_TOKEN>
$cat > input.json << 'EOF'
<{
< "urls": [
< {
< "url": "https://www.tumblr.com/yesornopolls/827411833045532672/look-at-the-last-text-message-you-sent-if-you?source=share"
< },
< {
< "url": "https://www.tumblr.com/hotvampireadjacent/827368576765820928?source=share"
< },
< {
< "url": "https://www.tumblr.com/robdogdraws/827339744287522816/my-dogs-are-hongrayyy?source=share"
< },
< {
< "url": "https://www.tumblr.com/iwritefanficx/827377541684822016/my-spidey-brendon-park?source=share"
< },
< {
< "url": "https://www.tumblr.com/robs-your-robins/827494904578097152/dick-thanks-for-the-hoodie-jay-jason-its?source=share"
< },
< {
< "url": "https://www.tumblr.com/linusx/827372768006914048/hehe-anyone-into-wkm-and-endacopia-markiplier?source=share"
< },
< {
< "url": "https://www.tumblr.com/artyphex/827339896099405824/hows-the-writing-going?source=share"
< },
< {
< "url": "https://www.tumblr.com/tiktoksthataregood-ish/827375802491584512?source=share"
< },
< {
< "url": "https://www.tumblr.com/audiojunkyard/809712185709346816/mitski-in-a-lake?source=share"
< }
< ]
<}
<EOF
$curl "https://api.apify.com/v2/actors/codenest~tumblr-scraper/runs?token=$API_TOKEN" \
< -X POST \
< -d @input.json \
< -H 'Content-Type: application/json'