Authorization: Bearer ********************curl --location --request GET 'https://developer-sandbox.dragonpass.com/api/v2/resources/esims/E00001/options/E00001-1?language=en-US' \
--header 'X-Program-ID;' \
--header 'X-Request-ID;' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"data": {
"optionId": "E00001-01",
"optionName": "eSIM United Kingdom - 10GB 5Days",
"duration": 5,
"dataMode": 1,
"totalVolume": 10,
"unit": 1,
"notes": "Basic Unlimited Package includes high-speed data as per the purchased plan. Once depleted, unlimited usage continues at 48 KB/s. High-speed data resets every 24 hours.",
"speed": "5G",
"providers": [
{
"provider": "DragonPass",
"region": "GB"
}
],
"coverage": {
"type": 1,
"regions": [
"GB"
],
"rawText": "United Kingdom"
}
}
}