Authorization: Bearer ********************curl --location 'https://developer-sandbox.dragonpass.com/api/v2/resources/localOffers/LO00001/options/LO00001-1?language=en-US' \
--header 'X-Program-ID: ' \
--header 'X-Request-ID: {{$string.uuid}}' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{
"code": 0,
"data": {
"optionId": "LO00001-01",
"optionName": "5% discount",
"marketingTag": [
"2"
],
"validity": {
"type": 1,
"startTime": "2026-04-01T00:00:00+00:00",
"endTime": "2027-04-01T00:00:00+00:00"
},
"serviceNotices": "Voucher valid for 1 order only",
"description": "Show QR code on your mobile device at the merchant when paying"
}
}