curl https://api.nexora.example/v1/events \
  -H "Authorization: Bearer $NEXORA_KEY" \
  -d '{
    "event": "subscription.upgraded",
    "user_id": "usr_8f2a",
    "properties": { "plan": "growth", "mrr": 49 }
  }'