data: 用户信息,包含用户名、头像、简介、粉丝数、关注数、帖子数等data: User info including username, avatar, bio, followers, following, posts count, etc.Authorization: Bearer ********************curl --location --request GET 'https://api.tikomni.com/api/u1/v1/instagram/v2/fetch_user_info?username=instagram&user_id=18527' \
--header 'Authorization: Bearer <token>'{}