curl --location --request GET '/v1/bet/api/agent/users/user' \
--header 'Authorization: Bearer <token>'{
"id": 0,
"email": "string",
"firstName": "string",
"lastName": "string",
"tag": "string",
"status": "UserStatusEnum",
"createdDate": "2025-07-10T04:50:26.465Z",
"kyc": {
"id": 0,
"status": "INPROGRESS"
},
"referralCodeDto": {
"id": 0,
"referralCode": "string"
},
"betMinAmount": "string",
"betMaxAmount": "string",
"betMaxWinAmount": "string",
"hasPermissionWithdraw": true,
"profitAndLoss": {
"betPnl": "string",
"casinoPnl": "string",
"pokerPnl": "string"
},
"limitBetInTime": true
}