Authorization: Bearer ********************{
"timestamp": "{{timestamp}}",
"current": 0,
"pageSize": 50,
"agentUsername": "",
"providerCode": "",
"roleName": "",
"datetime": [
"2025-12-15",
"2025-12-15"
]
}curl --location --request POST '/v1/agent/report/getSeamlessWinLoseAgentReport' \
--header 'User-Agent: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"timestamp": "{{timestamp}}",
"current": 0,
"pageSize": 50,
"agentUsername": "",
"providerCode": "",
"roleName": "",
"datetime": [
"2025-12-15",
"2025-12-15"
]
}'{
"status": true,
"message": "Retrieve successfully",
"data": [
{
"admin_id": 258,
"admin_username": "mm1wksuperagent1",
"admin_name": "wksuperagent1",
"admin_role_id": 4,
"admin_group_id": null,
"admin_role_name": "AGENT",
"totalBet": 0.8,
"totalWin": 0,
"totalWinLoss": 0.8,
"totalRevenue": 0.048,
"totalCompany": 0.048,
"totalProfit": 0
}
],
"totalCount": 1,
"display": {
"agent": {
"totalAgentBet": 0.8,
"totalAgentWin": 0,
"totalAgentWinLoss": 0.8,
"totalAgentRevenue": 0.05,
"totalAgentCompany": 0.05,
"totalAgentProfit": 0
},
"overview": {
"account": "mm1wksuper",
"adminID": 53,
"totalBet": 2.6,
"totalWin": 0,
"totalWinLoss": 2.6,
"totalPlayerRevenue": 1.8,
"totalRevenue": 0.05,
"totalCompany": 0.16,
"totalProfit": 1.69
}
}
}