🔮 Tarot Backend API
API server is running.
Available endpoints:
POST /api/reading- Generate tarot readingPOST /api/payment- Create YooKassa paymentPOST /api/contact- Send contact message to TelegramGET /api/public/posts- Get published blog postsGET /api/public/posts/[slug]- Get single blog postPOST /api/blog/create- Create blog post (auth required)DELETE /api/blog/delete- Delete blog post (auth required)GET /api/blog/list- List all blog posts (auth required)