curl --location --request POST '/v1/wallet/withdraw' \
--header 'Content-Type: application/json' \
--data-raw '{
"merchantTransactionId": "wd_20250808_001",
"currency": "USDT",
"amount": 1250.75,
"network": "TRON",
"toAccountId": "TCrYq3m8fG3H1oJt1M3F2x4e6o2VUz7AbC",
"memo": "",
"timeStamp": 1640995200000
}'
{
"status": "200",
"code": null,
"msg": null,
"traceId": "Auto:bf288b9af2e04dff88e943f2dcaf2b03",
"data": {
"transactionId": "WITHDRAWekg12hfqkh",
"status": "INIT"
}
}