curl --request GET \
--url https://api.devhelm.io/api/v1/heartbeat/{token} \
--header 'Authorization: Bearer <token>'{}Called by external systems (cron jobs, scheduled tasks) to signal liveness. Always returns 200 OK.
curl --request GET \
--url https://api.devhelm.io/api/v1/heartbeat/{token} \
--header 'Authorization: Bearer <token>'{}