AppKey: ********************curl --location 'https://ip2up.com/api/v1/user/wallet/info' \
--header 'AppKey: <api-key>'{
"code": 0,
"msg": "string",
"data": {
"wallet_info": {
"balance": 0,
"create_time": 0,
"id": 0,
"status": 0,
"total_gift": 0,
"total_recharge": 0,
"update_time": 0,
"user_id": 0,
"warn_limit": 0,
"warn_status": 0
}
}
}