$API_TOKEN=<YOUR_API_TOKEN>
$cat > input.json << 'EOF'
<{
< "startUrls": [
< {
< "url": "https://nova.gr/statheri-tilefonia/programmata/stathero-internet",
< "method": "GET",
< "userData": {
< "taskType": "static"
< }
< },
< {
< "url": "https://nova.gr/sindiastika-programmata/eon-syndyastika-programmata-me-statherh",
< "method": "GET",
< "userData": {
< "taskType": "eon"
< }
< },
< {
< "url": "https://nova.gr/kiniti-tilefonia/simvolaia-kinitis/programmata-kinitis",
< "method": "GET",
< "userData": {
< "taskType": "mobile"
< }
< },
< {
< "url": "https://www.f2g.gr/gr/f2g/#/",
< "method": "GET",
< "userData": {
< "taskType": "f2g"
< }
< }
< ]
<}
<EOF
$curl "https://api.apify.com/v2/acts/mpelas~my-actor-playwright-crawlee-template-4-nova-ok/runs?token=$API_TOKEN" \
< -X POST \
< -d @input.json \
< -H 'Content-Type: application/json'