cURL
curl --request GET \ --url http://localhost:3000/api/health
{ "success": true, "message": "<string>", "data": { "status": "healthy", "uptime": 123, "timestamp": "2023-11-07T05:31:56Z" } }
Server is healthy
true
Show child attributes