x-auth-token: ********************curl --location --request POST 'https://api.lootlocker.io/admin/insights/export' \
--header 'x-auth-token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"game_ids": [
1,
2
],
"from": "2026-01-01",
"to": "2026-01-31",
"type": "dau"
}'