Health check
GET
/health
Check the health status of all services
Responses
Health check result with status of all services
application/json
JSON
{
"success": true,
"data": {
"status": "string",
"timestamp": "string",
"services": {
"database": {
"status": "string"
},
"redis": {
"status": "string"
},
"s3": {
"status": "string"
}
}
}
}