Authorization: Bearer ********************{
"beginDate" : "2020-01-01",
"endDate" : "2024-12-31",
"phoneNumber" : "88774455"
}curl --location --request POST 'https://retailapiv2.smartlogic.mn/api/sale/lottery' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"beginDate" : "2020-01-01",
"endDate" : "2024-12-31",
"phoneNumber" : "88774455"
}'{
"Success": true,
"Message": "string",
"ErrorCode": "string",
"Алдаа": "string",
"Data": [
{
"BillNumber": 0,
"DocumentDate": "string",
"RetailId": "string",
"RetailName": "string",
"PhoneNumber": "string",
"TotalPayAmount": 0,
"LotteryType": "string",
"Amount": 0,
"Lottery": "string"
}
]
}