{"success":true,"message":"Welcome to Lumi API Portal","version":"1.0.0","endpoints":{"health":"GET /api/health","createConversation":"POST /api/create-conversation","getAllConversations":"GET /api/get-all-conversations","chat":"POST /api/chat","getConversation":"GET /api/conversation/:id"},"documentation":{"createConversation":{"method":"POST","path":"/api/create-conversation","body":{"phone":"string (required) - Số điện thoại"},"description":"Tạo conversation mới cho một số điện thoại"},"chat":{"method":"POST","path":"/api/chat","body":{"phone":"string (required) - Số điện thoại","question":"string (required) - Câu hỏi","convID":"string (optional) - ID của conversation (nếu không có sẽ tạo mới)"},"description":"Chat với AI về thông tin cửa hàng (SSE Stream)"},"getAllConversations":{"method":"GET","path":"/api/get-all-conversations","description":"Lấy danh sách tất cả conversations"}}}