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
curl --request GET \ --url https://api.example.com/live
Successful Response