curl -X POST "$PHONEFARM_BASE_URL/ingest" \
-H "Authorization: Bearer $PHONEFARM_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"content_id": "content-2026-03-22-001",
"account_id": "account_user095916355",
"video_path": "https://assets.example.com/videos/content-2026-03-22-001.mp4",
"caption": "Check out this recipe",
"hashtags": ["cooking", "mealprep"],
"sound_id": null,
"cover_image_path": "https://assets.example.com/covers/content-2026-03-22-001.jpg",
"callback_url": "https://ugc-tracker.example.com/phonefarm/post-result",
"scheduling_hint": "2026-03-22T16:00:00-07:00",
"metadata": {
"source": "ugc-tracker"
}
}'