curl --location --request GET 'https://staging.syncode.anggita.org/api/sessions//events?cursor&limit&type' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"eventId": "d6703cc8-9e79-415d-ac03-a4dc7f6ab43c",
"type": "string",
"timestamp": "2019-08-24T14:15:22.123Z",
"userId": "2c4a230c-5085-4924-a3e1-25fb4fc5965b",
"data": {}
}
],
"pagination": {
"nextCursor": "string",
"hasMore": true
}
}