curl --location --request GET 'https://staging.syncode.anggita.org/api/sessions//snapshots' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"snapshotId": "09520abc-01e6-4da1-8fa5-f10e3883c861",
"timestamp": "2019-08-24T14:15:22.123Z",
"trigger": "phase_change",
"language": "python",
"code": "string",
"linesOfCode": 0
}
]
}