API này cho phép người dùng tìm kiếm thông tin địa điểm qua phương thức GET
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request Code Samples
curl --location 'https://demo.tourwell.net/api/v1/location/search?q=%C4%90%C3%A0%20n%E1%BA%B5ng' \
--header 'Authorization: Bearer <token>'
Responses
application/json
{
"data": [
{
"id": "21_city",
"name": "Đà Nẵng",
"description": "Thành Phố"
}
]
}
Modified at 2024-10-22 06:41:44