curl --request GET \
--url https://api.dev.kathan.tech/health \
--header 'Authorization: Bearer <token>'Health check endpoint with multi-user status and 50% resource info
curl --request GET \
--url https://api.dev.kathan.tech/health \
--header 'Authorization: Bearer <token>'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful Response