This page sends requests to the backend `POST /process_query` endpoint and shows the raw JSON response. It also checks backend health through `GET /health`.
Raw JSON from FastAPI is rendered here.
{ "message": "No request sent yet." }