curl -L \
--request POST \
--url 'https://api.gleantap.com/v2/ExternalApi/getEvents' \
--header 'X-API-KEY: text' \
--header 'X-SECRET-KEY: text' \
--header 'Content-Type: application/json' \
--data '{
"app_id": "text",
"user_id": "text",
"limit": 1,
"offset": 1
}'