{
"success": true,
"data": {
"session_id": "sess_a1b2c3d4-e5f6-7890",
"type": "dynamic",
"status": "active",
"proxy": {
"host": "proxy.example.com",
"port": 10001,
"username": "user_abc123",
"password": "pass_xyz789",
"protocol": "socks5",
"full_url": "socks5://user_abc123:pass_xyz789@proxy.example.com:10001"
},
"location": { "country": "US", "city": "LA" },
"rotation": {
"mode": "timed",
"interval_seconds": 300,
"next_rotation_at": "2026-02-15T10:05:00Z"
},
"health": { "risk_level": "low", "health_score": 100, "success_rate": 1.0 },
"usage": {
"traffic_total_gb": 10,
"traffic_used_gb": 0,
"traffic_remaining_gb": 10
},
"expires_at": "2026-03-15T10:00:00Z",
"created_at": "2026-02-15T10:00:00Z"
}
}