$API_TOKEN=<YOUR_API_TOKEN>
$cat > input.json << 'EOF'
<{
< "profileTargets": [
< "https://www.xiaohongshu.com/user/profile/573b093750c4b4437b50974c",
< "https://www.xiaohongshu.com/user/profile/584a718c82ec393ca40fd80a",
< "https://www.xiaohongshu.com/user/profile/5a1d50bce8ac2b78c29aa1ce",
< "https://www.xiaohongshu.com/user/profile/5aeae33b11be100686f47837",
< "https://www.xiaohongshu.com/user/profile/5b4272f2e8ac2b4a665480d9",
< "https://www.xiaohongshu.com/user/profile/5b4814c411be10539b86f9b5",
< "https://www.xiaohongshu.com/user/profile/5b766c205b95340001ba5c8d",
< "https://www.xiaohongshu.com/user/profile/5bc5c3df907bea00014fd08b",
< "https://www.xiaohongshu.com/user/profile/5d7439b40000000001009f54",
< "https://www.xiaohongshu.com/user/profile/5d8029d90000000001008763",
< "https://www.xiaohongshu.com/user/profile/5f5f81f6000000000100980b",
< "https://www.xiaohongshu.com/user/profile/5f94dfd20000000001003907",
< "https://www.xiaohongshu.com/user/profile/605176df0000000001003633",
< "https://www.xiaohongshu.com/user/profile/60bcec1d000000000100ab9e",
< "https://www.xiaohongshu.com/user/profile/611a308e000000000100a023",
< "https://www.xiaohongshu.com/user/profile/62b9a82e000000001b0278bc",
< "https://www.xiaohongshu.com/user/profile/63b908260000000027029d05",
< "https://www.xiaohongshu.com/user/profile/64aad79a000000002a03690a",
< "https://www.xiaohongshu.com/user/profile/6784ba7f00000000080191fb"
< ]
<}
<EOF
$curl "https://api.apify.com/v2/acts/maximedupre~rednote-profile-scraper/runs?token=$API_TOKEN" \
< -X POST \
< -d @input.json \
< -H 'Content-Type: application/json'