Authorization: Bearer ********************{
"username": "nry1780",
"account_report_datetime": "2025-12-12",
"timestamp": "{{timestamp}}"
}curl --location --request POST '/v1/agent/player/getAccountReport' \
--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 '{
"username": "nry1780",
"account_report_datetime": "2025-12-12",
"timestamp": "{{timestamp}}"
}'{
"status": true,
"message": "Retrieve successfully",
"data": [
{
"account_report_id": 2219039524,
"account_report_provider_id": 49,
"account_report_win": 3184.21,
"account_report_credit_amount": 3383,
"account_report_turnover": 3383,
"account_report_winloss": 198.79,
"account_report_date": "2025-12-12",
"account_report_ticket": 2309,
"account_report_created_datetime": "2025-12-12T05:32:15.000Z",
"account_report_updated_datetime": "2025-12-12T08:11:18.000Z",
"account_report_player_user_id": "nry1780",
"provider_name": "NEXTSPIN",
"account_report_datetime": "2025-12-11T16:00:00.000Z"
}
]
}