cURL
curl --request GET \ --url https://api.example.com/health
{ "status": "<string>", "version": "<string>" }
Liveness probe. Returns 200 if the service is running.
Successful Response