Basic health check endpoint.
Returns 200 if the service is running. Does not check database connectivity or other dependencies.
curl --request GET \
--url https://api.example.com/healthSuccessful Response
curl --request GET \
--url https://api.example.com/health