curl --location '/v1/system/health' \
--header 'Authorization: Bearer <token>'{
"success": true,
"status": "healthy",
"timestamp": "2026-04-29T12:00:00.000Z",
"services": {
"property1": "string",
"property2": "string"
},
"error": "string"
}