Get API health
curl --request GET \
--url http://localhost:3001/health{
"status": "<string>",
"service": "<string>",
"timestamp": "2023-11-07T05:31:56Z"
}โค๏ธ Health
Get API health
GET
/
health
Get API health
curl --request GET \
--url http://localhost:3001/health{
"status": "<string>",
"service": "<string>",
"timestamp": "2023-11-07T05:31:56Z"
}โI
