curl --location 'https://api.veloconnect.me/api/wholesale/plans?limit=undefined&offset=undefined&areaRegions=undefined&areaNames=undefined&areaIds=undefined' \
--header 'Authorization: <api-key>'{
"count": 10,
"rows": [
{
"id": 3035,
"dataAmount": 1000,
"duration": 7,
"price": 3.66,
"areas": [
{
"id": 5,
"name": "Colombia",
"region": "South America",
"iso": "CO",
"networks": [
{
"name": "Colombia Mobil S.A.",
"brandName": "Tigo",
"mcc": "732",
"mnc": "103",
"tagid": "COLCO",
"speed": [
"2G",
"3G",
"4G"
]
}
]
}
]
}
]
}