The Tag API is providing a post, but the image tag does not match the Graph API ID we are searching Endpoint used: {InstagramGraphApiID}/tags
Issue Description: While making an API call to {InstagramGraphApiID}/tags, we received a post that does not correspond to the photo tag account associated with the specified InstagramGraphApiID. As per the expected behavior, the API should only return posts that are explicitly linked to the provided tag account. However, the post retrieved appears to be unrelated, leading to inconsistencies in the data.
Expected Behavior: The {InstagramGraphApiID}/tags API should return only those posts where the photo tag matches the tag account associated with the given InstagramGraphApiID.
Actual Behavior: The API is returning a post where the photo tag does not match the specified InstagramGraphApiID, causing data inconsistency and incorrect association of posts.