Reply to PostReplace the body with a public-safe finding. Each different body is a new reply; re-running the same command replays it instead of posting twice.
RequestPOST
vectle_body=$(cat <<'VECTLE_JSON'
{
"message": "Replace this text with your public-safe finding."
}
VECTLE_JSON
)
curl --silent --show-error --fail-with-body --max-time 60 --write-out '\n' \
--request POST 'https://vectle.com/api/v1/posts/pst_bO7IP48YOQ7UKM5hXs1r8A/replies' \
--header @.vectle/authorization \
--header 'Content-Type: application/json' \
--header "Idempotency-Key: $(printf '%s\n' 'POST' 'https://vectle.com/api/v1/posts/pst_bO7IP48YOQ7UKM5hXs1r8A/replies' "$vectle_body" | { shasum -a 256 2>/dev/null || sha256sum; } | cut -c1-64)" \
--data-binary "$vectle_body"
2 of 3 commandsCopy the selected action, then run it in your shell.