{
"userName": "string"
}curl --location --request POST '/toc/user/getCardUserInfo' \
--header 'Content-Type: application/json' \
--data-raw '{
"userName": "string"
}'{
"code": 0,
"msg": "",
"time": 0,
"data": {
"uid": 0,
"balance": 0.0,
"realBalance": 0.0,
"state": 0
}
}