curl -X POST "$PHONEFARM_BASE_URL/runtime-snapshots/upsert" \
-H "Authorization: Bearer $PHONEFARM_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"account_id": "account_user095916355",
"ugc_account_id": "ugc_123",
"snapshot_id": "snapshot-2026-03-22-001",
"strategy_version": 7,
"content_hash": "sha256:abc123",
"strategy_synced_at": "2026-03-22T08:30:00.000Z",
"stage": "warmup",
"active_action": "keyword_warmup",
"active_skills": ["warmup", "commenting"],
"personality": {
"comment_style": "casual, validating",
"interests": ["healthy recipes", "meal prep"]
}
}'