service->check(); $status = $payload['ok'] ? Response::HTTP_OK : Response::HTTP_SERVICE_UNAVAILABLE; return $this->success([ 'health' => new HealthStatusResource($payload), ], 'Health check.', $status); } }