Authorization: Bearer ********************curl --location --request GET 'https://retailapiv2.smartlogic.mn/api/sale/voucher' \
--header 'Authorization: Bearer <token>' \
--data-urlencode 'voucherId=0021' \
--data-urlencode 'password=123'{
"Success": true,
"Message": null,
"ErrorCode": null,
"ExceptionType": null,
"Data": {
"Id": "70",
"ExpireDate": "2026/03/25",
"Amount": 500,
"UsedAmount": "200",
"Balance": 300,
"UsageCount": "2",
"UsedCount": "1",
"HasBalance": "Y",
"IsUsed": "Y",
"Password": "1234",
"VoucherType": "D"
}
}