Authorization: Bearer ********************
{
"beginDate": "2024-01-01",
"endDate" : "2024-12-31",
"cardPkId" : 220906133607683654,
"beginPage" : "1",
"pageCount" : "10"
}
curl --location --request GET 'https://retailapiv2.smartlogic.mn/api/sale/bonusDocument' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"beginDate": "2024-01-01",
"endDate" : "2024-12-31",
"cardPkId" : 220906133607683654,
"beginPage" : "1",
"pageCount" : "10"
}'
{}