{
    "success": true,
    "customer": {
        "name": "Rohit Kumar",
        "city": "Bangalore",
        "country": "India",
        "avatar": "R"
    },
    "plan": {
        "name": "Single Login Plan",
        "description": "1 User Account",
        "count": 27
    },
    "purchase": {
        "amount": "1,999.00",
        "currency": "\u20b9",
        "region": "INR"
    },
    "totals": {
        "total_purchases": 92,
        "plan_purchases": 27
    },
    "debug": {
        "is_indian_customer": true,
        "indian_percentage": 70,
        "timestamp": 1775815940,
        "server_time": "2026-04-10 10:12:20"
    }
}