curl --location 'https://stageapi.partake.ng/api/v2/health' \
--header 'Content-Type: application/json'{
"status": "ok",
"info": {
"postgresql": { "status": "up" },
"mongodb": { "status": "up" },
"redis": { "status": "up" }
},
"error": {},
"details": {
"postgresql": { "status": "up" },
"mongodb": { "status": "up" },
"redis": { "status": "up" }
}
}