Liveness check endpoint.
Returns 200 if the service is alive. This is a simple check that the service is running and responding to requests.
curl --request GET \
--url https://api.example.com/liveSuccessful Response
curl --request GET \
--url https://api.example.com/live