Activar una direccion TRON inactiva en la blockchain
cURL
curl --request POST \ --url https://api.example.com/api/v1/energy/activate \ --header 'Content-Type: application/json' \ --data ' { "address": "<string>" } '
{ "success": true, "tx_hash": "<string>" }
curl -X POST https://api.tronrental.com/v1/energy/activate \ -H "X-API-Key: your_api_key" \ -H "Content-Type: application/json" \ -d '{"address": "TNewInactiveAddress..."}'
{ "success": true, "tx_hash": "a1b2c3d4e5f6..." }