curl --location --request POST 'http://authvaultix.com/api/seller/?type=usersubs&sellerkey='{
"success": true,
"count": 3,
"subscriptions": [
{
"username": "testuser",
"subscription": "Premium",
"subscription_id": "1",
"expiry": "1796860800",
"is_banned": 0,
"is_paused": 0
},
{
"username": "demo",
"subscription": "Basic",
"subscription_id": "2",
"expiry": "1799000000",
"is_banned": 1,
"is_paused": 0
}
]
}