Returns the current version of the microservice.
Service version returned
curl -i -X GET \ https://internal.api.staging.nyshex.com/version
{"group": "string","artifact": "string","name": "string","version": "string","time": { }}
Checks for connectivity to the service by sending a ping and receiving a response in return.
Ping returned
curl -i -X GET \ https://internal.api.staging.nyshex.com/ping.txt
"string"