{
"name": "Blake Hickle",
"crypto": "USDC",
"network": ""
}curl --location --request POST '/v1/wallet/create/sub' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Blake Hickle",
"crypto": "USDC",
"network": ""
}'{
"status": "200",
"code": null,
"msg": null,
"traceId": "Auto:bf288b9af2e04dff88e943f2dcaf2b03",
"data": {
"walletId": 0,
"status": "NORMAL"
}
}