Authorization: Bearer ********************{
"current": 0,
"pageSize": 50,
"agentUsername": null,
"datetime": [
"2025-12-15",
"2025-12-15"
],
"timestamp": "{{timestamp}}"
}curl --location --request POST '/v1/agent/report/getSeamlessCashPlayerReport' \
--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 '{
"current": 0,
"pageSize": 50,
"agentUsername": null,
"datetime": [
"2025-12-15",
"2025-12-15"
],
"timestamp": "{{timestamp}}"
}'{
"status": true,
"message": "Retrieve successfully",
"data": [
{
"player_user_id": "naa0056",
"player_username": "ww1naa0056",
"cashInAmount": 10,
"cashOutAmount": 0,
"netSales": 10,
"cashInCount": 1,
"cashOutCount": 0,
"player_nickname": null,
"player_internal_platform": "API"
}
],
"totalCount": 1,
"display": {
"player": {
"totalCashInAmount": 10,
"totalCashInCount": 1,
"totalCashOutAmount": 0,
"totalCashOutCount": 0,
"totalNetSales": 10,
"totalInOut": 1
}
}
}