Instagram access token.
Optionalid: stringUser id to fetch. Defaults to "me" (the token owner).
Optionalfields: string[]Optional array of field names to request. Default: ["username", "followers_count", "media_count"].
Promise of user data (typed as T, defaults to InstagramUser).
Fetches an Instagram user's profile. Defaults to the authenticated user (
"me").