curl --location --request GET '/api/mission/v1/wallet/info' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3NzgxMjA5NTYsImlhdCI6MTc3NTUyODk1NiwianRpIjoiZjYwZWI0YWMtNDg3NS00MzM4LThkZGUtMGI2ZTFjZjFhOGZhIiwidXNlcl9pZCI6MzF9.hTIJI1W90s0ABGjpIjwLUWAQmSi9-OFh_KvgUotfSP4'{
"code": 0,
"message": "success",
"data": {
"total_earnings": 1221.52, // 累计收益
"total_withdraw": 379.52, // 已提现金额
"withdraw_able": 221.00, // 可提现金额
"pending_release": 621.00 // 待发放金额
}
}