Response
URL: http://127.0.0.1:3000/api/advice
Status code: 200
Content Type: application/json
Request Headers
Accept: application/json, text/plain, */*
Content-Type: application/json
User-Agent: axios/1.10.0
Content-Length: 17
Accept-Encoding: gzip, compress, deflate, br
Content Body
{"name":"Site 1"}
Response Headers
x-powered-by: Express
access-control-allow-origin: *
content-type: application/json; charset=utf-8
content-length: 111
etag: W/"6f-ZsJEJ/xtJnH7tnL9reQ2yfIEWAQ"
date: Mon, 28 Jul 2025 14:05:13 GMT
connection: close
Response Body
{
"advice": "The SAT set point in Zone 1 should be set to 0.85. In Zone 2, the PAT set point can be below 1.74."
}