The health endpoint provides a simple health check for the API.
Functionality: Check the status of the API to ensure it is functioning correctly.
Returns a 200 status code if the API is up and running.
Returns a healthcheck document
The status of the API
The version of the API
Invalid authentication credentials
Unexpected error occured
{"status": "UP","version": "3.0.0"}