$API_TOKEN=<YOUR_API_TOKEN>
$cat > input.json << 'EOF'
<{
< "scoredAt": "2026-08-05T00:00:00Z",
< "requestId": "action-queue-20260804-001",
< "items": [
< {
< "entityId": "nike.com",
< "brandName": "Nike",
< "legalName": "Nike, Inc.",
< "domain": "nike.com",
< "ticker": "NKE",
< "cik": null,
< "aliases": [
< "Nike, Inc."
< ],
< "country": "US",
< "sourceEntityIds": [
< "us-dtc-product-launch-monitor:nike.com"
< ],
< "eventType": "product_launch",
< "eventId": "fixture-launch-001",
< "observedAt": "2026-08-04T10:00:00Z",
< "effectiveAt": "2026-08-04T10:00:00Z",
< "sourceName": "prefill_fixture",
< "sourceUrl": "https://www.nike.com/",
< "sourceRecordId": "fixture-launch-001",
< "evidence": {
< "facts": {
< "productName": "Fixture running shoe",
< "price": 120
< },
< "excerpt": "Synthetic Store prefill evidence; not a live fetch",
< "additionalUrls": []
< },
< "confidence": 0.96,
< "severity": "high",
< "state": "active",
< "dedupeKey": "prefill_fixture|nike.com|product_launch|fixture-launch-001",
< "attribution": {
< "status": "verified_by_source",
< "proofType": "exact-domain",
< "proofValue": "nike.com",
< "sourceEntityId": "us-dtc-product-launch-monitor:nike.com"
< },
< "owner": {
< "ownerType": "team",
< "ownerId": "merchandising",
< "label": "Merchandising",
< "source": "customer"
< },
< "analysisStatus": "not_requested",
< "demoFixture": true
< },
< {
< "entityId": "nike.com",
< "brandName": "Nike",
< "legalName": "Nike, Inc.",
< "domain": "nike.com",
< "ticker": "NKE",
< "cik": null,
< "aliases": [
< "Nike, Inc."
< ],
< "country": "US",
< "sourceEntityIds": [
< "us-dtc-product-launch-monitor:nike.com"
< ],
< "eventType": "product_launch",
< "eventId": "fixture-launch-001",
< "observedAt": "2026-08-04T10:00:00Z",
< "effectiveAt": "2026-08-04T10:00:00Z",
< "sourceName": "prefill_fixture",
< "sourceUrl": "https://www.nike.com/",
< "sourceRecordId": "fixture-launch-001",
< "evidence": {
< "facts": {
< "productName": "Fixture running shoe",
< "price": 120
< },
< "excerpt": "Synthetic Store prefill evidence; not a live fetch",
< "additionalUrls": []
< },
< "confidence": 0.96,
< "severity": "high",
< "state": "active",
< "dedupeKey": "prefill_fixture|nike.com|product_launch|fixture-launch-001",
< "attribution": {
< "status": "verified_by_source",
< "proofType": "exact-domain",
< "proofValue": "nike.com",
< "sourceEntityId": "us-dtc-product-launch-monitor:nike.com"
< },
< "owner": {
< "ownerType": "team",
< "ownerId": "merchandising",
< "label": "Merchandising",
< "source": "customer"
< },
< "analysisStatus": "not_requested",
< "demoFixture": true
< }
< ]
<}
<EOF
$curl "https://api.apify.com/v2/actors/zinin~us-brand-action-queue/runs?token=$API_TOKEN" \
< -X POST \
< -d @input.json \
< -H 'Content-Type: application/json'