{"bot_name": "Telegram Notification Bot", "version": "1.0", "endpoints": {"send_notification_get": {"method": "GET", "url": "/send", "parameters": {"name": "string (URL encoded)", "phone": "string (URL encoded)"}, "example": "/send?name=\u0418\u0432\u0430\u043d%20\u0418\u0432\u0430\u043d\u043e\u0432&phone=%2B79991234567"}, "send_notification_post": {"method": "POST", "url": "/send", "parameters": {"name": "string", "phone": "string"}, "example": "{\"name\": \"\u0418\u0432\u0430\u043d \u0418\u0432\u0430\u043d\u043e\u0432\", \"phone\": \"+79991234567\"}"}, "stats": {"method": "GET", "url": "/stats", "description": "Get bot statistics"}, "health": {"method": "GET", "url": "/health", "description": "Health check"}}}