curl --location --request POST 'https://chainhub.bitycle.com/api/bc/watching_wallet' \
--header 'Authorization: Token xxx' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"sha256": "29b4ed61dbce947749b95fcc7876bc7e0c70c570ae97ef6cc931664fe626ef5e",
"network": "tron"
},
{
"sha256": "4e07408562bedb8b60ce05c1decfe3ad16b72230967de01f640b7e4729b49fce",
"network": "tron"
}
]'
{
"code": 0,
"message": "",
"data": {}
}