暂停或恢复智能模式订阅
cURL
curl --request POST \ --url https://api.example.com/api/v1/smart-mode/{subscription_id}/toggle
status
curl -X POST https://api.tronrental.com/v1/smart-mode/42/toggle \ -H "X-API-Key: your_api_key"
{ "id": 42, "address": "TYourAddress...", "label": "Main wallet", "status": "paused", "bw_guarantee": true, "created_at": "2026-03-05T12:00:00Z" }