Health Check

API Description

  • Ensure that the server is up and running.

API Endpoint

GET
/

Responses

🟢 Success
{
	"success": true,
	"message": "API Server is up and running.",
	"data": {},
	"meta": {},
	"errors": []
}