#!/bin/bash curl -s -X POST "http://127.0.0.1:8766/hooks/session-start" \ -H "Content-Type: application/json" \ -d '{"timestamp":"' "$(date -u +%Y-%m-%dT%H:%M:%SZ)" '"}' > /dev/null 2>&1 || true exit 0