Retrieve comments for a specific social media post. This endpoint should be called after obtaining post IDs from the Social Posts endpoint. Returns detailed information about each commenter including their profile data, follower counts, and geographic region.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The unique identifier of the post to fetch comments for
The page number to retrieve (default: 1)
The number of records per page (default: 20, max: 100)
x <= 100