curl --location --request GET 'https://api.cloudflare.com/client/v4/accounts//gateway/locations/'
{
"errors": [],
"messages": [],
"result": {
"client_default": false,
"created_at": "2014-01-01T05:20:00.12345Z",
"doh_subdomain": "oli3n9zkz5",
"ecs_support": false,
"id": "ed35569b41ce4d1facfe683550f54086",
"ip": "2001:0db8:85a3:0000:0000:8a2e:0370:7334",
"name": "Austin Office Location",
"networks": [
"192.0.2.1/32"
],
"updated_at": "2014-01-01T05:20:00.12345Z"
},
"success": true
}