$API_TOKEN=<YOUR_API_TOKEN>
$cat > input.json << 'EOF'
<{
< "urls": [
< "https://www.python.org/",
< "https://www.python.org/about/",
< "https://www.python.org/static/img/python-logo.png"
< ],
< "requiredEncodings": [
< "br",
< "gzip"
< ],
< "minImmutableMaxAgeSeconds": 31536000,
< "canonicalHost": "",
< "trailingSlashForm": "as-given",
< "checkHttpToHttps": true,
< "hashedAssetPattern": "[._-][A-Za-z0-9]{8,}\\.(?:js|mjs|cjs|css|map|woff2?|ttf|otf|eot|png|jpe?g|gif|svg|webp|avif|ico)$",
< "trackBaseline": true,
< "baselineKey": "",
< "timeoutSeconds": 15,
< "maxConcurrency": 5,
< "maxRequests": 1300,
< "maxRedirects": 3
<}
<EOF
$curl "https://api.apify.com/v2/actors/kingii98~cdn-cache-and-compression-delivery-contract-gate/runs?token=$API_TOKEN" \
< -X POST \
< -d @input.json \
< -H 'Content-Type: application/json'