{
"fromWalletId": 32,
"toWalletId": 85,
"amount": 610.05,
"currency": "USDC"
}curl --location --request POST '/v1/wallet/transfer' \
--header 'Content-Type: application/json' \
--data-raw '{
"fromWalletId": 32,
"toWalletId": 85,
"amount": 610.05,
"currency": "USDC"
}'{
"status": "200",
"msg": null,
"code": null,
"traceId": "",
"data": true
}