curl --location --request GET 'https://tunnelsats.com/api/referral/history' \
--header 'Authorization: Bearer <token>'{
"history": [
{
"date": "2026-01-01T19:40:00.000Z",
"duration_purchased": 3,
"bonus_earned": 1
},
{
"date": "2025-12-25T10:00:00.000Z",
"duration_purchased": 12,
"bonus_earned": 3
}
]
}