curl --request POST \
--url https://api.ara.so/session/heartbeat \
--header 'Authorization: Bearer <token>'{
"ok": true,
"reason": "<string>"
}Update session last_activity_at timestamp.
curl --request POST \
--url https://api.ara.so/session/heartbeat \
--header 'Authorization: Bearer <token>'{
"ok": true,
"reason": "<string>"
}Was this page helpful?