{
"requestId": "withdraw1773283349",
"currency": "USDC",
"amount": "10.11",
"toAccountId": "55",
"walletId": "3113"
}curl --location --request POST '/v1/wallet/withdraw' \
--header 'Content-Type: application/json' \
--data-raw '{
"requestId": "withdraw1773283349",
"currency": "USDC",
"amount": "10.11",
"toAccountId": "55",
"walletId": "3113"
}'{
"status": "200",
"code": null,
"msg": null,
"traceId": "Auto:bf288b9af2e04dff88e943f2dcaf2b03",
"data": {
"transactionId": "WITHDRAWekg12hfqkh",
"status": "INIT"
}
}