response->setHeader('Content-Type', 'application/json'); $this->response->setBody(json_encode(['status' => 'ok', 'time' => microtime(true)])); } }