curl --location --request GET 'https://api.mediaconnect.no/capi/v1/customer/product/share/net/'
{
"nets": [
{
"loginRequired": false,
"startTime": 1562018400000,
"endTime": 1562277600000,
"ipRanges": [
{
"ipRangeStart": "192.168.0.1",
"ipRangeEnd": "192.168.0.2"
}
],
"domains": [
{
"domain": "example.com"
}
]
}
]
}