curl --location 'https://api.veloconnect.me/api/wholesale/esims?limit=undefined&offset=undefined' \
--header 'Authorization: <api-key>'{
"count": 5,
"rows": [
{
"iosSetup": "https://esimsetup.apple.com/esim_qrcode_provisioning?carddata=LPA:1$address.test$K2-22XXXX-LCIUXQ",
"iccid": "8937204016163448888",
"matchingId": "K2-22XXXX-LCIUXQ",
"smdpAddress": "address.test",
"profileStatus": "RELEASED",
"installedAt": "2019-08-24T14:15:22.123Z",
"assignedPlans": [
{
"id": 89,
"planId": 5,
"initialQuantityInBytes": 1000000000,
"remainingQuantityInBytes": 1000000000,
"startTime": "2019-08-24T14:15:22.123Z",
"endTime": "2019-08-24T14:15:22.123Z",
"isExpired": false,
"areas": [
{
"id": 49,
"name": "Greece",
"region": "Europe",
"iso": "GR"
}
]
}
]
}
]
}