$API_TOKEN=<YOUR_API_TOKEN>
$cat > input.json << 'EOF'
<{
< "customquery": {
< "ubisoft2": "smartrecruiters",
< "pokemoncareers": "greenhouse",
< "wealthsimple": "lever",
< "rocycle": "personio",
< "bunq": "recruitee",
< "ryanair": "workable",
< "https://zoom.wd5.myworkdayjobs.com/Zoom": "workday"
< },
< "query": [
< "ubisoft2",
< "pokemoncareers",
< "wealthsimple",
< "rocycle",
< "bunq",
< "ryanair",
< "https://zoom.wd5.myworkdayjobs.com/Zoom"
< ],
< "proxy": {
< "useApifyProxy": true
< }
<}
<EOF
$curl "https://api.apify.com/v2/acts/canadesk~career-scraper/runs?token=$API_TOKEN" \
< -X POST \
< -d @input.json \
< -H 'Content-Type: application/json'