curl --location --request GET 'https://tunnelsats.com/api/public/v1/subscription/list' \
--header 'Authorization: Bearer <token>'{
"subscriptions": [
{
"id": "string",
"payment_hash": "string",
"server_domain": "string",
"server_country": "string",
"subscription_end": "2019-08-24T14:15:22.123Z",
"status": "string",
"created_at": "2019-08-24T14:15:22.123Z",
"key_id": "string",
"bandwidth_used": 0,
"vpn_ip": "string",
"duration": 0
}
]
}