curl --location 'https://api-chizverse.beespokedev.com/game-manager/v1.0/sdk/sessions//checkpoint' \
--header 'x-session-key;'{
"success": true,
"response": {
"sessionId": "123",
"gameId": 27,
"gameVersionId": 12,
"buildId": 120,
"status": "active",
"presenceState": "in_game",
"levelId": "zone-3",
"currentScore": 1250,
"progressSnapshot": {
"levelId": "zone-3",
"completionPercent": 60,
"checkpointId": "checkpoint-3",
"metadata": {
"coins": 240
}
},
"lastSequence": 18,
"lastEventAt": "2026-05-06T10:35:00.000Z"
}
}