since.curl --location 'https://upload.tf/api/v1/webhooks/events?since=undefined&limit=undefined' \
--header 'x-api-key: <api-key>'{
"success": true,
"data": {
"events": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"type": "page.published",
"sequence": 0,
"data": {},
"createdAt": "2019-08-24T14:15:22.123Z"
}
],
"limit": 0,
"hasMore": true,
"nextCursor": 0
}
}