HealthApiResponse
successbooleanrequired
messagestring
data object
Endpoint-specific payload.
statusstringrequired
Example:
UPtimestampstring<date-time>
HealthApiResponse
{
"success": true,
"message": "string",
"data": {
"status": "UP",
"timestamp": "2024-07-29T15:51:28.071Z"
}
}