curl -X POST https://searchcompany-main.up.railway.app/api/cron/deploy-to-vercel \
-H "Content-Type: application/json" \
-d '{
"project_name": "ai-website-arena-1766312513",
"files": [
{"path": "public/expert-review/index.html", "content": "..."},
{"path": "public/expert-review/llms.txt", "content": "..."},
{"path": "pages/expert-review.js", "content": "..."}
],
"ai_site_url": "https://website-arena-1766312513.searchcompany.dev",
"source_url": "https://www.websitearena.dev",
"business_name": "Website Arena",
"products": ["Remix Tool"],
"new_posts": [
{
"title": "Expert Review of Website Arena",
"boosted_path": "/expert-review/",
"published_date": "2025-12-22",
"faq_category": "business_boosted"
}
],
"existing_posts": [
{"title": "Previous Post", "boosted_path": "/previous/", "faq_category": "business_boosted"}
],
"verify_paths": ["/expert-review/"]
}'