id: 用户IDusername: 用户名full_name: 用户全名biography: 个人简介bio_links: 个人简介链接列表edge_followed_by: 粉丝数 {count: xxx}edge_follow: 关注数 {count: xxx}profile_pic_url: 头像URLprofile_pic_url_hd: 高清头像URLis_private: 是否私密账户is_verified: 是否已认证external_url: 外部链接is_business_account: 是否商业账户is_professional_account: 是否专业账户highlight_reel_count: 精选集数量edge_owner_to_timeline_media: 时间线媒体(包含最近帖子)id: User IDusername: Usernamefull_name: Full namebiography: Biobio_links: Bio links listedge_followed_by: Followers count {count: xxx}edge_follow: Following count {count: xxx}profile_pic_url: Profile picture URLprofile_pic_url_hd: HD profile picture URLis_private: Whether account is privateis_verified: Whether account is verifiedexternal_url: External linkis_business_account: Whether business accountis_professional_account: Whether professional accounthighlight_reel_count: Highlights countedge_owner_to_timeline_media: Timeline media (contains recent posts)Authorization: Bearer ********************curl --location --request GET 'https://api.tikomni.com/api/u1/v1/instagram/v1/fetch_user_info_by_username?username=instagram' \
--header 'Authorization: Bearer <token>'{}