API endpoints:
/api/qr/:sessionId - Get QR code for login
/api/status/:sessionId - Check connection status
/api/send - Send message (uses connection with lowest send count in last 24h)
/api/send/:sessionId - Send message (specific session)
/api/health - Health check for monitoring (uptime, session count)
/api/check-number - Check if number is registered on WhatsApp
/api/logout/:sessionId - Logout session
/api/sessions - List all sessions
/api/messages - Get messages with pagination & filters
page, limit, remoteJid, messageText, sessionId