curl --location --request GET 'https://tunnelsats.com/api/public/v1/subscription/list' \
--header 'Authorization: Bearer <token>'{
"success": true,
"subscriptions": [
{
"paymentHash": "a1b2c3d4e5f6...",
"serverId": "eu-de",
"expiresAt": "2026-02-01T10:30:00.000Z",
"status": "active",
"bandwidth_used": 2489,
"bandwidth_limit": 100000
}
]
}