Server is running. This is an API backend — open the chat in the Flutter app (make run-flutter), not in the browser.
POST /chat/message — send a messageGET /chat/history — message historyGET /chat/cases — list past casesPOST /chat/upload — send an image (multipart)GET /chat/ws?token=… — WebSocket for live replies