{
"vouchers": [
{
"package_id": "replace with actual package slug",
"quantity": 3,
"booking_reference": "123"
}
]
}
curl --location --request POST '/v2/voucher/esim' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json'
{
"data": [
{
"package_id": "jaco-mobile-7days-1gb",
"codes": [
"BIXLAAAA",
"BSXLAAAA"
],
"booking_reference": "123"
},
{
"package_id": "liberation-mobile-30days-3gb",
"codes": [
"1HKGDUMP"
],
"booking_reference": "123"
}
],
"meta": {
"message": "success"
}
}