curl --location '/places?q=Dhaka' \
--header 'Authorization: Bearer <token>'[
{
"id": 0,
"name": "string",
"formatted_address": "string",
"address": "string",
"street": "string",
"city": "string",
"state": "string",
"zip": "string",
"country": "string",
"country_code": "string",
"latitude": 0,
"longitude": 0,
"radius": 0,
"category": "string",
"place_type": "string",
"created_at": "string",
"updated_at": "string"
}
]