{
    "item": [
        {
            "name": "health",
            "description": "",
            "item": [
                {
                    "id": "4e144ddc-9ef1-4fa0-984e-7469314b1794",
                    "name": "Health check",
                    "request": {
                        "name": "Health check",
                        "description": {},
                        "url": {
                            "path": [
                                "health"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": []
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "body": {},
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "ffdd7082-7402-4a3c-8961-ec43ce54c812",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "health"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"key_0\": \"string\",\n  \"key_1\": \"string\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "2b165a14-d15a-46b2-8752-6a0ca2e520cc",
                            "name": "Service Unavailable",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "health"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Service Unavailable",
                            "code": 503,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"key_0\": \"string\",\n  \"key_1\": \"string\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                }
            ]
        },
        {
            "name": "v1",
            "description": "",
            "item": [
                {
                    "name": "admin-boundaries",
                    "description": "",
                    "item": [
                        {
                            "id": "5d2fdbb8-1a92-4683-b507-7e530466d7ea",
                            "name": "Admin boundary polygons",
                            "request": {
                                "name": "Admin boundary polygons",
                                "description": {
                                    "content": "Returns province/district polygons in GeoJSON or WKT.",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "v1",
                                        "admin-boundaries"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Output format: geojson or wkt",
                                                "type": "text/plain"
                                            },
                                            "key": "format",
                                            "value": "geojson"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Comma-separated admin levels",
                                                "type": "text/plain"
                                            },
                                            "key": "levels",
                                            "value": "4,8"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "ISO-3166-1 alpha-2",
                                                "type": "text/plain"
                                            },
                                            "key": "country_code",
                                            "value": "VN"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Douglas-Peucker tolerance in degrees",
                                                "type": "text/plain"
                                            },
                                            "key": "tolerance",
                                            "value": "<number>"
                                        }
                                    ],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "GET",
                                "body": {},
                                "auth": {
                                    "type": "apikey",
                                    "apikey": [
                                        {
                                            "key": "key",
                                            "value": "X-API-Key"
                                        },
                                        {
                                            "key": "value",
                                            "value": "{{apiKey}}"
                                        },
                                        {
                                            "key": "in",
                                            "value": "header"
                                        }
                                    ]
                                }
                            },
                            "response": [
                                {
                                    "id": "cca53126-b048-4236-b059-531ca78b41b6",
                                    "name": "OK",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "v1",
                                                "admin-boundaries"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Output format: geojson or wkt",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "format",
                                                    "value": "geojson"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Comma-separated admin levels",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "levels",
                                                    "value": "4,8"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "ISO-3166-1 alpha-2",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "country_code",
                                                    "value": "VN"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Douglas-Peucker tolerance in degrees",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "tolerance",
                                                    "value": "<number>"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: apikey",
                                                    "type": "text/plain"
                                                },
                                                "key": "X-API-Key",
                                                "value": "<API Key>"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {}
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"key_0\": \"string\",\n  \"key_1\": \"string\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "9bcb72c4-2aa6-4983-a921-537fd8604083",
                                    "name": "Bad Request",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "v1",
                                                "admin-boundaries"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Output format: geojson or wkt",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "format",
                                                    "value": "geojson"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Comma-separated admin levels",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "levels",
                                                    "value": "4,8"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "ISO-3166-1 alpha-2",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "country_code",
                                                    "value": "VN"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Douglas-Peucker tolerance in degrees",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "tolerance",
                                                    "value": "<number>"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: apikey",
                                                    "type": "text/plain"
                                                },
                                                "key": "X-API-Key",
                                                "value": "<API Key>"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {}
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"key_0\": \"string\",\n  \"key_1\": \"string\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "place",
                    "description": "",
                    "item": [
                        {
                            "name": "resolve",
                            "description": "",
                            "item": [
                                {
                                    "id": "7c10320f-c3b1-4c8f-a1f0-7d09129256cf",
                                    "name": "Resolve a placeId into full place details",
                                    "request": {
                                        "name": "Resolve a placeId into full place details",
                                        "description": {},
                                        "url": {
                                            "path": [
                                                "v1",
                                                "place",
                                                "resolve"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) Place identifier",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "id",
                                                    "value": "<string>"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Language code",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "lang",
                                                    "value": "vi"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Autocomplete session token (close billing session)",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "sessionToken",
                                                    "value": "<string>"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": {
                                            "type": "apikey",
                                            "apikey": [
                                                {
                                                    "key": "key",
                                                    "value": "X-API-Key"
                                                },
                                                {
                                                    "key": "value",
                                                    "value": "{{apiKey}}"
                                                },
                                                {
                                                    "key": "in",
                                                    "value": "header"
                                                }
                                            ]
                                        }
                                    },
                                    "response": [
                                        {
                                            "id": "59bd724a-332f-44d6-82af-1cce779806a9",
                                            "name": "OK",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "place",
                                                        "resolve"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) Place identifier",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "id",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Language code",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "lang",
                                                            "value": "vi"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Autocomplete session token (close billing session)",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "sessionToken",
                                                            "value": "<string>"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "X-API-Key",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"key_0\": \"string\",\n  \"key_1\": \"string\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "95033579-2c86-4350-914d-890f48a2ad13",
                                            "name": "Bad Request",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "place",
                                                        "resolve"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) Place identifier",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "id",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Language code",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "lang",
                                                            "value": "vi"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Autocomplete session token (close billing session)",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "sessionToken",
                                                            "value": "<string>"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "X-API-Key",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"key_0\": \"string\",\n  \"key_1\": \"string\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "43e8d8ea-cbf0-47f1-bd6c-f0d9f7d6fbe9",
                                            "name": "Service Unavailable",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "place",
                                                        "resolve"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) Place identifier",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "id",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Language code",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "lang",
                                                            "value": "vi"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Autocomplete session token (close billing session)",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "sessionToken",
                                                            "value": "<string>"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "X-API-Key",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Service Unavailable",
                                            "code": 503,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"key_0\": \"string\",\n  \"key_1\": \"string\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "pois",
                    "description": "",
                    "item": [
                        {
                            "id": "5dbd70bb-191b-48cc-a0fe-c60d411a1474",
                            "name": "Search POIs in a bounding box",
                            "request": {
                                "name": "Search POIs in a bounding box",
                                "description": {
                                    "content": "Returns a GeoJSON FeatureCollection of POIs ordered by distance to `near` (or bbox centre).",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "v1",
                                        "pois"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) minLng,minLat,maxLng,maxLat",
                                                "type": "text/plain"
                                            },
                                            "key": "bbox",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "lng,lat — distance ranking centre",
                                                "type": "text/plain"
                                            },
                                            "key": "near",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Max results (1-2000)",
                                                "type": "text/plain"
                                            },
                                            "key": "limit",
                                            "value": "500"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Comma-separated Google Places types (any-of)",
                                                "type": "text/plain"
                                            },
                                            "key": "category",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Filter by rating ≥ value",
                                                "type": "text/plain"
                                            },
                                            "key": "min_rating",
                                            "value": "<number>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Only POIs marked open now",
                                                "type": "text/plain"
                                            },
                                            "key": "open_now",
                                            "value": "<boolean>"
                                        }
                                    ],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "GET",
                                "body": {},
                                "auth": {
                                    "type": "apikey",
                                    "apikey": [
                                        {
                                            "key": "key",
                                            "value": "X-API-Key"
                                        },
                                        {
                                            "key": "value",
                                            "value": "{{apiKey}}"
                                        },
                                        {
                                            "key": "in",
                                            "value": "header"
                                        }
                                    ]
                                }
                            },
                            "response": [
                                {
                                    "id": "3ffb7a13-a9fa-493e-9a03-afbd8f0d8e5c",
                                    "name": "OK",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "v1",
                                                "pois"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) minLng,minLat,maxLng,maxLat",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "bbox",
                                                    "value": "<string>"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "lng,lat — distance ranking centre",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "near",
                                                    "value": "<string>"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Max results (1-2000)",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "limit",
                                                    "value": "500"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Comma-separated Google Places types (any-of)",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "category",
                                                    "value": "<string>"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Filter by rating ≥ value",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "min_rating",
                                                    "value": "<number>"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Only POIs marked open now",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "open_now",
                                                    "value": "<boolean>"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: apikey",
                                                    "type": "text/plain"
                                                },
                                                "key": "X-API-Key",
                                                "value": "<API Key>"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {}
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"key_0\": \"string\",\n  \"key_1\": \"string\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "b7c54500-69b9-4f86-b376-e486b8e28405",
                                    "name": "Bad Request",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "v1",
                                                "pois"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) minLng,minLat,maxLng,maxLat",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "bbox",
                                                    "value": "<string>"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "lng,lat — distance ranking centre",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "near",
                                                    "value": "<string>"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Max results (1-2000)",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "limit",
                                                    "value": "500"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Comma-separated Google Places types (any-of)",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "category",
                                                    "value": "<string>"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Filter by rating ≥ value",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "min_rating",
                                                    "value": "<number>"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Only POIs marked open now",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "open_now",
                                                    "value": "<boolean>"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: apikey",
                                                    "type": "text/plain"
                                                },
                                                "key": "X-API-Key",
                                                "value": "<API Key>"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {}
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"key_0\": \"string\",\n  \"key_1\": \"string\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        },
                        {
                            "name": "{placeId}",
                            "description": "",
                            "item": [
                                {
                                    "id": "fe2b8401-9b12-494d-b9c5-9f68b4d15085",
                                    "name": "Get a POI by placeId",
                                    "request": {
                                        "name": "Get a POI by placeId",
                                        "description": {
                                            "content": "Requires a valid X-POI-Token (issued in MVT tile responses).",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "v1",
                                                "pois",
                                                ":placeId"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": [
                                                {
                                                    "type": "any",
                                                    "value": "<string>",
                                                    "key": "placeId",
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) Place identifier",
                                                        "type": "text/plain"
                                                    }
                                                }
                                            ]
                                        },
                                        "header": [
                                            {
                                                "disabled": false,
                                                "description": {
                                                    "content": "(Required) Per-feature HMAC token",
                                                    "type": "text/plain"
                                                },
                                                "key": "X-POI-Token",
                                                "value": "<string>"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": {
                                            "type": "apikey",
                                            "apikey": [
                                                {
                                                    "key": "key",
                                                    "value": "X-API-Key"
                                                },
                                                {
                                                    "key": "value",
                                                    "value": "{{apiKey}}"
                                                },
                                                {
                                                    "key": "in",
                                                    "value": "header"
                                                }
                                            ]
                                        }
                                    },
                                    "response": [
                                        {
                                            "id": "21e3b97f-7abe-4822-adb3-4fbb84ab636d",
                                            "name": "OK",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "pois",
                                                        ":placeId"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) Place identifier",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "placeId"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "disabled": false,
                                                        "description": {
                                                            "content": "(Required) Per-feature HMAC token",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "X-POI-Token",
                                                        "value": "<string>"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "X-API-Key",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"key_0\": \"string\",\n  \"key_1\": \"string\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "ff09a611-a9cf-4eab-85be-5be5a30cd84a",
                                            "name": "Bad Request",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "pois",
                                                        ":placeId"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) Place identifier",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "placeId"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "disabled": false,
                                                        "description": {
                                                            "content": "(Required) Per-feature HMAC token",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "X-POI-Token",
                                                        "value": "<string>"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "X-API-Key",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"key_0\": \"string\",\n  \"key_1\": \"string\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "3b89a9ff-9382-4b95-860d-2e3bcc93889f",
                                            "name": "Not Found",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "pois",
                                                        ":placeId"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) Place identifier",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "placeId"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "disabled": false,
                                                        "description": {
                                                            "content": "(Required) Per-feature HMAC token",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "X-POI-Token",
                                                        "value": "<string>"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "X-API-Key",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Not Found",
                                            "code": 404,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"key_0\": \"string\",\n  \"key_1\": \"string\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "reverse",
                    "description": "",
                    "item": [
                        {
                            "id": "eb91a4d8-eea7-4edc-90c8-dfcc0d4eeeac",
                            "name": "Reverse geocode a coordinate",
                            "request": {
                                "name": "Reverse geocode a coordinate",
                                "description": {
                                    "content": "Returns the nearest known address(es) to point.lat/point.lon.",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "v1",
                                        "reverse"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Latitude (WGS84)",
                                                "type": "text/plain"
                                            },
                                            "key": "point.lat",
                                            "value": "<number>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Longitude (WGS84)",
                                                "type": "text/plain"
                                            },
                                            "key": "point.lon",
                                            "value": "<number>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Max results (1-5)",
                                                "type": "text/plain"
                                            },
                                            "key": "size",
                                            "value": "1"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Search radius in km, max 0.1",
                                                "type": "text/plain"
                                            },
                                            "key": "boundary.circle.radius",
                                            "value": "0.05"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Language code",
                                                "type": "text/plain"
                                            },
                                            "key": "lang",
                                            "value": "vi"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Comma-separated ISO-3166-1 alpha-2 codes",
                                                "type": "text/plain"
                                            },
                                            "key": "boundary.country",
                                            "value": "<string>"
                                        }
                                    ],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "GET",
                                "body": {},
                                "auth": {
                                    "type": "apikey",
                                    "apikey": [
                                        {
                                            "key": "key",
                                            "value": "X-API-Key"
                                        },
                                        {
                                            "key": "value",
                                            "value": "{{apiKey}}"
                                        },
                                        {
                                            "key": "in",
                                            "value": "header"
                                        }
                                    ]
                                }
                            },
                            "response": [
                                {
                                    "id": "070608d4-8a06-4ba0-8106-66635e8e3fe5",
                                    "name": "OK",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "v1",
                                                "reverse"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) Latitude (WGS84)",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "point.lat",
                                                    "value": "<number>"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) Longitude (WGS84)",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "point.lon",
                                                    "value": "<number>"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Max results (1-5)",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "size",
                                                    "value": "1"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Search radius in km, max 0.1",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "boundary.circle.radius",
                                                    "value": "0.05"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Language code",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "lang",
                                                    "value": "vi"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Comma-separated ISO-3166-1 alpha-2 codes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "boundary.country",
                                                    "value": "<string>"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: apikey",
                                                    "type": "text/plain"
                                                },
                                                "key": "X-API-Key",
                                                "value": "<API Key>"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {}
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"key_0\": \"string\",\n  \"key_1\": \"string\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "1fbad3fa-c69c-4817-b2b3-2507f781eacb",
                                    "name": "Bad Request",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "v1",
                                                "reverse"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) Latitude (WGS84)",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "point.lat",
                                                    "value": "<number>"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) Longitude (WGS84)",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "point.lon",
                                                    "value": "<number>"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Max results (1-5)",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "size",
                                                    "value": "1"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Search radius in km, max 0.1",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "boundary.circle.radius",
                                                    "value": "0.05"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Language code",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "lang",
                                                    "value": "vi"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Comma-separated ISO-3166-1 alpha-2 codes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "boundary.country",
                                                    "value": "<string>"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: apikey",
                                                    "type": "text/plain"
                                                },
                                                "key": "X-API-Key",
                                                "value": "<API Key>"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {}
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"key_0\": \"string\",\n  \"key_1\": \"string\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "16ea1c4f-055d-4883-817e-62eed1b30a5e",
                                    "name": "Service Unavailable",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "v1",
                                                "reverse"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) Latitude (WGS84)",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "point.lat",
                                                    "value": "<number>"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) Longitude (WGS84)",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "point.lon",
                                                    "value": "<number>"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Max results (1-5)",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "size",
                                                    "value": "1"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Search radius in km, max 0.1",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "boundary.circle.radius",
                                                    "value": "0.05"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Language code",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "lang",
                                                    "value": "vi"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Comma-separated ISO-3166-1 alpha-2 codes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "boundary.country",
                                                    "value": "<string>"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: apikey",
                                                    "type": "text/plain"
                                                },
                                                "key": "X-API-Key",
                                                "value": "<API Key>"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {}
                                    },
                                    "status": "Service Unavailable",
                                    "code": 503,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"key_0\": \"string\",\n  \"key_1\": \"string\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "reverse-geocode",
                    "description": "",
                    "item": [
                        {
                            "id": "d887a719-1361-4a1a-af99-ff4381b02c87",
                            "name": "Admin-boundary reverse geocode",
                            "request": {
                                "name": "Admin-boundary reverse geocode",
                                "description": {
                                    "content": "Returns the province/district that contains the given lat/lng (PostGIS ST_Contains).",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "v1",
                                        "reverse-geocode"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Latitude",
                                                "type": "text/plain"
                                            },
                                            "key": "lat",
                                            "value": "<number>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Longitude",
                                                "type": "text/plain"
                                            },
                                            "key": "lng",
                                            "value": "<number>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Comma-separated admin levels",
                                                "type": "text/plain"
                                            },
                                            "key": "levels",
                                            "value": "4,8"
                                        }
                                    ],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "GET",
                                "body": {},
                                "auth": {
                                    "type": "apikey",
                                    "apikey": [
                                        {
                                            "key": "key",
                                            "value": "X-API-Key"
                                        },
                                        {
                                            "key": "value",
                                            "value": "{{apiKey}}"
                                        },
                                        {
                                            "key": "in",
                                            "value": "header"
                                        }
                                    ]
                                }
                            },
                            "response": [
                                {
                                    "id": "923e5170-062b-4c47-96d1-9ad710ae3812",
                                    "name": "OK",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "v1",
                                                "reverse-geocode"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) Latitude",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "lat",
                                                    "value": "<number>"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) Longitude",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "lng",
                                                    "value": "<number>"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Comma-separated admin levels",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "levels",
                                                    "value": "4,8"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: apikey",
                                                    "type": "text/plain"
                                                },
                                                "key": "X-API-Key",
                                                "value": "<API Key>"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {}
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"key_0\": \"string\",\n  \"key_1\": \"string\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "14b48505-0393-48a4-a813-d3183538d017",
                                    "name": "Bad Request",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "v1",
                                                "reverse-geocode"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) Latitude",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "lat",
                                                    "value": "<number>"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) Longitude",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "lng",
                                                    "value": "<number>"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Comma-separated admin levels",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "levels",
                                                    "value": "4,8"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: apikey",
                                                    "type": "text/plain"
                                                },
                                                "key": "X-API-Key",
                                                "value": "<API Key>"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {}
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"key_0\": \"string\",\n  \"key_1\": \"string\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "suggest",
                    "description": "",
                    "item": [
                        {
                            "id": "6cbd22e8-70e4-4378-b71e-6da077e4578d",
                            "name": "Autocomplete address suggestions",
                            "request": {
                                "name": "Autocomplete address suggestions",
                                "description": {
                                    "content": "Returns predictions for a partial address. Input must be ≥ 2 characters.",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "v1",
                                        "suggest"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) User input (min 2 chars)",
                                                "type": "text/plain"
                                            },
                                            "key": "input",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Language code",
                                                "type": "text/plain"
                                            },
                                            "key": "lang",
                                            "value": "vi"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "ISO-3166-1 country filter (alpha-2 or alpha-3)",
                                                "type": "text/plain"
                                            },
                                            "key": "country",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Autocomplete session token",
                                                "type": "text/plain"
                                            },
                                            "key": "sessionToken",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Bias point latitude",
                                                "type": "text/plain"
                                            },
                                            "key": "focus.lat",
                                            "value": "<number>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Bias point longitude",
                                                "type": "text/plain"
                                            },
                                            "key": "focus.lon",
                                            "value": "<number>"
                                        }
                                    ],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "GET",
                                "body": {},
                                "auth": {
                                    "type": "apikey",
                                    "apikey": [
                                        {
                                            "key": "key",
                                            "value": "X-API-Key"
                                        },
                                        {
                                            "key": "value",
                                            "value": "{{apiKey}}"
                                        },
                                        {
                                            "key": "in",
                                            "value": "header"
                                        }
                                    ]
                                }
                            },
                            "response": [
                                {
                                    "id": "305e66a5-3b40-417c-a435-2d422bb5fab7",
                                    "name": "OK",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "v1",
                                                "suggest"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) User input (min 2 chars)",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "input",
                                                    "value": "<string>"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Language code",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "lang",
                                                    "value": "vi"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "ISO-3166-1 country filter (alpha-2 or alpha-3)",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "country",
                                                    "value": "<string>"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Autocomplete session token",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "sessionToken",
                                                    "value": "<string>"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Bias point latitude",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "focus.lat",
                                                    "value": "<number>"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Bias point longitude",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "focus.lon",
                                                    "value": "<number>"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: apikey",
                                                    "type": "text/plain"
                                                },
                                                "key": "X-API-Key",
                                                "value": "<API Key>"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {}
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"key_0\": \"string\",\n  \"key_1\": \"string\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "f20b37c7-a0c7-4a2a-b274-fe4fd7b2c178",
                                    "name": "Bad Request",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "v1",
                                                "suggest"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) User input (min 2 chars)",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "input",
                                                    "value": "<string>"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Language code",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "lang",
                                                    "value": "vi"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "ISO-3166-1 country filter (alpha-2 or alpha-3)",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "country",
                                                    "value": "<string>"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Autocomplete session token",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "sessionToken",
                                                    "value": "<string>"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Bias point latitude",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "focus.lat",
                                                    "value": "<number>"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Bias point longitude",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "focus.lon",
                                                    "value": "<number>"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: apikey",
                                                    "type": "text/plain"
                                                },
                                                "key": "X-API-Key",
                                                "value": "<API Key>"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {}
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"key_0\": \"string\",\n  \"key_1\": \"string\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                }
            ]
        }
    ],
    "event": [],
    "variable": [
        {
            "key": "baseUrl",
            "value": "https://api.gogoduk.com"
        }
    ],
    "info": {
        "_postman_id": "cab8920c-47ea-4040-91d1-7b3f5d3ca3a0",
        "name": "gogoduk Geocoding API",
        "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
        "description": {
            "content": "Vietnam-focused geocoding, reverse geocoding, autocomplete, and POI search.\nAuthenticate every /v1 request with the X-API-Key header.\n\nContact Support:\n Name: gogoduk support\n Email: support@gogoduk.com",
            "type": "text/plain"
        }
    }
}