{
  "ok": true,
  "next_steps": [
    "Set TTS_APP_KEY and TTS_APP_SECRET as Cloudflare Worker secrets.",
    "Deploy the Worker.",
    "Set TikTok Shop redirect URL to https://<worker-host>/callback.",
    "Open the Partner Center authorization link and authorize with a seller account."
  ],
  "endpoints": [
    "/health",
    "/callback",
    "/api/authorized-shops",
    "/api/products/search",
    "/webhook"
  ]
}