Create a geographic location
POST
/api/portfolio/geographic-locationsRequest body
Body shape: Portfolio_CreateGeographicLocation (required)
Responses
curl -X POST https://your-url.com/kong/core/api/gateway/api/portfolio/geographic-locations\
-H "Authorization: Bearer $DELIO_API_KEY"\
-H "Content-Type: application/json"\
-d '{
"name": "name"
}'