data.native_location_data: 地点基本信息name: 地点名称address: 地址city: 城市lat: 纬度lng: 经度website: 网站phone: 电话category: 分类media_count: 关联帖子数data.ranked: 热门帖子信息data.recent: 最新帖子信息data.nearby_locations: 附近地点列表(show_nearby=true时)data.native_location_data: Location basic infoname: Location nameaddress: Addresscity: Citylat: Latitudelng: Longitudewebsite: Websitephone: Phonecategory: Categorymedia_count: Associated posts countdata.ranked: Top posts infodata.recent: Recent posts infodata.nearby_locations: Nearby locations list (when show_nearby=true)Authorization: Bearer ********************curl --location --request GET 'https://api.tikomni.com/api/u1/v1/instagram/v3/get_location_info?location_id=1016248898&show_nearby' \
--header 'Authorization: Bearer <token>'{}