curl --location --request POST '/v1/wallet/api/agent/transactions/withdraw' \ --header 'Content-Type: application/json' \ --data-raw '{ "assetId": 0, "amount": 1e-8, "toAddress": "string", "toTag": "string" }'
{}