Authorization: ********************X-API-Key: ********************curl --location --request POST 'https://my.xentree.com/api/live/session/heartbeat' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"session_id": "1ffd059c-17ea-40a8-8aef-70fd0307db82",
"duration_seconds": 0
}'